Correlation
There is an optional header, x-xacml-transaction-id
, that can be used for correlation purposes.
Correlation in audit logging
If audit logging is enabled in the deployment configuration file (see Logging), the value of the x-xacml-transaction-id
that is supplied in the header will appear in the audit log as a transaction ID element.
Correlation in tracing
If tracing is enabled (see Tracing on page 56), the value of the x-xacml-transaction-id that is supplied in the header will be attached to the span tied to a request on a REST endpoint, as an OT span attribute.
Note: This applies only when the REST authorization interface is used. The functionality is not implemented for the legacy SOAP authorization interface.