A minimal Identity Provider built in ASP.NET Core to explore and understand OAuth2 and OpenID Connect flows, including Authorization Code and On-Behalf-Of. This project simulates how real IdPs work, focusing on protocol mechanics, token generation, scopes, audiences, and secure delegation. Ideal for hands-on learning and experimentation.
Stars
4
Forks
1
Watchers
4
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
1
commits
move hosts to configuration files and add docker compose
bb8c6ccView on GitHubadded support to containerize the identity provider. useful to test localy if we are working offline
c622c46View on GitHubinitial commit supporting code flow, OBO flow with sample applications and http files to create test data
830854fView on GitHub