Releases: AzureAD/microsoft-authentication-library-for-java
Releases · AzureAD/microsoft-authentication-library-for-java
msal4j v1.14.0 | msal4j-brokers 1.0.0
26 Oct 23:33
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Address security vulnerability - Update net.minidev:json-smart version to 2.4.10
msal4j v1.13.6 release
28 Mar 02:48
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
regional endpoint updates
fixed manifest
Expose instance discovery flag to perform instance discovery.
msal4j v1.13.3 release
31 Oct 22:41
Compare
Sorry, something went wrong.
No results found
Update jackson-databind version to 2.13.4.2
v1.13.2
10 Oct 14:47
Compare
Sorry, something went wrong.
No results found
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