You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The app is in production, and I have upgraded to a new version of MSAL
Issue description and reproduction steps
Probably more of a usability issue than a bug (sign in works fine), but using the Windows Desktop broker flashes "Just a moment" multiple times when logging into new Windows account on the device.
Create a project logging into a PublicClient with WithWindowsDesktopFeatures( new BrokerOptions( BrokerOptions.OperatingSystems.Windows ) )
Login to a new system account instead of just the app.
IssueLogin2.mp4
Relevant code snippets
Expected behavior
Just a moment is only shown once instead of refreshing multiple times.
Didn't see this behavior when using the non-broker login methods.
Identity provider
Microsoft Entra ID (Work and School accounts and Personal Microsoft accounts)
Library version used
4.84
.NET version
.NET 4.7.2 and .NET 8
Scenario
PublicClient - desktop 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
Probably more of a usability issue than a bug (sign in works fine), but using the Windows Desktop broker flashes "Just a moment" multiple times when logging into new Windows account on the device.
IssueLogin2.mp4
Relevant code snippets
Expected behavior
Just a moment is only shown once instead of refreshing multiple times.
Didn't see this behavior when using the non-broker login methods.
Identity provider
Microsoft Entra ID (Work and School accounts and Personal Microsoft accounts)
Regression
No response
Solution and workarounds
No response