Open
Description
Description
This issue follows up on the previous PR #23303
Currently, the email verification flow involves these steps:
-
They are directed to a "Confirm validity" dialog page and click "Click here to proceed."
-
The user must click "Back to application" and begin the login process.
This flow could be simplified as follows:
- The user clicks the "Verify email" link in the email.
- Keycloak verifies the email, and the user is immediately shown an "Email was verified" dialog with a "Login" button.
- When the user clicks "Login," they are directed to the realm's login page with their email pre-populated.
Could you provide guidance on how this streamlined flow can be configured and what changes it would require?
Discussion
No response
Motivation
No response
Details
No response