We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a77570 commit 8f50921Copy full SHA for 8f50921
Src/Fido2.Models/CredentialCreateOptions.cs
@@ -289,7 +289,7 @@ public bool RequireResidentKey
289
public static AuthenticatorSelection Default => new AuthenticatorSelection
290
{
291
AuthenticatorAttachment = null,
292
- ResidentKey = ResidentKeyRequirement.Discouraged,
+ ResidentKey = ResidentKeyRequirement.Preferred,
293
UserVerification = UserVerificationRequirement.Discouraged
294
};
295
}
0 commit comments