Skip to content

justinsaraceno/IdentityServer4-GettingStarted-Sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IdentityServer4 Getting Started Sample

My resulting project from following along this blog instructional post

The author's code sample is also located in his GitHub repo. This could have been a fork from that repo, but I wanted to start from scratch and follow the above mentioned article step-by-step to gain an understanding of how it all comes together.

This shows:

  • IdentityServer4 running in .NET Core
  • OAuth2
  • OpenIdConnect server & client
  • Client, user, and claims backed by a data store via EF Core