@azure/msal-common 6.0.0 → 6.3.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -21
- package/README.md +62 -62
- package/dist/_virtual/_tslib.js +1 -1
- package/dist/account/AccountInfo.d.ts +6 -1
- package/dist/account/AccountInfo.d.ts.map +1 -1
- package/dist/account/AuthToken.js +1 -1
- package/dist/account/AuthToken.js.map +1 -1
- package/dist/account/CcsCredential.js +1 -1
- package/dist/account/CcsCredential.js.map +1 -1
- package/dist/account/ClientInfo.js +1 -1
- package/dist/account/ClientInfo.js.map +1 -1
- package/dist/account/TokenClaims.d.ts +30 -0
- package/dist/account/TokenClaims.d.ts.map +1 -1
- package/dist/authority/Authority.d.ts +9 -1
- package/dist/authority/Authority.d.ts.map +1 -1
- package/dist/authority/Authority.js +36 -11
- package/dist/authority/Authority.js.map +1 -1
- package/dist/authority/AuthorityFactory.d.ts +2 -2
- package/dist/authority/AuthorityFactory.d.ts.map +1 -1
- package/dist/authority/AuthorityFactory.js +5 -5
- package/dist/authority/AuthorityFactory.js.map +1 -1
- package/dist/authority/AuthorityOptions.d.ts +8 -0
- package/dist/authority/AuthorityOptions.d.ts.map +1 -1
- package/dist/authority/AuthorityOptions.js +24 -0
- package/dist/authority/AuthorityOptions.js.map +1 -0
- package/dist/authority/AuthorityType.js +1 -1
- package/dist/authority/AuthorityType.js.map +1 -1
- package/dist/authority/CloudInstanceDiscoveryResponse.js +1 -1
- package/dist/authority/CloudInstanceDiscoveryResponse.js.map +1 -1
- package/dist/authority/ImdsOptions.d.ts +7 -0
- package/dist/authority/ImdsOptions.d.ts.map +1 -0
- package/dist/authority/OpenIdConfigResponse.js +1 -1
- package/dist/authority/OpenIdConfigResponse.js.map +1 -1
- package/dist/authority/ProtocolMode.js +1 -1
- package/dist/authority/ProtocolMode.js.map +1 -1
- package/dist/authority/RegionDiscovery.d.ts +3 -6
- package/dist/authority/RegionDiscovery.d.ts.map +1 -1
- package/dist/authority/RegionDiscovery.js +19 -11
- package/dist/authority/RegionDiscovery.js.map +1 -1
- package/dist/cache/CacheManager.d.ts +1 -1
- package/dist/cache/CacheManager.js +3 -3
- package/dist/cache/CacheManager.js.map +1 -1
- package/dist/cache/entities/AccessTokenEntity.js +1 -1
- package/dist/cache/entities/AccessTokenEntity.js.map +1 -1
- package/dist/cache/entities/AccountEntity.d.ts +3 -1
- package/dist/cache/entities/AccountEntity.d.ts.map +1 -1
- package/dist/cache/entities/AccountEntity.js +16 -12
- package/dist/cache/entities/AccountEntity.js.map +1 -1
- package/dist/cache/entities/AppMetadataEntity.js +1 -1
- package/dist/cache/entities/AppMetadataEntity.js.map +1 -1
- package/dist/cache/entities/AuthorityMetadataEntity.js +1 -1
- package/dist/cache/entities/AuthorityMetadataEntity.js.map +1 -1
- package/dist/cache/entities/CacheRecord.js +1 -1
- package/dist/cache/entities/CacheRecord.js.map +1 -1
- package/dist/cache/entities/CredentialEntity.js +5 -5
- package/dist/cache/entities/CredentialEntity.js.map +1 -1
- package/dist/cache/entities/IdTokenEntity.js +1 -1
- package/dist/cache/entities/IdTokenEntity.js.map +1 -1
- package/dist/cache/entities/RefreshTokenEntity.js +1 -1
- package/dist/cache/entities/RefreshTokenEntity.js.map +1 -1
- package/dist/cache/entities/ServerTelemetryEntity.js +1 -1
- package/dist/cache/entities/ServerTelemetryEntity.js.map +1 -1
- package/dist/cache/entities/ThrottlingEntity.js +1 -1
- package/dist/cache/entities/ThrottlingEntity.js.map +1 -1
- package/dist/cache/persistence/TokenCacheContext.js +1 -1
- package/dist/cache/persistence/TokenCacheContext.js.map +1 -1
- package/dist/client/AuthorizationCodeClient.d.ts.map +1 -1
- package/dist/client/AuthorizationCodeClient.js +122 -93
- package/dist/client/AuthorizationCodeClient.js.map +1 -1
- package/dist/client/BaseClient.js +2 -2
- package/dist/client/BaseClient.js.map +1 -1
- package/dist/client/ClientCredentialClient.d.ts.map +1 -1
- package/dist/client/ClientCredentialClient.js +4 -3
- package/dist/client/ClientCredentialClient.js.map +1 -1
- package/dist/client/DeviceCodeClient.d.ts.map +1 -1
- package/dist/client/DeviceCodeClient.js +4 -2
- package/dist/client/DeviceCodeClient.js.map +1 -1
- package/dist/client/OnBehalfOfClient.js +3 -2
- package/dist/client/OnBehalfOfClient.js.map +1 -1
- package/dist/client/RefreshTokenClient.js +2 -1
- package/dist/client/RefreshTokenClient.js.map +1 -1
- package/dist/client/SilentFlowClient.js +1 -1
- package/dist/client/SilentFlowClient.js.map +1 -1
- package/dist/client/UsernamePasswordClient.d.ts.map +1 -1
- package/dist/client/UsernamePasswordClient.js +3 -1
- package/dist/client/UsernamePasswordClient.js.map +1 -1
- package/dist/config/ClientConfiguration.d.ts +29 -1
- package/dist/config/ClientConfiguration.d.ts.map +1 -1
- package/dist/config/ClientConfiguration.js +21 -8
- package/dist/config/ClientConfiguration.js.map +1 -1
- package/dist/crypto/ICrypto.d.ts +4 -2
- package/dist/crypto/ICrypto.d.ts.map +1 -1
- package/dist/crypto/ICrypto.js +1 -1
- package/dist/crypto/ICrypto.js.map +1 -1
- package/dist/crypto/IGuidGenerator.d.ts +5 -0
- package/dist/crypto/IGuidGenerator.d.ts.map +1 -0
- package/dist/crypto/PopTokenGenerator.d.ts +30 -0
- package/dist/crypto/PopTokenGenerator.d.ts.map +1 -1
- package/dist/crypto/PopTokenGenerator.js +38 -2
- package/dist/crypto/PopTokenGenerator.js.map +1 -1
- package/dist/error/AuthError.js +3 -3
- package/dist/error/AuthError.js.map +1 -1
- package/dist/error/ClientAuthError.js +1 -1
- package/dist/error/ClientAuthError.js.map +1 -1
- package/dist/error/ClientConfigurationError.d.ts +11 -0
- package/dist/error/ClientConfigurationError.d.ts.map +1 -1
- package/dist/error/ClientConfigurationError.js +12 -2
- package/dist/error/ClientConfigurationError.js.map +1 -1
- package/dist/error/InteractionRequiredAuthError.js +1 -1
- package/dist/error/InteractionRequiredAuthError.js.map +1 -1
- package/dist/error/ServerError.js +1 -1
- package/dist/error/ServerError.js.map +1 -1
- package/dist/index.cjs.js +764 -176
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +8 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +5 -1
- package/dist/index.js.map +1 -1
- package/dist/logger/Logger.js +13 -13
- package/dist/logger/Logger.js.map +1 -1
- package/dist/network/INetworkModule.d.ts +1 -0
- package/dist/network/INetworkModule.d.ts.map +1 -1
- package/dist/network/INetworkModule.js +1 -1
- package/dist/network/INetworkModule.js.map +1 -1
- package/dist/network/NetworkManager.js +1 -1
- package/dist/network/NetworkManager.js.map +1 -1
- package/dist/network/ThrottlingUtils.js +1 -1
- package/dist/network/ThrottlingUtils.js.map +1 -1
- package/dist/packageMetadata.d.ts +1 -1
- package/dist/packageMetadata.d.ts.map +1 -1
- package/dist/packageMetadata.js +2 -2
- package/dist/packageMetadata.js.map +1 -1
- package/dist/request/AuthenticationHeaderParser.js +3 -3
- package/dist/request/AuthenticationHeaderParser.js.map +1 -1
- package/dist/request/BaseAuthRequest.d.ts +8 -5
- package/dist/request/BaseAuthRequest.d.ts.map +1 -1
- package/dist/request/CommonAuthorizationUrlRequest.d.ts +1 -0
- package/dist/request/CommonAuthorizationUrlRequest.d.ts.map +1 -1
- package/dist/request/CommonEndSessionRequest.d.ts +2 -0
- package/dist/request/CommonEndSessionRequest.d.ts.map +1 -1
- package/dist/request/RequestParameterBuilder.d.ts +18 -1
- package/dist/request/RequestParameterBuilder.d.ts.map +1 -1
- package/dist/request/RequestParameterBuilder.js +37 -3
- package/dist/request/RequestParameterBuilder.js.map +1 -1
- package/dist/request/RequestValidator.js +1 -1
- package/dist/request/RequestValidator.js.map +1 -1
- package/dist/request/ScopeSet.js +4 -4
- package/dist/request/ScopeSet.js.map +1 -1
- package/dist/response/AuthenticationResult.d.ts +1 -0
- package/dist/response/AuthenticationResult.d.ts.map +1 -1
- package/dist/response/ResponseHandler.d.ts.map +1 -1
- package/dist/response/ResponseHandler.js +6 -5
- package/dist/response/ResponseHandler.js.map +1 -1
- package/dist/response/ServerAuthorizationCodeResponse.d.ts +1 -0
- package/dist/response/ServerAuthorizationCodeResponse.d.ts.map +1 -1
- package/dist/telemetry/performance/IPerformanceClient.d.ts +22 -0
- package/dist/telemetry/performance/IPerformanceClient.d.ts.map +1 -0
- package/dist/telemetry/performance/IPerformanceMeasurement.d.ts +6 -0
- package/dist/telemetry/performance/IPerformanceMeasurement.d.ts.map +1 -0
- package/dist/telemetry/performance/PerformanceClient.d.ts +125 -0
- package/dist/telemetry/performance/PerformanceClient.d.ts.map +1 -0
- package/dist/telemetry/performance/PerformanceClient.js +275 -0
- package/dist/telemetry/performance/PerformanceClient.js.map +1 -0
- package/dist/telemetry/performance/PerformanceEvent.d.ts +203 -0
- package/dist/telemetry/performance/PerformanceEvent.d.ts.map +1 -0
- package/dist/telemetry/performance/PerformanceEvent.js +100 -0
- package/dist/telemetry/performance/PerformanceEvent.js.map +1 -0
- package/dist/telemetry/performance/StubPerformanceClient.d.ts +13 -0
- package/dist/telemetry/performance/StubPerformanceClient.d.ts.map +1 -0
- package/dist/telemetry/performance/StubPerformanceClient.js +37 -0
- package/dist/telemetry/performance/StubPerformanceClient.js.map +1 -0
- package/dist/telemetry/server/ServerTelemetryManager.js +4 -4
- package/dist/telemetry/server/ServerTelemetryManager.js.map +1 -1
- package/dist/url/UrlString.js +2 -2
- package/dist/url/UrlString.js.map +1 -1
- package/dist/utils/Constants.d.ts +8 -1
- package/dist/utils/Constants.d.ts.map +1 -1
- package/dist/utils/Constants.js +9 -2
- package/dist/utils/Constants.js.map +1 -1
- package/dist/utils/ProtocolUtils.js +3 -3
- package/dist/utils/ProtocolUtils.js.map +1 -1
- package/dist/utils/StringUtils.js +1 -1
- package/dist/utils/StringUtils.js.map +1 -1
- package/dist/utils/TimeUtils.js +1 -1
- package/dist/utils/TimeUtils.js.map +1 -1
- package/package.json +74 -76
- package/CHANGELOG.json +0 -1282
- package/CHANGELOG.md +0 -491
package/CHANGELOG.md
DELETED
|
@@ -1,491 +0,0 @@
|
|
|
1
|
-
# Change Log - @azure/msal-common
|
|
2
|
-
|
|
3
|
-
This log was last generated on Tue, 04 Jan 2022 00:20:29 GMT and should not be manually modified.
|
|
4
|
-
|
|
5
|
-
<!-- Start content -->
|
|
6
|
-
|
|
7
|
-
## 6.0.0
|
|
8
|
-
|
|
9
|
-
Tue, 04 Jan 2022 00:20:29 GMT
|
|
10
|
-
|
|
11
|
-
### Major changes
|
|
12
|
-
|
|
13
|
-
- Add support for requested claims in silent token acquisition #4296 (hemoral@microsoft.com)
|
|
14
|
-
|
|
15
|
-
### Minor changes
|
|
16
|
-
|
|
17
|
-
- Gracefully handle tokenType set as bearer for ADFS #4318 (janutter@microsoft.com)
|
|
18
|
-
|
|
19
|
-
## 5.2.0
|
|
20
|
-
|
|
21
|
-
Tue, 07 Dec 2021 00:17:01 GMT
|
|
22
|
-
|
|
23
|
-
### Minor changes
|
|
24
|
-
|
|
25
|
-
- Add APIs needed for hybrid spa flow #3978 (janutter@microsoft.com)
|
|
26
|
-
|
|
27
|
-
### Patches
|
|
28
|
-
|
|
29
|
-
- Fix circular dependencies in AuthenticationHeaderParser and AsyncMemoryStorage #4235 (hemoral@microsoft.com)
|
|
30
|
-
|
|
31
|
-
## 5.1.0
|
|
32
|
-
|
|
33
|
-
Mon, 01 Nov 2021 23:53:21 GMT
|
|
34
|
-
|
|
35
|
-
### Minor changes
|
|
36
|
-
|
|
37
|
-
- Add support for ephemeral SSH certificate acquisition #4178 (hemoral@microsoft.com)
|
|
38
|
-
- Add support for SHR nonce #3999 (hemoral@microsoft.com)
|
|
39
|
-
|
|
40
|
-
### Patches
|
|
41
|
-
|
|
42
|
-
- Log reason for cache miss #4199 (thomas.norling@microsoft.com)
|
|
43
|
-
- Update authority metadata error messages (thomas.norling@microsoft.com)
|
|
44
|
-
- Gracefully handle B2C ROPC policies not setting end_session_endpoint property #4173 (janutter@microsoft.com)
|
|
45
|
-
|
|
46
|
-
## 5.0.1
|
|
47
|
-
|
|
48
|
-
Mon, 04 Oct 2021 23:12:35 GMT
|
|
49
|
-
|
|
50
|
-
### Patches
|
|
51
|
-
|
|
52
|
-
- Export library version #4124 (thomas.norling@microsoft.com)
|
|
53
|
-
- Consistently export error types and messages for errors thrown by MSAL #4117 (jagore@microsoft.com)
|
|
54
|
-
- Make no_tokens_found error an InteractionRequiredAuthError #4089 (thomas.norling@microsoft.com)
|
|
55
|
-
|
|
56
|
-
## 5.0.0
|
|
57
|
-
|
|
58
|
-
Tue, 07 Sep 2021 23:22:24 GMT
|
|
59
|
-
|
|
60
|
-
### Major changes
|
|
61
|
-
|
|
62
|
-
- Add pop params to request thumbprint #3973 (hemoral@microsoft.com)
|
|
63
|
-
- Remove token binding key from key store when refreshing pop token #3500 (hemoral@microsoft.com)
|
|
64
|
-
|
|
65
|
-
### Minor changes
|
|
66
|
-
|
|
67
|
-
- Adds state param to logout url #3909 (bmahal@microsoft.com)
|
|
68
|
-
- Add SignedHttpRequest class #3058 (janutter@microsoft.com)
|
|
69
|
-
|
|
70
|
-
### Patches
|
|
71
|
-
|
|
72
|
-
- Add correlationId property to AuthError #3930 (thomas.norling@microsoft.com)
|
|
73
|
-
- Fix logger constructor #3899 (hemoral@microsoft.com)
|
|
74
|
-
- Add correlationId to AuthenticationResult type #3947 (thomas.norling@microsoft.com)
|
|
75
|
-
- Fix accesstoken_with_authscheme implementation #3910 (hemoral@microsoft.com)
|
|
76
|
-
- Add external token server response type #3895 (joarroyo@microsoft.com)
|
|
77
|
-
- Fixes unescaped backslash and inefficient regex patterns #3993 (thomas.norling@microsoft.com)
|
|
78
|
-
|
|
79
|
-
## 4.5.1
|
|
80
|
-
|
|
81
|
-
Mon, 02 Aug 2021 23:19:21 GMT
|
|
82
|
-
|
|
83
|
-
### Patches
|
|
84
|
-
|
|
85
|
-
- Fix double encoding state #3903 (bmahal@microsoft.com)
|
|
86
|
-
|
|
87
|
-
## 4.5.0
|
|
88
|
-
|
|
89
|
-
Thu, 22 Jul 2021 22:50:22 GMT
|
|
90
|
-
|
|
91
|
-
### Minor changes
|
|
92
|
-
|
|
93
|
-
- Adding ROPC for confidential client apps (#3838) (sameera.gajjarapu@microsoft.com)
|
|
94
|
-
- feat: add regional authority telemetry #3662 (samuelkamau@microsoft.com)
|
|
95
|
-
- Add support for prompt=create #3773 (joarroyo@microsoft.com)
|
|
96
|
-
|
|
97
|
-
### Patches
|
|
98
|
-
|
|
99
|
-
- Add constant for active account cache key #3755 (thomas.norling@microsoft.com)
|
|
100
|
-
- Fix double query string for logout endpoint #3814 (thomas.norling@microsoft.com)
|
|
101
|
-
|
|
102
|
-
## 4.4.0
|
|
103
|
-
|
|
104
|
-
Mon, 28 Jun 2021 23:39:48 GMT
|
|
105
|
-
|
|
106
|
-
### Minor changes
|
|
107
|
-
|
|
108
|
-
- Add CCS parameters to headers or form_data #3636 (prkanher@microsoft.com)
|
|
109
|
-
- Add correlationId to log messages #3601 (joarroyo@microsoft.com)
|
|
110
|
-
|
|
111
|
-
### Patches
|
|
112
|
-
|
|
113
|
-
- Export ServerAuthorizationTokenResponse type #3657 (thomas.norling@microsoft.com)
|
|
114
|
-
- Discard tokens cached after current time #3786 (thomas.norling@microsoft.com)
|
|
115
|
-
- Remove input params from Empty Scopes error constructors #3654 (thomas.norling@microsoft.com)
|
|
116
|
-
- feat: modify the access token filter #3375 (samuelkamau@microsoft.com)
|
|
117
|
-
- fix: fix device code polling bug (samuelkamau@microsoft.com)
|
|
118
|
-
|
|
119
|
-
## 4.3.0
|
|
120
|
-
|
|
121
|
-
Wed, 12 May 2021 18:35:03 GMT
|
|
122
|
-
|
|
123
|
-
### Minor changes
|
|
124
|
-
|
|
125
|
-
- add support for regional authorities (samuelkamau@microsoft.com)
|
|
126
|
-
|
|
127
|
-
### Patches
|
|
128
|
-
|
|
129
|
-
- Fix double query string when authority endpoints contain query strings #3620 (thomas.norling@microsoft.com)
|
|
130
|
-
- change msal-browser/msal-common to preserveModules to enable treeshaking #3300 (oo.thomas96@gmail.com)
|
|
131
|
-
- Revert expiresOn type to make it nullable #3557 (hemoral@microsoft.com)
|
|
132
|
-
- Add logLevel Trace to Logger #3589 (joarroyo@microsoft.com)
|
|
133
|
-
- Throw untrustedAuthority error if discovery endpoint returns error in response body #3572 (thomas.norling@microsoft.com)
|
|
134
|
-
- Add claims comparison to accountInfoIsEqual function #3527 (thomas.norling@microsoft.com)
|
|
135
|
-
- Add check for empty object string in claims request parameter #3579 (prkanher@microsoft.com)
|
|
136
|
-
|
|
137
|
-
## 4.2.1
|
|
138
|
-
|
|
139
|
-
Thu, 22 Apr 2021 23:26:08 GMT
|
|
140
|
-
|
|
141
|
-
### Patches
|
|
142
|
-
|
|
143
|
-
- Fix typing for expiresOn field (#2994) (prkanher@microsoft.com)
|
|
144
|
-
- Move /token headers to POST body to avoid OPTIONS request (#3094) (thomas.norling@microsoft.com)
|
|
145
|
-
- Change "ts" type from string to number in SignedHttpRequest #3474 (prkanher@microsoft.com)
|
|
146
|
-
- Add .browserslistrc #3471 (thomas.norling@microsoft.com)
|
|
147
|
-
|
|
148
|
-
## 4.2.0
|
|
149
|
-
|
|
150
|
-
Wed, 14 Apr 2021 18:39:53 GMT
|
|
151
|
-
|
|
152
|
-
### Minor changes
|
|
153
|
-
|
|
154
|
-
- Adding the refresh_in feature for msal.js #3005 (prkanher@microsoft.com)
|
|
155
|
-
- Add support for AccessToken_With_AuthScheme credential type #3426 (hectormgdev@gmail.com)
|
|
156
|
-
|
|
157
|
-
### Patches
|
|
158
|
-
|
|
159
|
-
- Make SHR parameters optional #3320 (hemoral@microsoft.com)
|
|
160
|
-
|
|
161
|
-
## 4.1.1
|
|
162
|
-
|
|
163
|
-
Wed, 31 Mar 2021 22:25:57 GMT
|
|
164
|
-
|
|
165
|
-
### Patches
|
|
166
|
-
|
|
167
|
-
- Update StringUtils.matchPattern to account for queries in string #3307 (joarroyo@microsoft.com)
|
|
168
|
-
- Adds tokenQueryParameters request param #3309 (thomas.norling@microsoft.com)
|
|
169
|
-
- Ignore account hints when prompt=select_account #3315 (thomas.norling@microsoft.com)
|
|
170
|
-
|
|
171
|
-
## 4.1.0
|
|
172
|
-
|
|
173
|
-
Wed, 24 Mar 2021 22:55:46 GMT
|
|
174
|
-
|
|
175
|
-
### Minor changes
|
|
176
|
-
|
|
177
|
-
- Add client claims support for SHRs (#3089) (hemoral@microsoft.com)
|
|
178
|
-
|
|
179
|
-
### Patches
|
|
180
|
-
|
|
181
|
-
- Properly handle expiration timestamps when returned as strings (janutter@microsoft.com)
|
|
182
|
-
- Add null as possible type for account on EndSessionRequest #3044 (thomas.norling@microsoft.com)
|
|
183
|
-
|
|
184
|
-
## 4.0.3
|
|
185
|
-
|
|
186
|
-
Mon, 15 Mar 2021 23:45:17 GMT
|
|
187
|
-
|
|
188
|
-
### Patches
|
|
189
|
-
|
|
190
|
-
- Use sid from account when available #3147 (prkanher@microsoft.com)
|
|
191
|
-
- Add network error for failed requests (#3146) (thomas.norling@microsoft.com)
|
|
192
|
-
|
|
193
|
-
## 4.0.2
|
|
194
|
-
|
|
195
|
-
Wed, 03 Mar 2021 21:47:05 GMT
|
|
196
|
-
|
|
197
|
-
### Patches
|
|
198
|
-
|
|
199
|
-
- Fix OIDC Scopes Caching Issue (#3065) (prkanher@microsoft.com)
|
|
200
|
-
|
|
201
|
-
## 4.0.1
|
|
202
|
-
|
|
203
|
-
Thu, 18 Feb 2021 00:34:32 GMT
|
|
204
|
-
|
|
205
|
-
### Patches
|
|
206
|
-
|
|
207
|
-
- Clarify Device Code Timeout units (#3031) (hemoral@microsoft.com)
|
|
208
|
-
|
|
209
|
-
## 4.0.0
|
|
210
|
-
|
|
211
|
-
Tue, 09 Feb 2021 01:48:22 GMT
|
|
212
|
-
|
|
213
|
-
### Major changes
|
|
214
|
-
|
|
215
|
-
- Add API Extractor for msal-node (sameera.gajjarapu@microsoft.com)
|
|
216
|
-
|
|
217
|
-
### Patches
|
|
218
|
-
|
|
219
|
-
- Fix version.json import errors (#2993) (thomas.norling@microsoft.com)
|
|
220
|
-
- Setting postLogoutRedirectUri as null will disable post logout redirect (janutter@microsoft.com)
|
|
221
|
-
- Ignore OIDC scopes during cache lookup or replacement (#2969) (prkanher@microsoft.com)
|
|
222
|
-
|
|
223
|
-
## 3.1.0
|
|
224
|
-
|
|
225
|
-
Tue, 02 Feb 2021 01:56:47 GMT
|
|
226
|
-
|
|
227
|
-
### Minor changes
|
|
228
|
-
|
|
229
|
-
- Add wrapper SKU and version to current telemetry header (#2845) (thomas.norling@microsoft.com)
|
|
230
|
-
|
|
231
|
-
### Patches
|
|
232
|
-
|
|
233
|
-
- Fix token timestamp calculation (prkanher@microsoft.com)
|
|
234
|
-
- Fix B2C policy switching (#2949) (thomas.norling@microsoft.com)
|
|
235
|
-
- Get package version from version.json (#2915) (thomas.norling@microsoft.com)
|
|
236
|
-
|
|
237
|
-
## 3.0.0
|
|
238
|
-
|
|
239
|
-
Thu, 21 Jan 2021 21:48:01 GMT
|
|
240
|
-
|
|
241
|
-
### Major changes
|
|
242
|
-
|
|
243
|
-
- Authority metadata caching (#2758) (thomas.norling@microsoft.com)
|
|
244
|
-
|
|
245
|
-
## 2.1.0
|
|
246
|
-
|
|
247
|
-
Tue, 12 Jan 2021 00:51:26 GMT
|
|
248
|
-
|
|
249
|
-
### Minor changes
|
|
250
|
-
|
|
251
|
-
- Add interface stubs (#2792) (thomas.norling@microsoft.com)
|
|
252
|
-
|
|
253
|
-
### Patches
|
|
254
|
-
|
|
255
|
-
- Adding account info equality check function (#2728) (prkanher@microsoft.com)
|
|
256
|
-
- Adding device code timeout to the device code request(#2656) (samuel.kamau@microsoft.com)
|
|
257
|
-
|
|
258
|
-
## 2.0.0
|
|
259
|
-
|
|
260
|
-
Mon, 07 Dec 2020 22:19:03 GMT
|
|
261
|
-
|
|
262
|
-
### Major changes
|
|
263
|
-
|
|
264
|
-
- Enable StrictNullChecks (#2602) (thomas.norling@microsoft.com)
|
|
265
|
-
- Rename request types and change required fields (#2512) (thomas.norling@microsoft.com)
|
|
266
|
-
|
|
267
|
-
### Minor changes
|
|
268
|
-
|
|
269
|
-
- Add clone to Logger (#2670) (joarroyo@microsoft.com)
|
|
270
|
-
- Enable the instance_aware flow (#1804) (prkanher@microsoft.com)
|
|
271
|
-
- Support id_token_hint on logout request (#2587) (thomas.norling@microsoft.com)
|
|
272
|
-
|
|
273
|
-
### Patches
|
|
274
|
-
|
|
275
|
-
- Fix login loop with empty query string (#2707) (thomas.norling@microsoft.com)
|
|
276
|
-
- Expose idTokenClaims on AccountInfo (#2554) (janutter@microsoft.com)
|
|
277
|
-
- Add matchPattern string util for wildcard matching for urls (#2678) (janutter@microsoft.com)
|
|
278
|
-
- fix: added missing async (AzureAD/microsoft-authentication-library-for-js#2652) (patrick@ruhkopf.me)
|
|
279
|
-
- Log messages contain package name and version (#2589) (thomas.norling@microsoft.com)
|
|
280
|
-
|
|
281
|
-
## 1.7.2
|
|
282
|
-
|
|
283
|
-
Wed, 11 Nov 2020 23:33:20 GMT
|
|
284
|
-
|
|
285
|
-
### Patches
|
|
286
|
-
|
|
287
|
-
- Add getAbsolutePath helper function to UrlString class (#2560) (thomas.norling@microsoft.com)
|
|
288
|
-
|
|
289
|
-
## 1.7.1
|
|
290
|
-
|
|
291
|
-
Tue, 10 Nov 2020 01:48:44 GMT
|
|
292
|
-
|
|
293
|
-
### Patches
|
|
294
|
-
|
|
295
|
-
- Enhance lookup for IdTokens/AppMetadata (#2530) (sameera.gajjarapu@microsoft.com)
|
|
296
|
-
- Add LocalAccountId for ADFS usecases (#2573) (sameera.gajjarapu@microsoft.com)
|
|
297
|
-
|
|
298
|
-
## 1.7.0
|
|
299
|
-
|
|
300
|
-
Sat, 07 Nov 2020 01:50:14 GMT
|
|
301
|
-
|
|
302
|
-
### Minor changes
|
|
303
|
-
|
|
304
|
-
- Implement Password Grant Flow (#2204) (sameera.gajjarapu@microsoft.com)
|
|
305
|
-
- Fixing a bug and adding `localAccountId` in AccountInfo interface (#2516) (sameera.gajjarapu@microsoft.com)
|
|
306
|
-
|
|
307
|
-
### Patches
|
|
308
|
-
|
|
309
|
-
- Mandate localAccount in AccountInfo (sameera.gajjarapu@microsoft.com)
|
|
310
|
-
- Filtered lookup of IdTokens, AppMetadata; Error handling in Node Storage (#2530) (sameera.gajjarapu@microsoft.com)
|
|
311
|
-
|
|
312
|
-
## 1.6.3
|
|
313
|
-
|
|
314
|
-
Mon, 26 Oct 2020 21:00:29 GMT
|
|
315
|
-
|
|
316
|
-
### Patches
|
|
317
|
-
|
|
318
|
-
- Fix ServerTelemetry maxErrorToSend bug (#2491) (thomas.norling@microsoft.com)
|
|
319
|
-
- Add missing default headers to device code (sameera.gajjarapu@microsoft.com)
|
|
320
|
-
- msal-browser and msal-node cache Interfaces to msal-common updated (#2415) (sameera.gajjarapu@microsoft.com)
|
|
321
|
-
|
|
322
|
-
## 1.6.2
|
|
323
|
-
|
|
324
|
-
Tue, 20 Oct 2020 23:47:28 GMT
|
|
325
|
-
|
|
326
|
-
### Patches
|
|
327
|
-
|
|
328
|
-
- Adds support for any OIDC-compliant authority (#2389). (jamckenn@microsoft.com)
|
|
329
|
-
|
|
330
|
-
## 1.6.1
|
|
331
|
-
|
|
332
|
-
Thu, 15 Oct 2020 00:49:18 GMT
|
|
333
|
-
|
|
334
|
-
### Patches
|
|
335
|
-
|
|
336
|
-
- Removing unused errors in msal-common and fixing possible build errors in @azure/msal-common@1.6.0 (#2432) (sameera.gajjarapu@microsoft.com)
|
|
337
|
-
|
|
338
|
-
## 1.6.0
|
|
339
|
-
|
|
340
|
-
Wed, 14 Oct 2020 23:45:07 GMT
|
|
341
|
-
|
|
342
|
-
### Minor changes
|
|
343
|
-
|
|
344
|
-
- Add support for persistence cache plugin (#2348) (sameera.gajjarapu@microsoft.com)
|
|
345
|
-
|
|
346
|
-
### Patches
|
|
347
|
-
|
|
348
|
-
- Add Telemetry header size limit (#2223) (thomas.norling@microsoft.com)
|
|
349
|
-
|
|
350
|
-
## 1.5.0
|
|
351
|
-
|
|
352
|
-
Fri, 02 Oct 2020 17:42:35 GMT
|
|
353
|
-
|
|
354
|
-
### Minor changes
|
|
355
|
-
|
|
356
|
-
- Implementation of Access Token Proof-of-Possession Flow (#2151, #2153, #2154, #2209, #2289) (prkanher@microsoft.com)
|
|
357
|
-
|
|
358
|
-
## 1.4.0
|
|
359
|
-
|
|
360
|
-
Wed, 23 Sep 2020 21:13:48 GMT
|
|
361
|
-
|
|
362
|
-
### Minor changes
|
|
363
|
-
|
|
364
|
-
- FOCI - Family of Client IDs feature (#2201) (sameera.gajjarapu@microsoft.com)
|
|
365
|
-
|
|
366
|
-
### Patches
|
|
367
|
-
|
|
368
|
-
- Remove null in function return types to be compatible with ICacheManager.ts (#2335) (sameera.gajjarapu@microsoft.com)
|
|
369
|
-
- Scopes stored case sensitive, compared case insensitive (#2302) (sameera.gajjarapu@microsoft.com)
|
|
370
|
-
|
|
371
|
-
## 1.3.0
|
|
372
|
-
|
|
373
|
-
Thu, 17 Sep 2020 23:16:22 GMT
|
|
374
|
-
|
|
375
|
-
### Minor changes
|
|
376
|
-
|
|
377
|
-
- Add support for On-behalf-of flow (#2157) (sagonzal@microsoft.com)
|
|
378
|
-
- ValidCacheType adds ServerTelemetryEntity (sameera.gajjarapu@microsoft.com)
|
|
379
|
-
- Added client-side throttling to enhance server stability (#1907) (jamckenn@microsoft.com)
|
|
380
|
-
|
|
381
|
-
### Patches
|
|
382
|
-
|
|
383
|
-
- Add name field to AccountInfo (#2288) (jamckenn@microsoft.com)
|
|
384
|
-
- Realm should fallback to an empty string for non AAD scenarios (sameera.gajjarapu@microsoft.com)
|
|
385
|
-
- Add default scopes in all requests and ignore in cache lookups (#2267) (thomas.norling@microsoft.com)
|
|
386
|
-
- Move refreshToken API to RefreshTokenClient (#2264) (thomas.norling@microsoft.com)
|
|
387
|
-
- Track Suberrors in Telemetry (#1921) (thomas.norling@microsoft.com)
|
|
388
|
-
- Separate cache lookup from token refresh (#2189) (thomas.norling@microsoft.com)
|
|
389
|
-
|
|
390
|
-
## 1.2.0
|
|
391
|
-
|
|
392
|
-
Tue, 25 Aug 2020 00:40:45 GMT
|
|
393
|
-
|
|
394
|
-
### Minor changes
|
|
395
|
-
|
|
396
|
-
- Client Capabilities Support (#2169) (thomas.norling@microsoft.com)
|
|
397
|
-
- Add support for acquiring tokens with client credentials grant (sagonzal@microsoft.com)
|
|
398
|
-
|
|
399
|
-
### Patches
|
|
400
|
-
|
|
401
|
-
- ignore offline_access in scopes lookup (sameera.gajjarapu@microsoft.com)
|
|
402
|
-
- Adds checks for cache entities (sameera.gajjarapu@microsoft.com)
|
|
403
|
-
- Add claims request to /token calls (#2138) (thomas.norling@microsoft.com)
|
|
404
|
-
- Fix Telemetry cacheHit Bug (#2170) (thomas.norling@microsoft.com)
|
|
405
|
-
- Get username from emails claim in B2C scenarios (#2114) (thomas.norling@microsoft.com)
|
|
406
|
-
- Update POST header to type Record (#2128) (thomas.norling@microsoft.com)
|
|
407
|
-
|
|
408
|
-
## 1.1.1
|
|
409
|
-
|
|
410
|
-
Thu, 13 Aug 2020 02:20:48 GMT
|
|
411
|
-
|
|
412
|
-
### Patches
|
|
413
|
-
|
|
414
|
-
- knownAuthorities enhancements (#2106) (thomas.l.norling@gmail.com)
|
|
415
|
-
- Update typing of IdTokenClaims (#2105) (hemoral@microsoft.com)
|
|
416
|
-
- Fix hash parsing issue from #2118 and back button cache clearing (#2129) (prkanher@microsoft.com)
|
|
417
|
-
|
|
418
|
-
# 1.1.0
|
|
419
|
-
## Breaking Changes
|
|
420
|
-
- None
|
|
421
|
-
|
|
422
|
-
## Features and Fixes
|
|
423
|
-
- Decode state from URI Encoding before comparing (#2049)
|
|
424
|
-
- getAllAccounts() returns empty array instead of `null` (#2059)
|
|
425
|
-
- Updated the `UrlString.canonicalizeUri()` API to be static (#2078)
|
|
426
|
-
- Add sid to `AuthorizationUrlRequest` and as part of request parameters sent to server (#2030)
|
|
427
|
-
- Enable server telemetry headers to be formatted and sent in every request (#1917)
|
|
428
|
-
- Enable platform level state information to be sent and read through the request state (#2045)
|
|
429
|
-
- Add the confidential client flow (#2023)
|
|
430
|
-
|
|
431
|
-
# 1.0.0
|
|
432
|
-
## Breaking Changes
|
|
433
|
-
- None
|
|
434
|
-
|
|
435
|
-
## Features and Fixes
|
|
436
|
-
- Fixed an issue where scopes were being made lower case before being sent to the service (#1961)
|
|
437
|
-
- Fix an issue where token values were replaced with undefined if not sent by server (#1946)
|
|
438
|
-
- Fix an issue where cache lookup for accounts was not working correctly (#1919)
|
|
439
|
-
- Removed TelemetryOptions from msal-common since they were unused (#1983)
|
|
440
|
-
- Add a response handler for the device code flow (#1947)
|
|
441
|
-
|
|
442
|
-
# 1.0.0-beta.4
|
|
443
|
-
## Breaking Changes
|
|
444
|
-
- None
|
|
445
|
-
|
|
446
|
-
## Features and Fixes
|
|
447
|
-
- Fix an issue where state may be encoded twice on the server-side (#1852)
|
|
448
|
-
- Fix an issue where extraScopesToConsent was not appending scopes correctly (#1854)
|
|
449
|
-
- Fix an issue where the expiration was not being calculated correctly (#1860)
|
|
450
|
-
- Add correlationId to all requests (#1868)
|
|
451
|
-
|
|
452
|
-
# 1.0.0-beta.3
|
|
453
|
-
## Breaking Changes
|
|
454
|
-
- `Request` update in msal-common (#1682, #1771)
|
|
455
|
-
- AccountInfo interface (#1789)
|
|
456
|
-
- Removal of SPA Client (#1793)
|
|
457
|
-
- Unified Cache support (#1444, #1471, #1519, #1520, #1522, #1609, #1622, #1624, #1655, #1680, #1762)
|
|
458
|
-
|
|
459
|
-
## Features and Fixes
|
|
460
|
-
- Initialization of B2cTrustedHostList (#1646)
|
|
461
|
-
- SilentFlow support (#1711)
|
|
462
|
-
- Utilize `Scopeset` across all libraries (#1770)
|
|
463
|
-
- `state` support in msal-common (#1790)
|
|
464
|
-
- EndSessionRequest (#1802)
|
|
465
|
-
|
|
466
|
-
# 1.0.0-beta.2
|
|
467
|
-
- Fixed an issue where types were not being exported from the correct location (#1613)
|
|
468
|
-
- Fixed an issue where system configuration values were being overwritten with `undefined` (#1631)
|
|
469
|
-
- Added support for sub-error codes from the eSTS service (#1533)
|
|
470
|
-
|
|
471
|
-
# 1.0.0-beta.1
|
|
472
|
-
- Fixed an issue where types are not exported correctly (#1517)
|
|
473
|
-
- Logger class is now exported (#1486)
|
|
474
|
-
- Added knownAuthorities to support B2C authorities (#1416)
|
|
475
|
-
- Refactored authority classes for B2C use cases (#1424)
|
|
476
|
-
- Synced all classes and objects to work for both @azure/msal-browser and @azure/msal-node (#1552)
|
|
477
|
-
- Merged configuration for node and browser classes (#1575)
|
|
478
|
-
- Fixed issue with caching for multiple resources (#1553)
|
|
479
|
-
- Adding support for node classes
|
|
480
|
-
- Refresh token client (#1496)
|
|
481
|
-
- Device code client (#1550, #1434)
|
|
482
|
-
- Authorization Code Client (#1434)
|
|
483
|
-
|
|
484
|
-
# 1.0.0-beta.0
|
|
485
|
-
- Fully functioning project completed
|
|
486
|
-
- Build and test pipelines in place
|
|
487
|
-
- Added bug fixes from unit testing
|
|
488
|
-
- Added docs and samples
|
|
489
|
-
|
|
490
|
-
# 0.0.1
|
|
491
|
-
- Created library with initial files for repo structure, build and package dependencies
|