Hi @Kevin Trancoso ,
Thanks for reaching out.
I understand you are looking to login without using webview.
This can be achieved using Single sign-on (SSO) allows users to only enter their credentials once and have those credentials automatically work across applications. There are two ways for applications using MSAL for Android to achieve SSO:
- Through a broker application
- Through the system browser
If application is using web view, then SSO can be achieved using system browser.
If the application uses MSAL with a broker like Microsoft Authenticator or Intune Company Portal, then users can have a SSO experience across applications if they have an active sign-in with one of the apps using shared cookie.
Hope this will help.
Thanks,
Shweta
---------------------------------
Please remember to "Accept Answer" if answer helped you.