How to Integrate Azure AD with Angular and .Net Core Web API Application
Recently I got a chance to setup a new project which uses angular 6 and .Net core web API. The first task was to setup the authentication and I used Azure AD authentication. Idea was to focus on the application and let Azure handles the heavy lifting task for me. This is three step task and they are following Configure Azure AD via azure portal. Configure Angular application to use Azure AD for authentication. Configure .Net core Web API to allow angular application to access the API. This is the first part where we will be configuring Azure AD via Azure portal. Prerequisites This post is about setting up the Azure AD with angular and web API application so to implement this you must have following Azure subscription Basic knowledge of what is Azure B2B Basic knowledge of Angular 6 Basic knowledge of .NET Web API Configure Azure AD via Azure Portal To configure the Azure AD first you need create an active directory, this is also known as cr...