Skip to content

Commit 014d1b4

Browse files
feedback
1 parent 8c0dc7a commit 014d1b4

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

  • packages/web/src/ee/features/sso

packages/web/src/ee/features/sso/sso.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -160,10 +160,6 @@ export const getEEIdentityProviders = async (): Promise<IdentityProvider[]> => {
160160
}
161161
}
162162

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.
167163
if (identityProviders.length == 0) {
168164
if (env.AUTH_EE_GCP_IAP_ENABLED && env.AUTH_EE_GCP_IAP_AUDIENCE) {
169165
providers.push({

0 commit comments

Comments
 (0)