GeoTracking Authentication Requests
Authentication requests can be mapped and translated to physical locations.
Google Maps
Uses the Google Maps Geocoding API to translate authentication requests into a geo-location.
1
2
3
4
5
<dependency>
<groupId>org.apereo.cas</groupId>
<artifactId>cas-server-support-geolocation-googlemaps</artifactId>
<version>${cas.version}</version>
</dependency>
To see the relevant list of CAS properties, please review this guide.
Maxmind
Uses Maxmind to translate authentication requests into a geo-location.
1
2
3
4
5
<dependency>
<groupId>org.apereo.cas</groupId>
<artifactId>cas-server-support-geolocation-maxmind</artifactId>
<version>${cas.version}</version>
</dependency>
To see the relevant list of CAS properties, please review this guide.