Skip to main content

Identity providers configuration | Features

Identity providers parameters help to manage end-user means of authentication. It gives the ability for them to follow the configured way they have to authenticate themselves to the service. Beyond authentication, the server provide ways for the end-users to manage identities and access.

Parameters sections

Identity providers can be customized through either the Administration API or the user interface providing 2 categories of settings:

  • General configuration
  • Features

Features parameters

Choose session give the ability for the user to choose to keep current session or to create a new one on authorization.

Webauthn give the ability for end users to register an authentication second factor with Passkeys. enforce Webauthn enforces to use webauthn as a second authentication factor.

  • webauthn_options variable is available on Webauthn registration template, corresponding to an object with all attributes required for a Webauthn registration.

Time based One Time Password give the ability for end users to register an authentication second factor with TOTP. enforce TOTP enforces to use TOTP as a second authentication factor.

  • totp_secret variable is available on TOTP registration template

Registration give the ability for end users to register within the given identity provider. If activated the user have access to registration page and can provide its own credentials.

User information edition give the ability for end users to update their account information.

Email confirmation confirm new registred accounts. sends an email in order to confirm user's email.

User consent users have to consent requested scopes to be authorized.

  • scopes variable is available on consent template, corresponding to an array of objects with name, label and public attributes

Credential offer OpenID 4 Verifiable Credentials Issuance credential offer template edition.

  • base64_credential_offer_qr_code variable is available on Credential offer template, corresponding to the base 64 encoded current credential offer deeplink
  • credential_offer_deeplink variable is available on Credential offer template, corresponding to the current credential offer deeplink

Credential presentation OpenID 4 Verifiable Presentations presentation request template edition.

  • base64_presentation_qr_code variable is available on Presentation template, corresponding to the base 64 encoded current credential offer deeplink
  • presentation_deeplink variable is available on Credential offer template, corresponding to the current credential offer deeplink

User interface

identity provider form