OAuth Implicit flow Using Angular 6 and ASP.NET MVC Core

In this tutorial, we are going to implement authentication and authorization using the Azure active directory.

There are various protocols for implementing authentication using the Azure active directory. In this tutorial, we will use the OAuth and implicit code flow.