Skip to content

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

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)

v1.14.2

09 Jan 19:52
747eb00
Compare
Choose a tag to compare
  • Correct IMDS endpoint used for region discovery (#762)
  • Improve performance of instance/region discovery (#763)

v1.14.1

12 Dec 15:49
32d79c4
Compare
Choose a tag to compare
  • Remove key size requirements for certificates (#749)
  • Improve timeout behavior for futures (#756)
  • Reduce verbosity of certain info logs (#756)

msal4j v1.14.0 | msal4j-brokers 1.0.0

26 Oct 23:33
Compare
Choose a tag to compare
  • GA release of MSAL Java Brokers package (msal4j-brokers on Maven)
  • Add support for acquiring bearer and proof-of-possession tokens using WAM as the broker (#590)
  • Default throttling time for password grant requests lowered to 5 seconds (#721)
  • Fix internal docs generation issue (#705)

v1.13.10

10 Aug 17:34
Compare
Choose a tag to compare
  • Remove default HTTP timeout (#664)
  • Handle null pointer exception in certain ADFS scenarios (#669)
  • Fix issue with command to open default browser on Linux by @ricemery in #683
  • Add equals/hash logic to Account class based on homeAccountID by @gterminator in #681