Skip to content

Commit 4da9011

Browse files
committed
Minor fixes
Merge branch 'optional_claims_updates' of https://github.com/kjyam98/azure-docs-pr into optional_claims_updates
2 parents fbd262f + 91c1ee2 commit 4da9011

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Some optional claims can be configured to change the way the claim is returned.
106106

107107
#### Additional properties example
108108

109-
```json
109+
```json
110110
"optionalClaims":
111111
{
112112
"idToken": [
@@ -117,7 +117,7 @@ Some optional claims can be configured to change the way the claim is returned.
117117
}
118118
]
119119
}
120-
```
120+
```
121121

122122
This OptionalClaims object causes the ID token returned to the client to include another upn with the additional home tenant and resource tenant information. This will only change the `upn` claim in the token if the user is a guest in the tenant (that uses a different IDP for authentication).
123123

@@ -426,4 +426,4 @@ In the example below, you will use the **Token configuration (preview)** UI and
426426
Learn more about the standard claims provided by Azure AD.
427427

428428
- [ID tokens](id-tokens.md)
429-
- [Access tokens](access-tokens.md)
429+
- [Access tokens](access-tokens.md)

0 commit comments

Comments
 (0)