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
{{ message }}
This repository was archived by the owner on Jul 15, 2023. It is now read-only.
Workaround ADAL 3.x bug by catching all exceptions
Due to a bug in ADAL 3.x an `HttpRequestException` can leak instead of
being a `AdalException`.
AzureAD/azure-activedirectory-library-for-dotnet#1285
ADAL 3.x is not going to patched for this as ADAL 4.x and MSAL do not
have this problem. We can revisit this if we upgrade ADAL->4 or ->MSAL.
0 commit comments