Handle OAuth2 consent
POST/v1/auth/consent
Handles OAuth2 consent where the user must explicitly grant access to certain scopes or resources. Note: The consent screen is skipped because there is no data to consent to, but the route is still called as part of the OAuth2 flow.
Request
Responses
- 302
- 400
- 500
Redirect to OAuth2 client callback
Response Headers
Location
Callback URL with consent result
Bad request - invalid input parameters
Internal server error