Adding a HTTP header for all junctions

About this task

It is possible to statically configure, using the [header-names] stanza, a credential attribute which will be inserted into HTTP requests for all junctions.

Procedure

The configuration entry within the [header-names] stanza should be of the following format:
credattr{<name>} = <http-hdr-name>
The following example would mean that a HTTP header, called X-Principal, would be added to requests which are sent to any remote junction. The value for the HTTP header would be obtained from the AZN_CRED_PRINCIPAL_NAME attribute from the user’s credential.
[header-names]
credattr{AZN_CRED_PRINCIPAL_NAME} = X-Principal

For more information, see header-data