Configuring the UGC cartridge for the Moderation web service

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

Procedure

  1. Access the configuration directory of your Community 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 PostAllowedByEveryoneClaimProcessor must be present and not enclosed in comment tags.
    • The ClaimProcessorDefinition element that has an ImplementationClass attribute ending in PostAllowedByOwnerClaimProcessor 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.