Skip to content

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

v1.3.0

10 Jan 22:11
4fbf681
Compare
Choose a tag to compare
  • Added option to pass in AAD instance discovery data
  • Removed runtime dependency on commons-codec.commons-codec, org.apache.commons.commons-text, org.apache.httpcomponents.httpclient, com.google.code.gson
  • Added runtime dependency on com.fasterxml.jackson.databind

v1.2.0

16 Dec 18:54
29bd90b
Compare
Choose a tag to compare
  • Added support for ADFS 2019
  • Added option to add application name and version for telemetry
  • Bug fix: support for ClientCredential on Windows for JDK12+ #128

v1.1.0

16 Dec 18:53
Compare
Choose a tag to compare
  • Added support for configuring HTTP client

v1.0.0

01 Nov 23:58
147737b
Compare
Choose a tag to compare
  • API surface is now stable and production ready. No breaking changes will be introduced without incrementing MAJOR version
  • No changes from 0.7.0-preview

v0.7.0-preview

01 Nov 00:05
e767eb9
Compare
Choose a tag to compare
v0.7.0-preview Pre-release
Pre-release
  • Added support for ClientAssertions in ClientCredentialFactory
  • Renamed AsymmetricKeyCredential to ClientCertificate
  • Made Account, IClientApplicationBase, TelemetryConsumer ClientSecret, ClientCertificate, ClientAssertion package-private
  • Added IClientSecret, IClientCertificate, IClientAssertion

v0.6.0-preview

14 Oct 17:01
ecbc892
Compare
Choose a tag to compare
v0.6.0-preview Pre-release
Pre-release
  • Updated TokenCache to be thread safe
  • Removed build warnings
  • Added web app, B2C, and OBO samples
  • Updated to use delomboked sources

v0.5.0-preview

12 Jul 17:29
22e4113
Compare
Choose a tag to compare
v0.5.0-preview Pre-release
Pre-release
  • Refactored AuthenticationException to MsalServiceException, MsalClientException, MsalInteractionRequiredException
  • Added cache lookup to acquireToken by client credentials grant
  • Updated Javadoc reference
  • Updated license headers

v0.4.0-preview

06 Jun 19:48
89988f3
Compare
Choose a tag to compare
v0.4.0-preview Pre-release
Pre-release
  • Exposing acquire token by refresh token api

v0.3.0-preview

29 May 02:14
9b0eb7d
Compare
Choose a tag to compare
v0.3.0-preview Pre-release
Pre-release
  • Added support for FOCI
  • Updated public API to return interfaces
  • Updated cache to be compatible with MSAL Python and MSAL.NET caches

v0.2.0-preview

13 May 21:10
27eb113
Compare
Choose a tag to compare
v0.2.0-preview Pre-release
Pre-release
  • Added support for B2C