Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

Releases: AzureAD/azure-activedirectory-library-for-java

v1.3.0

19 Oct 17:03
Compare
Choose a tag to compare

Version 1.3.0

This release contains -

  • acquireTokenUsingRefreshToken(string clientId, string resource) api added
  • update nimbus sdk to version 5.24.1
  • throwing AdalClaimsChallengeException when claims challenge error occurs during token acquisition
  • switching to MIT Licenses
  • adding tenant id to User Info
  • adding sample of SSLTunnelSocketFactory with proxy auth
  • bug fixes

v1.2.0

15 Feb 00:34
Compare
Choose a tag to compare

Version 1.2.0

This release contains -

  • adding support for RSA keys produced by SunMSCAPI provider
  • log details about non 200 http responses

v1.1.3

10 Jun 07:21
Compare
Choose a tag to compare

This release contains

  • Fixes for XXE security bugs.

v1.1.2

01 Dec 19:07
Compare
Choose a tag to compare

Added support for SSLSocketFactory.

v1.1.1

13 Oct 16:08
Compare
Choose a tag to compare

Hotfix release to handle error stream in case of 404.

v1.1.0

13 Oct 01:43
Compare
Choose a tag to compare

This release includes

  • Several bug fixes
  • Added raw id_token in AuthenticationResult
  • Fixed several typos
  • Added support for WSTRUST2005
  • Added option to configure proxy for authentication context