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/quickstart-v2-angular.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
@@ -36,7 +36,7 @@ In this quickstart, you use a code sample to learn how an Angular single-page ap
36
36
>
37
37
> ### Option 1 (express): Register and automatically configure the app, and then download the code sample
38
38
>
39
-
> 1. Sign in to the [Azure portal](https://portal.azure.com) by using a personal Microsoft account, a work account, or a school account.
39
+
> 1. Sign in to the [Azure portal](https://portal.azure.com).
40
40
> 1. If your account has access to more than one tenant, select the account at the upper right, and then set your portal session to the Azure Active Directory (Azure AD) tenant that you want to use.
41
41
> 1. Open the new [App registrations](https://portal.azure.com/#blade/Microsoft_AAD_RegisteredApps/ApplicationsListBlade/quickStartType/JavascriptSpaQuickstartPage/sourceType/docs) pane in the Azure portal.
42
42
> 1. Enter a name for your application, and then select **Register**.
@@ -46,7 +46,7 @@ In this quickstart, you use a code sample to learn how an Angular single-page ap
46
46
>
47
47
> #### Step 1: Register the application
48
48
>
49
-
> 1. Sign in to the [Azure portal](https://portal.azure.com) by using a personal Microsoft account, a work account, or a school account.
49
+
> 1. Sign in to the [Azure portal](https://portal.azure.com).
50
50
> 1. If your account has access to more than one tenant, select your account at the upper right, and set your portal session to the Azure AD tenant that you want to use.
51
51
> 1. Follow the instructions to [register a single-page application](https://docs.microsoft.com/azure/active-directory/develop/scenario-spa-app-registration) in the Azure portal.
52
52
> 1. Add a new platform on the **Authentication** pane of your app registration and register the redirect URI: **http://localhost:4200/**.
@@ -63,7 +63,7 @@ In this quickstart, you use a code sample to learn how an Angular single-page ap
63
63
64
64
#### Step 2: Download the code sample
65
65
>[!div renderon="docs"]
66
-
>To run the project with a web server by using Node.js, clone the [sample repository](https://github.com/Azure-Samples/active-directory-javascript-singlepageapp-angular) or [download](https://github.com/Azure-Samples/active-directory-javascript-singlepageapp-angular/archive/master.zip) the core project files. Open the files by using an editor such as Visual Studio Code.
66
+
>To run the project with a web server by using Node.js, [clone the sample repository](https://github.com/Azure-Samples/active-directory-javascript-singlepageapp-angular) or [download the core project files](https://github.com/Azure-Samples/active-directory-javascript-singlepageapp-angular/archive/master.zip). Open the files by using an editor such as Visual Studio Code.
0 commit comments