Skip to content

Commit 9cbc68e

Browse files
authored
Update console-quickstart-portal-nodejs.md
1 parent 867f1eb commit 9cbc68e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

articles/active-directory/develop/console-quickstart-portal-nodejs.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ ms.custom: mode-api
2525
2626
> [!div renderon="portal" id="display-on-portal" class="sxs-lookup"]
2727
> # Quickstart: Acquire a token and call Microsoft Graph API from a Node.js console app using app's identity
28-
>
29-
> [!div renderon="portal" class="sxs-lookup"]
28+
>
3029
> In this quickstart, you download and run a code sample that demonstrates how a Node.js console application can get an access token using the app's identity to call the Microsoft Graph API and display a [list of users](/graph/api/user-list) in the directory. The code sample demonstrates how an unattended job or Windows service can run with an application identity, instead of a user's identity.
3130
>
3231
> This quickstart uses the [Microsoft Authentication Library for Node.js (MSAL Node)](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/lib/msal-node) with the [client credentials grant](v2-oauth2-client-creds-grant-flow.md).

0 commit comments

Comments
 (0)