Skip to content

Commit

Permalink
Tweak displayName based on feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterKale committed Aug 2, 2023
1 parent ea22418 commit 074be7f
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -3256,15 +3256,14 @@ credential.
with more than one [=user account=] at the [=[RP]=].

: <dfn>displayName</dfn>
:: A [=human palatability|human-palatable=] name for the [=user account=], intended only for display.
[=Clients=] may display this value to help users differentiate between multiple sub-accounts for a
given [=user account=] for situations in which every credential uses the same value for
{{PublicKeyCredentialEntity/name}}. When such differentiation is not required, this value
MAY be set to the same value as {{PublicKeyCredentialEntity/name}}. Examples of suitable
values for this identifier include, "Alex Müller" or "田中倫".

A [=[RP]=] MAY let the user specify this value, and SHOULD NOT restrict the choice
more than necessary when doing so.
:: A [=human palatability|human-palatable=] name for the [=user account=], intended only for
display. [=Clients=] may display this value to help users differentiate between multiple
[=credentials=] with the same value of {{PublicKeyCredentialEntity/name}}. Examples of
suitable values for this identifier include, "Alex Müller" or "田中倫".

The [=[RP]=] SHOULD let the user choose this, and SHOULD NOT restrict the choice more than necessary.

The [=[RP]=] MAY set this to the same value as {{PublicKeyCredentialEntity/name}}.

- [=[RPS]=] SHOULD perform enforcement, as prescribed in Section 2.3 of
[[!RFC8266]] for the Nickname Profile of the PRECIS FreeformClass [[!RFC8264]],
Expand Down

0 comments on commit 074be7f

Please sign in to comment.