Skip to content

Commit 0768326

Browse files
Merge pull request #239303 from davidmu1/optionalclaimsupdate1
Added optional claims from Yuan
2 parents 5542e90 + 5fbcaa8 commit 0768326

File tree

10 files changed

+436
-484
lines changed

10 files changed

+436
-484
lines changed

.openpublishing.redirection.active-directory.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"redirections": [
3+
{
4+
"source_path_from_root": "/articles/active-directory/develop/active-directory-optional-claims.md",
5+
"redirect_url": "/azure/active-directory/develop/optional-claims",
6+
"redirect_document_id": false
7+
},
38
{
49
"source_path_from_root": "/articles/active-directory/develop/active-directory-jwt-claims-customization.md",
510
"redirect_url": "/azure/active-directory/develop/jwt-claims-customization",

articles/active-directory/develop/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@
439439
- name: Customize tokens and claims
440440
items:
441441
- name: Configure optional claims
442-
href: active-directory-optional-claims.md
442+
href: optional-claims.md
443443
- name: Configure role claim
444444
href: active-directory-enterprise-app-role-management.md
445445
- name: Customize JWT claims

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.workload: identity
1111
ms.topic: conceptual
1212
ms.date: 03/29/2023
1313
ms.author: davidmu
14-
ms.custom: aaddev, identityplatformtop40, fasttrack-edit, curation-claims
14+
ms.custom: aaddev, curation-claims
1515
---
1616

1717
# Microsoft identity platform access tokens
@@ -114,6 +114,7 @@ The Microsoft identity platform uses some claims to help secure tokens for reuse
114114
| `uti` | String | Token identifier claim, equivalent to `jti` in the JWT specification. Unique, per-token identifier that is case-sensitive. | |
115115
| `rh` | Opaque String | An internal claim used by Azure to revalidate tokens. Resources shouldn't use this claim. | |
116116
| `ver` | String, either `1.0` or `2.0` | Indicates the version of the access token. | |
117+
| `xms_cc` | JSON array of strings | Indicates whether the client application that acquired the token is capable of handling claims challenges. This claim is commonly used in Conditional Access and Continuous Access Evaluation scenarios. The resource server that the token is issued for controls the presence of the claim in it. For example, a service application. For more information, see [Claims challenges, claims requests and client capabilities](claims-challenge.md?tabs=dotnet). Resource servers should check this claim in access tokens received from client applications. If this claim is present, resource servers can respond back with a claims challenge. The claims challenge requests more claims in a new access token to authorize access to a protected resource. |
117118
118119
#### Groups overage claim
119120

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

Lines changed: 0 additions & 482 deletions
This file was deleted.

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

Lines changed: 428 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)