Skip to content

Releases: AzureAD/microsoft-authentication-library-for-java

1.19.1

28 Feb 19:17
6a52340
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.19.0...v1.19.1

1.19.0

10 Feb 20:58
d008766
Compare
Choose a tag to compare

What's Changed

  • Fix potential null pointer exception during cache lookup in #894
  • Update plugins to be compatible with Java 17 builds in #900
  • Fix regression issue in IClientCertificate caused by SHA256 changes in #898
  • Add CacheRefreshReason to telemetry and metadata in #901
  • Downgrade json-smart dependency due to CVE alert in #905

Full Changelog: v1.18.0...1.19.0

v1.18.0

22 Dec 19:12
bbdc93d
Compare
Choose a tag to compare

What's Changed

New Contributors

v1.17.3

03 Dec 15:54
a8ff743
Compare
Choose a tag to compare
  • Correctly set buffer for expired tokens (#875)
  • Bump commons-io dependency from 2.7 to 2.14.0 (#871)

v1.17.2

28 Sep 01:56
081341c
Compare
Choose a tag to compare
  • Make ManagedIdentityApplication.getManagedIdentitySource static (#864)

v1.17.1

28 Sep 01:56
081341c
Compare
Choose a tag to compare
  • Fix 'refresh on' value calculation in Managed Identity flows (#858)
  • Bump nimbusds-oauth2-oidc-sdk version (#859)

v1.17.0

26 Aug 14:10
310cc07
Compare
Choose a tag to compare
  • Add object ID option for Managed Identity (#854)
  • Add support for custom authorities (#851)
  • Fix bug where claims did not cause cache to be skipped (#811)

v1.16.2

26 Jul 23:04
424eea6
Compare
Choose a tag to compare
  • Use SHA256 thumbprints in non-ADFS cert flows (#840)
  • Reduce logging level of cache miss messages (#844)
  • Make ManagedIdentitySourceType enum public (#845)

v1.16.1

15 Jul 14:52
6f94eee
Compare
Choose a tag to compare
  • Add missing refreshOn metadata (#838)

v1.16.0

27 Jun 15:59
8d67dca
Compare
Choose a tag to compare
  • Fix breaking API changes introduced in v1.15.0 (#828)
  • Expose refreshOn parameter in AuthenticationResultMetadata (#829)