Configuring Claim forwarding in the Ambient Data Framework configuration for the UGC website extension

To ensure that Claims can be forwarded from your .NET website extension, update the Ambient Data Framework configuration file, cd_ambient_conf.xml.

Procedure

  1. In the configuration location of your Web application, open cd_ambient_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_ambient_conf.xml.