v12

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01251238661.6 KB
oauth-as

Hydra Dcr Proxy

Dynamic Client Registration (RFC 7591) — proxy to Hydra admin API.

Hydra v2 doesn't expose public DCR; we proxy POST /oauth2/register to Hydra's admin endpoint so Cursor / Claude Desktop can self-register.

We inject server-side defaults:

  • skip_consent: true — MCP clients accessing their own workspace don't need consent
  • audience: [API_BASE_URL] — ensures issued JWTs have the correct audience for validation
post/oauth2/register

Response

Successful Response

{"stackTrail":"paths:/oauth2/register:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}