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.
3.2.0
Updated to Microsoft.Identity.Abstractions 7.1.0
Updated to Microsoft.IdentityModel.* 8.1.0
Updated to Microsoft.Identity.Client 4.64.1
New features
In .NET 8 and above, IDownstreamApi overloads take a JsonTypeInfo<T> parameter to enable source generated JSON deserialization. See issue #2930 for details.
Bug fixes:
Azure region is used while creating application keys when the TokenAcquisition service caches application objects, and the TokenAcquirerFactory caches TokenAcquirer. See #3002 for details.
Improved error messages for FIC. See issue #3000 for details.
Fundamentals:
Improved test coverage for GetCacheKey. See PR #3020 for details.
Update to .NET 9-RC1. See issue #3025 for details.
Fix static analysis warnings. See PR #3024 for details.