---
title: IdentityRequestJwtContext
description: Provides the properties of an identity request JWT issued by PingOne Advanced Identity Cloud to PingGateway as part of a PingOne Advanced Identity Cloud authentication journey with an IdentityGatewayAssertionNode node.
component: pinggateway
version: 2026
page_id: pinggateway:reference:IdentityRequestJwtContext
canonical_url: https://docs.pingidentity.com/pinggateway/2026/reference/IdentityRequestJwtContext.html
revdate: 2025-02-27T14:39:33Z
section_ids:
  IdentityRequestJwtContext-properties: Properties
---

# IdentityRequestJwtContext

Provides the properties of an identity request JWT issued by PingOne Advanced Identity Cloud to PingGateway as part of a PingOne Advanced Identity Cloud authentication journey with an IdentityGatewayAssertionNode node.

The context is created by the [IdentityAssertionHandler](IdentityAssertionHandler.html).

## Properties

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

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

  Map of claims that can be required by a plugin, in the format `Map<String,Object>`, where:

  * Key: Claim name

  * Value: Claim value

  Claims are documented on a per-plugin basis.

  If no claim is provided, this is an empty map.

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

  Unique ID generated by the IdentityGatewayAssertionNode and returned in the identity assertion JWT.

  Can't be null

* `"redirect"`: *[java.net.URI](https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/net/URI.html)*

  The URL on which to send the identity assertion JWT.

  Can't be null

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

  The JWT version; only the value `v1` is supported.

  Can't be null
