WebAuthn
WebAuthn (short for Web Authentication) is a web standard that allows users to authenticate securely using public-key cryptography.
It is developed by the FIDO Alliance and W3C, and is supported by all major browsers and platforms.
Parameters for the element where n is a positive natural number:
- WEBAUTHN_STORAGE_TYPE_n:
local
oractive-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