Hi!
In CAS 6.2 I had following settings:
cas.events.core.track-geolocation=false
cas.authn.adaptive.risk.geoLocation.enabled=true
This way I was able to get user's geolocation without prompting to allow location sharing in browser.
Now the same settings don't work anymore in CAS 6.6.4. MaxMind is able to resolve user location by IP (I can see it in logs), but geolocation is not saved to events database (jpa). Because of this, adaptive risk calculations show always risk score for geolocation 1.00.
Is it possible to save user's geolocation (by IP using MaxMind) to events database without requesting users location in browser in CAS 6.6.4?