-
Notifications
You must be signed in to change notification settings - Fork 297
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
<pwa-auth>
– Sign in with Google fails when Block third-party cookies or InPrivate browsing is turned on
#3286
Comments
<pwa-auth>
– Sign in with Google fails when Block third-party cookies is turned on
<pwa-auth>
– Sign in with Google fails when Block third-party cookies is turned on<pwa-auth>
– **Sign in with Google** fails when Block third-party cookies is turned on
<pwa-auth>
– **Sign in with Google** fails when Block third-party cookies is turned on<pwa-auth>
– Sign in with Google fails when Block third-party cookies is turned on
Hello, unfortunately Google sign in will not work when third party cookies are disabled. |
Wow ... really? Is this documented somewhere? Thank you for looking into it! |
@maraah1 – can we at least keep the issue open so that it gets attention in the future as Chrome-like browsers will disable third-party cookies by default in the coming months? Please note that there are other projects on GitHub that have similar issues left open because they could not actually fix it and are now waiting for either a breakthrough or a sign in flow change from Google itself. |
Hey sure we can keep this open until changes are implemented |
@maraah1 – thank you for re-opening! For anyone reading this, this seems to be the authoritative reference on it (specifically, the |
@maraah1 – Please follow these steps once:
We get 2 messages (also an error in between) AND the 2nd message has the complete 1st Message{"method":"fireIdpEvent","params":{"type":"idpError","error":"Cookies are not enabled in current environment."},"rpcToken":"307848700.204509"}
|
I have done a quick PoC!
The above is now live on our playground at https://rt.ht 👈🏻 Click/tap here to see how to test it on
|
@maraah1 – Our reduced response solution will stay in production on our next-gen web playground https://rt.ht in the mean time. |
Thanks for your work on investigating this issue. The team won't be able to get to this soon, would you be open to creating a pr with the changes and we can review and merge? |
…th a reduced response when strict privacy mode (Block third-party cookies or InPrivate Browsing) is used (until we switch to Google Identity Services for Web as tracked in pwa-builder#3309).
…th a reduced response when strict privacy mode (Block third-party cookies or InPrivate Browsing) is used (until we switch to Google Identity Services for Web as tracked in pwa-builder#3309).
…th a reduced response when strict privacy mode (Block third-party cookies or InPrivate Browsing) is used (until we switch to Google Identity Services for Web as tracked in pwa-builder#3309).
…th a reduced response when strict privacy mode (Block third-party cookies or InPrivate Browsing) is used (until we switch to Google Identity Services for Web as tracked in pwa-builder#3309).
…th a reduced response when strict privacy mode (Block third-party cookies or InPrivate Browsing) is used (until we switch to Google Identity Services for Web as tracked in pwa-builder#3309).
…th a reduced response when strict privacy mode (Block third-party cookies or InPrivate Browsing) is used (until we switch to Google Identity Services for Web as tracked in pwa-builder#3309).
<pwa-auth>
– Sign in with Google fails when Block third-party cookies is turned on<pwa-auth>
– Sign in with Google fails when Block third-party cookies or InPrivate browsing is turned on
👉🏻⏬ Skip straight down to the fix PoC ⏬👈🏻
What happened?
Sign in with Google fails when Block third-party cookies is turned on under
edge://settings/content/cookies
.How do we reproduce the behavior?
You can try it with us at https://rt.ht
What do you expect to happen?
Sign in with Google should succeed without failure.
Sign in with all 3 other identity providers still work when Block third-party cookies is turned on.
What environment were you using?
OS: Windows 11
Browser: Edge
Version: 104
Additional context
Sign in with Google fails when Block third-party cookies is turned on under
edge://settings/content/cookies
with the followingsignin-completed
event.detail
:This also happens with InPrivate browsing.
The text was updated successfully, but these errors were encountered: