Skip to main content
cd ~/projects

IdentityServer4.Study

Complete reference token authentication system with three integrated components

> cat README.md

Understanding OAuth 2.0 and OpenID Connect in practice requires seeing how identity servers, client applications, and protected APIs interact end-to-end. IdentityServer4.Study implements a complete reference token authentication system with an IdentityServer4 instance backed by SQL Server, an MVC client, and a protected API.

> grep --highlights

  • Three-component architecture: Identity Server, MVC Client, and protected API
  • Reference token authentication with SQL Server persistence
  • Token introspection via back-channel validation between API and IdentityServer
  • Includes IdentityServer4 v3.1.2 source for debugging and learning

> tech.stack:

.NETIdentityServer4SQL Server