4.47.2
版本发布时间: 2022-10-04 08:48:02
AzureAD/microsoft-authentication-library-for-dotnet最新发布版本:4.65.2-Preview(2024-10-01 16:00:30)
New Features
- Hide legacy API's that are available only to internal Microsoft only (1P) applications. See 3670.
- Soft deprecate
WithAuthority
API on AcquireTokenXXX methods. Instead useWithTenantId
orWithTenantIdFromAuthority
, orWithB2CAuthority
for B2C authorities. See #3716 - Logging error codes to MSAL Telemetry. See 3595
- Add more logging around client creds and claims. See 3707.
- Improve extensibility APIs to support new POP
Bug Fixes
- Improved error messages when new preview broker exceptions are thrown. #3696
- MSAL will now throw an exception if no scopes are passed for the new preview Broker or for B2C scenarios. See #3675
- Removed .NET 6 MacCatalyst target because MSAL.NET doesn't currently support it. See #3693
- Throw an exception when new WAM DLLs are not loaded when invoking the new WAM preview broker. See #3699