OpenAPI 3.1.0raw.githubusercontent.com2026-08-13347691.3 MB

4d23bb3d853c

MCP OAuth

Register a pre-existing OAuth client (DCR fallback)

post/api/mcp-oauth/{mcpServerId}/manual-client

Path parameters

mcpServerIdstring required

Request body

clientIdstring required
clientSecretstring
authorizationServerIssuerstring uri
authorizeUrlstring uri
tokenUrlstring uri
revocationUrlstring uri
scopesstring[]
tokenEndpointAuthMethod'client_secret_basic' | 'client_secret_post' | 'none'

Response

Pending client stored. Call /authorize to start the flow.

oktrue required