From a0cfb6c897df6fc85c939062c9d46ecb7ac8c302 Mon Sep 17 00:00:00 2001 From: Emil Lundberg Date: Wed, 10 Jan 2024 13:43:06 +0100 Subject: [PATCH] Delete reference to {{AuthenticatorAttestationResponse/attestationObject}} added in meta-PR #1812 Originally added in commit 25291deccf763d1110500f3c02bcc396646bd2af. --- index.bs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/index.bs b/index.bs index 0b8093de3..f1882d418 100644 --- a/index.bs +++ b/index.bs @@ -5634,12 +5634,6 @@ a numbered step. If outdented, it (today) is rendered as a bullet in the midst o This change SHOULD require authorization by an additional [=authentication factor=] equivalent to WebAuthn [=user verification=]; if not authorized, skip this step. - 1. OPTIONALLY, if |response|.{{AuthenticatorAssertionResponse/attestationObject}} is present, - update |credentialRecord|.[$credential record/attestationObject$] - to the value of |response|.{{AuthenticatorAssertionResponse/attestationObject}} - and update |credentialRecord|.[$credential record/attestationClientDataJSON$] - to the value of |response|.{{AuthenticatorResponse/clientDataJSON}}. - If the [=[RP]=] performs additional security checks beyond these WebAuthn [=authentication ceremony=] steps, the above state updates SHOULD be deferred to after those additional checks are completed successfully.