PingGateway

AccessAuditExtensionContext

Context for additional custom access audit data for the current request. Includes FAPI-related audit information when FAPI is enabled.

You can find an example of how to use this context in Extend audit events with custom data.

Properties

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

"extensions": Map<String, Object>

Map of custom key:value pairs that PingGateway includes in the ig.ext object of access audit events for the current request.

When FAPI is enabled, this map can contain the following FAPI-related entries:

  • fapi-interaction-id

  • fapi-client-id

  • fapi-client-name

  • fapi-organization-id

  • fapi-organization-name

  • fapi-software-id