-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalid redirect parameter | HTTP 400 when starting Google sign_in #321
Comments
I found the solution by going through with the Google provider setup steps 3,4 - although they clearly state it is only relevant if a granularity of groups and users is required. Once I loaded credentials.json I was able to login. This project is really awesome, but it lacks clear documentation. Would be happy to help improve it if I can get a point of communication. |
Hey @omerxx, Thank you for submitting this, and I'm sorry for the difficulties you've faced; I appreciate you sticking with it and working through the problem though! While I haven't yet found the time to dig into this, I wanted to respond and at least acknowledge this. We need to clarify whether it's the documentation that's incorrect or the logic -- I'm not convinced at this point that it isn't the logic itself, though it needs some further investigation either way. Separately, I agree that parts of the documentation could benefit from some extra clarity! This is definitely something I'd like to invest some time in. Any contributions are welcome and appreciated as always 🙂 |
@Jusshersmith I appreciate your response. Thanks again :) |
Hey @Jusshersmith just published my post helping ppl integrating the same way I did. |
Describe the bug
Upon calling the SSO service through the proxy, I'm redirected to the authenticator where I see this:
Tried changing the upstream, the scheme settings, the google credentials, the allowed URI, literally everything I could think of. Would really appreciate any response
To Reproduce
RUNNING ON AWS ECS:
My Proxy container:
Authenticator:
Upstreams:
Expected behavior
Being redirected to Google login screen like in the quickstart
Desktop (please complete the following information):
Additional context
I'm running on ECS Fargate and no matter what I've changed this fails to work.
I was able to reproduce locally with the quickstart when changing http scheme to https, I can only assume it is relevant but I just don't know.
The text was updated successfully, but these errors were encountered: