We are using oidc-client-js latest version; it is working well in the web for signin and signout, but coming to Cordova Mobile, signinpopup is working as expected, but signout is not working after signing out; it is redirecting to the post-logout uri of the web in the app instead of the app. We tried to install the oidc-client-ts, but it has other challenges, like file downloading and photo capture. When we were using the oidc-client-ts, those were not working, so we want to try your package that supports both web and mobile Cordova. Can you please suggest the steps for migrating it and how it works for bothWe used signoutredirectcallback. If I am using signoutpopup, it is not working.
We are using oidc-client-js latest version; it is working well in the web for signin and signout, but coming to Cordova Mobile, signinpopup is working as expected, but signout is not working after signing out; it is redirecting to the post-logout uri of the web in the app instead of the app. We tried to install the oidc-client-ts, but it has other challenges, like file downloading and photo capture. When we were using the oidc-client-ts, those were not working, so we want to try your package that supports both web and mobile Cordova. Can you please suggest the steps for migrating it and how it works for bothWe used signoutredirectcallback. If I am using signoutpopup, it is not working.