<!-- # First part When an error occurs in an implicit flow request or a request for a code, the required error parameters are not returned. The below links describe the correct response. ## Implicit http://tools.ietf.org/html/rfc6749#section-4.2.2.1 ## Code http://tools.ietf.org/html/rfc6749#section-4.1.2.1 # Second part --> When an error occurs with the exchange of a code, the status code and body are wrong. The following section describes how the server should respond. http://tools.ietf.org/html/rfc6749#section-5.2 # Tests To run the relevant oada-conformance tests: ``` shellsession npm run check -- --grep "error responses" ```
When an error occurs with the exchange of a code, the status code and body are wrong. The following section describes how the server should respond.
http://tools.ietf.org/html/rfc6749#section-5.2
Tests
To run the relevant oada-conformance tests:
npm run check -- --grep "error responses"