Hello,
we integrated the keycloak workflow for changing the email address (email as username) into our application. That means that after changing the email address it will be changed right away. Only after the next login (with the new email address) you will see the “email verified” page.
We would like to change this workflow to:
change email address -> get email to verify email change via link -> click link -> show “email verified” page
I could not find any information regarding the email change process in the documentation and the admin console. Is there any possibility to modify the process?
There is a ticket in the JBoss issue tracker for the email verification on the email change. From this ticket, it’s expected to have this functionality in the Keycloak v15.0.0. However, the PR is still open at the current moment. Stay tuned
We have same concern, changing email before verification happens is not user friendly. Typo in email adress will make inpossible to login and require contacting support(admin) for email adjusment.
Hi, I used the user’s mobile number as a username with keycloak, now I want to provide a possibility to users to be able to change their username (mobile number), how can I do that? how do you integrate the keycloak workflow for changing the email address?