Configure your Safeguard account in the Safeguard.config configuration file and specify the Publications in which users can use Safeguard to check content.
Before you begin
Before you can use Safeguard, Safeguard needs to have been set up for you by a Safeguard team including, for example, a compliance profile for your company. You then need the account and API key information to configure Safeguard for SDL Tridion.
Procedure
- If you did not install Safeguard when you installed the Content Manager:
- Access the SDL Tridion installation media.
- Navigate to the Content Manager\ directory.
- Double-click the executable SDLTridion2013SP1CM.exe.
- In the Advanced View of the Features pane, you need to make sure is selected.
- Follow the instructions on the screen.
- On the Content Manager, access the
%TRIDION_HOME%\web\WebUI\Editors\Safeguard\Configuration directory.
- Open
Safeguard.config in a text editor.
- Add a
<websiteId> element for each Publication you want to use Safeguard, for example:
<clientconfiguration>
<contextURL>http://www.activestandards.com/my/</contextURL>
<astApiKey></astApiKey>
<websiteId pub="1">55d632e121c082180121c45da19a5670</websiteId>
<websiteId pub="2">67455d632e121c082180121c45da19a5</websiteId>
<websiteId pub="3">875876863455d632e121c082180121c4</websiteId>
</clientconfiguration>
Configure
Safeguard.config as follows:
<contextURL>
-
Contains the static value http://www.activestandards.com/my/.
<astApiKey>
-
You require an API key for your Safeguard account. To get the API key go to: http://dev.activestandards.com/.
<websiteId>
-
You configure Safeguard publication-by-publication. Specify a publication item ID in the pub attribute and the value as the ID identifying your Safeguard account.
- Save and close
Safeguard.config.