when using the MSAL for Angular on Android with ionic and capacitor, the user is forced to login each time, when he is opening the application. Is there any way to store somehow user authentication credentials in cookies on the android device, if the web view component / in app browser are used to navigate to the Azure AD B2C page for the authentication?
Following frameworks and tools are used:
MSAL for AngularwithAzure AD B2Cionicwithcapacitorto run Angular application on Android deviceweb view componentandin app browserto allow the user to authentication through the Azure AD B2C page
What is needed to achieve:
keep the user authenticated even if the app is closed and opened again after some period of time.
when using as is MSAL for Angular on Android device with ionic and capacitor - the user is logged off every time the app is closed.