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: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,15 +46,15 @@ This sample demonstrates the following **MSAL Node** concepts:
46
46
2. Select **Grant admin consent for {tenant}**.
47
47
1. Clone this repository `git clone https://github.com/Azure-Samples/ms-identity-javascript-nodejs-console.git`
48
48
1. Open the [.env](.env) file and provide the required configuration values.
49
-
1. Replace the string `Enter_the_Tenant_Id_Here` with your tenant ID on Azure AD portal.
49
+
1. Replace the string `Enter_the_Tenant_Info_Here` with your tenant ID on Azure AD portal.
50
50
2. Replace the string `Enter_the_Application_Id_Here` with your app/client ID on Azure AD portal.
51
51
3. Replace the string `Enter_the_Client_Secret_Here` with the client secret you created on Azure AD portal.
52
52
4. Replace the string `Enter_the_Cloud_Instance_Id_Here` with `https://login.microsoftonline.com/` (see **note** below).
53
53
5. Replace the string `Enter_the_Graph_Endpoint_Here`. with `https://graph.microsoft.com/` (see **note** below).
54
54
55
55
> :information_source:*note*: This is for multi-tenant applications located on the global Azure cloud. For more information, see: [Use MSAL in a national cloud environment](https://docs.microsoft.com/azure/active-directory/develop/quickstart-v2-javascript-auth-code)
56
56
57
-
> :information_source:*note*: This is for MS Graph instance located on the global Azure cloud. For more information, see: [Use Microsoft Graph in a national cloud environment](https://docs.microsoft.com/en-us/graph/deployments)
57
+
> :information_source:*note*: This is for MS Graph instance located on the global Azure cloud. For more information, see: [Use Microsoft Graph in a national cloud environment](https://docs.microsoft.com/graph/deployments)
58
58
59
59
1. On the command line, navigate to the root of the repository, and type `npm install`.
0 commit comments