Submit an OAuth2 consent decision

Receives the user's consent decision (approve or deny) from the consent page as a form POST.

CSRF is enforced by request provenance — Sec-Fetch-Site must be same-origin (with an Origin/Referer allow-list fallback); there is no separate CSRF token. On approval an authorization code is created and the browser is redirected to the client's redirect_uri; on denial it is redirected with error=access_denied.

This endpoint is submitted by the consent page, not called directly by clients.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
Headers
string
Defaults to Swagger
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
string
enum
Defaults to application/json

Generated from available request content types

Allowed:
Responses

302

Redirects to redirect_uri with code (approve) or error (deny)

400

Invalid request parameters or failed CSRF provenance check

401

User not authenticated

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/json