2023-02-16 13:44:04 -08:00
---
description: >-
This page will help you set up OIDC SSO with your identity provider to log
2025-04-28 23:34:33 +09:00
into DataHub
2023-02-16 13:44:04 -08:00
---
2025-04-16 16:55:51 -07:00
import FeatureAvailability from '@site/src/components/FeatureAvailability ';
2023-02-16 13:44:04 -08:00
2024-11-12 12:38:08 -05:00
# Enable OIDC SSO
2025-04-16 16:55:51 -07:00
2023-02-16 13:44:04 -08:00
< FeatureAvailability saasOnly / >
2024-11-12 12:38:08 -05:00
This guide will walk you through configuring OIDC Single Sign-On in DataHub Cloud.
2023-02-16 13:44:04 -08:00
2024-11-12 12:38:08 -05:00
### Step 1. Complete OIDC Prerequisites
2023-02-16 13:44:04 -08:00
2024-11-12 12:38:08 -05:00
You will need the following in order to enable OIDC SSO in DataHub Cloud:
2023-02-16 13:44:04 -08:00
2024-11-12 12:38:08 -05:00
- Gather the **Client ID** , **Client Secret** , and **Discovery URI** for your OIDC provider, as detailed in [this guide ](../../authentication/guides/sso/initialize-oidc.md ).
- Confirm you have the `Manage Platform Settings` privilege in DataHub.
2023-02-16 13:44:04 -08:00
2024-11-12 12:38:08 -05:00
### Step 2. Enable OIDC SSO
2023-02-16 13:44:04 -08:00
2024-11-12 12:38:08 -05:00
1. In DataHub Cloud, navigate to **Settings > Platform > SSO** and choose **OIDC** .
2023-02-16 13:44:04 -08:00
2024-11-12 12:38:08 -05:00
< p align = "center" >
< img width = "80%" src = "https://raw.githubusercontent.com/datahub-project/static-assets/refs/heads/main/imgs/saas/configure-oidc.png" / >
< / p >
2023-02-16 13:44:04 -08:00
2024-11-12 12:38:08 -05:00
2. Enter the **Client ID** , **Client Secret** , and **Discovery URI** from Step 1.
3. Confirm your preferred **User Provisioning Strategy** :
2023-02-16 13:44:04 -08:00
2025-04-16 16:55:51 -07:00
- **Just-in-Time (JIT) Provisioning** is enabled by default, automatically creating a DataHub User on login if one does not exist.
- **Pre-Provisioning DataHub Users** will only allow login for pre-provisioned DataHub Users. _Requires configuring SSO Ingestion._
2023-02-16 13:44:04 -08:00
2024-11-12 12:38:08 -05:00
4. Optionally enable **Extract Groups** to extract group memberships in the OIDC profile by default. _Requires JIT Provisioning._
5. Click **Connect** .
6. Log out and log back in through SSO to confirm connection succeeded.
2023-08-26 06:10:13 +09:00
< p align = "center" >
2024-11-12 12:38:08 -05:00
< img width = "80%" src = "https://raw.githubusercontent.com/datahub-project/static-assets/main/imgs/saas/image-(10).png" / >
2023-08-26 06:10:13 +09:00
< / p >
2024-11-12 12:38:08 -05:00
:::note
We do not yet support LDAP or SAML authentication. Please let us know if either of these integrations would be useful for your organization.
2025-04-16 16:55:51 -07:00
:::