Skip to content

Commit

Permalink
Allow unhiding credentials.
Browse files Browse the repository at this point in the history
  • Loading branch information
nsatragno committed Jul 24, 2024
1 parent d3bcd3e commit 134c4c2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -3121,6 +3121,9 @@ follows:
|credential| from the [=credentials map=] or employ an
[=authenticator=]-specific procedure to hide it from future [=authentication
ceremonies=].
1. Else, if |credential| has been hidden by an [=authenticator=]-specific
procecure, reverse the action so that |credential| is present in future
[=authentication ceremonies=].

<div class="example">

Expand Down Expand Up @@ -3153,7 +3156,10 @@ e.g. on every sign in.
Note: Credentials not present in
{{AllAcceptedCredentialIdsOptions/allAcceptedCredentialIds}} will be removed or
hidden, potentially irreversibly. [=Relying parties=] must exercise care that
valid credential IDs are never omitted from the list.
valid credential IDs are never omitted from the list. If a valid [=credential
ID=] were accidentally omitted, [=relying parties=] should immediately include
them in {{PublicKeyCredential/signalAllAcceptedCredentialIds(options)}} as soon
as possible to "unhide" them, if supported by the [=authenticator=].

#### {{PublicKeyCredential/signalCurrentUserDetails(options)}} #### {#sctn-signalCurrentUserDetails}

Expand Down

0 comments on commit 134c4c2

Please sign in to comment.