Interactive Docs Studio
A study-focused surface for inspecting auth flows, callback parameters, and endpoint behavior against the existing Spring backend.
Explorers
OAuth 2.0 PKCE
Generate a verifier/challenge pair, build the authorize request, and inspect the callback plus token exchange.
OIDC Login
Layer discovery, nonce handling, ID token inspection, and UserInfo fetching onto the same authorization code flow.
API Reference
See the selected OpenAPI-backed endpoints used by the studio without leaving the docs shell.
Notes
The explorer pages assume the backend is running on http://localhost:8080. They use the repo's Phase 2 subject=user1 shortcut on the authorize endpoint, which means you can study the protocol surface without going through the Admin UI login flow first.
For the callback page to complete a local code exchange, register http://localhost:3000/studio/callback on your chosen public client.