Part I of this post talked about authenticating a user in an Angular Single Page Application and fetching the id_token. The app still needs to be integrated with the Web API. The following changes are required in order to make the Web API accept and use the JSON Web Token. The Angular Single Page Application …
Category: Azure AD
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