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

pre-release3 years ago

1.1.0-beta.7 (2020-07-23)

Features

  • Added support for web apps (confidential apps) for AuthorizationCodeCredential. A client secret is required on the builder for web apps.
  • Added support for user assigned managed identities for DefaultAzureCredential with .managedIdentityClientId().
  • AddedAzureAuthorityHosts to access well knwon authority hosts.
  • Added getClientId() method in AuthenticationRecord

Breaking Changes

  • Removed persistent caching support from AuthorizationCodeCredential.
  • Removed KnownAuthorityHosts
  • Removed getCredentials() method in ChainedTokenCredential & DefaultAzureCredential
  • Changed return type of serialize method in AuthenticationRecord to Mono<OutputStream>.
  • Changed method signaturesenablePersistentCache(boolean) and allowUnencryptedCache(boolean) on credential builders to enablePersistentCache() and allowUnencryptedCache()

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

NewReleases is sending notifications on new releases.