Direct registration page link?

Since Keycloak v26.1.0 there is a new link for Keycloak registration:
https://<keycloak-host>/realms/<realm>/protocol/openid-connect/auth?prompt=create&client_id=<clientId>&response_type=code&scope=openid&redirect_uri=<valid_redirect_uri_to_client>

…/openid-connect/registrations?… is replaced by …/openid-connect/auth?prompt=create&…

You might also directly go for account-console:
https://<keycloak-host>/realms/<realm>/protocol/openid-connect/auth?prompt=create&client_id=account&response_type=code&scope=email&kc_locale=<two-letter-locale>

Also see:


Other topics about Keycloak registration link:

1 Like