Skip to content

Commit c41f170

Browse files
authored
Merge pull request #13 from Azure-Samples/localden-patch-1
Update README.md
2 parents e7972ed + ea8826b commit c41f170

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ urlFragment: "ms-identity-javascript-nodejs-console"
1414

1515
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)).
1616

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+
1720
## Features
1821

1922
This sample demonstrates the following **MSAL Node** concepts:

0 commit comments

Comments
 (0)