Skip to content

Commit 868f739

Browse files
committed
typo fix
1 parent 8913e3f commit 868f739

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/active-directory/develop/quickstart-v2-javascript-auth-code.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ This quickstart uses MSAL.js 2.0 with the authorization code flow. To use MSAL.j
5858
> 1. Under **Supported account types**, select **Accounts in any organizational directory and personal Microsoft accounts**.
5959
> 1. Select **Register**. On the app **Overview** page, note the **Application (client) ID** value for later use.
6060
> 1. In the left pane of the registered application, select **Authentication**.
61-
> 1. Under **Platform configurations**, select **Add a platform**. A panel opens on the right. There, select **Single-page application**.
62-
> 1. Still on the right, set the **Redirect URI** value to `http://localhost:3000/`.
61+
> 1. Under **Platform configurations**, select **Add a platform**. In the pane that opens select **Single-page application**.
62+
> 1. Set the **Redirect URI** value to `http://localhost:3000/`.
6363
> 1. Select **Configure**.
6464
6565
> [!div class="sxs-lookup" renderon="portal"]
@@ -113,11 +113,11 @@ This quickstart uses MSAL.js 2.0 with the authorization code flow. To use MSAL.j
113113
> - `Enter_the_Application_Id_Here` is the **Application (client) ID** for the application you registered.
114114
> - `Enter_the_Cloud_Instance_Id_Here` 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](authentication-national-cloud.md).
115115
> - `Enter_the_Tenant_info_here` is set to one of the following:
116-
> - If your application supports *accounts in this organizational directory*, replace this value with the **Tenant ID** or **Tenant name**. For example, contoso.microsoft.com`.
116+
> - If your application supports *accounts in this organizational directory*, replace this value with the **Tenant ID** or **Tenant name**. For example, `contoso.microsoft.com`.
117117
> - If your application supports *accounts in any organizational directory*, replace this value with `organizations`.
118118
> - If your application supports *accounts in any organizational directory and personal Microsoft accounts*, replace this value with `common`. **For this quickstart**, use `common`.
119119
> - To restrict support to *personal Microsoft accounts only*, replace this value with `consumers`.
120-
> - `Enter_the_Redirect_Uri_Here` is `http://localhost:3000/`
120+
> - `Enter_the_Redirect_Uri_Here` is `http://localhost:3000/`.
121121
>
122122
> > [!TIP]
123123
> > To find the values of **Application (client) ID**, **Directory (tenant) ID**, and **Supported account types**, go to the app registration's **Overview** page in the Azure portal.

0 commit comments

Comments
 (0)