Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Added query parameter

Value

clientRedirectUri

The redirectUrl from original authentication request. The form may want to redirect the user here later.

clientName

The name of the OIDC client making the authentication request.

locale

Current UI locale in java.util.Locale.toString() format (example: “en”, “en_GB”).

Linking to registration

Normally you should just link to the authentication URL with the normal OIDC parameters and expect that the user will click the “create a new account” feature if they don’t have an account yet.

You can link directly to the registration form (integrated or external) by adding the query parameter nur to the normal authentication URL. Opening the URL will display the registration view if it is available.

Note that all the usual authentication URL parameters are required, as the registration flow will end by performing the normal authentication.