Skip to content

azure-identity_1.19.0-beta.1

Pre-release
Pre-release

Choose a tag to compare

@azure-sdk azure-sdk released this 14 Nov 23:51
51d2939

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

Features Added

  • Added enableAzureTokenProxy() method to WorkloadIdentityCredentialBuilder to enable custom token proxy support for Azure Kubernetes clusters. When enabled, the credential attempts to use a custom token proxy configured through environment variables (AZURE_KUBERNETES_TOKEN_PROXY, AZURE_KUBERNETES_CA_FILE, AZURE_KUBERNETES_CA_DATA, AZURE_KUBERNETES_SNI_NAME).

Other Changes

  • Ported the authentication flow of WorkloadIdentityCredential to use Msal4j.