github Azure/azure-sdk-for-java azure-identity_1.1.0-beta.5

latest releases: azure-identity-broker_1.1.8, azure-identity_1.14.2, azure-ai-translation-text_1.1.0...
pre-release4 years ago

1.1.0-beta.5 (2020-06-09)

New Features

  • Added option to write to shared token cache from ClientSecretCredential, ClientCertificateCredential.
  • Added new developer credentials IntelliJCredential, VsCodeCredential and AzureCliCredential.
  • New APIs for authenticating users with DeviceCodeCredential, InteractiveBrowserCredential and UsernamePasswordCredential.
    • Added method authenticate which pro-actively interacts with the user to authenticate if necessary and returns a serializable AuthenticationRecord
  • Added following configurable options in classes DeviceCodeCredentialBuilder and InteractiveBrowserCredentialBuilder
    • authenticationRecord enables initializing a credential with an AuthenticationRecord returned from a prior call to Authenticate
    • disableAutomaticAuthentication disables automatic user interaction causing the credential to throw an AuthenticationRequiredException when interactive authentication is necessary.

Breaking Changes

  • Removed support to exclude specific credentials in DefaultAzureCredential authentication flow.

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

NewReleases is sending notifications on new releases.