> ## 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 | OpenMetadata Deployment Security Guide

> Secure bare-metal deployments with guidance on encryption, authentication, and secret management for non-cloud environments.

# Bare Metal Security

Follow the steps for setting up the SSO, and then check the specific `Bare Metal` 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={3}>
  <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">
    Configure Auth0 SSO to access the UI and APIs
  </Card>

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

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

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

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

  <Card title="Amazon Cognito SSO" href="/v1.12.x/deployment/security/amazon-cognito-sso">
    Configure Amazon Cognito SSO to access the UI and APIs
  </Card>

  <Card title="OneLogin SSO" href="/v1.12.x/deployment/security/one-login">
    Configure OneLogin SSO to access the UI and APIs
  </Card>

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