Skip to content

Commit a501777

Browse files
Merge pull request #233881 from yoelhor/patch-336
[Azure AD] Custom claims provider videos update
2 parents 779a94e + 37f171b commit a501777

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 2 additions & 2 deletions
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/31/2023
13+
ms.date: 04/10/2023
1414
ms.author: davidmu
1515
ms.reviewer: JasSuri
1616
ms.custom: aaddev
@@ -25,7 +25,7 @@ When a user authenticates to an application, a custom claims provider can be use
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

2727
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]
28+
> [!VIDEO https://www.youtube.com/embed/1tPA7B9ztz0]
2929
3030
Use a custom claims provider for the following scenarios:
3131

articles/active-directory/develop/custom-extension-get-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.service: active-directory
1010
ms.subservice: develop
1111
ms.topic: how-to
1212
ms.workload: identity
13-
ms.date: 03/31/2023
13+
ms.date: 04/10/2023
1414
ms.author: davidmu
1515
ms.custom: aaddev
1616
ms.reviewer: JasSuri
@@ -23,7 +23,7 @@ This article describes how to configure and setup a custom claims provider with
2323

2424
This how-to guide demonstrates the token issuance start event with a REST API running in Azure Functions and a sample OpenID Connect application. Before you start, take a look at following video, which demonstrates how to configure Azure AD custom claims provider with Function App:
2525

26-
> [!VIDEO https://www.youtube.com/embed/r-JEsMBJ7GE]
26+
> [!VIDEO https://www.youtube.com/embed/fxQGVIwX8_4]
2727
2828
## Prerequisites
2929

@@ -549,4 +549,4 @@ To test your custom claim provider, follow these steps:
549549

550550
- Learn more about custom claims providers with the [custom claims provider reference](custom-claims-provider-reference.md) article.
551551

552-
- Learn how to [troubleshoot your custom extensions API](custom-extension-troubleshoot.md).
552+
- Learn how to [troubleshoot your custom extensions API](custom-extension-troubleshoot.md).

0 commit comments

Comments
 (0)