Skip to content

Commit

Permalink
Update attestation and add it for assertions
Browse files Browse the repository at this point in the history
  • Loading branch information
agl committed Jul 19, 2022
1 parent 844cff7 commit 6fbfccf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion index.bs
Expand Up @@ -2232,7 +2232,10 @@ When this method is invoked, the user agent MUST execute the following algorithm

Then, using |transport|, invoke the [=authenticatorGetAssertion=] operation on
|authenticator|, with |rpId|, |clientDataHash|, |allowCredentialDescriptorList|,
|userVerification|, and |authenticatorExtensions| as parameters.
|userVerification|,
<code>|options|.{{PublicKeyCredentialRequestOptions/attestation}}</code>,
<code>|options|.{{PublicKeyCredentialRequestOptions/attestationFormats}}</code>,
and |authenticatorExtensions| as parameters.

: [=list/is empty=]
:: Using local configuration knowledge of the appropriate transport to use with |authenticator|,
Expand Down

0 comments on commit 6fbfccf

Please sign in to comment.