Skip to content

Commit 2d00198

Browse files
authored
Clarify that given_name and name are not to be composed (#731)
* Clarify that given_name and name are not to be composed * link
1 parent fa550f7 commit 2d00198

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

spec/index.bs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2046,7 +2046,11 @@ Every {{IdentityProviderAccount}} is expected to have members with the following
20462046
: <dfn>username</dfn>
20472047
:: The user's username.
20482048
: <dfn>given_name</dfn>
2049-
:: The user's given name.
2049+
:: The user's given name. Note that {{IdentityProviderAccount/given_name}} and
2050+
{{IdentityProviderAccount/name}} are separate fields. Whereas
2051+
{{IdentityProviderAccount/name}} is a full name, {{IdentityProviderAccount/given_name}} may
2052+
be a nickname. In particular, this means that these two fields should not be composed
2053+
together.
20502054
: <dfn>picture</dfn>
20512055
:: URL for the account's picture.
20522056
: <dfn>approved_clients</dfn>

0 commit comments

Comments
 (0)