Does Keycloak support the following requirements?
Password:
- Password should be changed in every 60 days (configurable)
- If user enters password wrong three times account is locked out for 15 min (configurable)
- Password chosen should not be previous 24 passwords
- Password should have a letter and a number
- Password should not have consecutive letters
Inactivity:
- Application session inactivity - default is 45 minutes (can be configured)
- Account inactivity - account inactivity is 30 days default (configurable)
-Richard