> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mezmo.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Enterprise SAML SSO

> Set up SAML single sign-on for your Mezmo Enterprise organization through manual configuration or service provider metadata.

<Note>
  This feature is only available for customers on an Enterprise plan, and is restricted to **Owner** and **Admin** user roles. Please contact your Customer Support Manager or [support@mezmo.com](mailto:support@mezmo.com) for more information.
</Note>

## Setup SAML Login

1. Go to **Settings > Organization >** **Access Management**.
2. Toggle **SAML Sign-in** to on.
3. You can either configure SAML manually or upload the XML service provider metadata.

## Setting the URL

There are two URLs for SAML configuration:

* Single Sign On URL
* URL for the Single Sign On Service to Consume or SAML Assertion Consumer Service (ACS) URL

Your IDP will specify which URL is needed. You only need one of the URLs.

## Manual Configuration

If your IDP doesn't offer an XML file for download, you can enter the information manually. You'll need to provide:

* **Identity provider sign-in URL** - This URL users use when they enter their domain email address.
* **X.509 certificate** - The security `.pem` file.
* You'll also need to enter Mezmo information into your provider.
  * **IdP Entity ID -** Set this to `https://app.mezmo.com` or the domain you are using for the app. This value is also known as Identifier.
  * **SP Entity ID -** Set this value to `logdna-saml/<accountID>`. This value is also known as IdP Audience or Audience URI.
  * **ACS URL -** Set this value to`https://app.mezmo.com/auth/saml-consume/<accountID>`. This value is also known as Sign-On URL.

## Provider Instructions

* [Okta SAML Setup](/docs/okta-saml-setup)
* [OneLogin SAML Setup](/docs/onelogin-saml-setup)

## Service Provider Metadata

Most service providers will have an XML data file containing the SAML information. The file should include the following:

* EntityDescriptor
* IDPSSODescriptor
* KeyDescriptor
* KeyInfo
* X509Certificate
* NameIDFormat
* SingleSignOnService
