ghuser0

Results 7 comments of ghuser0

This seems to depend on: "Adds ability to validate Logout token" https://github.com/coreos/go-oidc/pull/251

Hi, I've read in the other issues that single logout is an issue that would be nice to have, but requires thought to implement in a generic way compatible with...

Thank you @JoelSpeed and others for having a look. I used to think writing this on key/values was a tragedy, but now I realize, it's a comedy. I'm using this:...

Hi, The go-oidc patch is not merged, it is in PR at https://github.com/coreos/go-oidc/pull/251 . There hasn't been discussion on the PR about timeline for merging, but it's possible they are...

This issue https://github.com/oauth2-proxy/oauth2-proxy/issues/1346 is also relevant to the question of when to bring this change in. It might make sense to bring it in on a major version with a...

Thanks all, and thank you @wadahiro for the other approach and PoC! The blocklist is an interesting idea and if it can avoid the Redis Lua it could be easier...

Could that be replaced with a monotonic counter in the redis database? That could give you ordering between session creations and sign outs. I think you could share a single...