The following steps describe how to configure SAML SSO in Shibboleth IdP.  These steps assume you have Shibboleth installed and running in your environment.

Download the SSO settings for your iManage environment

Before you begin, download your iManage environment settings in XML format. These settings are used to configure Shibboleth using information about your iManage environment.

  1. In iManage Control Center, browse to Network & Security > Single Sign-On (SSO).
  2. Select Download XML in the Service Provider Settings section. Save the file for use in Configure SSO in Shibboleth.

Figure: Download XML option in iManage Control Center

Configure SSO in Shibboleth

Complete the following steps in Shibboleth IdP to configure single sign-on for iManage users:

  1. Copy the settings XML file you downloaded from iManage Control Center in Download the SSO settings for your iManage environment to the following directory in your Shibboleth installation: 
     C:\Program Files (x86)\Shibboleth\Idp\metadata
  2. Open the metadata-providers.xml configuration file in an editor. The file is located in:
     C:\Program Files (x86)\Shibboleth\IdP\conf\
  3. Uncomment the following line:
       MetadataProvider id="LocalMetadata"
  4. Add the path to the XML settings file. For example:
      <MetadataProvider id="LocalMetadata" xsi:type="FilesystemMetadataProvider" metadataFile="C:/Program Files (x86)/Shibboleth/IdP/metadata/imanagesaml.metadata.xml"/>
  5. Copy the Federation Metadata XML file from the following location:
    C:\Program Files (x86)\Shibboleth\IdP\metadata\idp-metadata.xml
  6. Import the Federation Metadata XML file into iManage Control Center by returning to iManage Control Center and completing the steps in Enable SAML SSO.