Skip to content

Commit 9409018

Browse files
authored
[Azure AD] Custom claims provider videos
1 parent 64955eb commit 9409018

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/active-directory/develop/custom-claims-provider-overview.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.service: active-directory
1010
ms.subservice: develop
1111
ms.workload: identity
1212
ms.topic: conceptual
13-
ms.date: 03/06/2023
13+
ms.date: 03/13/2023
1414
ms.author: davidmu
1515
ms.reviewer: JasSuri
1616
ms.custom: aaddev
@@ -24,6 +24,9 @@ When a user authenticates to an application, a custom claims provider can be use
2424

2525
Key data about a user is often stored in systems external to Azure AD. For example, secondary email, billing tier, or sensitive information. Some applications may rely on these attributes for the application to function as designed. For example, the application may block access to certain features based on a claim in the token.
2626

27+
The following short video provides an excellent overview of the Azure AD custom extensions and custom claims providers:
28+
> [!VIDEO https://www.youtube.com/embed/BYOMshjlwbc]
29+
2730
Use a custom claims provider for the following scenarios:
2831

2932
- **Migration of legacy systems** - You may have legacy identity systems such as Active Directory Federation Services (AD FS) or data stores (such as LDAP directory) that hold information about users. You'd like to migrate these applications, but can't fully migrate the identity data into Azure AD. Your apps may depend on certain information on the token, and can't be rearchitected.

0 commit comments

Comments
 (0)