-
-
Notifications
You must be signed in to change notification settings - Fork 71
Configuring Google SSO redirects to a 404 #31
Comments
I'm pretty sure you configure this within the Google app itself, dont you? |
In the Google Cloud Platform the authorised javascript source is Where would I configure that in the google consent screen, I'm not redirected to a 404 page? After inspecting the Log files I found that there's an exception in the
I think that this might be the reason why it redirects to the invalid page, because it wants to show the error there? I think there might be an error in the error handling of sentry itself, when it fails to do SSO. The error that I get on that page, which appears briefly, reads: Looking at this stack overflow page, the urlsafe_b64decode requires a string. Changing the call to I'll create a PR for this issue, which solves this issue, but might break other installations. |
@SanderVerkuil where did you chenge this file to "hack" it into running sentry? I have the same issue, but just changing the file inside |
@okainov I followed the installation guide for sentry, and the install directory was |
Having installed this package and trying to configure oauth, it appears that there is a wrong redirect somewhere.
Going to
https://<sentry-server>/settings/<organization>/auth/
there is a Google provider.When clicking on
configure
, I am redirected to the google sign-in screen.After clicking on my account, the browser is redirected to
https://<sentry-server>/organizations/<organization>/auth/
, which is a 404.I tried to look into the source of this package, but I couldn't seem to find where this issue is.
The text was updated successfully, but these errors were encountered: