Skip to content

Commit

Permalink
Merge pull request #6647 from vimrang/patch-41
Browse files Browse the repository at this point in the history
Update id-token-claims-reference.md
  • Loading branch information
prmerger-automator[bot] authored Jan 23, 2025
2 parents 7837dad + c74a362 commit 7fafba3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/identity-platform/id-token-claims-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ The following table shows the claims that are in most ID tokens by default (exce
| `rh` | Opaque String | An internal claim used to revalidate tokens. Should be ignored. |
| `sub` | String | The subject of the information in the token. For example, the user of an app. This value is immutable and can't be reassigned or reused. The subject is a pairwise identifier and is unique to an application ID. If a single user signs into two different apps using two different client IDs, those apps receive two different values for the subject claim. You may or may not want two values depending on your architecture and privacy requirements. |
| `tid` | String, a GUID | Represents the tenant that the user is signing in to. For work and school accounts, the GUID is the immutable tenant ID of the organization that the user is signing in to. For sign-ins to the personal Microsoft account tenant (services like Xbox, Teams for Life, or Outlook), the value is `9188040d-6c67-4c5b-b112-36a304b66dad`.|
| `sid` | String, a GUID | Represents an unique identifier for a session and will be generated when a new session is established.| |
| `unique_name` | String | Only present in v1.0 tokens. 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. |
| `uti` | String | Token identifier claim, equivalent to `jti` in the JWT specification. Unique, per-token identifier that is case-sensitive. |
| `ver` | String, either 1.0 or 2.0 | Indicates the version of the ID token. |
Expand Down

0 comments on commit 7fafba3

Please sign in to comment.