Using Azure AD to Authenticate users in an Angular app

This post describes the process of setting up Azure AD and modifying an Angular Single Page Application to authenticate users using the ADAL library. Angular version 4 is being used. Part II of the post will describe passing the authentication token to the back-end Web API. Azure AD setup - Creating applications in AD Follow …

Continue reading Using Azure AD to Authenticate users in an Angular app