Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 407 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 407 Bytes

identityserver4-aspnetcore-demo

Demo for various clients protected by Identity Server 4 on top of the ASP.NET Core.

Solutions consist of following projects:

Identity server - port 5000

Web API - port 5001

Clients:

Console - client credentials flow

Console - resource owner password flow

MVC - implicit flow - port 5002

MVC - hybrid flow - port 5003

Javascript - implicit flow - port 5004