/Angular-Core-IdentityServer

Using Angular (4+) with ASP.NET Core and IdentityServer4

Primary LanguageC#MIT LicenseMIT

Angular-Core-IdentityServer

Exploring Angular (4+) with ASP.NET Core, Entity Framework Core and IdentityServer4. The following are blog posts documenting the exploration.

Initial Exploration

  1. Identity Server: Introduction
  2. Identity Server: Sample Exploration and Initial Project Setup
  3. Identity Server: Interactive Login using MVC
  4. Identity Server: From Implicit to Hybrid Flow
  5. Identity Server: Using ASP.NET Core Identity
  6. Identity Server: Using Entity Framework Core for Configuration Data
  7. Identity Server: Usage from Angular
  8. Identity Server: Calling Secured API from Angular

Other Related Posts

  1. Identity Server: Redirect When Route Requires Logged in User
  2. Identity Server: Changing Angular OpenID Connect Clients
  3. Identity Server: External Authentication using Twitter
  4. Identity Server: API Migration to ASP.NET Core 2
  5. Identity Server: Migration to ASP.NET Core 2
  6. Identity Server: Deploy to Azure
  7. Identity Server: Upgrade Client to Angular 5
  8. Identity Server: Migration to version 2.1 and Angular HTTP Changes