Skip to content

azure-identity_1.1.0-beta.7

Pre-release
Pre-release
Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 24 Jul 00:55
bdf44fe

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()