1
0
mirror of synced 2025-12-20 18:39:31 -05:00
Files
airbyte/docs/platform/access-management/sso.md
Ian Alton dc1a523ac6 docs: Add domain verification to SSO setup guides (#70898)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
2025-12-12 13:24:08 -08:00

46 lines
1.5 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
products: oss-enterprise, cloud
---
# Single sign on (SSO)
import Tabs from "@theme/Tabs";
import TabItem from "@theme/TabItem";
Use Open ID Connect (OIDC) to log into Airbyte using an Identity Provider (IdP) like Okta or Entra ID/Active Directory.
## Set up single sign on
Administrators must set up SSO before your organization can use it. The steps differ slightly depending on which IdP you use and whether you're on the Cloud or Self-Managed version of Airbyte. To get started, choose your identity provider below.
```mdx-code-block
import DocCardList from '@theme/DocCardList';
<DocCardList />
```
## Log into Airbyte using single sign on
<Tabs groupId="product">
<TabItem value="cloud" label="Cloud">
1. Visit [Airbyte Cloud](https://cloud.airbyte.com) and click **Continue with SSO**.
2. Type your **Company identifier**, then click **Continue with SSO**. Airbyte forwards you to your identity provider's login page.
3. Log into your work account. Your IdP forwards you back to Airbyte Cloud, which logs you in.
</TabItem>
<TabItem value="self-managed" label="Self-Managed">
1. Access your self-managed instance of Airbyte at the URL your organization has set up. Airbyte automatically forwards you to your identity provider's login page.
2. Log into your IdP. Your IdP forwards you back to Airbyte, which logs you in.
</TabItem>
</Tabs>
:::note
If you were already logged into your companys IdP somewhere else, you might not see a login screen. In this case, Airbyte forwards you directly to Airbyte's logged-in area.
:::