From d029cdbcca796c670be344864945c54d4e1f3e74 Mon Sep 17 00:00:00 2001 From: philomathic_life <15947783+zacknewman@users.noreply.github.com> Date: Thu, 26 Sep 2024 21:46:12 +0000 Subject: [PATCH] Fix authentication ceremony pkOptions hyperlink --- index.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.bs b/index.bs index eeee21bde..4c53054c0 100644 --- a/index.bs +++ b/index.bs @@ -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 |options|.{{CredentialCreationOptions/publicKey}}. + Let |pkOptions| be |options|.{{CredentialRequestOptions/publicKey}}. 1. Call {{CredentialsContainer/get()|navigator.credentials.get()}} and pass |options| as the argument. Let |credential| be the result of the successfully resolved promise.