Skip to content

Commit

Permalink
Merge pull request #1091 from w3c/pr-1082-user-handle-mapped
Browse files Browse the repository at this point in the history
Use "user handle mapped to user" language in user identification step
  • Loading branch information
emlun committed Feb 14, 2019
2 parents 1909b5f + 10e5b47 commit 52d4685
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -3532,10 +3532,10 @@ When verifying a given {{PublicKeyCredential}} structure (|credential|) and an {
|credentialSource| identified by <code>|credential|.{{Credential/id}}</code>:

<dl class="switch">
: If the user was identified before the [=authentication ceremony=] was initiated,
: If the user was identified before the [=authentication ceremony=] was initiated, e.g., via a username or cookie,
:: verify that the identified user is the owner of |credentialSource|. If
<code>|credential|.{{PublicKeyCredential/response}}.{{AuthenticatorAssertionResponse/userHandle}}</code> is present,
verify that this value identifies the same user as was previously identified.
let |userHandle| be its value. Verify that |userHandle| also maps to the same user.

: If the user was not identified before the [=authentication ceremony=] was initiated,
:: verify that <code>|credential|.{{PublicKeyCredential/response}}.{{AuthenticatorAssertionResponse/userHandle}}</code> is
Expand Down

0 comments on commit 52d4685

Please sign in to comment.