Overview
A compact map of the docs studio, the backend assumptions it makes, and the best starting points for OAuth and OIDC exploration.
This site is a personal-study companion for the IAM Protocol Engine — interactive flow inspection, API reference, phase overviews, and reference docs.
Use it for:
- interactive OAuth 2.0 and OIDC flow inspection
- quick protocol lookups
- API reference for the core auth endpoints
- side-by-side reasoning about request parameters, redirects, and token payloads
- phase-by-phase narrative overviews
Interactive Studios
Phase Overviews
Phase 1 — Bootstrap
Phase 2 — OAuth 2.0 Core
Phase 3 — OIDC Layer
Phase 4 — Token Lifecycle
Phase 5 — Admin UI
Phase 6 — SCIM 2.0
Phase 7 — SAML 2.0
Phase 8 — MFA
Phase 9 — Demo Hardening
Reference Docs
Studio Assumptions
- Backend default:
http://localhost:8080 - Public client default:
test-client - Known demo subject shortcut:
subject=user1 - If you want the callback page to receive the auth code locally, register
http://localhost:3000/studio/callbackon the client first