Skip to content

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

v1.9.0

02 Feb 18:18
5f4ca84

Choose a tag to compare

  • Add support for Azure region discovery
  • New helper methods in ClaimsRequest class
  • Upgrade nimbusds.oauth2-oidc-sdk dependency

v1.8.1

14 Dec 15:32
e34e382

Choose a tag to compare

  • New ClaimsRequest class to allow ID token claims to be requested as part of any token request
  • Fix dependency issue with nimbusds.oauth2.sdk

v1.8.0

30 Oct 02:56
cacad3d

Choose a tag to compare

  • ITenantProfile added to IAuthenticationResult for easier access to ID token claims
  • IAccount is now serializable
  • Support for refresh_in field in token response
  • New utility class, AzureCloudEndpoint, for national cloud endpoint URLs

v1.7.1

28 Sep 06:00
3f7498d

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

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

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

Choose a tag to compare

  • Compatibility with json-smart [1.3.1 - 2.3]

v1.6.0

03 Jun 23:44
36c8796

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

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

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