---
title: SsoTokenContext
description: Provides SSO tokens and their validation information. When the SingleSignOnFilter or CrossDomainSingleSignOnFilter processes a request, it injects the value of the SSO token and additional information in this context.
component: pinggateway
version: 2026
page_id: pinggateway:reference:SsoTokenContext
canonical_url: https://docs.pingidentity.com/pinggateway/2026/reference/SsoTokenContext.html
revdate: 2025-06-02T18:01:47Z
section_ids:
  SsoTokenContext-properties: Properties
  SsoTokenContext-moreinfo: More information
---

# SsoTokenContext

Provides SSO tokens and their validation information. When the [SingleSignOnFilter](SingleSignOnFilter.html) or [CrossDomainSingleSignOnFilter](CrossDomainSingleSignOnFilter.html) processes a request, it injects the value of the SSO token and additional information in this context.

## Properties

The context is named `ssoToken`, and is accessible at `${contexts.ssoToken}`. The context has the following properties:

* `"info"`: *[java.util.Map](https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/util/Map.html)*

  A map with the format `Map<String, Object>`, where

  * Key: Property bound to the SSO token, such as `realm` or `uid`

  * Value: Value of the property

  Information associated with the SSO token, such as `realm` or `uid`. Cannot be null.

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

  A string representing the URL of the login endpoint, evaluated from the configuration of SingleSignOnFilter.

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

  The value of the SSO token. Cannot be null.

## More information

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