OAuth 2.1
Dynamic client registration
RFC 7591 — register an OAuth client.
POST
Public endpoint. Returns
201 with client_id (cmcp_client_...). Confidential clients also receive client_secret (cmcp_secret_...).
At least one redirect URI
Display name shown on consent
Typically
authorization_code, refresh_tokenTypically
["code"]Default
"none" (public PKCE clients)Space-separated scopes
Optional logo URL
Optional homepage
| Status | Body |
|---|---|
400 | { error, error_description } |
500 | server_error |
