2024-12-18 15:03:29 +05:30
|
|
|
---
|
2025-06-20 19:46:38 +05:30
|
|
|
title: Azure SSO for Docker | OpenMetadata Deployment Guide
|
2024-12-18 15:03:29 +05:30
|
|
|
slug: /deployment/security/auth0/implicit-flow
|
|
|
|
collate: false
|
|
|
|
---
|
|
|
|
|
|
|
|
# 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.
|
|
|
|
|
|
|
|
{% image
|
2025-04-18 08:42:17 +02:00
|
|
|
src="/images/v1.8/deployment/security/auth0/create-new-app-1.png"
|
2024-12-18 15:03:29 +05:30
|
|
|
alt="create-app" /%}
|
|
|
|
|
|
|
|
- Click on `Create Application`.
|
|
|
|
|
|
|
|
{% image
|
2025-04-18 08:42:17 +02:00
|
|
|
src="/images/v1.8/deployment/security/auth0/create-new-app-2.png"
|
2024-12-18 15:03:29 +05:30
|
|
|
alt="create-app" /%}
|
|
|
|
|
|
|
|
- Enter the Application name.
|
|
|
|
- Choose an application type and click on `Create`.
|
|
|
|
|
|
|
|
{% image
|
2025-04-18 08:42:17 +02:00
|
|
|
src="/images/v1.8/deployment/security/auth0/create-new-app-3.png"
|
2024-12-18 15:03:29 +05:30
|
|
|
alt="create-app" /%}
|
|
|
|
|
|
|
|
### Step 2: Where to Find the Credentials
|
|
|
|
|
|
|
|
- Navigate to the Settings tab.
|
|
|
|
- You will find your `Client ID` and `Domain`.
|
|
|
|
|
|
|
|
{% image
|
2025-04-18 08:42:17 +02:00
|
|
|
src="/images/v1.8/deployment/security/auth0/credentials.png"
|
2024-12-18 15:03:29 +05:30
|
|
|
alt="credentials" /%}
|
|
|
|
|
|
|
|
After the applying these steps, you can update the configuration of your deployment:
|
|
|
|
|
|
|
|
{% inlineCalloutContainer %}
|
|
|
|
{% inlineCallout
|
|
|
|
color="violet-70"
|
|
|
|
icon="celebration"
|
|
|
|
bold="Docker Security"
|
|
|
|
href="/deployment/security/auth0/docker" %}
|
|
|
|
Configure Auth0 SSO for your Docker Deployment.
|
|
|
|
{% /inlineCallout %}
|
|
|
|
{% inlineCallout
|
|
|
|
color="violet-70"
|
|
|
|
icon="storage"
|
|
|
|
bold="Bare Metal Security"
|
|
|
|
href="/deployment/security/auth0/bare-metal" %}
|
|
|
|
Configure Auth0 SSO for your Bare Metal Deployment.
|
|
|
|
{% /inlineCallout %}
|
|
|
|
{% inlineCallout
|
|
|
|
color="violet-70"
|
|
|
|
icon="fit_screen"
|
|
|
|
bold="Kubernetes Security"
|
|
|
|
href="/deployment/security/auth0/kubernetes" %}
|
|
|
|
Configure Auth0 SSO for your Kubernetes Deployment.
|
|
|
|
{% /inlineCallout %}
|
2025-01-03 18:10:07 +05:30
|
|
|
{% /inlineCalloutContainer %}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{% inlineCalloutContainer %}
|
|
|
|
{% inlineCallout
|
|
|
|
color="violet-70"
|
|
|
|
icon="MdArrowBack"
|
|
|
|
bold="Auth"
|
|
|
|
href="/deployment/security/auth0" %}
|
|
|
|
Go to Auth0 Configuration
|
|
|
|
{% /inlineCallout %}
|
2024-12-18 15:03:29 +05:30
|
|
|
{% /inlineCalloutContainer %}
|