Error handling
If an error is encountered by the OP during the processing of the authorization grant
during an authorization code flow, WebSEAL will return the following error page to the client:
3898342f.html. The following macro’s will be set based on the error response
received from the OP:
| Macro | Description |
|---|---|
| %ERROR_CODE% | A unique identifier for the error. |
| %ERROR_TEXT% | Human-readable ASCII encoded text description of the error. (optional) |
| %ERROR_URL% | URI of a web page that includes additional information about the error. (optional) |