Docstash

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

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/callback on the client first

On this page