FapiAuditContext
Context for audit information during FAPI interactions.
Properties
The context is named fapiAudit
and is accessible at ${contexts.fapiAudit}
.
The context has the following properties:
"apiClient"
: ApiClient-
The
ApiClient
; this is empty for requests unless the request is to an OAuth 2.0 endpoint. "contextualInfo"
: map-
Map of custom contextual information about a request. For example, FapiTokenFilterChain populates the
grant_type
andscope
keys. "endUserId"
: string"interactionId"
: string-
The FAPI interaction ID or an empty string if not available. The FAPI filter chains populate this value.