---
title: StsContext
description: Provides the result of a token transformation. When the TokenTransformationFilter processes a request, it injects the result into this context.
component: pinggateway
version: 2026
page_id: pinggateway:reference:StsContext
canonical_url: https://docs.pingidentity.com/pinggateway/2026/reference/StsContext.html
revdate: 2025-06-02T18:01:47Z
section_ids:
  StsContext-properties: Properties
  StsContext-moreinfo: More information
---

# StsContext

Provides the result of a token transformation. When the [TokenTransformationFilter](TokenTransformationFilter.html) processes a request, it injects the result into this context.

## Properties

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

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

  The result of the token transformation.

## More information

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