OAuth + MCP end-to-end test
Self-contained proof of the connector flow. The page generates PKCE, redirects to our /oauth/authorize, catches the callback, exchanges the code, then calls the mcp-connector tools. One user click (Allow) — everything else is automatic.
Pressing Start below will:
- Generate a fresh PKCE verifier + challenge (in your browser).
- Redirect you to
/oauth/authorizewith this page as the callback. - You click Allow once.
- You return here automatically.
- The page exchanges the code, calls MCP, and shows your data below.
Flow log
No steps yet.