Browse Source

Update document regarding PublicKeyCredentialCreationOptions.attestation value

Follow up for #16252
pull/16270/head
Yoshikazu Nojima 1 year ago committed by Rob Winch
parent
commit
ee1ede8b2d
  1. 2
      docs/modules/ROOT/pages/servlet/authentication/passkeys.adoc

2
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", "residentKey": "required",
"userVerification": "preferred" "userVerification": "preferred"
}, },
"attestation": "direct", "attestation": "none",
"extensions": { "extensions": {
"credProps": true "credProps": true
} }

Loading…
Cancel
Save