Closed Powersource closed 3 years ago
Screenshot of log
Tested and reproduces in private browsing as well
Doesn't reproduce in chrome
Only happens on Strict tracking protection in firefox, not Standard.
Tried upgrading react and oidc-react but didn't seem to help https://github.com/Edgeryders-Participio/realities/pull/230
Opened an issue in oidc-client-js https://github.com/IdentityModel/oidc-client-js/issues/1321
Fixing for now by me disabling Strict tracking protection :P
So can we close this?
mm sure but we should be ready for more strict 3rd party cookie blocking coming and biting us in the future
Works in production at least
Idk if we were getting this before but there's an error in the console saying
and pointing here https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Privacy/Storage_access_policy/Errors/CookiePartitionedForeign
https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Privacy/State_Partitioning#dynamic_state_partitioning
https://blog.mozilla.org/security/2021/01/26/supercookie-protections/
So my current theory is that these heuristics hit us for some reason on localhost. I recently updated firefox on my machine.
Could also be related to fb1a3f8bbef41dfd4470d687647b681576834888 . At first that was broken (tests didn't even pass) because I hadn't updated the allowed redirect urls in keycloak, but that's done now so you can at least log in, if briefly, now. The issue could be related to some old cache or something around this.