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
@@ -1419,7 +1415,6 @@ It's recommended, but not required, that you support multiple secrets for easy r
1419
1415
1. Signintothe [MicrosoftEntraadmincenter](https://entra.microsoft.com) as at least a [Application Administrator](../roles/permissions-reference.md#application-administrator).
1. Signintothe [MicrosoftEntraadmincenter](https://entra.microsoft.com) as at least a [Application Administrator](../roles/permissions-reference.md#application-administrator).
Copy file name to clipboardExpand all lines: articles/active-directory/develop/quickstart-console-app-nodejs-acquire-token.md
+1-6Lines changed: 1 addition & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,13 +68,8 @@ To register your application and add the app's registration information to your
68
68
69
69
Using a plaintext secret in the source code poses an increased security risk for your application. Although the sample in this quickstart uses a plaintext client secret, it's only for simplicity. We recommend using [certificate credentials](./certificate-credentials.md) instead of client secrets in your confidential client applications, especially those apps you intend to deploy to production.
70
70
71
-
<<<<<<< HEAD
72
-
1. Edit *.env* and replace the Azure AD and Microsoft Graph endpoints with the following values:
73
-
- For the Azure AD endpoint, replace `Enter_the_Cloud_Instance_Id_Here` with `https://login.microsoftonline.com`.
74
-
=======
75
-
3. Edit *.env* and replace the Microsoft Entra ID and Microsoft Graph endpoints with the following values:
71
+
1. Edit *.env* and replace the Microsoft Entra ID and Microsoft Graph endpoints with the following values:
76
72
- For the Microsoft Entra endpoint, replace `Enter_the_Cloud_Instance_Id_Here` with `https://login.microsoftonline.com`.
77
-
>>>>>>> 89ae6f906bf2a9742f18c04ce327dd16860ba801
78
73
- For the Microsoft Graph endpoint, replace `Enter_the_Graph_Endpoint_Here` with `https://graph.microsoft.com/`.
0 commit comments