-
Notifications
You must be signed in to change notification settings - Fork 374
Description
Library version used
4.76.0
.NET version
.NET 9, MAUI 9.0.70
Scenario
PublicClient - mobile app
Is this a new or an existing app?
The app is in production, and I have upgraded to a new version of MSAL
Issue description and reproduction steps
Employees from our customer are using Edge as the default browser on their Android devices and using their work account for logging in into different services / apps. When using our application it always opens Chrome instead of the default browser (Edge). Even after testing different settings for the PublicClient it's still opening the Chrome Browser.
Only difference will appear using embedded webview but as in the ticket #5382 described there is an UI issue anyways.
Relevant code snippets
Expected behavior
If the user sets Edge as the default browser AcquireTokenInteractive should not open in Chrome.
Identity provider
Microsoft Entra ID (Work and School accounts and Personal Microsoft accounts)
Regression
No response
Solution and workarounds
No response