https://github.com/menci/msal-s2s-demo
Demo of MSAL.js for AAD S2S (service-to-service) authentication
https://github.com/menci/msal-s2s-demo
Last synced: 10 months ago
JSON representation
Demo of MSAL.js for AAD S2S (service-to-service) authentication
- Host: GitHub
- URL: https://github.com/menci/msal-s2s-demo
- Owner: Menci
- Created: 2023-06-25T09:54:07.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-25T09:55:28.000Z (about 3 years ago)
- Last Synced: 2025-05-11T00:01:55.292Z (about 1 year ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AAD S2S Authentication Demo
```bash
export CLIENT_ID=""
export CLIENT_SECRET=""
export TENANT_ID=72f988bf-86f1-41af-91ab-2d7cd011db47
export SCOPES="/.default"
yarn
node index.js
```