Skip to content

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

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

v0.1.0-preview

24 Apr 22:16
93595af
Compare
Choose a tag to compare
v0.1.0-preview Pre-release
Pre-release

This release contains the first public preview of Microsoft Authentication Library for Java

  • Feature parity with ADAL Java
  • Updated public API to use builder pattern
  • Added telemetry callback
  • Added support for caching tokens
  • Added acquire token with silent parameters API