Skip to content

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

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

msal4j v1.13.9

19 Jul 18:12
8bf42f2
Compare
Choose a tag to compare
  • Update automated tests to use JUnit 5/Mockito instead of TestNG/Powermock (#672)
  • Fix issue with interactive flow on macOS/Linux/Unix systems (#651)

msal4j v1.13.8

17 Apr 19:52
54c14b2
Compare
Choose a tag to compare
  • Added support for CIAM authority
  • Added refresh_in logic for managed identity flow
  • Better exception handling in interactive flow
  • Updated vulnerable dependency versions

msal4j v1.13.7 release

30 Mar 22:00
891ddfe
Compare
Choose a tag to compare

Address security vulnerability - Update net.minidev:json-smart version to 2.4.10

msal4j v1.13.6 release

28 Mar 02:48
891ddfe
Compare
Choose a tag to compare
  • Added ExtraQueryParameters API.
  • added tests for a CIAM user.
  • updated condition to throw exception only for an invalid authority while performing instance discovery.

msal4j v1.13.5 release

01 Mar 21:40
9683c9d
Compare
Choose a tag to compare
  • fixed url for admin consent.
  • added 2s timeout to IMDS endpoint call.
  • fixed url for regional endpoint calls.
  • added support for current and legacy B2c authority formats.

msal4j v1.13.4 release

30 Jan 17:44
0b81ab6
Compare
Choose a tag to compare
  • regional endpoint updates
  • fixed manifest
  • Expose instance discovery flag to perform instance discovery.

msal4j v1.13.3 release

31 Oct 22:41
cb2eca2
Compare
Choose a tag to compare

Update jackson-databind version to 2.13.4.2

v1.13.2

10 Oct 14:47
9140de8
Compare
Choose a tag to compare
  • Add IBroker interface
  • Update AppTokenProvider callback logging to be consistent with Azure SDK logging
  • Restructure library and add broker module
  • Update version of vulnerable libraries
  • Update README for broken links