CdSsoFailureContext
Contains the error details for any error that occurred during cross-domain SSO authentication. When the CrossDomainSingleSignOnFilter processes a request, should an error occur that prevents authentication, the error details are captured in this context.
Properties
The context is named cdssoFailure
, and is accessible at ${contexts.cdssoFailure}
. The context has the following properties:
"error"
: java.lang.String-
The error that occurred during authentication. Cannot be null.
"description"
: java.lang.String-
A description of the error that occurred during authentication. Cannot be null.
"throwable"
: java.lang.Throwable-
Any
Throwable
associated with the error that occured during authentication. Can be null.