-
Notifications
You must be signed in to change notification settings - Fork 937
config properties mfa properties device_trust_policy
GitHub Action edited this page Jan 8, 2025
·
3 revisions
v1.3.2
string
enum: the value of this property must be equal to one of the following values:
Value | Explanation |
---|---|
"always" |
Devices are trusted without user consent until the trust expires, so MFA is skipped during subsequent logins. |
"prompt" |
The user can choose to trust the current device to skip MFA for subsequent logins. |
"never" |
Devices are considered untrusted, so MFA is required for each login. |
The default value is:
"prompt"