Skip to content

Commit ba62f9a

Browse files
authored
Merge pull request #85103 from craigcaseyMSFT/patch-16
Update UI interaction terms
2 parents bbe4f14 + 650531a commit ba62f9a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/active-directory-b2c/active-directory-b2c-tutorials-spa.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ Additionally, you need the following in your local development environment:
4545
In the second tutorial that you completed as part of the prerequisites, you registered a web application in Azure AD B2C. To enable communication with the sample in the tutorial, you need to add a redirect URI to the application in Azure AD B2C.
4646

4747
1. Sign in to the [Azure portal](https://portal.azure.com).
48-
1. Make sure you're using the directory that contains your Azure AD B2C tenant by clicking the **Directory and subscription filter** in the top menu and choosing the directory that contains your tenant.
49-
1. Choose **All services** in the top-left corner of the Azure portal, and then search for and select **Azure AD B2C**.
48+
1. Make sure you're using the directory that contains your Azure AD B2C tenant by selecting the **Directory and subscription** filter in the top menu and choosing the directory that contains your tenant.
49+
1. Select **All services** in the top-left corner of the Azure portal, and then search for and select **Azure AD B2C**.
5050
1. Select **Applications**, and then select the *webapp1* application.
5151
1. Under **Reply URL**, add `http://localhost:6420`.
5252
1. Select **Save**.
@@ -105,23 +105,23 @@ Now that you've obtained the sample, update the code with your Azure AD B2C tena
105105
Listening on port 6420...
106106
```
107107
108-
1. Navigate to `http://localhost:6420` in your browser to view the application.
108+
1. Go to `http://localhost:6420` in your browser to view the application.
109109
110110
The sample supports sign-up, sign-in, profile editing, and password reset. This tutorial highlights how a user signs up using an email address.
111111
112112
### Sign up using an email address
113113
114-
1. Click **Login** to initiate the *B2C_1_signupsignin1* user flow you specified in an earlier step.
115-
1. Azure AD B2C presents a sign-in page with a sign-up link. Since you don't yet have an account, click the **Sign up now** link.
114+
1. Select **Login** to initiate the *B2C_1_signupsignin1* user flow you specified in an earlier step.
115+
1. Azure AD B2C presents a sign-in page with a sign-up link. Since you don't yet have an account, select the **Sign up now** link.
116116
1. The sign-up workflow presents a page to collect and verify the user's identity using an email address. The sign-up workflow also collects the user's password and the requested attributes defined in the user flow.
117117

118118
Use a valid email address and validate using the verification code. Set a password. Enter values for the requested attributes.
119119

120120
![Sign-up page presented by the sign-in/sign-up user flow](./media/active-directory-b2c-tutorials-desktop-app/sign-up-workflow.PNG)
121121

122-
1. Click **Create** to create a local account in the Azure AD B2C directory.
122+
1. Select **Create** to create a local account in the Azure AD B2C directory.
123123

124-
When you click **Create**, the sign up page closes and the sign in page reappears.
124+
When you select **Create**, the sign up page closes and the sign in page reappears.
125125

126126
You can now use your email address and password to sign in to the application.
127127

0 commit comments

Comments
 (0)