MSAL 4.46
- Use WAM preview
- Declare that the app is MSA-PT, i.e. only AAD plugin should handle auth
- AcquireTokenInteractive using a login_hint
Actual: the full account picker pops up every time

Expected - a better interactive login experience, at the very least the Account Picker should not be invoked and instead the AAD plugin's browser should accelerate the authentication, e.g. Note that if account is part of the OS, the AAD plugin seems to be able to give back token silently.

Tracking ADO issue: https://identitydivision.visualstudio.com/Engineering/_workitems/edit/2040431
Note: when implementing a fix, please see #3520 as well for internal API details
MSAL 4.46
Actual: the full account picker pops up every time
Expected - a better interactive login experience, at the very least the Account Picker should not be invoked and instead the AAD plugin's browser should accelerate the authentication, e.g. Note that if account is part of the OS, the AAD plugin seems to be able to give back token silently.
Tracking ADO issue: https://identitydivision.visualstudio.com/Engineering/_workitems/edit/2040431
Note: when implementing a fix, please see #3520 as well for internal API details