MCP OAuth

Submit Authorization Consent

Submit the user's consent, issue an authorization code, and return the client redirect target

post/oauth/authorize

Request body

client_idstring required
redirect_uristring required
code_challengestring required
code_challenge_methodstring required
resourcestring required
statestring
workspace_idstring
workspace_namestring
csrfstring

Response

Consent response with the client redirect target

redirect_tostring

Changes

Changed in 2 of the 57 revisions of this API.11