Error Responses

Authorization responses are also sent in case of error.

In error case, the redirect_uri includes the following parameters:

Parameter Name Description
error A string that can be used to classify the error type.
error_description An error message text that can help a developer to identify the cause of the authentication error.

For example:

GET  302 Found 
Location: https://www.appname.com/oidc/cbk? 
             error=<error code> 
             &error_description=error+message