Skip to content

Commit 6d959be

Browse files
committed
Multi tenant fixes
1 parent 799ed41 commit 6d959be

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ To enable sign-in for users from a specific Azure AD organization, you need to r
4040
https://your-B2C-tenant-name.b2clogin.com/your-B2C-tenant-name.onmicrosoft.com/oauth2/authresp
4141
```
4242
43-
For example, `https://contoso.b2clogin.com/contoso.onmicrosoft.com/oauth2/authresp`.
43+
For example, `https://fabrikam.b2clogin.com/fabrikam.onmicrosoft.com/oauth2/authresp`.
4444
4545
1. Select **Register**. Record the **Application (client) ID** for use in a later step.
4646
1. Select **Certificates & secrets**, and then select **New client secret**.
@@ -53,10 +53,10 @@ If you want to get the `family_name` and `given_name` claims from Azure AD, you
5353
1. Sign in to the [Azure portal](https://portal.azure.com). Search for and select **Azure Active Directory**.
5454
1. From the **Manage** section, select **App registrations**.
5555
1. Select the application you want to configure optional claims for in the list.
56-
1. From the **Manage** section, select **Token configuration (preview)**.
56+
1. From the **Manage** section, select **Token configuration**.
5757
1. Select **Add optional claim**.
58-
1. Select the token type you want to configure.
59-
1. Select the optional claims to add.
58+
1. For the **Token type**, select **ID**.
59+
1. Select the optional claims to add, `family_name` and `given_name`.
6060
1. Click **Add**.
6161
6262
## Create a policy key

0 commit comments

Comments
 (0)