Menci / MSAL-S2S-Demo

Demo of MSAL.js for AAD S2S (service-to-service) authentication

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AAD S2S Authentication Demo

export CLIENT_ID="<client-id>"
export CLIENT_SECRET="<secret>"
export TENANT_ID=72f988bf-86f1-41af-91ab-2d7cd011db47
export SCOPES="<some-appid>/.default"

yarn
node index.js

About

Demo of MSAL.js for AAD S2S (service-to-service) authentication


Languages

Language:JavaScript 100.0%