-
Notifications
You must be signed in to change notification settings - Fork 899
config properties password properties acquire_on_registration
GitHub Action edited this page Sep 4, 2024
·
6 revisions
v1.0.3
string
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 password on registration. |
"conditional" |
Indicates that users are prompted to create a password on registration as long as the user does not have a passkey. If passkeys are also conditionally acquired on registration, then users are given a choice as to what type of credential to register. |
"never" |
Indicates that users are never prompted to create a password on registration. |
The default value is:
"always"