Skip to content

Commit

Permalink
Change AuthenticatorSelection.Default ResidentKey from discouraged to…
Browse files Browse the repository at this point in the history
… Preferred (#563)
  • Loading branch information
abergs authored Nov 12, 2024
1 parent 9a77570 commit 8f50921
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 @@ -289,7 +289,7 @@ public bool RequireResidentKey
public static AuthenticatorSelection Default => new AuthenticatorSelection
{
AuthenticatorAttachment = null,
ResidentKey = ResidentKeyRequirement.Discouraged,
ResidentKey = ResidentKeyRequirement.Preferred,
UserVerification = UserVerificationRequirement.Discouraged
};
}
Expand Down

0 comments on commit 8f50921

Please sign in to comment.