An SSO provider for Sentry which enables Google Apps authentication.
$ pip install https://github.com/getsentry/sentry-auth-google/archive/master.zip
Start by creating a project in the Google Developers Console.
In the Authorized redirect URIs add the SSO endpoint for your installation:
https://sentry.example.com/auth/sso/
Finally, obtain the API keys and plug them into your sentry.conf.py
:
GOOGLE_CLIENT_ID = ""
GOOGLE_CLIENT_SECRET = ""