To enable the forwarding of Claims related to the Context Expression Extension, edit the Ambient Data Framework configuration file, cd_ambient_conf.xml, in your client Web application(s).
Procedure
- Access the configuration location of a client Web application from which you will be forwarding Claims for the Context Expression Extension.
- Open cd_ambient_conf.xml for editing.
- Find the
ForwardedClaims section. If the section does not exist, insert it directly above the Cookies section, and give it a CookieName attribute, set to the value TAFContext.
- Inside the
ForwardedClaims tag, insert the following:
<Claim Uri="taf:request:headers"/>
<Claim Uri="taf:request:full_url" />
- Save and closed cd_ambient_conf.xml.