└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # Integrating Azure AD into a NodeJS web application 2 | 3 | --- 4 | 5 | There's a newer version of this sample taking advantage of the Microsoft identity platform (formerly Azure AD v2.0) 6 | 7 | Check it out: [AppModelv2-WebApp-OpenIDConnect-nodejs](https://github.com/azureadquickstarts/appmodelv2-webapp-openidconnect-nodejs) 8 | 9 | If you really need to access this Azure AD v1.0, you can navigate to the [master](https://github.com/Azure-Samples/active-directory-node-webapp-openidconnect/tree/master) branch, but please know that it's no longer supported. 10 | --------------------------------------------------------------------------------