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/develop/tutorial-v2-javascript-spa.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ To configure the code sample before you run it, skip to the [registration step](
69
69
70
70
## Create the project
71
71
72
-
1. Make sure [Node.js](https://nodejs.org/en/download/) is installed, and then create a folder to host the application. Name the folder *sampleApp*. In this folder, an [Express](https://expressjs.com/) web server is created to serve the *index.html* file.
72
+
1. Make sure that [Node.js](https://nodejs.org/en/download/) is installed, and then create a folder to host the application. Name the folder *sampleApp*. In this folder, an [Express](https://expressjs.com/) web server is created to serve the *index.html* file.
73
73
74
74
1. By using a terminal (such as the Visual Studio Code integrated terminal), locate the project folder and move into it. Then enter:
75
75
@@ -130,7 +130,7 @@ To configure the code sample before you run it, skip to the [registration step](
130
130
constmorgan=require('morgan');
131
131
constpath=require('path');
132
132
133
-
//initialize Express.
133
+
//Initialize Express.
134
134
constapp=express();
135
135
136
136
// Initialize variables.
@@ -327,7 +327,7 @@ Before you proceed with authentication, register the application on Azure AD:
327
327
328
328
1. Sign in to the [Azure portal](https://portal.azure.com/).
329
329
1. Go to **Azure Active Directory**.
330
-
1. On the left panel, under **Manage**, select **App registrations**. Then on the top menu bar, select **New registration**.
330
+
1. On the left panel, under **Manage**, select **App registrations**. Then, on the top menu bar, select **New registration**.
331
331
1. For **Name**, enter a name for the application (for example, **sampleApp**). You can change the name later if necessary.
332
332
1. Under **Supported account types**, select **Accounts in this organizational directory only**.
333
333
1. In the **Redirect URI** section, select the **Web** platform from the dropdown list.
0 commit comments