We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c0dc7a commit 014d1b4Copy full SHA for 014d1b4
1 file changed
packages/web/src/ee/features/sso/sso.ts
@@ -160,10 +160,6 @@ export const getEEIdentityProviders = async (): Promise<IdentityProvider[]> => {
160
}
161
162
163
- // @deprecate GCP IAP is the only identity provider still configurable via env vars; every
164
- // other provider must be defined through the identityProviders object in the config file.
165
- // We only go through this path if no identityProviders are defined in the config to prevent
166
- // accidental duplication of providers.
167
if (identityProviders.length == 0) {
168
if (env.AUTH_EE_GCP_IAP_ENABLED && env.AUTH_EE_GCP_IAP_AUDIENCE) {
169
providers.push({
0 commit comments