Passkeys (Section)#
Path: /profiles/profile{id, type}/settings/authentication-service/authenticators/authenticator{id}/passkeys
The settings for a Passkeys 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 |
| enable-discoverable-credentials | boolean | optional | false | Enable public key credential selection based on credentials known to the browser/operating system. Before enabling, please ensure your database structure has been updated as per the product’s upgrade guides. |
| 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 Passkeys authenticator. If not set, the default is username |
Subsections#
| Name | Type | Description |
|---|---|---|
| account-manager | Section | None |