@capacitor share SSO Login cookie (& InAppBrowser crashes)

Hi everyone !

I have a mobile app working perfectly. No I want to be able to use (or not) an external login webpage (e.g. Microsoft portal for SAML authentication…). This works when the same code is deployed on the web.

I was thinking about using the InAppBrowser plugin to open the login page in a webview (this seems perfect), but it crashes with the issue detailed here : @capacitor/inappbrowser crashes app on android - #3 by wwilson
If I open an external browser, or in-app browser outside the weview, then the cookies won’t be persisted between the external login page and my capacitor application.

It is pretty urgent, do you see any other way of achieving this ?
Many thanks for your amazing work :wink: