Skip to content

config properties passkey properties acquire_on_registration

GitHub Action edited this page Oct 15, 2024 · 4 revisions

Version

v1.1.0

acquire_on_registration Type

string

acquire_on_registration Constraints

enum: the value of this property must be equal to one of the following values:

Value Explanation
"always" Indicates that users are always prompted to create a passkey on registration.
"conditional" Indicates that users are prompted to create a passkey on registration as long as the user does not have a password. If passwords are also conditionally acquired on registration, then users are given a choice as to what type of credential to create.
"never" Indicates that users are never prompted to create a passkey on registration.

acquire_on_registration Default Value

The default value is:

"always"
Clone this wiki locally