-
Notifications
You must be signed in to change notification settings - Fork 347
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] Broker mode throwing Microsoft.Identity.Client.MsalServiceException #5004
Comments
@keyuxuan are you running this program as the user who is currently logged into the system or as another user? You can check this by going to your Task Manager, go under the details tab, search for your app that is currently running and check if "User name" currently matches the user who is currently logged in |
Hi @Ugonnaak1, I can confirm that the app is being run under the logged in user. |
Hi @mijpeterson , would you mind sending a screenshot showing the program running alongside the username (same format as the screenshot I sent) so that I can confirm? Thank you! |
@keyuxuan , @mijpeterson would either of you be able to send a screenshot confirming that the program is running under the logged in user? Thank you! |
Hi @Ugonnaak1, apologies for the delay. I had not captured a screenshot but I was able to confirm on a pairing session with our customer that their user name was displayed next to the process that was running MSAL. I'm not super comfortable sharing their information (user alias) online without their permission. Is a screenshot absolutely necessary? |
Hi @mijpeterson, thanks for confirming. Based off this, it could be that they are running the program before they are successfully logged into their windows system. Would you mind providing the scenario that they are running or going through in which they encounter this problem |
Closing issue due to extended periods of no response. Please reopen if any further help is needed. |
Library version used
4.65.0
.NET version
.NET 8
Scenario
PublicClient - desktop app
Is this a new or an existing app?
The app is in production, I haven't upgraded MSAL, but started seeing this issue
Issue description and reproduction steps
When performing Broker mode, MSAL throws
Microsoft.Identity.Client.MsalServiceException
.We have the CorrelationId
ca261fb6-3701-466c-b5f9-fc6821bb34f9
Attached the error message, could you help take a look at and see what went wrong?
Relevant code snippets
No response
Expected behavior
No response
Identity provider
Microsoft Entra ID (Work and School accounts and Personal Microsoft accounts)
Regression
No response
Solution and workarounds
No response
The text was updated successfully, but these errors were encountered: