azure-identity_1.19.0-beta.1
Pre-release
Pre-release
1.19.0-beta.1 (2025-11-14)
Features Added
- Added
enableAzureTokenProxy()method toWorkloadIdentityCredentialBuilderto 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.