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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Features
Added WithFmiPath() api to support FMI scenarios in MSAL. See Issue #5110
MSAL will now pass Client sku and Version to MsalRuntime for MSAL Runtime's client telemetry. See Issue #5103
Bug Fixes
Reordered the condition for ManagedIdentitySource.MachineLearning to be checked after ManagedIdentitySource.AppService instead of before it. See Issue #5077
Improved Managed Identity Source Detection Logging for Debugging. See Issue #5097
When a 404 error occurs, MSAL will now include the endpoint and authority URLs in the exception message for better debugging. See Issue #4769
MSAL will now set UseShellExecute to false in OpenLinuxBrowser. See Issue #5075
Fixed a threading exception when using ExtraQueryParameters. See Issue #5108