-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[ENG-136] Issues with google sso #1035
Comments
Edited description (added more info) and issue title |
Hey @markksuite, I assume you've followed each step in the docs for Google SSO here? I would look into the redirect URL set in GCP as well as the |
@dangtony98 yes, and it works, if i remove the repeated url address |
Awesome so we can consider this issue resolved? @markksuite |
I still have the same issue, url is repeated twice (it works only if you manually edit url link, in browser) |
Sorry, forget about tagging, almost every time :). |
Using latest version of infisical frontend and backend (v.0.36.2) + mongo + redis, self hosted.
When pressing "Continue with Google" button (during login procs.), infisical redirects me to:
https://subdomain.mydomain.com/api/v1/sso/subdomain.mydomain.com/login/sso?token=sometokenhere
.And shows blank json response:
But, after I edit first part of url and delete
subdomain.mydomain.com/api/v1/sso/
at the beginning of generated url (new address:https://subdomain.mydomain.com/login/sso?token=sometokenhere)
:Infisical succesfully accepts my auth request.
I think, in self-hosted solution, app just uses $SITE_URL environmental variable twice.
ENG-136
The text was updated successfully, but these errors were encountered: