Skip to content

Commit

Permalink
Only return discoverable credentials.
Browse files Browse the repository at this point in the history
  • Loading branch information
nsatragno committed Dec 15, 2021
1 parent 8baca60 commit ed8d8fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -4122,6 +4122,8 @@ When this operation is invoked and supported, the [=authenticator=] MUST perform

1. [=map/For each=] [=public key credential source=] |credSource| of |authenticator|'s [=credentials map=]:

1. If |credSource| is not a [=client-side discoverable credential=], [=iteration/continue=].

1. If |credSource|.[=public key credential source/rpId=] is |rpId|, append |credSource| to |credentials|, stripping
its [=public key credential source/privateKey=].

Expand Down

0 comments on commit ed8d8fa

Please sign in to comment.