Search code examples
keycloakuser-registration

Create a keycloak custom registration flow


Is there any possibility to configure custom registration flows in keycloak? I want to integrate a SMS OTP validation after the user fills the registration form and submit it.


Solution

  • Yes, you can copy the default registration flow and modify it to your needs (add authenticators for OTP etc.)

    Default Registration Flow

    Afterwards change the authentication flow bindings to your newly created registration flow.

    enter image description here