getsentry/sentry-auth-google

invalid_client error

Closed this issue · 2 comments

I have create web application type of Oauth ID client. Got secret key and id, pass it into variables
but got an error when click Configure button in Sentry Project Auth section
screen shot 2017-05-31 at 09 13 13

What I done wrong ?

The settings aren't configured correctly as you can see the client_id is not being passed here

I have moved GOOGLE_CLIENT_ID and GOOGLE_CLIENT_SECRET into sentry.conf.py and it's work.
Before it was in environment variables and does not work.
I'm using docker-compose file to start.