Skip to content

Commit 7e23166

Browse files
authored
Update quickstart-v2-javascript.md
1 parent b37bf17 commit 7e23166

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Select the option that's suitable to your development environment:
9595
var msalConfig = {
9696
auth: {
9797
clientId: "Enter_the_Application_Id_here",
98-
authority: "https://login.microsoftonline.com/Enter_the_Tenant_Info_Here"
98+
authority: "https://login.microsoftonline.com/Enter_the_Tenant_info_here"
9999
},
100100
cache: {
101101
cacheLocation: "localStorage",
@@ -107,11 +107,11 @@ var msalConfig = {
107107
> [!div renderon="docs"]
108108
>
109109
> Where:
110-
> - `Enter_the_Application_Id_here` is the **Application (client) ID** for the application you registered.
111-
> - `Enter_the_Tenant_Info_Here` is set to one of the following options:
112-
> - If your application supports **Accounts in this organizational directory**, replace this value with the **Tenant Id** or **Tenant name** (for example, contoso.microsoft.com).
113-
> - If your application supports **Accounts in any organizational directory**, replace this value with `organizations`.
114-
> - 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`.
110+
> - *\<Enter_the_Application_Id_here>* is the **Application (client) ID** for the application you registered.
111+
> - *\<Enter_the_Tenant_info_here>* is set to one of the following options:
112+
> - If your application supports *Accounts in this organizational directory*, replace this value with the **Tenant ID** or **Tenant name** (for example, *contoso.microsoft.com*).
113+
> - If your application supports *Accounts in any organizational directory*, replace this value with **organizations**.
114+
> - 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**.
115115
>
116116
> > [!TIP]
117117
> > 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

Comments
 (0)