Skip to content

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

v1.7.1

28 Sep 06:00
3f7498d
Compare
Choose a tag to compare
  • sendX5c API added to IConfidentialClientApplication to specify if the x5c claim
    (public key of the certificate) should be sent to the STS.
    Default value is true.

v1.7.0

07 Sep 03:10
ba10fab
Compare
Choose a tag to compare
  • Tenant profiles added to IAccount
  • Support of certificate chain
  • Api to set connect and read timeouts for default http client

v1.6.2

18 Aug 01:20
53e6004
Compare
Choose a tag to compare
  • Fix for "NullPointerException during accessing B2C authority aliases"
  • Adding extraScopesToConsent parameter to AuthorizationRequestUrlParameters builder.
    Can be used to request the end user to consent upfront,
    in addition to scopes which the application is requesting access to

v1.6.1

10 Jun 04:53
a60641b
Compare
Choose a tag to compare
  • Compatibility with json-smart [1.3.1 - 2.3]

v1.6.0

03 Jun 23:44
36c8796
Compare
Choose a tag to compare
  • Client capabilities support
  • Enable device code flow for ADFS2019
  • Fix dependency issues with jackson 2.6.7 and json-smart 1.3.1

v1.5.0

06 May 03:03
Compare
Choose a tag to compare
  • Support of server side throttling instructions
  • Rebuild client assertion when expired
  • Update nimbus SDK version from 6.5 to 7.4
  • Validation of Authority path segments

v1.4.0

21 Feb 20:21
1cc8866
Compare
Choose a tag to compare
  • Added acquire token interactive API, using system default browser. Read more here.
  • Added authorization code url builder
  • Added OSGi support via bnd-maven-plugin
  • Added server-side telemetry support

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