Skip to content

maliksahil/ms-identity-nodejs-webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NodeJS Web App secured by Azure AD.

See other Azure AD + NodeJS code examples

  1. Daemon/serverless applications Client Credential Flow
  2. Web Applications OIDCStrategy
  3. Web APIs BearerStrategy
  4. Forwarding user identity On Behalf Of Flow
  5. Key Vault and Managed Identity

App setup and configuration

  1. Register a web app
  2. Redirect URI of http://localhost:3000/auth/openid/return
  3. Enable id_token
  4. Add a client secret, note down it's value.
  5. Update values in config.js
  6. Run npm start, and visit http://localhost:3000 in your favorite browser.

About

NodeJS Web App secured by Azure AD.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published