Documentation Center

Configuring Claim forwarding in the UGC configuration

To ensure that Claims can be forwarded from your Java/JSP website extension, update the UGC configuration file, cd_ugc_conf.xml.

Procedure

  1. In the configuration location of your Web application, open cd_ugc_conf.xml for editing.
  2. Ensure the presence of the following fragment:
    <ForwardedClaims CookieName="TAFContext">
      <Claim Uri="taf:tracking:id"/>
      <Claim Uri="taf:claim:contentdelivery:webservice:user"/>
      <Claim Uri="taf:claim:contentdelivery:webservice:post:allowed"/>
    </ForwardedClaims>
  3. Save and close cd_ugc_conf.xml.