github Azure/azure-sdk-for-go sdk/azidentity/v1.3.0-beta.3

latest releases: sdk/resourcemanager/trustedsigning/armtrustedsigning/v0.1.0, sdk/resourcemanager/computeschedule/armcomputeschedule/v0.1.0, sdk/resourcemanager/containerservice/armcontainerservice/v6.2.0-beta.1...
pre-release20 months ago

1.3.0-beta.3 (2023-02-07)

Features Added

  • By default, credentials set client capability "CP1" to enable support for
    Continuous Access Evaluation (CAE).
    This indicates to Azure Active Directory that your application can handle CAE claims challenges.
    You can disable this behavior by setting the environment variable "AZURE_IDENTITY_DISABLE_CP1" to "true".
  • InteractiveBrowserCredentialOptions.LoginHint enables pre-populating the login
    prompt with a username (#15599)
  • Service principal and user credentials support ADFS authentication on Azure Stack.
    Specify "adfs" as the credential's tenant.
  • Applications running in private or disconnected clouds can prevent credentials from
    requesting Azure AD instance metadata by setting the DisableInstanceDiscovery
    field on credential options.
  • Many credentials can now be configured to authenticate in multiple tenants. The
    options types for these credentials have an AdditionallyAllowedTenants field
    that specifies additional tenants in which the credential may authenticate.

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

NewReleases is sending notifications on new releases.