Skip to content

Commit 77e08c9

Browse files
committed
Fix the tenant name, broken link, optional claims
1 parent 210725e commit 77e08c9

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

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

Lines changed: 1 addition & 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: 02/11/2020
12+
ms.date: 04/20/2020
1313
ms.author: mimart
1414
ms.subservice: B2C
1515
---

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

Lines changed: 1 addition & 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: 04/07/2020
12+
ms.date: 04/20/2020
1313
ms.author: mimart
1414
ms.subservice: B2C
1515
ms.custom: fasttrack-edit

includes/active-directory-b2c-idp-aad-appreg.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,21 @@ To enable sign-in for users from a specific Azure AD organization, you need to r
2222
https://your-B2C-tenant-name.b2clogin.com/your-B2C-tenant-name.onmicrosoft.com/oauth2/authresp
2323
```
2424
25-
For example, `https://contoso.b2clogin.com/contoso.onmicrosoft.com/oauth2/authresp`.
25+
For example, `https://fabrikam.b2clogin.com/fabrikam.onmicrosoft.com/oauth2/authresp`.
2626
2727
1. Select **Register**. Record the **Application (client) ID** for use in a later step.
2828
1. Select **Certificates & secrets**, and then select **New client secret**.
2929
1. Enter a **Description** for the secret, select an expiration, and then select **Add**. Record the **Value** of the secret for use in a later step.
3030
3131
### Configuring optional claims
3232
33-
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).
33+
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).
3434
3535
1. Sign in to the [Azure portal](https://portal.azure.com). Search for and select **Azure Active Directory**.
3636
1. From the **Manage** section, select **App registrations**.
3737
1. Select the application you want to configure optional claims for in the list.
38-
1. From the **Manage** section, select **Token configuration (preview)**.
38+
1. From the **Manage** section, select **Token configuration**.
3939
1. Select **Add optional claim**.
40-
1. Select the token type you want to configure.
41-
1. Select the optional claims to add.
40+
1. For the **Token type**, select **ID**.
41+
1. Select the optional claims to add, `family_name` and `given_name`.
4242
1. Click **Add**.

0 commit comments

Comments
 (0)