4.65.0
版本发布时间: 2024-09-26 06:21:26
AzureAD/microsoft-authentication-library-for-dotnet最新发布版本:4.65.2-Preview(2024-10-01 16:00:30)
New Features
- Update telemetry to include the caller SDK details. See Issue #4863
- MSAL.Net now exposes an API to enable developers to cache additional values in the token response. See Issue #4922
- Managed identity
.WithClaims()
and.WithClientCapabilities()
APIs are now generally available. See Issue #4921
Bug Fixes
- Fix a bug where MSAL .Net fails for DSTS authority when using
.WithTenantIdFromAuthority()
. See Issue #4927