Skip to content

Commit

Permalink
AuthenticatorSelection Default to discourage UV (#564)
Browse files Browse the repository at this point in the history
  • Loading branch information
abergs authored Nov 12, 2024
1 parent ce6374c commit 94f6071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/Fido2.Models/CredentialCreateOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ public bool RequireResidentKey
{
AuthenticatorAttachment = null,
ResidentKey = ResidentKeyRequirement.Discouraged,
UserVerification = UserVerificationRequirement.Preferred
UserVerification = UserVerificationRequirement.Discouraged
};
}

Expand Down

0 comments on commit 94f6071

Please sign in to comment.