Skip to content

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

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)

v1.15.1

10 Jun 15:18
Compare
Choose a tag to compare
  • Fix to correctly use custom SSLSocketFactory (#821)
  • Add public API to determine the Managed Identity environment (#823)

v1.15.0

26 Mar 17:35
15eee53
Compare
Choose a tag to compare
  • GA support for Azure managed identity scenarios
  • Support managed identities in Azure Functions, App Service, IMDS (#661)
  • Support MI in Cloud Shell (#713)
  • Support MI in Service Fabric (#729)
  • Support MI in Azure Arc (#730)
  • Adjust loopback address binding in interactive flow by @crimsonvspurple (#797)