OAuth 2.1 consent decision
POST /oauth/authorize
POST
/oauth/authorize
Receives the user’s Approve/Deny decision from the consent form. Body is form-encoded with request_uri (the original GET URL) and decision (approve or deny). Always redirects back to the client’s redirect_uri.
Request Body
Section titled “Request Body ”object
request_uri
required
string
decision
required
string
Responses
Section titled “ Responses ”Redirect to client redirect_uri
Fatal validation error (HTML)
string