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
Expected behavior
HTTP errors while discovering the user realm are not exposed to the user. MSAL should use the standard error handling mechanism here (i.e. MsalServiceExceptionFactory.FromHttpResponse)
Actual behavior
Error root cause is hidden and a generic "user_realm_discovery_failed" exception is presented.
Which version of MSAL.NET are you using?
4.35.1
What authentication flow has the issue?
Other?
Is this a new or existing app? Existing
Expected behavior
HTTP errors while discovering the user realm are not exposed to the user. MSAL should use the standard error handling mechanism here (i.e. MsalServiceExceptionFactory.FromHttpResponse)
Actual behavior
Error root cause is hidden and a generic "user_realm_discovery_failed" exception is presented.
Possible solution
microsoft-authentication-library-for-dotnet/src/client/Microsoft.Identity.Client/WsTrust/CommonNonInteractiveHandler.cs
Line 52 in b406142
The text was updated successfully, but these errors were encountered: