Definition
WebAuthn configuration allows to define which authenticator type will be allowed for WebAuthn authentication.
Configuration
You can access the WebAuthn configuration :
-
by clicking on "Authentication" → “WebAuthn”
-
by clicking on "System" → "Configurations" → "Access Service" and perform an import/export.
Properties
|
Property name |
Type |
Mandatory |
Description |
Values (default value in bold) |
|---|---|---|---|---|
|
authenticatorType |
|
NO |
Specify the authenticators type that could be registered. |
PLATFORM: Restrict the authenticators to platform tied mechanisms, such as Windows Hello on Windows station. CROSS_PLATFORM: Restrict the authenticators to cross-platform devices, such as portable FIDO stick (like Yubikey). ALL: No specific authenticators restriction, the user's system is free to propose options such as Windows Hello or FIDO usb keys in any order. |
Example
<maiaamcp:WebAuthnConfiguration>
<authenticatorType>ALL</authenticatorType>
</maiaamcp:WebAuthnConfiguration>
Read Next
-
Authentication Mechanisms An Authentication Mechanism is the implementation of a set of technical AM artifacts in order to provide a fully functional authentication service.
-
Authentication Modules An Authentication Module defines an authentication method and its parameters.
-
WebAuthn -
Authentication customization Allows to configure options related to authentication.