Skip to content
This repository was archived by the owner on Mar 3, 2022. It is now read-only.

Client gets logged out after ~10 seconds on localhost in firefox with Strict tracking protection #1321

Open
Powersource opened this issue Mar 15, 2021 · 2 comments
Labels

Comments

@Powersource
Copy link

Powersource commented Mar 15, 2021

Firefox version 86 (I recently updated my firefox version, idk which version I was running before)

Only happens on localhost, not production

And by "logged out" I just mean client-side, I still seem to be logged into my idp (keycloak 11.0.2)

I have more debugging notes and error messages in my issue here ParticipioLabs/realities#229

I am technically using oidc-react (which in turn uses this library) but I think the problem is probably only fixable in this library?

@Powersource Powersource changed the title Client gets logged out after ~10 seconds in firefox with Strict tracking protection Client gets logged out after ~10 seconds on localhost in firefox with Strict tracking protection Mar 16, 2021
@brockallen
Copy link
Contributor

Did you ever figure this out?

@LukaszGrela
Copy link

LukaszGrela commented Jun 1, 2021

In addition to this issue I have a similar one logged here. Hot reloading is in a some sort of a loop and in best case scenario logs user out after some repetitions. The last thing called is onUserSignedOut callback

const userManager: UserManager//...
//...
userManager.events.addUserSignedOut(onUserSignedOut)

where I clear local storage from user data. To me misbehaving browser is Dissenter though (Version 1.5.114 Chromium: 80.0.3987.149 (Official Build) (64-bit))

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants