We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
sentry:8.22-onbuild
The following content is added into requirements.txt
requirements.txt
sentry-sso-google==1.2
The following content is added into sentry.conf.py.
sentry.conf.py
INSTALLED_APPS += ('sentry_sso_google',) GOOGLE_OAUTH2_CLIENT_ID = censored' GOOGLE_OAUTH2_CLIENT_SECRET = 'censored' GOOGLE_WHITE_LISTED_DOMAINS = [ 'example.com', ]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The following content is added into
sentry.conf.py
.The text was updated successfully, but these errors were encountered: