Skip to content

Commit

Permalink
Pull request related to
Browse files Browse the repository at this point in the history
#69

It seems that issue 69 is addressed by the specification, which
says to follow a credential management API algorithm. However,
since that is not what the current Chrome implementation does, I
propose to add an implementation note.
  • Loading branch information
ianbjacobs committed Nov 10, 2021
1 parent cd8781c commit 487deb6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec.bs
Original file line number Diff line number Diff line change
Expand Up @@ -637,6 +637,8 @@ The [=steps to respond to a payment request=] for this payment method, for a giv
[=Request a Credential=], passing «["{{CredentialRequestOptions/publicKey}}"
→ |publicKeyOpts|]».

Note: Chrome's initial implementation does not run the algorithm to [=Request a Credential=]. Instead, it chooses the first matching credential in the list.

Note: This triggers [[webauthn-3]]'s [[webauthn-3#sctn-getAssertion|Get]] behavior

1. Return |outputCredential|.
Expand Down

0 comments on commit 487deb6

Please sign in to comment.