Configuring the UGC cartridge for the Community Web service

The User Generated Content cartridge for the Ambient Data Framework (included in the Community Web service resources) takes care of, amongst others, the Content Delivery side of a User Generated Content Audience Manager integration. The Community Web Service requires two Claim Processors.

Procedure

  1. Navigate to the configuration directory of the Community Web Service.
  2. Open ugc_ambient_cartridge.xml for editing.
  3. Ensure that the following Claim Processors (ClaimProcessorDefinition elements) are set as described:
    • The ClaimProcessorDefinition element that has an ImplementationClass attribute ending in AllowAnonymousPostClaimProcessor must be present and not enclosed in comment tags.
    • The ClaimProcessorDefinition element that has an ImplementationClass attribute ending in PostAllowedByOwnerClaimProcessor must be present and not enclosed in comment tags.
    • The ClaimProcessorDefinition element that has an ImplementationClass attribute ending in PostAllowedByEveryoneClaimProcessor must be absent or enclosed in comment tags.
  4. Save and close ugc_ambient_cartridge.xml.
  5. Open the file cd_ambient_conf.xml.
  6. In the <Cartridges> section, add the following Cartridge element:
    <Cartridge File="ugc_ambient_cartridge.xml" />
  7. In the <Cookies> section, ensure the presence of the following subelement:
    <Cookie Type="ADF" Name="TAFContext">
  8. Save and close cd_ambient_conf.xml.