There are GOOGLE_OAUTH2_CLIENT_ID and GOOGLE_OAUTH2_CLIENT_SECRET settings available in this project, hinting that SSO for Google Login is enabled.
On the /manage/status/environment/ page I see social_auth.backends.google.GoogleBackend under AUTHENTICATION_BACKENDS. But under /organizations/my-company/auth/ I get a No authentication providers are available. message.
Reading some sentry docs about Google SSO shows that sentry-auth-google should be pip installed, but doing docker exec 6e468d98ffb5 pip freeze | grep google gives me no output (except some warning).
There are
GOOGLE_OAUTH2_CLIENT_IDandGOOGLE_OAUTH2_CLIENT_SECRETsettings available in this project, hinting that SSO for Google Login is enabled.On the
/manage/status/environment/page I seesocial_auth.backends.google.GoogleBackendunderAUTHENTICATION_BACKENDS. But under/organizations/my-company/auth/I get a No authentication providers are available. message.Reading some sentry docs about Google SSO shows that sentry-auth-google should be
pip installed, but doingdocker exec 6e468d98ffb5 pip freeze | grep googlegives me no output (except some warning).