diff --git a/pkg/auth/idp/oauth2/config.go b/pkg/auth/idp/oauth2/config.go index 4547faec8..96a8b62f7 100644 --- a/pkg/auth/idp/oauth2/config.go +++ b/pkg/auth/idp/oauth2/config.go @@ -49,7 +49,6 @@ func GetIdpCallbackURL() string { func IsIdpEnabled() bool { return GetIdpURL() != "" && GetIdpClientID() != "" && - GetIdpSecret() != "" && GetIdpCallbackURL() != "" }