- Daemon/serverless applications Client Credential Flow
- Web Applications OIDCStrategy
- Web APIs BearerStrategy
- Forwarding user identity On Behalf Of Flow
- Key Vault and Managed Identity
- Register a web app
- Redirect URI of
http://localhost:3000/auth/openid/return - Enable id_token
- Add a client secret, note down it's value.
- Update values in config.js
- Run
npm start, and visithttp://localhost:3000in your favorite browser.