Skip to main content
Skip table of contents

WebAuthn

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

Enum

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

XML
   <maiaamcp:WebAuthnConfiguration>
      <authenticatorType>ALL</authenticatorType>
   </maiaamcp:WebAuthnConfiguration>

Read Next

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.