Skip to content

Commit 5e84618

Browse files
authored
Merge pull request #101472 from hpsin/patch-52
Update id-tokens.md
2 parents 9f4379e + 7321edf commit 5e84618

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory/develop/id-tokens.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: active-directory
99
ms.subservice: develop
1010
ms.workload: identity
1111
ms.topic: conceptual
12-
ms.date: 08/27/2019
12+
ms.date: 01/16/2020
1313
ms.author: ryanwi
1414
ms.reviewer: hirsin
1515
ms.custom: aaddev, identityplatformtop40
@@ -78,7 +78,7 @@ This list shows the claims that are in most id_tokens by default (except where n
7878
|`rh` | Opaque String |An internal claim used by Azure to revalidate tokens. Should be ignored. |
7979
|`sub` | String, a GUID | The principal about which the token asserts information, such as the user of an app. This value is immutable and cannot be reassigned or reused. The subject is a pairwise identifier - it is unique to a particular application ID. If a single user signs into two different apps using two different client IDs, those apps will receive two different values for the subject claim. This may or may not be wanted depending on your architecture and privacy requirements. |
8080
|`tid` | String, a GUID | A GUID that represents the Azure AD tenant that the user is from. For work and school accounts, the GUID is the immutable tenant ID of the organization that the user belongs to. For personal accounts, the value is `9188040d-6c67-4c5b-b112-36a304b66dad`. The `profile` scope is required to receive this claim. |
81-
|`unique_name` | String | Provides a human readable value that identifies the subject of the token. This value isn't guaranteed to be unique within a tenant and should be used only for display purposes. Only issued in v1.0 `id_tokens`. |
81+
|`unique_name` | String | Provides a human readable value that identifies the subject of the token. This value is unique at any given point in time, but as emails and other identifiers can be reused, this value can reappear on other accounts, and should therefore be used only for display purposes. Only issued in v1.0 `id_tokens`. |
8282
|`uti` | Opaque String | An internal claim used by Azure to revalidate tokens. Should be ignored. |
8383
|`ver` | String, either 1.0 or 2.0 | Indicates the version of the id_token. |
8484

0 commit comments

Comments
 (0)