Welcome to MSAL.JS demo
Microsoft identity platform OAuth2 2.0 implicit flow diagram
msal.js getting started
Call Graph API from a JavaScript Single Page Application using msal.js
startup
Setup steps:
- Add app registration
- ensure the following is set in the manifest "oauth2AllowIdTokenImplicitFlow": true,
"oauth2AllowImplicitFlow": true,