Explorar el Código

Update document regarding PublicKeyCredentialCreationOptions.attestation value

Follow up for #16252
Yoshikazu Nojima hace 8 meses
padre
commit
ee1ede8b2d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      docs/modules/ROOT/pages/servlet/authentication/passkeys.adoc

+ 1 - 1
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
   }