# sentry-auth-google **Repository Path**: mirrors_getsentry/sentry-auth-google ## Basic Information - **Project Name**: sentry-auth-google - **Description**: Google Apps SSO provider for Sentry - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-02-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Google Auth for Sentry ====================== DEPRECATED: This project now lives in `sentry `_. An SSO provider for Sentry which enables Google Apps authentication. Install ------- For Sentry >= 8.23.0: :: $ pip install sentry-auth-google For Sentry <= 8.22.0 (`See Issue `_): :: $ pip install https://github.com/getsentry/sentry-auth-google/archive/52020f577f587595fea55f5d05520f1473deaad1.zip Setup ----- Start by `creating a project in the Google Developers Console `_. Then, create an OAuth Client ID/Secret pair via `Project Credentials `_. 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``: .. code-block:: python GOOGLE_CLIENT_ID = "" GOOGLE_CLIENT_SECRET = ""