Skip to Content
DocsIdentity LinkWebAuthn

WebAuthn

WebAuthn (short for Web Authentication) is a web standard that allows users to authenticate securely using public-key cryptography, instead of relying on passwords.

It is developed by the FIDO Alliance and W3C, and is supported by all major browsers and platforms.

Parameters for the Identity Provider where n is a positive natural number:

  • WEBAUTHN_STORAGE_TYPE_n: local or active-directory;
  • WEBAUTHN_BUTTON_TEXT_LOGIN_n: string; text displayed on the WebAuthn login button.
  • WEBAUTHN_AD_ADDRESSES_CSV_n (optional if storage type is local): string; comma-separated list of Active Directory server addresses.
  • WEBAUTHN_AD_DOMAIN_n (optional if storage type is local): string; Active Directory domain name.
Last updated on