Skip to content

Commit 94f6071

Browse files
authored
AuthenticatorSelection Default to discourage UV (#564)
1 parent ce6374c commit 94f6071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Src/Fido2.Models/CredentialCreateOptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ public bool RequireResidentKey
290290
{
291291
AuthenticatorAttachment = null,
292292
ResidentKey = ResidentKeyRequirement.Discouraged,
293-
UserVerification = UserVerificationRequirement.Preferred
293+
UserVerification = UserVerificationRequirement.Discouraged
294294
};
295295
}
296296

0 commit comments

Comments
 (0)