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’.
Copyright
Copyright © 2015, Educreations, Inc under the MIT software license. See LICENSE for more information.
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
Built Distribution
Hashes for sentry_sso_google-1.2-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3a4f88c7dce9fb677ad6148c4b62fbc51b7f110159aeaccff94bf4b253406a44 |
|
MD5 | 4cf38a37a99c1a552dab078e63247833 |
|
BLAKE2b-256 | 876b0c30f64ffbe3e9cc9779f3904b9a7db5a8a504d97faf9f11eb314e6b125e |