VerifID Integration

Error response

If an error occurs when validating and processing the authorization request, or when generating the authorization response, an error response will be returned to the callback URL. The error response is an authorization “Error Response” as described in the OAuth 2.0 specification(5), and is returned by redirecting the User’s browser to the Client’s redirect_uri, with query parameters:

[redirect_uri]?error=ERROR_CODE&
error_description=DESCRIPTION&state=STATE

The parameters shall be completed as follows:

error An identifier for the error which occurred, as defined by the OAuth 2.0 specification.
error description A human-readable description of the error which occurred, suitable for troubleshooting purposes.
state The state value supplied in the authorization request, if any.

In the event where insufficient accurate information about the client is contained in the authorization request, the user agent may receive an error response.

Up Next:

8. API Call