Skip to content

Commit 4bc2e75

Browse files
authored
Removed 'nickname' from list of optional claims
Confirmed that 'nickname' is not a valid optional claim - removing reference to 'nickname' in the docs.
1 parent 46becad commit 4bc2e75

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

articles/active-directory/develop/active-directory-optional-claims.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ These claims are always included in v1.0 Azure AD tokens, but not included in v2
8181
| `pwd_exp` | Password Expiration Time | The datetime at which the password expires. | |
8282
| `pwd_url` | Change Password URL | A URL that the user can visit to change their password. | |
8383
| `in_corp` | Inside Corporate Network | Signals if the client is logging in from the corporate network. If they're not, the claim isn't included. | Based off of the [trusted IPs](../authentication/howto-mfa-mfasettings.md#trusted-ips) settings in MFA. |
84-
| `nickname` | Nickname | An additional name for the user. The nickname is separate from first or last name. Requires the `profile` scope.|
8584
| `family_name` | Last Name | Provides the last name, surname, or family name of the user as defined in the user object. <br>"family_name":"Miller" | Supported in MSA and Azure AD. Requires the `profile` scope. |
8685
| `given_name` | First name | Provides the first or "given" name of the user, as set on the user object.<br>"given_name": "Frank" | Supported in MSA and Azure AD . Requires the `profile` scope. |
8786
| `upn` | User Principal Name | An identifer for the user that can be used with the username_hint parameter. Not a durable identifier for the user and should not be used to key data. | See [additional properties](#additional-properties-of-optional-claims) below for configuration of the claim. Requires the `profile` scope.|

0 commit comments

Comments
 (0)