> ## 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.

# Enable Security

# Kubernetes Security

Follow the steps for setting up the SSO, and then check the specific `Kubernetes` section of your chosen SSO.

<Tip>
  **Tip**: Collate enables Basic Authentication by default.

  <Card title="Basic Authentication" href="/deployment/security/basic-auth">
    Configure Basic Authentication to access the UI and APIs
  </Card>
</Tip>

<CardGroup cols={2}>
  <Card title="LDAP Authentication" href="/ai-2-0/how-to-guides/sso/ldap">
    Configure LDAP Authentication to access the UI and APIs
  </Card>

  <Card title="Auth0 SSO" href="/ai-2-0/how-to-guides/sso/auth0">
    Configure Auth0 SSO to access the UI and APIs
  </Card>

  <Card title="Azure SSO" href="/ai-2-0/how-to-guides/sso/azure">
    Configure Azure SSO to access the UI and APIs
  </Card>

  <Card title="Custom OIDC SSO" href="/ai-2-0/how-to-guides/sso/custom-oidc">
    Configure a Custom OIDC SSO to access the UI and APIs
  </Card>

  <Card title="Google SSO" href="/ai-2-0/how-to-guides/sso/google">
    Configure Google SSO to access the UI and APIs
  </Card>

  <Card title="Okta SSO" href="/ai-2-0/how-to-guides/sso/okta">
    Configure Okta SSO to access the UI and APIs
  </Card>
</CardGroup>
