Skip to content

Commit 22f397d

Browse files
authored
Fix format
1 parent 4da9011 commit 22f397d

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -107,16 +107,16 @@ Some optional claims can be configured to change the way the claim is returned.
107107
#### Additional properties example
108108

109109
```json
110-
"optionalClaims":
111-
{
112-
"idToken": [
113-
{
114-
"name": "upn",
115-
"essential": false,
116-
"additionalProperties": [ "include_externally_authenticated_upn"]
117-
}
118-
]
119-
}
110+
"optionalClaims":
111+
{
112+
"idToken": [
113+
{
114+
"name": "upn",
115+
"essential": false,
116+
"additionalProperties": [ "include_externally_authenticated_upn"]
117+
}
118+
]
119+
}
120120
```
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).

0 commit comments

Comments
 (0)