Skip to content

sdk/azidentity/v1.3.0-beta.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 10 Jan 23:03
eeacf1a

1.3.0-beta.2 (2023-01-10)

Features Added

  • Added OnBehalfOfCredential to support the on-behalf-of flow
    (#16642)

Bugs Fixed

  • AzureCLICredential reports token expiration in local time (should be UTC)

Other Changes

  • AzureCLICredential imposes its default timeout only when the Context
    passed to GetToken() has no deadline
  • Added NewCredentialUnavailableError(). This function constructs an error indicating
    a credential can't authenticate and an encompassing ChainedTokenCredential should
    try its next credential, if any.