...
| The URL associated with the request. |
| The general type of error. |
| The actual error message. |
| Name of identity provider, if known. |
| Current date and time. |
| SAML status code causing error, sent by identity provider. |
| SAML sub-status code causing error, sent by identity provider. |
| SAML status message, sent by identity provider. |
RelayState | Original URL the user was attempting to access or value of target parameter passed to SessionInitiator. |
| A support contact name for the IdP provided by that site's metadata. |
| A contact email address for the IdP contact provided by that site's metadata. |
| The URL of an error handling page for the IdP provided by that site's metadata. |
eventType 2.6 | A constant identifying the type of activity connected with the error (e.g. Login, Logout) |
Redirection
With redirection, the error is handled by redirecting the browser to a designated location with a query string containing information about the error that occurred. It is the responsibilty of that location to do something useful with that information. In some cases, this might even mean hiding the problem.
...