Integration Angular application with Azure Active Directory authentication – ADAL-Angular 4
What will I do in this article ? I will try to explain for you how to create integration Azure Active Directory Authentication with Angular application and .NET Core API. What is ADAL-Angular 4? ADAL-Angular4 is a simple angular wrapper for Microsoft ADAL.js (Active Directory Authentication Library). Library contains wrapper for connection with Microsoft authentication, interceptor and simple guard. Do not be fooled by the name, library is compatible with Angular 4/5/6/7/8. How it works? After implementation ADAL-Angular4 you can…