Skip to content

Commit 8f50921

Browse files
authored
Change AuthenticatorSelection.Default ResidentKey from discouraged to Preferred (#563)
1 parent 9a77570 commit 8f50921

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
@@ -289,7 +289,7 @@ public bool RequireResidentKey
289289
public static AuthenticatorSelection Default => new AuthenticatorSelection
290290
{
291291
AuthenticatorAttachment = null,
292-
ResidentKey = ResidentKeyRequirement.Discouraged,
292+
ResidentKey = ResidentKeyRequirement.Preferred,
293293
UserVerification = UserVerificationRequirement.Discouraged
294294
};
295295
}

0 commit comments

Comments
 (0)