소스 검색

Update document regarding PublicKeyCredentialCreationOptions.attestation value

Follow up for #16252
Yoshikazu Nojima 8 달 전
부모
커밋
ee1ede8b2d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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
   }