Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 623 Bytes

README.rst

File metadata and controls

29 lines (16 loc) · 623 Bytes

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