Recently we are installing Sentry Onpremise version 21.9.0 (Latest) on Amazon EC2.
The installation was successful.
Then we want to enable SSO OAuth using Google Auth, we have followed instruction on docs from this url: https://develop.sentry.dev/self-hosted/sso/ and we have added the configurations on sentry/config.yml as instructed.
But the SSO Google Auth is not working. We have tried to restart all the containers, using docker-compose down then docker-compose up -d again. But still SSO is not working.
Is there anybody else having a same SSO problem on sentry onpremise 21.9.0 ?
Thanks for responding. What i mean not working is, let’s say we call the domain name of our sentry, example: sentry.example.com. But it shown regular sign in page. Not Sign-in with google button.
Actually we are having old sentry (v8.x). When we call old sentry domain, the page shown login page with sign-in from google.
What we expect is we have some functionality like that (SSO using google sign-in/Google Auth)
Previously when i run install.sh, i don’t specify any user as admin. Then i tried to reinstall sentry. This time i create 1 user that act as an initial admin. Then from settings > Auth, i configure the Google Auth. The result is SSO finally working.