8000 Simplify email verification flow · Issue #34718 · keycloak/keycloak · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Simplify email verification flow #34718
Open
@yegortokmakov

Description

@yegortokmakov

Description

This issue follows up on the previous PR #23303

Currently, the email verification flow involves these steps:

  1. The user clicks the "Verify email" link in the email.
    image

  2. They are directed to a "Confirm validity" dialog page and click "Click here to proceed."
    image

  3. They are then taken to a "Your email was verified" page.
    image

  4. The user must click "Back to application" and begin the login process.

This flow could be simplified as follows:

  1. The user clicks the "Verify email" link in the email.
  2. Keycloak verifies the email, and the user is immediately shown an "Email was verified" dialog with a "Login" button.
  3. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0