Installation guide
Appendix A AMAgent Properties 169
com.sun.am.policy.am.fetchHeaders
Description
This property enables/disables the additional policy response attributes to be
introduced into the HTTP headers. The value can be true or false.
Valid Values
true
or
false
.
Example
com.sun.am.policy.am.fetchHeaders=false
com.sun.am.policy.am.headerAttributes
Description
This property determines the policy attributes to be added to the HTTP header.
Valid Values
The specification is of the format ldap_attribute_name|http_header_name[,...].
where ldap_attribute_name is the attribute in data store to be fetched and
http_header_name is the name of the header to which the value needs to be
assigned.
Example
com.sun.am.policy.am.headerAttributes=cn|common-name,ou|organizational-uni
t,o|organization,mail|email,employeenumber|employee-number,c|country
NOTE
In most cases, in a destination application where a “http_header_name” shows up
as a request header, it will be prefixed by HTTP_, and all lower case letters will
become upper case, and any - will become _;
For example, “common-name” would become “HTTP_COMMON_NAME”