We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73920d9 commit b1e7b18Copy full SHA for b1e7b18
1 file changed
2-Authorization/3-call-api-node-daemon/README.md
@@ -10,14 +10,20 @@ products:
10
- aspnet-core
11
- msal-js
12
- microsoft-identity-web
13
-urlFragment: ms-identity-ciam-javascript-tutorial
+urlFragment: ms-identity-ciam-javascript-tutorial-3-call-api-node-daemon
14
extensions:
15
-- services: ms-identity
16
-- platform: JavaScript
17
-- endpoint: AAD v2.0
18
-- level: 200
19
-- client: Node.js daemon app
20
-- service: ASP.NET Core web API
+ services:
+ - ms-identity
+ platform:
+ - JavaScript
+ endpoint:
+ - AAD v2.0
21
+ level:
22
+ - 200
23
+ client:
24
+ - Node.js daemon app
25
+ service:
26
+ - ASP.NET Core web API
27
---
28
29
# A Node.js daemon application secured by MSAL Node on Microsoft identity platform
0 commit comments