> ## Documentation Index
> Fetch the complete documentation index at: https://openmetadata-docs-release-watchers.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Azure SSO for Docker | OpenMetadata Deployment Guide

> Set up Auth0’s implicit flow to enable client-side authentication for public-facing apps using direct token issuance and frontend validation.

# Implicit Flow

### Step 1: Create a New Application

* Once you are on the Dashboard page, click on `Applications > Applications` available on the left-hand side panel.

<img src="https://mintcdn.com/openmetadata-docs-release-watchers/ezdiKQz5q6CP7kJI/public/images/deployment/security/auth0/create-new-app-1.png?fit=max&auto=format&n=ezdiKQz5q6CP7kJI&q=85&s=33285e88452921058409f5fde10391d0" alt="create-app" width="266" height="337" data-path="public/images/deployment/security/auth0/create-new-app-1.png" />

* Click on `Create Application`.

<img src="https://mintcdn.com/openmetadata-docs-release-watchers/ezdiKQz5q6CP7kJI/public/images/deployment/security/auth0/create-new-app-2.png?fit=max&auto=format&n=ezdiKQz5q6CP7kJI&q=85&s=5788390c2e0f3264d552ca69d04e923e" alt="create-app" width="1048" height="239" data-path="public/images/deployment/security/auth0/create-new-app-2.png" />

* Enter the Application name.
* Choose an application type and click on `Create`.

<img src="https://mintcdn.com/openmetadata-docs-release-watchers/ezdiKQz5q6CP7kJI/public/images/deployment/security/auth0/create-new-app-3.png?fit=max&auto=format&n=ezdiKQz5q6CP7kJI&q=85&s=baf36bb7c623d0214b46b0eb5781255c" alt="create-app" width="1528" height="1368" data-path="public/images/deployment/security/auth0/create-new-app-3.png" />

### Step 2: Where to Find the Credentials

* Navigate to the Settings tab.
* You will find your `Client ID` and `Domain`.

<img src="https://mintcdn.com/openmetadata-docs-release-watchers/ezdiKQz5q6CP7kJI/public/images/deployment/security/auth0/credentials.png?fit=max&auto=format&n=ezdiKQz5q6CP7kJI&q=85&s=c083fe9ce6150deb2a6e7a6524fcf1a8" alt="credentials" width="1049" height="881" data-path="public/images/deployment/security/auth0/credentials.png" />

After the applying these steps, you can update the configuration of your deployment:

<CardGroup cols={3}>
  <Card title="Docker" href="/v2.0.x/deployment/security/auth0/docker">
    Configure Auth0 SSO for Docker deployment.
  </Card>

  <Card title="Kubernetes" href="/v2.0.x/deployment/security/auth0/kubernetes">
    Configure Auth0 SSO for Kubernetes deployment.
  </Card>

  <Card title="Bare Metal" href="/v2.0.x/deployment/security/auth0/bare-metal">
    Configure Auth0 SSO for Bare Metal deployment.
  </Card>
</CardGroup>

<CardGroup cols={1}>
  <Card title="Auth" href="/v2.0.x/deployment/security/auth0">
    Go to Auth0 Configuration
  </Card>
</CardGroup>
