forked from AzureAD/azure-activedirectory-library-for-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
changelog.txt
99 lines (79 loc) · 2.72 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
Version 0.1.22
--------------
Release Date: 1 Aug 2016
* Fix Issue #132 - Trim developer provided authority to construct endpoints
Version 0.1.21
--------------
Release Date: 23 Jun 2016
* Policheck and credscan fixes
Version 0.1.20
--------------
Release Date: 17 Jun 2016
* Add support for resource owner grant flow for ADFS
Version 0.1.19
--------------
Release Date: 26 Apr 2016
* Fixed CredScan issue for the checked in pem file
* Policheck fixes
* Updated node-uuid
* Fixed Readme.md
* Inline the adal version during compile time
* Fix issue #71 - client-credential cert-bad-cert failing
* Fix issue #78 - Express dependency in package.json doesn't match syntax used in website-sample.js
* Fix issue #80 - Unreachable ADFS server results in misleading error message
Version 0.1.18
--------------
Release Date: 5 Feb 2016
* Add oid in IDTokenMap to expose for returned user info.
Version 0.1.17
--------------
Release Date: 8 Oct 2015
* Add support for cross tenant refresh token
Version 0.1.16
--------------
Release Date: 3 Sep 2015
* Add support for device profile
Version 0.1.15
--------------
Release Date: 4 Aug 2015
* Fix issue #68 - add support for wstrust 2005 endpoint.
* Fix issue #62 - escape xml chars in password before creating a xml request for wstrust.
Version 0.1.14
--------------
Release Date: 5 May 2015
* Add timestamp to the log entries.
Version 0.1.13
--------------
Release Date: 1 May 2015
* Scrub security sensitive data in WS-Trust exchange from log messages.
* Update the version of the jws dependency to the latest release.
Version 0.1.12
--------------
Release Date: 19 February 2015
* Add login.microsoftonline.com to the static list of known authorities.
* Bug fixes. (#36)
Version 0.1.11
--------------
Release Date: 16 December 2014
* Added support for certificate authentication for confidential clients.
Version 0.1.10
--------------
Release Date: 24 November 2014
* 0.1.9 published version was corrupt.
Version 0.1.9
--------------
Release Date: 24 November 2014
* Fixed issue #22 - ADAL needs a method that allows confidential clients
to acquire a new token via a refresh token. The acquireTokenWithRefreshToken
function was updated to take an additional clientSecret argument.
Passing this new argument is optional and the change should not break apps
using this function before the additional argument was added.
Version 0.1.8
--------------
Release Date: 29 October 2014
* Update version of xpath.js dependency to 1.0.5
* Fix a bug in the regular expression used to parse a 401 challenge.
Version 0.1.7
--------------
Release Date: 2 September 2014
* Add caching support to AuthenticationContext.acquireTokenWithClientCredentials