Michael Andersen
Michael Andersen
> So I tried it out locally with our QA server (on Google Healthcare), and got a blank screen after redirect. Opening the console I saw the following error >...
By mistake I left out the end_session_endpoint part of my config sample. I posted the config for recreating your issue...this is what I use to provide the metadata and not...
Rebased again and added a workaround for forcing logout of additional browser tabs. Normally to implement this feature the oidc-client library has a userSignedOut Event which you can add a...
@sedghi I have rebased and made the changes you requested. Can you take a look when you get a chance?
@sedghi I pulled your change in and did some testing. Unfortunately the 'signoutEvent' is not removed from localstorage this way. If you login, logout, and then log back in, you...
Ok I've made my change and left in the storage event unsubscription from your commit.
@sedghi I don't think I have the permissions to add you as a reviewer but during the last QIPCM-OHIF meeting you suggested I make a PR for this so you...
@sedghi Yes basically. Are viewports for these types on the roadmap? To be honest, today I am having trouble recreating the bug. I don't know if there was some change...
@sedghi tested with v3.7.0, modified default config to use my PACS and Keycloak instance and this is still an issue. If I leave the study list open past the access...
@sedghi What you've said seems correct to me. My team are using the Authorization Code flow (response_type: 'code' in oidc config) so we need to use refresh tokens and the...