Setting up forwarding of Context Expression Extension Claims in the client Web application

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

  1. Access the configuration location of a client Web application from which you will be forwarding Claims for the Context Expression Extension.
  2. Open cd_ambient_conf.xml for editing.
  3. 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.
  4. Inside the ForwardedClaims tag, insert the following:
    <Claim Uri="taf:request:headers"/>
    <Claim Uri="taf:request:full_url" />
  5. Save and closed cd_ambient_conf.xml.