forked from AzureAD/azure-activedirectory-library-for-java
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog.txt
40 lines (34 loc) · 1.04 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Version 1.3.0
=============
- 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
Version 1.2.0
=============
- adding support for RSA keys produced by SunMSCAPI provider
- log details about non 200 http responses
Version 1.1.3
=============
- Fixed XXE security bugs.
Version 1.1.2
=============
- Added support for SSLSocketFactory.
Version 1.1.1
=============
- Hotfix release to handle error stream in case of 404.
Version 1.1.0
=============
- Several bug fixes
- Added raw id_token in AuthenticationResult
- Fixed several typos
- Added support for WSTRUST2005
- Added option to configure proxy for authentication context
Version 1.0.1
=============
GA release of the API to support
- server-2-server flows
- resource owner grant flow for command line apps