Does Keycloak provides the feature to require a first time user to trigger a Required-Action?
For example, I’ve added a user to my keycloak instance without giving a temp password.
I want to see if I can setup a flow where the user would login in using the email and random password (or just press enter without password), keycloak would check to see if it was a first time user or not. If yes, it will forward the user to a update password form. If not, it will just indicate that a wrong password was entered.