Guillaume Chervet

Results 534 comments of Guillaume Chervet

Hi @0ctav0 @NZainchkovskiy may I close this Pull Request? Thank you very much for the issue ans feedback :)

Thank you for the issue @drod21 . What is your need? I think you are already logged to your oidc provider and you want to connect the same user on...

For the logout, you can import the @axa-fr/react-oidc/vanilla/oidc and use the factory to retrieve yout current oidc instance configuration name. After that you will be able to call the logout....

I will add the silent login in few days.

Hi @drod21, I just published 6.5.0-beta0 for testing your use case. I have to clean a litle bit the code in order to merge : https://github.com/AxaGuilDEv/react-oidc/pull/845 You can test the...

hi @inomn , thank you again for your issue :) What does look like your oidc configuration? Which OS and which browser do you use? Fetch error are normal but...

Hi @inomn, for for logout you need to add "openid" scope. The client app trigger some fetch in order to keep alive the service worker alive the longer as possible...

One of the problem come from safari cookies tier blocked by default : https://infi.nl/nieuws/spa-necromancy/ https://github.com/IdentityModel/oidc-client-js/issues/1074 I need a mac to reproduce it :/

Do you know the lifetime of your access_token?

Silent signin is still an option if your oidc server share the same domain name. We do it at AXA. For example: App.axa.fr Oidcserver.axa.fr With an access token 2 minute...