Skip to content

@azure/identity_2.0.2

Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 04 Feb 02:12
e54c2ad

2.0.2 (2022-02-03)

Features Added

  • Improved the error message when InteractiveBrowserCredential is used with an unavailable port (such as when no redirectUri is provided, and the port 80 is busy) and when no browser is available.

Bugs Fixed

  • Challenge claims now are properly being passed through to the outgoing token requests.
  • The ManagedIdentityCredential now properly parses expiration dates from token exchange requests.

Other Changes

  • Moved the @types/stoppable dependency to the devDependencies.