Skip to main content

Single sign on (SSO)

Not availableCoreAvailableStandardAvailablePlusAvailableProAvailableEnterprise Flex Compare

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.

Log into Airbyte using single sign on

  1. Visit Airbyte Cloud 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.

note

If you were already logged into your company’s IdP somewhere else, you might not see a login screen. In this case, Airbyte forwards you directly to Airbyte's logged-in area.

Troubleshooting

If you contact Airbyte Support about an SSO login problem, including a HAR file and the details of the relevant network requests helps Airbyte diagnose your issue and turn around a resolution faster.

Capture a HAR file

A HAR (HTTP Archive) file records the network activity between your browser and Airbyte. It's one of the most helpful things you can share with Airbyte Support, because it captures the exact requests your browser made, along with their responses and any errors.

  1. Open the Airbyte page where you encountered the problem.

  2. Open developer tools. Right-click anywhere on the page and click Inspect, or press F12 (Windows and Linux) or Option+Cmd+I (Mac).

  3. Click the Network tab.

  4. Select Preserve log so requests aren't cleared when the page reloads or redirects.

  5. Click Clear (the ⊘ icon) to remove any existing requests.

  6. Reproduce the problem while developer tools stays open. Airbyte records each network request as it happens.

  7. Right-click any request in the list, then click Save all as HAR with content.

  8. Save the file to your computer.

warning

HAR files can contain sensitive information, such as authentication tokens, cookies, and any data visible on the page. Only share HAR files with Airbyte Support, and let them know if there's anything you want to review or redact first.

Find the authentication requests

SSO login sends your browser through a series of redirects between Airbyte and your identity provider. Capturing these requests shows where the login flow breaks down.

  1. Open developer tools and click the Network tab, following the steps above to capture requests.

  2. Select Preserve log (Persist Logs in Firefox). This is important for SSO, because the login flow redirects across multiple pages and domains, and requests are otherwise cleared on each redirect.

  3. Reproduce the problem by attempting to log in with SSO.

  4. Look for requests to your identity provider (for example, Okta or Entra ID) and to Airbyte's authentication endpoints, and for any request that returns a 4xx or 5xx status.

  5. Click a failing request and review the Response and Preview tabs for error messages, and the Headers tab for the request details.

  6. Include these requests, along with the HAR file, in your support submission.