User Authentication and Identity with Angular, Asp.Net Core and IdentityServer
fullstackmark.com · Dec 19, 2019
In this post, we'll build an authentication and authorization flow based on the implicit grant type using OAuth2 and OpenID Connect protocols to authenticate an Angular SPA client against IdentityServer4 with the ultimate goal of making authorized requests against a protected ASP.NET Core Web API.