2.9.0-beta.2 (2024-07-09)
Features Added
- Added the new system property
azure.keyvault.disable-challenge-resource-verification
, which can be set totrue
to disable challenge resource verification when authenticating against the Azure Key Vault service. For more information, please refer to this link.
Breaking Changes
- Removed support for providing a custom login URI to get access tokens from via the system property
azure.login.uri
.
Bugs Fixed
- Fix bug: AccessTokenUtil does not urlencode its parameters when getting an access token. (#40616)
- Changed the authentication mechanism to allow for discovering the login URI for a given Azure Key Vault instance by requesting an authentication challenge from the service, as opposed to using a hard-coded list of URIs to choose from depending on a vault's URI. This should add support for customers using Azure Stack instances, for example.