Azure Activity Directory B2C authorization on Android is not automatically closing the Browser tab after successfully validating the credentials. Is that an android limitation or is there any option to programatically close the browser tab?
As per the docs (https://github.com/AzureAD/microsoft-authentication-library-for-android/wiki/Migrating-from-MSAL. Android-0.1.n-to-0.2.0), the web-view is supported in msal 0.2+ but there is no sample provided to do the same. Could you suggest how I can implement B2C authorization using web-view on Android?