Guillaume Chervet
Guillaume Chervet
Hi @lomboboo, if you want you can make a try : https://black-rock-0dc6b0d03-817.westeurope.1.azurestaticapps.net/ Published under version 6.0.0-alpha0 The breaking change is that it require a new silent_signin_uri property and the silent_redirect_uri...
here a quick migration guide https://github.com/AxaGuilDEv/react-oidc/blob/295776fbfeabde78f6d39ae5326f3a7da5050a11/MIGRATION_GUIDE_V5_TO_V6.md
Hi @lomboboo , if you have that screen it is that silentsignin won't work. In my app i set up a button in order to signin again. I will send...
Here a sample used in production https://github.com/AxaGuilDEv/ml-cli/blob/master/src/Ml.Cli.WebApp/ClientApp/src/Server/shared/Oidc/SessionLost.component.js sample
redirect_uri: manage callback inforation after login and must be declared to your OIDC server silent_signin_uri: route that trigger silent signin
In v4 login function is a promise. You can also subcrise to all internal events in order to get error. Do you still need this? I will detail it in...
Hi @, thank you very much for your issue. Unfortunately, we do not support implicit flow which is too less secure. Authorization code grant with PKCE is like implicit but...
Serviceworker lifetime is managed by the browser. It can be killed after 10 second of inactivity. That why I have added a service worker keep alive ping. Next Ping does...
It is strange, it should not be as agressive. I have never lost my service worker during an active tabs thank to the time too live (on android chrome, firefox,...
I have made some test. this version is quite robust with silentsignin (more robust than before without silentsigning) : https://black-rock-0dc6b0d03-797.westeurope.1.azurestaticapps.net/ Does it work on your Ipad? What look like your...