Hi
I’m planning to use keycloack as password recovery/initialisation feature.
So I tried to figure it out how it work
First I configure a SMTP server.
Secondly configure a user with a valid email
Thirdly i made an API call on /auth/admin/realms/{realm}/users/{id}/execute-actions-email
Then I received an email from keycloak but when i click on the generated link, an error page appeared and the logs said
Ok
It’s weird but today it works fine ???!!! without a change
Anyway
I figure it out that it doesn’t fit my needs because i need a update password on A FIRST connexion so without a token …
Here i need a token.
Which API do i need to call then ?