Antara Reference Integration
Demo: External Identity Provider with Antara OAuth
This app demonstrates login, identity rendering, permissions display, token introspection, and the app messaging API contract (aat_ on the server).
Login builds a complete /oauth/authorize link (client id, redirect URI, PKCE, state, and optional scope) so the consent page on useantara.com can load. If users see an error there, capture the error code and request ID shown on the page for support.
Apps can be private, invite-only, or pending approval (Phase 3 trust gates). Until the app is allowed for your test user, OAuth may fail — use a staging client_id, register exact redirect URIs, and see the repo README Phase 3 section.
Phase 4 circle context is supported: add ?circle=<circle-uuid> to this page or paste a circle UUID below before login. The dashboard demonstrates introspect and identity lookup with oit_ under that context.
Leave blank for normal login, or pass a circle UUID to test delegated context in OAuth.
Tip: share a URL like /?circle=<circle-uuid> to prefill this value for testers.