Summary
Configuring Single Sign-On (SSO) for Airbyte OSS version using Microsoft Entra ID. The user is seeking suggestions for modifications or a working setup to enable SSO.
Question
Hi All,
I am trying to configure SSO for Airbyte OSS version using Microsoft Entra ID with below configuration. Please suggest if any modifications or working setup for enabling SSO.
– The URL where Airbyte will be reached; This should match your Ingress host
airbyteUrl: “https://airbyte/”
– Auth configuration
auth:
# – Whether auth is enabled
enabled: True
# – Admin user configuration
#instanceAdmin:
# – Secret name where the instanceAdmin configuration is stored
#secretName: “airbyte-config-secrets”
# – The first name of the initial user
#firstName: “”
# – The last name of the initial user
#lastName: “”
# – The key within emailSecretName
where the initial user’s email is stored
#emailSecretKey: “instance-admin-email”
# – The key within passwordSecretName
where the initial user’s password is stored
#passwordSecretKey: “instance-admin-password”
# -- SSO Identify Provider configuration;
identityProvider:
# # -- Secret name where the OIDC configuration is stored
secretName: "airbyte-config-secrets"
# # -- The identity provider type (e.g. oidc)
type: "oidc"
# # -- OIDC configuration (required if `auth.identityProvider.type` is "oidc")
oidc:
# # -- OIDC application domain
domain: "<http://sample.com|sample.com>"
# # -- OIDC application name
appName: "Airbyte"
# # -- The key within `clientIdSecretName` where the OIDC client id is stored
clientIdSecretKey: "***********************"
# # -- The key within `clientSecretSecretName` where the OIDC client secret is stored
clientSecretSecretKey: "***************************"
This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want
to access the original thread.