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> |
1 | compile "org.apereo.cas:cas-server-support-geolocation-googlemaps:${project.'cas.version'}" |
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> |
1 | compile "org.apereo.cas:cas-server-support-geolocation-maxmind:${project.'cas.version'}" |
To see the relevant list of CAS properties, please review this guide.