I have an app where I have to force some group of users to reset passwords after some time, but not all of them. Is it possible to create a policy per user/group with an Expire password?
I tried so many different ways to handle it in a different way (thinking to create a custom extension too), but nothing help :/
Is it possible to add something as a Keycloak script on the Client level, where I can check a specific user or group and call trigger for resetting the password?
And another question: Is it possible to limit access by IP address (Again with Keycloack javascript or any other way) somehow?