Skip to main content

Google SSO support for Sentry

Project description

Google SSO support for Sentry 7.5 and above.

Usage

Add sentry_sso_google to your Sentry config’s INSTALLED_APPS.

The following settings are required to be in your Sentry configuration. You can create a new project in the Developers Console. From there, go to APIs & Auth, Credentials and get the credentials for a web application. You will also need to enable ‘Google+ API’ in the APIs section.

  • GOOGLE_OAUTH2_CLIENT_ID

  • GOOGLE_OAUTH2_CLIENT_SECRET

You can limit who can sign into Sentry using this provider by setting the GOOGLE_WHITE_LISTED_DOMAINS to a list of allowed domains. For example, to limit to educreations.com users, one could do:

GOOGLE_WHITE_LISTED_DOMAINS = ['educreations.com']

Instead, or, in addition, you can limit only certain emails to log in using the GOOGLE_WHITE_LISTED_EMAILS setting. The setting should be a list of emails that are checked. For example, to limit to a few users, one could do:

GOOGLE_WHITE_LISTED_EMAILS = [
    'chris.streeter@educreations.com',
    'corey.farwell@educreations.com',
]

Once deployed, go to the ‘Auth’ section of your organization’s sentry settings. Click the ‘Configure’ next to ‘Google’.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sentry-sso-google-1.2.tar.gz (2.8 kB view details)

Uploaded Source

Built Distribution

sentry_sso_google-1.2-py2-none-any.whl (5.1 kB view details)

Uploaded Python 2

File details

Details for the file sentry-sso-google-1.2.tar.gz.

File metadata

File hashes

Hashes for sentry-sso-google-1.2.tar.gz
Algorithm Hash digest
SHA256 4e69c547ac99174e7b9073e0f804d2f39e21106c16bd0fc917ecf920f1c1b71b
MD5 bd9cd9a240079b001e30f5938b4285a9
BLAKE2b-256 4b0511dd94d884fe7f2f1688235a728366fc93bbf60dbe2fbb598234449200aa

See more details on using hashes here.

Provenance

File details

Details for the file sentry_sso_google-1.2-py2-none-any.whl.

File metadata

File hashes

Hashes for sentry_sso_google-1.2-py2-none-any.whl
Algorithm Hash digest
SHA256 3a4f88c7dce9fb677ad6148c4b62fbc51b7f110159aeaccff94bf4b253406a44
MD5 4cf38a37a99c1a552dab078e63247833
BLAKE2b-256 876b0c30f64ffbe3e9cc9779f3904b9a7db5a8a504d97faf9f11eb314e6b125e

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page