Skip to content

Commit 0b144b6

Browse files
authored
Update active-directory-optional-claims.md
1 parent 1f33ad1 commit 0b144b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory/develop/active-directory-optional-claims.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.topic: conceptual
1111
ms.workload: identity
12-
ms.date: 12/21/2019
12+
ms.date: 3/11/2021
1313
ms.author: ryanwi
1414
ms.reviewer: paulgarn, hirsin, keyam
1515
ms.custom: aaddev
@@ -204,7 +204,7 @@ If supported by a specific claim, you can also modify the behavior of the Option
204204
| `additionalProperties` | Collection (Edm.String) | Additional properties of the claim. If a property exists in this collection, it modifies the behavior of the optional claim specified in the name property. |
205205
## Configuring directory extension optional claims
206206

207-
In addition to the standard optional claims set, you can also configure tokens to include extensions. For more info, see [the Microsoft Graph extensionProperty documentation](https://docs.microsoft.com/en-us/graph/api/resources/extensionproperty?view=graph-rest-1.0) - note that schema and open extensions are not supported by optional claims, only the AAD-Graph style directory extensions. This feature is useful for attaching additional user information that your app can use – for example, an additional identifier or important configuration option that the user has set. See the bottom of this page for an example.
207+
In addition to the standard optional claims set, you can also configure tokens to include extensions. For more info, see [the Microsoft Graph extensionProperty documentation](https://docs.microsoft.com/graph/api/resources/extensionproperty?view=graph-rest-1.0) - note that schema and open extensions are not supported by optional claims, only the AAD-Graph style directory extensions. This feature is useful for attaching additional user information that your app can use – for example, an additional identifier or important configuration option that the user has set. See the bottom of this page for an example.
208208

209209
> [!NOTE]
210210
> - Directory schema extensions are an Azure AD-only feature, so if your application manifest requests a custom extension and an MSA user logs into your app, these extensions will not be returned.

0 commit comments

Comments
 (0)