Skip to content

Commit

Permalink
Fix authentication ceremony pkOptions hyperlink
Browse files Browse the repository at this point in the history
  • Loading branch information
zacknewman authored Sep 26, 2024
1 parent 19fe0e9 commit d029cdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -6099,7 +6099,7 @@ provide this chain in the attestation information.
In order to perform an [=authentication ceremony=], the [=[RP]=] MUST proceed as follows:

1. Let |options| be a new {{CredentialRequestOptions}} structure configured to the [=[RP]=]'s needs for the ceremony.
Let |pkOptions| be <code>|options|.{{CredentialCreationOptions/publicKey}}</code>.
Let |pkOptions| be <code>|options|.{{CredentialRequestOptions/publicKey}}</code>.

1. Call {{CredentialsContainer/get()|navigator.credentials.get()}} and pass |options| as the argument.
Let |credential| be the result of the successfully resolved promise.
Expand Down

0 comments on commit d029cdb

Please sign in to comment.