diff --git a/_includes/snippets/oidc/user-info/response.md b/_includes/snippets/oidc/user-info/response.md index 67ee0944..9f602937 100644 --- a/_includes/snippets/oidc/user-info/response.md +++ b/_includes/snippets/oidc/user-info/response.md @@ -12,6 +12,7 @@ "email": "test@example.com", "email_verified": true, "all_emails": ["test@example.com", "test2@example.com"], + "locale": "en", "family_name": "Smith", "given_name": "John", "iss": "https://idp.int.identitysandbox.gov", @@ -25,4 +26,4 @@ {% endcapture %}
{{ code | markdownify }} -
\ No newline at end of file + diff --git a/_pages/attributes.md b/_pages/attributes.md index 59d62c3b..d55211d7 100644 --- a/_pages/attributes.md +++ b/_pages/attributes.md @@ -1,7 +1,7 @@ --- title: User attributes lead: > - Login.gov user accounts are either identity proofed or self-asserted. + Login.gov user accounts are either identity proofed or self-asserted. --- Here are the possible attributes that can be requested at a given IAL. This table contains the available user attributes, the IAL they are associated with, and how they can be accessed in OpenID Connect (OIDC) and SAML. @@ -81,6 +81,23 @@ Requires the `email` scope. +**Locale**
The user's language preference. + + +{{ checkmark }} + + +{{ checkmark }} + + +`locale` (string, ISO 639-1 language code) + + +`locale` (string, ISO 639-1 language code) + + + + **IAL**
Identity Assurance Level [NIST 800-63-3](https://pages.nist.gov/800-63-3/). diff --git a/_pages/oidc/authorization.md b/_pages/oidc/authorization.md index a65d6d73..fd3e3c98 100644 --- a/_pages/oidc/authorization.md +++ b/_pages/oidc/authorization.md @@ -38,6 +38,7 @@ Possible values are: - `address` - `email` - `all_emails` + - `locale` - `phone` - `profile:birthdate` - `profile:name` diff --git a/_pages/oidc/authorization/pkce.md b/_pages/oidc/authorization/pkce.md index 2359bfb8..cde69a2b 100644 --- a/_pages/oidc/authorization/pkce.md +++ b/_pages/oidc/authorization/pkce.md @@ -59,6 +59,7 @@ Possible values are: - `address` - `email` - `all_emails` + - `locale` - `phone` - `profile:birthdate` - `profile:name`