> ## 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 (Docker) | OpenMetadata Docker Security

> Secure Docker-based deployments using best practices in network access, token handling, and identity provider integration.

# Docker Security

Follow the steps for setting up the SSO, and then check the specific `Docker` 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/docker">
    Configure Ldap Authentication to access the UI and APIs
  </Card>

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

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

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

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

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