IG 7.2.0

JwtBuilderContext

When the JwtBuilderFilter processes a request, it stores provided data in this context. This context returns the JWT as string, JsonValue, or map for downstream use.

Properties

The context is named jwtBuilder, and is accessible at ${contexts.jwtBuilder}, with the following properties:

"value": string

The base64url encoded UTF-8 parts of the JWT, containing name-value pairs of data. Cannot be null.

"claims": map

JWT claims as a map, with the format Map<String, Object>.

"claimsAsJsonValue": jsonvalue

JWT claims as a JsonValue.

Copyright © 2010-2023 ForgeRock, all rights reserved.