Skip to content

config properties passkey properties acquire_on_login

GitHub Action edited this page Aug 26, 2024 · 4 revisions

Version

v1.0.1

acquire_on_login Type

string

acquire_on_login 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 login provided that they do not already have a passkey.
"conditional" Indicates that users are prompted to create a passkey on login provided that they do not already have a passkey and do not have a password. If passkeys are also conditionally acquired on login then users are given a choice as to what type of credential to register.
"never" Indicates that users are never prompted to create a passkey on login.

acquire_on_login Default Value

The default value is:

"always"
Clone this wiki locally