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-javascript-auth-code.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
@@ -58,8 +58,8 @@ This quickstart uses MSAL.js 2.0 with the authorization code flow. To use MSAL.j
58
58
> 1. Under **Supported account types**, select **Accounts in any organizational directory and personal Microsoft accounts**.
59
59
> 1. Select **Register**. On the app **Overview** page, note the **Application (client) ID** value for later use.
60
60
> 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/`.
63
63
> 1. Select **Configure**.
64
64
65
65
> [!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
113
113
> - `Enter_the_Application_Id_Here` is the **Application (client) ID** for the application you registered.
114
114
> - `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).
115
115
>-`Enter_the_Tenant_info_here` is set to one of the following:
116
-
>- If your application supports *accounts inthis organizational directory*, replace this value with the **Tenant ID** or **Tenant name**. For example, contoso.microsoft.com`.
116
+
>- If your application supports *accounts inthis organizational directory*, replace this value with the **Tenant ID** or **Tenant name**. For example, `contoso.microsoft.com`.
117
117
>- If your application supports *accounts in any organizational directory*, replace this value with`organizations`.
118
118
>- If your application supports *accounts in any organizational directory and personal Microsoft accounts*, replace this value with`common`. **For this quickstart**, use `common`.
119
119
>- 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/`.
121
121
>
122
122
>> [!TIP]
123
123
>> 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