Skip to content

dieswaytoofast/sentry-auth-google

 
 

Repository files navigation

Google Auth for Sentry

An SSO provider for Sentry which enables Google Apps authentication.

Install

$ pip install https://github.com/getsentry/sentry-auth-google/archive/master.zip

Setup

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 = ""

About

Google Apps SSO provider for Sentry

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 93.2%
  • Makefile 4.9%
  • HTML 1.9%