---
title: CdSsoFailureContext
description: 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.
component: pinggateway
version: 2026
page_id: pinggateway:reference:CdSsoFailureContext
canonical_url: https://docs.pingidentity.com/pinggateway/2026/reference/CdSsoFailureContext.html
revdate: 2025-06-02T18:01:47Z
section_ids:
  CdSsoFailureContext-properties: Properties
  CdSsoFailureContext-moreinfo: More information
---

# CdSsoFailureContext

Contains the error details for any error that occurred during cross-domain SSO authentication. When the [CrossDomainSingleSignOnFilter](CrossDomainSingleSignOnFilter.html) 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](https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/String.html)*

  The error that occurred during authentication. Cannot be null.

* `"description"`: *[java.lang.String](https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/String.html)*

  A description of the error that occurred during authentication. Cannot be null.

* `"throwable"`: *[java.lang.Throwable](https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Throwable.html)*

  Any `Throwable` associated with the error that occured during authentication. Can be null.

## More information

[org.forgerock.openig.openam.CdSsoFailureContext](../_attachments/apidocs/org/forgerock/openig/openam/CdSsoFailureContext.html)
