Skip to content

Commit 6008b8d

Browse files
Merge pull request #32603 from amang2205/patch-2
Inconsistent place holder and place holder reference
2 parents 7b122f3 + 4c591ee commit 6008b8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory-b2c/active-directory-b2c-get-started-custom.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Azure AD B2C requires you to register two applications that are used to sign up
7979
1. In **App registrations (Legacy)**, select **New application registration**.
8080
2. For **Name**, enter `ProxyIdentityExperienceFramework`.
8181
3. For **Application type**, choose **Native**.
82-
4. For **Redirect URI**, enter `https://your-tenant-name.b2clogin.com/your-tenant-name.onmicrosoft.com`, where `yourtenant` is your Azure AD B2C tenant.
82+
4. For **Redirect URI**, enter `https://your-tenant-name.b2clogin.com/your-tenant-name.onmicrosoft.com`, where `your-tenant-name` is your Azure AD B2C tenant.
8383
5. Click **Create**. After it's created, copy the application ID and save it to use later.
8484
6. On the Settings page, select **Required permissions**, and then select **Add**.
8585
7. Choose **Select an API**, search for and select **IdentityExperienceFramework**, and then click **Select**.

0 commit comments

Comments
 (0)