The User Generated Content cartridge for the Ambient Data Framework 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
- Access the SDL Tridion installation media.
- Navigate to the Content Delivery\resources\configurations\ folder.
- Access your Community Web Service Web application and navigate to the WEB-INF/classes/ subdirectory (JSP) or bin\config\ subfolder (.NET).
- Copy the file ugc_ambient_cartridge_sample.xml from the installation media to this location.
- Rename ugc_ambient_cartridge_sample.xml to ugc_ambient_cartridge.xml.
- 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 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.
- 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" />
- Save and close cd_ambient_conf.xml.
- Restart the Moderation Web Service Web application.