Hello,
I’m currently trying to satisfy the following STIG - which would restrict users to using a consistent inbound source IP for the entire user session. If the user session IP has changed, the preferred action would be to trigger a logout. While research suggests that Keycloak is not a “traditional” web server, I would like to try and implement this rule. I’ve attempted to create a custom Authentication SPI for this “IP Restriction” rule, but to no luck.
First, does anyone know if this is handled by Keycloak? I could not find any details in the documentation.
Secondly, is what I’m trying to accomplish possible with a Keycloak SPI?
Any help or information on this topic would be greatly appreciated. Thanks.