Skip to content

Commit e41d568

Browse files
authored
Merge pull request #103505 from yoelhor/patch-2
Update identity-provider-azure-ad-multi-tenant-custom.md
2 parents 29110f1 + 056cad9 commit e41d568

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

articles/active-directory-b2c/identity-provider-azure-ad-multi-tenant-custom.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ manager: celestedg
99
ms.service: active-directory
1010
ms.workload: identity
1111
ms.topic: conceptual
12-
ms.date: 09/13/2019
12+
ms.date: 02/06/2020
1313
ms.author: marsma
1414
ms.subservice: B2C
1515
---
@@ -60,6 +60,19 @@ You need to store the application key that you created in your Azure AD B2C tena
6060
1. For **Key usage**, select `Signature`.
6161
1. Select **Create**.
6262
63+
## Configuring optional claims
64+
65+
If you want to get the `family_name` and `given_name` claims from Azure AD, you can configure optional claims for your application in the Azure portal UI or application manifest. For more information, see [How to provide optional claims to your Azure AD app](../active-directory/develop/active-directory-optional-claims.md).
66+
67+
1. Sign in to the [Azure portal](https://portal.azure.com). Search for and select **Azure Active Directory**.
68+
1. From the **Manage** section, select **App registrations**.
69+
1. Select the application you want to configure optional claims for in the list.
70+
1. From the **Manage** section, select **Token configuration (preview)**.
71+
1. Select **Add optional claim**.
72+
1. Select the token type you want to configure.
73+
1. Select the optional claims to add.
74+
1. Click **Add**.
75+
6376
## Add a claims provider
6477
6578
If you want users to sign in by using Azure AD, you need to define Azure AD as a claims provider that Azure AD B2C can communicate with through an endpoint. The endpoint provides a set of claims that are used by Azure AD B2C to verify that a specific user has authenticated.

0 commit comments

Comments
 (0)