Configuring navigation shortcuts for Add-ons and Access Management

When you enable the Add-ons and Access Management features while installing Content Manager, you are required to provide URLs for each service. One use of these URLs is to create shortcuts on the slide-out navigation. If either of the underlying URLs change, you can edit the manifest.xml file to set the appropriate shortcut URL.

Procedure

  1. On the Content Manager server, navigate to the web\SDL\manifests\wcm\ subfolder of %TRIDION_HOME%.
  2. In this location, open manifest.xml for editing.
  3. To configure the shortcut for Add-ons, do the following:
    1. Find the applicationEntryPoint element with the id attribute set to the value AddonService.
    2. Set the value of the url attribute to the URL of the installed Add-ons Service.
  4. To configure the shortcut for Access Management, do the following:
    1. Find the applicationEntryPoint element with the id attribute set to the value AccessManagement.
    2. Set the value of the url attribute to the URL of the installed Access Management.
  5. Save and close manifest.xml.