OAuth Reference & Endpoints
Every OAuth 2.0 / OIDC endpoint this server exposes, in one place — your live session, discovery, JWKS, tokens, and Swagger. New to OAuth? Start with a guided path in the OAuth Learning Portal.
Authorization Server Session
Checking…Live from GET /api/oauth/as/session. Current User is your OIDC subject identifier (the stable, pseudonymous sub) — the same value ID tokens and UserInfo use to identify you. This resource-owner session is deliberately separate from the practice-site login and the CineVerse session — three isolated auth systems.
Available Endpoints
Every one of these is a real route on this server. JSON endpoints open in a new tab.
Learn the Authorization Code Flow
The sequence every card above participates in. Each step maps to a real endpoint on this server.
See it as an Identity Provider — CineVerse
CineVerse is a separate application that uses this Authorization Server to sign users in. Launch it to watch the Authorization Code flow happen for real between two apps — the clearest way to understand external vs. internal identity providers.
Launch CineVerse using OAuth