Hi,
We are using Keycloak to drive identity and access management in our application.
I want to populate my application UI with user details like password expiry date.
Is there a way to fetch user password expiry date from Keycloak?
Thanks
Hi,
We are using Keycloak to drive identity and access management in our application.
I want to populate my application UI with user details like password expiry date.
Is there a way to fetch user password expiry date from Keycloak?
Thanks
@sanyam-accelya not that I know. Retrieve details about passwords would be very insecure and that would give a hint to attackers about when your password expires. Opening several possibilities for them to trick users.
Any luck with about request?