Skip to content
This repository was archived by the owner on Aug 30, 2023. It is now read-only.

Latest commit

 

History

History
30 lines (17 loc) · 736 Bytes

File metadata and controls

30 lines (17 loc) · 736 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 configure the GOOGLE_CLIENT_ID and GOOGLE_CLIENT_SECRET as environment variables. Alternatively, you can plug them into your sentry.conf.py:

GOOGLE_CLIENT_ID = ""

GOOGLE_CLIENT_SECRET = ""