sentry-auth-google
sentry-auth-google copied to clipboard
Google Apps SSO provider for Sentry
Suggestion from https://github.com/getsentry/sentry-auth-google/issues/27#issuecomment-397082005 does not work https://github.com/getsentry/sentry-auth-google/issues/27#issuecomment-490260014 gives subj error Maybe I forgot yet another hack in Google settings, not sure...
Feature request. We have quite a big keycloak instance and now all users imported to keycloak from different user federations could login into sentry. It would be great if sentry...
According to a certain Sentry CEO, "In 9.1 we bundle Google natively." https://forum.sentry.io/t/unable-to-configure-google-oauth-provider/6872/5 Is this the case? If so, could the readme show a warning?
Having installed this package and trying to configure oauth, it appears that there is a wrong redirect somewhere. Going to `https:///settings//auth/` there is a Google provider. When clicking on `configure`,...
The padded string was an unicode string which is not allowed in the base64.urlsafe_b64decode function. See https://stackoverflow.com/questions/20849805/python-hmac-typeerror-character-mapping-must-return-integer-none-or-unicode/20862445 for reference. Fixes #31
Hi I followed the instructions on how to setup sentry from here: https://github.com/getsentry/onpremise And figured out that for email to work i need to add environment variables to the docker-compose.yml...
Add step to configuration google authentication in organization settings.
Allows configuration of the GOOGLE_CLIENT_ID and GOOGLE_CLIENT_SECRET using Environment Variables --- This change is [](https://reviewable.io/reviews/getsentry/sentry-auth-google/10)