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
- Navigate to the configuration directory of the Community Web Service.
- Open ugc_ambient_cartridge.xml for editing.
- 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.
- Save and close ugc_ambient_cartridge.xml.
- Open the file cd_ambient_conf.xml.
- In the
<Cartridges> section, add the following Cartridge element:
<Cartridge File="ugc_ambient_cartridge.xml" />
- In the
<Cookies> section, ensure the presence of the following subelement:
<Cookie Type="ADF" Name="TAFContext">
- Save and close cd_ambient_conf.xml.