Skip to content

Commit c982874

Browse files
committed
Typo fix + UI matchy-matchy
1 parent ecbf252 commit c982874

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/active-directory-b2c/tutorial-create-user-flows.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,13 @@ The sign-up and sign-in user flow handles both sign-up and sign-in experiences w
7272
1. Enter a valid email address, click **Send verification code**, enter the verification code that you receive, then select **Verify code**.
7373
1. Enter a new password and confirm the password.
7474
1. Select your country and region, enter the name that you want displayed, enter a postal code, and then click **Create**. The token is returned to `https://jwt.ms` and should be displayed to you.
75-
1. You can now run the user flow again and you should be able to sign in with the account that you created. The returned token includes the claims that you selected of name, country/region, and postal code.
75+
1. You can now run the user flow again and you should be able to sign in with the account that you created. The returned token includes the claims that you selected of country/region, name, and postal code.
7676

7777
## Create a profile editing user flow
7878

7979
If you want to enable users to edit their profile in your application, you use a profile editing user flow.
8080

81-
1. In the left menu, select **User flows**, and then select **New user flow**.
81+
1. In the left menu of the Azure AD B2C tenant overview page, select **User flows (policies)**, and then select **New user flow**.
8282
1. Select the **Profile editing** user flow on the Recommended tab.
8383
1. Enter a **Name** for the user flow. For example, *profileediting1*.
8484
1. For **Identity providers**, select **Local Account SignIn**.
@@ -96,7 +96,7 @@ If you want to enable users to edit their profile in your application, you use a
9696

9797
To enable users of your application to reset their password, you use a password reset user flow.
9898

99-
1. In the left menu, select **User flows**, and then select **New user flow**.
99+
1. In the left menu, select **User flows (policies)**, and then select **New user flow**.
100100
1. Select the **Password reset** user flow on the Recommended tab.
101101
1. Enter a **Name** for the user flow. For example, *passwordreset1*.
102102
1. For **Identity providers**, enable **Reset password using email address**.
@@ -108,7 +108,7 @@ To enable users of your application to reset their password, you use a password
108108

109109
1. Select the user flow you created to open its overview page, then select **Run user flow**.
110110
1. For **Application**, select the web application named *webapp1* that you previously registered. The **Reply URL** should show `https://jwt.ms`.
111-
1. Click **Run user flow**, verify the email address of account that you previously created, and select **Continue**.
111+
1. Click **Run user flow**, verify the email address of the account that you previously created, and select **Continue**.
112112
1. You now have the opportunity to change the password for the user. Change the password and select **Continue**. The token is returned to `https://jwt.ms` and should be displayed to you.
113113

114114
## Next steps

0 commit comments

Comments
 (0)