Skip to content

Commit

Permalink
Optionally update credentialRecord.attestationObject in assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
emlun committed Oct 10, 2022
1 parent b92973c commit 25291de
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -5501,6 +5501,11 @@ a numbered step. If outdented, it (today) is rendered as a bullet in the midst o

1. Update <code>|credentialRecord|.[$credential record/signCount$]</code> to the value of |authData|.<code>[=authData/signCount=]</code>.
1. Update <code>|credentialRecord|.[$credential record/BS$]</code> to the value of |currentBs|.
1. OPTIONALLY, if <code>|response|.{{AuthenticatorAssertionResponse/attestationObject}}</code> is present,
update <code>|credentialRecord|.[$credential record/attestationObject$]</code>
to the value of <code>|response|.{{AuthenticatorAssertionResponse/attestationObject}}</code>
and update <code>|credentialRecord|.[$credential record/attestationClientDataJSON$]</code>
to the value of <code>|response|.{{AuthenticatorResponse/clientDataJSON}}</code>.
</li>

1. If all the above steps are successful, continue with the [=authentication ceremony=] as appropriate. Otherwise, fail the
Expand Down

0 comments on commit 25291de

Please sign in to comment.