> ## Documentation Index
> Fetch the complete documentation index at: https://mintlify-docs-simplify-quickstart-2510244c.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Single Sign-On (SSO)

> Customize how your team can login to Mintlify

Mintlify supports Single Sign-On (SSO) via SAML and OIDC. We offer specific setup guides for Okta and Google Workspace users.

<Note>
  SSO is available on our Enterprise plan. [Contact us](https://mintlify.com/enterprise) to learn more!
</Note>

## Okta

<Tabs>
  <Tab title="SAML">
    <Steps>
      <Step title="Create application">
        Create a new app integration using SAML 2.0 under `Applications`.
      </Step>

      <Step title="Configure">
        Configure with:

        * Single sign-on URL (from Mintlify)
        * Audience URI (from Mintlify)
        * Name ID Format: `EmailAddress`
        * Required attributes: `firstName` and `lastName`
      </Step>

      <Step title="Complete setup">
        Share your metadata URL with us to complete the integration.
      </Step>
    </Steps>
  </Tab>

  <Tab title="OIDC">
    <Steps>
      <Step title="Create application">
        Create a new OIDC `Web Application` under `Applications`.
      </Step>

      <Step title="Configure">
        Set up authorization code grant type with Mintlify's Redirect URI.
      </Step>

      <Step title="Complete setup">
        Share your client ID, client secret, and Okta instance URL with us securely.
      </Step>
    </Steps>
  </Tab>
</Tabs>

## Google Workspace

<Tabs>
  <Tab title="SAML">
    <Steps>
      <Step title="Create application">
        Add a custom SAML app under `Web and mobile apps`.
      </Step>

      <Step title="Share IdP details">
        Provide us with your SSO URL, Entity ID, and x509 certificate.
      </Step>

      <Step title="Configure">
        Enter the following:

        * ACS URL and Entity ID (from Mintlify)
        * Name ID format: `EMAIL`
        * Name ID: `Basic Information > Primary email`
        * Attributes: Map `First name` to `firstName` and `Last name` to `lastName`

        After user assignment is complete, we'll enable SSO for your account.
      </Step>
    </Steps>
  </Tab>
</Tabs>
