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
This sample demonstrates how to use [MSAL Node](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/lib/msal-node) to acquire an access token for a protected resource such as Microsoft Graph in a console daemon application using the application's own identity with the ([client credentials flow](https://docs.microsoft.com/azure/active-directory/develop/v2-oauth2-client-creds-grant-flow)).
16
16
17
+
>[!CAUTION]
18
+
>This sample is intended as a **daemon application** - an application that securely runs on a server. You should not use this sample for any [public client](https://learn.microsoft.com/entra/identity-platform/msal-client-applications) scenarios. Distributing client secrets with your applications can lead to exfiltration and misuse of the credentials.
19
+
17
20
## Features
18
21
19
22
This sample demonstrates the following **MSAL Node** concepts:
0 commit comments