github Azure/azure-sdk-for-python azure-identity_1.5.0b1

latest releases: azure-maps-geolocation_1.0.0b2, azure-communication-callautomation_1.3.0, azure-mgmt-terraform_1.0.0b1...
pre-release4 years ago

1.5.0b1 (2020-09-08)

Added

  • Application authentication APIs from 1.4.0b7
  • ManagedIdentityCredential supports the latest version of App Service
    (#11346)
  • DefaultAzureCredential allows specifying the client ID of a user-assigned
    managed identity via keyword argument managed_identity_client_id
    (#12991)
  • CertificateCredential supports Subject Name/Issuer authentication when
    created with send_certificate=True. The async CertificateCredential
    (azure.identity.aio.CertificateCredential) will support this in a
    future version.
    (#10816)
  • Credentials in azure.identity support ADFS authorities, excepting
    VisualStudioCodeCredential. To configure a credential for this, configure
    the credential with authority and tenant_id="adfs" keyword arguments, for
    example
    ClientSecretCredential(authority="<your ADFS URI>", tenant_id="adfs").
    Async credentials (those in azure.identity.aio) will support ADFS in a
    future release.
    (#12696)
  • InteractiveBrowserCredential keyword argument redirect_uri enables
    authentication with a user-specified application having a custom redirect URI
    (#13344)

Breaking changes

  • Removed authentication_record keyword argument from the async
    SharedTokenCacheCredential, i.e. azure.identity.aio.SharedTokenCacheCredential

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

NewReleases is sending notifications on new releases.