An open API service indexing awesome lists of open source software.

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

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
```