Skip to main content

Airbyte Enterprise

Airbyte Enterprise is a self-managed version of Airbyte with additional features for enterprise customers. Airbyte Enterprise is in an early access stage for select priority users. A valid license key is required to get started with Airbyte Enterprise. Talk to sales to receive your license key.

The following instructions outline how to:

  1. Configure Okta for Single Sign-On (SSO) with Airbyte Enterprise
  2. Deploy Airbyte Enterprise using Kubernetes (License Key Required)

Single Sign-On (SSO)

Airbyte Enterprise supports Single Sign-On, allowing an organization to manage user access to their Airbyte Enterprise instance through the configuration of an Identity Provider (IdP). Airbyte Enterprise currently supports SSO via OIDC with Okta as an IdP.

Setting up Okta for SSO

You will need to create a new Okta OIDC App Integration for your Airbyte instance. Documentation on how to do this in Okta can be found here.

You should create an app integration with OIDC - OpenID Connect as the sign-in method and Web Application as the application type:

Screenshot of Okta app integration creation modal

App integration name

Please choose a URL-friendly app integraiton name without spaces or special characters, such as my-airbyte-app:

Screenshot of Okta app integration name

Spaces or special characters in this field could result in invalid redirect URIs.

Redirect URIs

In the Login section, set the following fields, substituting <your-airbyte-domain> and <app-integration-name> for your own values:

Sign-in redirect URIs:

<your-airbyte-domain>/auth/realms/airbyte/broker/<app-integration-name>/endpoint

Sign-out redirect URIs

<your-airbyte-domain>/auth/realms/airbyte/broker/<app-integration-name>/endpoint/logout_response

Okta app integration name screenshot

Example values

<your-airbyte-domain> should point to where your Airbyte instance will be available, including the http/https protocol.

Deploying Airbyte Enterprise with Okta

Once your Okta app is set up, you're ready to deploy Airbyte with SSO. Take note of the following configuration values, as you will need them to configure Airbyte to use your new Okta SSO app integration:

Visit Airbyte Enterprise deployment for instructions on how to deploy Airbyte Enterprise using kubernetes, kubectl and helm.