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

# SSO Security | Collate Deployment Security

> Learn about authentication, encryption, secret management, and provider configurations for securing your platform deployment.

# SSO

This section provides detailed instructions to secure the REST endpoints of the Collate Server.

Collate supports Google SSO, Okta SSO, custom OIDC, Auth0, Azure SSO, Amazon Cognito, SAML, and LDAP. Please see the next sections for provider-specific configuration details.

Enabling Security is only required for your **Production** installation. If you are testing Collate, it will be easier
and faster to set up without security.

<Note>
  Collate currently does not support the simultaneous use of multiple authentication mechanisms, such as combining SSO and Basic Authentication.
</Note>

<Columns cols={2} className="product-cards">
  <Card icon="https://mintcdn.com/collatedocs/yvgGxaeRR5RwtQo6/public/images/icons/auth0.svg?fit=max&auto=format&n=yvgGxaeRR5RwtQo6&q=85&s=448d75b24161d109766318b2d011ddd7" title="Auth0 SSO" href="/how-to-guides/sso/auth0" horizontal width="36" height="36" data-path="public/images/icons/auth0.svg">
    Configure Auth0 SSO to access the UI and APIs.
  </Card>

  <Card icon="https://mintcdn.com/collatedocs/eaXUDo1kCWyJG_MC/public/images/icons/azure.svg?fit=max&auto=format&n=eaXUDo1kCWyJG_MC&q=85&s=5a6f90d3e882c40d4e39565f7d23b3d0" title="Azure SSO" href="/how-to-guides/sso/azure" horizontal width="36" height="36" data-path="public/images/icons/azure.svg">
    Configure Azure SSO to access the UI and APIs.
  </Card>

  <Card icon="https://mintcdn.com/collatedocs/-Cx6rTOteG4I_5vO/public/images/icons/oidc.svg?fit=max&auto=format&n=-Cx6rTOteG4I_5vO&q=85&s=a76302e1560cf69d3de20e02e438a4fd" title="Custom OIDC SSO" href="/how-to-guides/sso/custom-oidc" horizontal width="36" height="36" data-path="public/images/icons/oidc.svg">
    Configure a custom OIDC SSO to access the UI and APIs.
  </Card>

  <Card icon="https://mintcdn.com/collatedocs/-Cx6rTOteG4I_5vO/public/images/icons/google.svg?fit=max&auto=format&n=-Cx6rTOteG4I_5vO&q=85&s=d8420178fad5800b0b06406057db75b0" title="Google SSO" href="/how-to-guides/sso/google" horizontal width="36" height="36" data-path="public/images/icons/google.svg">
    Configure Google SSO to access the UI and APIs.
  </Card>

  <Card icon="https://mintcdn.com/collatedocs/-Cx6rTOteG4I_5vO/public/images/icons/okta.svg?fit=max&auto=format&n=-Cx6rTOteG4I_5vO&q=85&s=926a4c64d00be46801ae08c3c6add440" title="Okta SSO" href="/how-to-guides/sso/okta" horizontal width="36" height="36" data-path="public/images/icons/okta.svg">
    Configure Okta SSO to access the UI and APIs.
  </Card>

  <Card icon="https://mintcdn.com/collatedocs/eaXUDo1kCWyJG_MC/public/images/icons/amazon-cognito.svg?fit=max&auto=format&n=eaXUDo1kCWyJG_MC&q=85&s=23f52f76ffb2d1782e5bb939c124a873" title="Amazon Cognito SSO" href="/how-to-guides/sso/amazon-cognito" horizontal width="36" height="36" data-path="public/images/icons/amazon-cognito.svg">
    Configure Amazon Cognito SSO to access the UI and APIs.
  </Card>

  <Card icon="https://mintcdn.com/collatedocs/Q1OIJhF378waLn75/public/images/icons/saml.svg?fit=max&auto=format&n=Q1OIJhF378waLn75&q=85&s=6494e62c679d1c74801b652f06aa689f" title="SAML" href="/how-to-guides/sso/saml" horizontal width="36" height="36" data-path="public/images/icons/saml.svg">
    Configure SAML SSO to access the UI and APIs.
  </Card>

  <Card icon="https://mintcdn.com/collatedocs/-Cx6rTOteG4I_5vO/public/images/icons/ldap.svg?fit=max&auto=format&n=-Cx6rTOteG4I_5vO&q=85&s=5529404212cf69d32ff2055a7adc734d" title="LDAP" href="/how-to-guides/sso/ldap" horizontal width="36" height="36" data-path="public/images/icons/ldap.svg">
    Configure LDAP SSO to access the UI and APIs.
  </Card>
</Columns>
