Shibboleth

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 the settings in XML format for your iManage environment. These settings are used to configure Shibboleth for your iManage environment.

In iManage Control Center, navigate to Network & Security > Authentication & SSO, then select Download XML.

Figure: Download XML option in iManage Control Center
images/download/attachments/125061237/image2021-8-4_8-47-28.png

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 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 federated metadata XML file from the following location:
    C:\Program Files (x86)\Shibboleth\IdP\metadata\idp-metadata.xml

  6. Import the Federated Metadata XML file into iManage Control Center by returning to iManage Control Center and completing the steps in Authentication & SSO.