Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
fix inaccuracy of B2C doc (#843)
Browse files Browse the repository at this point in the history
Co-authored-by: Xiaolu Dai <[email protected]>
  • Loading branch information
saragluna and saragluna authored Mar 19, 2020
1 parent bbaea75 commit 3e96f6a
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ If you don't have an Azure subscription, create a [free account](https://azure.m

2. Click **+Create a resource**, then **Identity**, and then **Azure Active Directory B2C**.

3. Enter your **Organization name** and your **Initial domain name**, record the **domain name** as your
`${your-tenant-name}` and click **Create**.
3. Enter your **Organization name** and your **Initial domain name**, then click **Create**. The domain name's format is like ${your-tenant-name}.onmicrosoft.com, so record the tenant name for later use.

4. Select your account name on the top-right of the Azure portal toolbar, then click **Switch directory**.

Expand Down Expand Up @@ -93,7 +92,7 @@ respectively. Specify your user flow **Name** and **User attributes and claims**
| Parameter | Description |
|---|---|
| `azure.activedirectory.b2c.tenant` | Contains your AD B2C's `${your-tenant-name` from earlier. |
| `azure.activedirectory.b2c.tenant` | Contains your AD B2C's `${your-tenant-name}` from earlier. |
| `azure.activedirectory.b2c.client-id` | Contains the `${your-client-id}` from your application that you completed earlier. |
| `azure.activedirectory.b2c.client-secret` | Contains the `${your-client-secret}` from your application that you completed earlier. |
| `azure.activedirectory.b2c.reply-url` | Contains one of the **Reply URL** from your application that you completed earlier. |
Expand Down

0 comments on commit 3e96f6a

Please sign in to comment.