Webauthn (Section)#
Path: /profiles/profile{id, type}/settings/authentication-service/authenticators/authenticator{id}/webauthn
The settings for a WebAuthN authentication provider
Parameters#
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| allow-registration-during-login | boolean | optional | true | Whether or not users should be able to register a device during the login process |
| ask-to-register-additional-platform-device | boolean | optional | true | If enabled, when a user authenticates with a security key and has no built-in device registered for the active browser, they will immediately be asked to register an additional built-in device. |
| platform-device-cookie-name | non-empty-string | optional | webauthn-platform-device | The name of the cookie that keeps track of whether a built-in device has been registered for a particular browser. |
| require-user-to-set-alias | boolean | optional | false | Require the users to set a device alias. This can be useful for users later to help them identify their devices. |
| user-display-name-attribute | non-empty-string | optional | subject | The user authentication subject attribute to use as the display name for the user in the WebAuthN authenticator. If not set, the default is username |
Subsections#
| Name | Type | Description |
|---|---|---|
| account-manager | Section | None |
| mode | OneOf | None |