You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/active-directory-b2c/active-directory-b2c-tutorials-spa.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,8 +45,8 @@ Additionally, you need the following in your local development environment:
45
45
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.
46
46
47
47
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**.
50
50
1. Select **Applications**, and then select the *webapp1* application.
51
51
1. Under **Reply URL**, add `http://localhost:6420`.
52
52
1. Select **Save**.
@@ -105,23 +105,23 @@ Now that you've obtained the sample, update the code with your Azure AD B2C tena
105
105
Listening on port 6420...
106
106
```
107
107
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.
109
109
110
110
The sample supports sign-up, sign-in, profile editing, and password reset. This tutorial highlights how a user signs up using an email address.
111
111
112
112
### Sign up using an email address
113
113
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.
116
116
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.
117
117
118
118
Use a valid email address and validate using the verification code. Set a password. Enter values for the requested attributes.
119
119
120
120

121
121
122
-
1.Click**Create** to create a local account in the Azure ADB2C directory.
122
+
1.Select**Create** to create a local account in the Azure ADB2C directory.
123
123
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.
125
125
126
126
You can now use your email address and password to sign in to the application.
0 commit comments