> ## Documentation Index
> Fetch the complete documentation index at: https://docs.open-metadata.org/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>
  By default, Basic Authentication will be enabled as authentication mechanism.

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

<CardGroup cols={2}>
  <Card title="Ldap Authentication" href="/v1.12.x/deployment/security/ldap">
    Configure Ldap Authentication to access the UI and APIs
  </Card>

  <Card title="Auth0 SSO" href="/v1.12.x/deployment/security/auth0/kubernetes">
    Configure Auth0 SSO to access the UI and APIs
  </Card>

  <Card title="Azure SSO" href="/v1.12.x/deployment/security/azure/kubernetes">
    Configure Azure SSO to access the UI and APIs
  </Card>

  <Card title="Custom OIDC SSO" href="/v1.12.x/deployment/security/custom-oidc/kubernetes">
    Configure a Custom OIDC SSO to access the UI and APIs
  </Card>

  <Card title="Google SSO" href="/v1.12.x/deployment/security/google/kubernetes">
    Configure Google SSO to access the UI and APIs
  </Card>

  <Card title="Okta SSO" href="/v1.12.x/deployment/security/okta/kubernetes">
    Configure Okta SSO to access the UI and APIs
  </Card>
</CardGroup>
