Skip to content

Commit f813491

Browse files
authored
Update quickstart-v2-angular.md
1 parent ff9108b commit f813491

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/active-directory/develop/quickstart-v2-angular.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@ In this quickstart, you use a code sample to learn how an Angular single-page ap
4242
> 1. Enter a name for your application, and then select **Register**.
4343
> 1. Go to the quickstart pane and view the Angular quickstart. Follow the instructions to download and automatically configure your new application.
4444
>
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
4646
>
4747
> #### Step 1: Register the application
4848
>
4949
> 1. Sign in to the [Azure portal](https://portal.azure.com).
5050
> 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.
5151
> 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/`.
5353
> 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.
5454
5555
> [!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
103103
>|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).|
104104
>|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**. |
105105
>|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). |
108108
> > [!TIP]
109109
> > 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.
110110

0 commit comments

Comments
 (0)