github Azure/azure-sdk-for-net Azure.Identity_1.18.0-beta.1

pre-release3 hours ago

1.18.0-beta.1 (2025-11-14)

Features Added

  • Added Kubernetes token proxy support (identity binding mode) to WorkloadIdentityCredential. When enabled via the IsAzureKubernetesTokenProxyEnabled option, the credential redirects token requests to an AKS-provided proxy to support scenarios exceeding the 20 federated identity credential limit per Entra ID application. This feature is opt-in and only available when using WorkloadIdentityCredential directly (not supported by DefaultAzureCredential or ManagedIdentityCredential).

Other Changes

  • Deprecated legacy ManagedIdentityCredential constructors. Use ManagedIdentityCredential(ManagedIdentityId id) or ManagedIdentityCredential(ManagedIdentityCredentialOptions options) instead for clearer intent when specifying system-assigned or user-assigned managed identity. (#53800)

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

NewReleases is sending notifications on new releases.