Skip to main content
Mitratech Success Center

Client Support Center

Need help? Click a product group below to select your application and get access to knowledge articles, webinars, training content, and release notes or to contact our support team.

Authorized users - log in to create a ticket, view tickets status and check your success plan details.

 

SAML Configuration for LegalHold

This topic details how to set up SAML for seamless integration between a matter management system and LegalHold.

LegalHold SAML Setup

This topic provides details on how to configure the SAML setup between LegalHold and a matter management system (TeamConnect or eCounsel). The goal of this setup is to enable matter management system and LegalHold users to seamlessly navigate from one application to the other. 

This setup has two parts:

  1. Generate trusted certificate using an IdP.
  2. Configure SAML in LegalHold System Settings.

Prerequisites

Before you begin you must have access to, or be familiar with, the following processes and applications:

  • Access to a LegalHold Instance and ability to log in as a system administrator
  • Must be a user in LegalHold
  • Registered on IDP with the SAME email address as what is set up in LegalHold.
    • Important Note: If you already have an account with an IDP, ensure the email address that is used in the IDP is the same as what's used in LegalHold. Otherwise this process will not work.

  • An understanding of how to extract metadata from IDP.

Steps to Generate a Trusted Key for SAML Configuration

The instructions below detail how to set the SAML settings in the LegalHold application and are applicable to all IdPs (Identity Providers).

  1. Download the OpenSSL executable file for Windows or Mac from http://slproweb.com/products/Win32OpenSSL.html 
    • Select Win32 or Win64 file based on your system version.
  2. Run above executable file as system admin.
  3. Go to the OpenSSL-Win64 directory on your PC, and change to the /bin directory and note the path.
  4. Set above path into your System Properties under Advanced Settings.
  5. Open a command prompt from the system user location. Ex: C:\Users\John.Doe>.
    • It's better to create one directory with an intuitive name such as "keys" where you would like to save the generated certificate file Ex: C:\Users\John.Doe>mkdir keys
  6. Go to that directory (C:\Users\John.Doe\cd keys).
  7. From C:\Users\John.Doe\keys location, enter the following command: openssl genrsa -out privatekey.pem 1024
  8. Next, enter the following command from the same location: openssl req -new -x509 -key privatekey.pem -out publickey.cer -days 1825
  9. Fill out information for Country name, State Name, Locality Name(City Name), Organization Name (Company), Organization Unit Name (section), Common Name (such as legalhold.test.mitratech.com), Email Address, and then press Enter.
  10. Next, enter the following command from the same location: openssl pkcs12 -export -out public_privatekey.pfx -inkey privatekey.pem -in publickey.cer
  11. Select Enter when prompted to "Enter Export Password".
  12. Select Enter when "verifying - Enter Export Password".
  13. Three directories are created inside the keys folder (C:\Users\John.Doe\keys\dir): (1) privatekey.pem (2) publickey.cer (3) public_privatekey.pfx

Configure SAML Settings in LegalHold

The instructions below are specific to SSOCircle. To begin, log in as a user who has administrative rights, then log in to your chosen identity provider (IdP).

The instructions below toggle back and forth from the LegalHold application to your chosen IdP.

  1. Log in to LegalHold, navigate to System Settings, and select SAML Configuration.
  2. In the Step 1 box, upload the public/private key you created in the previous steps.
    • This file needs to be in a .pfx format.
  3. In the Step 2 box, select the download button to download the Service Provider Metadata.
  4. Open the downloaded XML file, then copy all of the contents. 
  5. Navigate to your IdP and log in. Create a new account, if necessary.
  6. Select Manage Metadata.
  7. Select Add New Service Provider. You will be redirected to a SAML Service Provdier Metadata Import page.
  8. Paste your LegalHold URL in the Enter the FQDN of the ServiceProvider field.
    Note: Ensure you do not leave /login in the URL when you paste it. To avoid this, make sure you are logged in to your LegalHold instance before you paste the URL.
  9. Paste the metadata from the XML sheet into the Insert the SAML Metadata information of your SP field, then click Submit
    You should receive a "Metadata was successfully imported" message. 
  10. Extract the metadata from your IdP by removing part of the URL.
    For example, if the URL is http://idp.ssocircle.com/sso/hos/SPMetaImportIP.jsp, then remove everything after .com and press enter.
  11. The XML format file of metadata should appear. Highlight all of the metadata and copy it.
  12. Navigate back to Legal Hold. Log back in if your session has timed out.
  13. Paste the metadata into the IDP Metadata (Step 4) box at the bottom of the page.
    LegalHold will not accept incorrect IdP metadata.
  14. Turn the Enable SAML Security toggle to Yes.
  15. Select Save.

SAML_LHSettings.png

  • Was this article helpful?