github Azure/azure-sdk-for-net Azure.Identity_1.4.0

latest releases: Azure.Storage.Files.DataLake_12.18.0, Azure.Storage.Blobs.ChangeFeed_12.0.0-preview.44, Azure.Storage.Blobs_12.20.0...
3 years ago

1.4.0 (2021-05-12)

New Features

  • By default, the MSAL Public Client Client Capabilities are populated with "CP1" to enable support for Continuous Access Evaluation (CAE).
    This indicates to AAD that your application is CAE ready and can handle the CAE claim challenge. This capability can be disabled, if necessary, by either setting an AppContext switch named "Azure.Identity.DisableCP1" to true or by setting the environment variable;
    "AZURE_IDENTITY_DISABLE_CP1" to "true". Note: AppContext switches can also be configured via configuration like below:
<ItemGroup>
    <RuntimeHostConfigurationOption Include="Azure.Identity.DisableCP1" Value="true" />
</ItemGroup> 

Fixes and improvements

  • The Microsoft Authentication Library (MSAL) dependency versions have been updated to the latest
    • Microsoft.Identity.Client version 4.30.1, Microsoft.Identity.Client.Extensions.Msal version 2.18.4.

Don't miss a new azure-sdk-for-net release

NewReleases is sending notifications on new releases.