From ee1ede8b2d32e25b6b2f61fdcdcd30fe747f8635 Mon Sep 17 00:00:00 2001 From: Yoshikazu Nojima Date: Thu, 12 Dec 2024 17:43:27 +0900 Subject: [PATCH] Update document regarding PublicKeyCredentialCreationOptions.attestation value Follow up for #16252 --- docs/modules/ROOT/pages/servlet/authentication/passkeys.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/servlet/authentication/passkeys.adoc b/docs/modules/ROOT/pages/servlet/authentication/passkeys.adoc index b02051d11a0..9b0cd52356d 100644 --- a/docs/modules/ROOT/pages/servlet/authentication/passkeys.adoc +++ b/docs/modules/ROOT/pages/servlet/authentication/passkeys.adoc @@ -175,7 +175,7 @@ Since the challenge is persisted (state is changed) to be compared at the time o "residentKey": "required", "userVerification": "preferred" }, - "attestation": "direct", + "attestation": "none", "extensions": { "credProps": true }