Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot setup in sentry 8.21 #13

Open
czchen opened this issue Mar 31, 2018 · 0 comments
Open

Cannot setup in sentry 8.21 #13

czchen opened this issue Mar 31, 2018 · 0 comments

Comments

@czchen
Copy link

czchen commented Mar 31, 2018

We want to setup our sentry to use Google OAuth with this plugin, but it does not show up as provider in Authentication page.

The sentry are built with docker image sentry:8.22-onbuild.

The following content is added into requirements.txt

sentry-sso-google==1.2

The following content is added into sentry.conf.py.

INSTALLED_APPS += ('sentry_sso_google',)
GOOGLE_OAUTH2_CLIENT_ID = censored'
GOOGLE_OAUTH2_CLIENT_SECRET = 'censored'
GOOGLE_WHITE_LISTED_DOMAINS = [
    'example.com',
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant