7. Authorization Server Response
7. Authorization Server Response
The authorization server response is created and sent to the client as in Section 4 of [RFC6749] (OAuth 2.0).
In addition, this document uses these additional error values:
invalid_request_uri
: The request_uri in the authorization request returns an error or contains invalid data.
invalid_request_object
: The request parameter contains an invalid Request Object.
request_not_supported
: The authorization server does not support the use of the request parameter.
request_uri_not_supported
: The authorization server does not support the use of the request_uri parameter.