Skip to content

Commit

Permalink
Improve language of e314246
Browse files Browse the repository at this point in the history
  • Loading branch information
emlun committed Jan 22, 2018
1 parent e314246 commit 5ee992d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.bs
Expand Up @@ -2795,8 +2795,9 @@ When verifying a given {{PublicKeyCredential}} structure (|credential|) as part
initiated, verify that <code>|credential|.{{Credential/id}}</code> identifies one of the credentials that were listed in
{{PublicKeyCredentialRequestOptions/allowCredentials}}.

1. If <code>|credential|.{{PublicKeyCredential/response}}.{{AuthenticatorAssertionResponse/userHandle}}</code> is present,
verify that this value identifies the same user as <code>|credential|.{{Credential/id}}</code> does.
1. If <code>|credential|.{{PublicKeyCredential/response}}.{{AuthenticatorAssertionResponse/userHandle}}</code> is present, verify
that the user identified by this value is the owner of the [=public key credential=] identified by
<code>|credential|.{{Credential/id}}</code>.

1. Using |credential|'s {{Credential/id}} attribute (or the corresponding {{PublicKeyCredential/rawId}}, if
[=base64url encoding=] is inappropriate for your use case), look up the corresponding credential public key.
Expand Down

0 comments on commit 5ee992d

Please sign in to comment.