Skip to content

Azure.Identity_1.18.0-beta.1

Pre-release
Pre-release

Choose a tag to compare

@azure-sdk azure-sdk released this 15 Nov 01:28
22f5860

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)