AzureAD / microsoft-authentication-library-common-for-android

Common code used by both the Active Directory Authentication Library (ADAL) and the Microsoft Authentication Library (MSAL)
MIT License
41 stars 35 forks source link

In kiosk mode SSO authentication is not working. #2227

Open venkateswarasam opened 11 months ago

venkateswarasam commented 11 months ago

In Android device kiosk mode, it seems due to the use of browser tabbed activity the app is not allowing to the user to navigate to browser for SSO authentication.The sign in button is not working as the browser activity is not triggering.

How can we enable SSO authentication in Kiosk mode as Kiosk mode allows only our app to run and it assumes browser as other application?