Ludovic, Jean, Michel Jarno

Results 6 comments of Ludovic, Jean, Michel Jarno

I didn't update anything : I took the project as is. Since I didn't update anything, yes I use InMemoryWebStorage. Next step: trying without InMemoryWebStorage.

Same issue if I don't use InMemoryWebStorage. "oidc-client": "^1.11.5",

No issue in private browsing! So the truth is out there :-/ Should I ask thousands of users to clean their cookies or should I tweak something in my conf?

To sort it out, I chose the following options: - rename `OidcServiceWorker.js` into `OidcServiceWorker.js`; - remove some (unnecessary?) features from the conf; - remove `offline_access` from the scope. When upgrading...

Hello @guillaume-chervet I'm using https://demo.duendesoftware.com as identity server for testing and XConnect for Production. 1) Eventually, I landed with the following configuration (duendesoftware.com with react-oidc **v6.19.0**): ```js export const configuration...