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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,14 +42,14 @@ In this quickstart, you use a code sample to learn how an Angular single-page ap
42
42
> 1. Enter a name for your application, and then select **Register**.
43
43
> 1. Go to the quickstart pane and view the Angular quickstart. Follow the instructions to download and automatically configure your new application.
44
44
>
45
-
> ### Option 2 (Manual): Register and manually configure the application and code sample
45
+
> ### Option 2 (manual): Register and manually configure the application and code sample
46
46
>
47
47
> #### Step 1: Register the application
48
48
>
49
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
-
> 1. Add a new platform on the **Authentication** pane of your app registration and register the redirect URI: **http://localhost:4200/**.
52
+
> 1. Add a new platform on the **Authentication** pane of your app registration and register the redirect URI: `http://localhost:4200/`.
53
53
> 1. This quickstart uses the [implicit grant flow](v2-oauth2-implicit-grant-flow.md). Select the **Implicit grant** settings for **ID tokens** and **Access tokens**. ID tokens and access tokens are required because this app signs in users and calls an API.
54
54
55
55
> [!div class="sxs-lookup" renderon="portal"]
@@ -103,8 +103,8 @@ In this quickstart, you use a code sample to learn how an Angular single-page ap
103
103
>|Enter_the_Cloud_Instance_Id_Here|This is the instance of the Azure cloud. For the main or global Azure cloud, enter **https://login.microsoftonline.com**. For national clouds (for example, China), see [National clouds](https://docs.microsoft.com/azure/active-directory/develop/authentication-national-cloud).|
104
104
>|Enter_the_Tenant_Info_Here| Set to one of the following options: If your application supports *accounts in this organizational directory*, replace this value with the directory (tenant) ID or tenant name (for example, **contoso.microsoft.com**). If your application supports *accounts in any organizational directory*, replace this value with **organizations**. If your application supports *accounts in any organizational directory and personal Microsoft accounts*, replace this value with **common**. To restrict support to *personal Microsoft accounts only*, replace this value with **consumers**. |
105
105
>|Enter_the_Redirect_Uri_Here|Replace with **http://localhost:4200**.|
106
-
>|cacheLocation | (Optional:) Set the browser storage for the authentication state. The default is **sessionStorage**. |
107
-
>|storeAuthStateInCookie | (Optional:) Identify the library that stores the authentication request state. This state is required to validate the authentication flows in the browser cookies. This cookie is set for Internet Explorer and Edge to accommodate those two browsers. For more details, see the [known issues](https://github.com/AzureAD/microsoft-authentication-library-for-js/wiki/Known-issues->on-IE-and-Edge-Browser#issues). |
106
+
>|cacheLocation | (Optional) Set the browser storage for the authentication state. The default is **sessionStorage**. |
107
+
>|storeAuthStateInCookie | (Optional) Identify the library that stores the authentication request state. This state is required to validate the authentication flows in the browser cookies. This cookie is set for Internet Explorer and Edge to accommodate those two browsers. For more details, see the [known issues](https://github.com/AzureAD/microsoft-authentication-library-for-js/wiki/Known-issues->on-IE-and-Edge-Browser#issues). |
108
108
> > [!TIP]
109
109
> > To find the values of **Application (client) ID**, **Directory (tenant) ID**, and **Supported account types**, go to the app's **Overview** page in the Azure portal.
0 commit comments