Get the pending external OAuth consent request
GET/v1/auth/oauth/authorization
Returns the client identity and requested scopes bound to the authenticated browser session so the user can make an informed authorization decision.
Request
Responses
- 200
- 401
- 403
- 500
Client and scopes awaiting the user decision.
No authenticated browser session owns the authorization request.
The browser origin is not allowed.
An unexpected internal error occurred.