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

latest releases: Azure.Storage.Blobs.Batch_12.20.0, Azure.Storage.Files.DataLake_12.21.0, Azure.Storage.Blobs.ChangeFeed_12.0.0-preview.52...
3 years ago

1.5.0 (2021-10-14)

Breaking Changes from 1.5.0-beta.4

  • The AllowMultiTenantAuthentication option has been removed and the default behavior is now as if it were true. The multi-tenant discovery feature can be totally disabled by either setting an AppContext switch named "Azure.Identity.DisableTenantDiscovery" to true or by setting the environment variable "AZURE_IDENTITY_DISABLE_MULTITENANTAUTH" to "true".
  • Removed the IsPIILoggingEnabled property from TokenCredentialOptions, similar functionality is planned to be added to TokenCredentialOptions.Diagnostics in a later release.
  • Removed RegionalAuthority from ClientCertificateCredentialOptions and ClientSecretCredentialOptions, along with the RegionalAuthority type. This feature will stay in preview, and these APIs will be added back in 1.6.0-beta.1.
  • Renamed struct TokenCacheDetails to TokenCacheData.
  • Renamed class TokenCacheNotificationDetails to TokenCacheRefreshArgs.
  • Updated CacheBytes property on TokenCacheData to be readonly and a required constructor parameter.

Bugs Fixed

  • Fixed issue with AuthorizationCodeCredential not specifying correct redirectUrl (Issue #24183)

Other Changes

  • Updated error messages to include links to the Azure.Identity troubleshooting guide.

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

NewReleases is sending notifications on new releases.