@azure/msal-common 5.0.1 → 6.1.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/CHANGELOG.json +1319 -1187
- package/CHANGELOG.md +504 -452
- package/LICENSE +21 -21
- package/README.md +62 -62
- package/dist/_virtual/_tslib.js +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 +1 -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 +43 -12
- 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 +7 -0
- package/dist/authority/AuthorityOptions.d.ts.map +1 -1
- package/dist/authority/AuthorityOptions.js +22 -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.d.ts +1 -1
- package/dist/authority/OpenIdConfigResponse.d.ts.map +1 -1
- package/dist/authority/OpenIdConfigResponse.js +1 -2
- 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 +15 -5
- package/dist/cache/CacheManager.d.ts.map +1 -1
- package/dist/cache/CacheManager.js +49 -18
- package/dist/cache/CacheManager.js.map +1 -1
- package/dist/cache/entities/AccessTokenEntity.d.ts +3 -1
- package/dist/cache/entities/AccessTokenEntity.d.ts.map +1 -1
- package/dist/cache/entities/AccessTokenEntity.js +23 -10
- package/dist/cache/entities/AccessTokenEntity.js.map +1 -1
- package/dist/cache/entities/AccountEntity.js +1 -1
- 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.d.ts +1 -1
- package/dist/cache/entities/AuthorityMetadataEntity.d.ts.map +1 -1
- package/dist/cache/entities/AuthorityMetadataEntity.js +1 -2
- 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.d.ts +13 -2
- package/dist/cache/entities/CredentialEntity.d.ts.map +1 -1
- package/dist/cache/entities/CredentialEntity.js +25 -10
- 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/cache/utils/CacheTypes.d.ts +2 -0
- package/dist/cache/utils/CacheTypes.d.ts.map +1 -1
- package/dist/client/AuthorizationCodeClient.d.ts +1 -0
- package/dist/client/AuthorizationCodeClient.d.ts.map +1 -1
- package/dist/client/AuthorizationCodeClient.js +49 -10
- 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 -2
- package/dist/client/ClientCredentialClient.js.map +1 -1
- package/dist/client/DeviceCodeClient.d.ts.map +1 -1
- package/dist/client/DeviceCodeClient.js +9 -4
- package/dist/client/DeviceCodeClient.js.map +1 -1
- package/dist/client/OnBehalfOfClient.d.ts.map +1 -1
- package/dist/client/OnBehalfOfClient.js +4 -2
- package/dist/client/OnBehalfOfClient.js.map +1 -1
- package/dist/client/RefreshTokenClient.d.ts.map +1 -1
- package/dist/client/RefreshTokenClient.js +20 -8
- package/dist/client/RefreshTokenClient.js.map +1 -1
- package/dist/client/SilentFlowClient.d.ts.map +1 -1
- package/dist/client/SilentFlowClient.js +14 -18
- package/dist/client/SilentFlowClient.js.map +1 -1
- package/dist/client/UsernamePasswordClient.d.ts.map +1 -1
- package/dist/client/UsernamePasswordClient.js +4 -2
- package/dist/client/UsernamePasswordClient.js.map +1 -1
- package/dist/config/ClientConfiguration.d.ts +13 -0
- package/dist/config/ClientConfiguration.d.ts.map +1 -1
- package/dist/config/ClientConfiguration.js +9 -3
- package/dist/config/ClientConfiguration.js.map +1 -1
- package/dist/crypto/ICrypto.d.ts +6 -1
- package/dist/crypto/ICrypto.d.ts.map +1 -1
- package/dist/crypto/ICrypto.js +10 -1
- package/dist/crypto/ICrypto.js.map +1 -1
- package/dist/crypto/PopTokenGenerator.js +4 -4
- package/dist/crypto/PopTokenGenerator.js.map +1 -1
- package/dist/error/AuthError.js +1 -1
- package/dist/error/AuthError.js.map +1 -1
- package/dist/error/ClientAuthError.d.ts +8 -0
- package/dist/error/ClientAuthError.d.ts.map +1 -1
- package/dist/error/ClientAuthError.js +11 -1
- package/dist/error/ClientAuthError.js.map +1 -1
- package/dist/error/ClientConfigurationError.d.ts +40 -0
- package/dist/error/ClientConfigurationError.d.ts.map +1 -1
- package/dist/error/ClientConfigurationError.js +53 -3
- 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 +445 -115
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +3 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/dist/logger/Logger.js +1 -1
- 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/RequestThumbprint.d.ts +2 -0
- package/dist/network/RequestThumbprint.d.ts.map +1 -1
- package/dist/network/ThrottlingUtils.d.ts.map +1 -1
- package/dist/network/ThrottlingUtils.js +4 -2
- package/dist/network/ThrottlingUtils.js.map +1 -1
- package/dist/packageMetadata.d.ts +1 -1
- package/dist/packageMetadata.js +2 -2
- package/dist/packageMetadata.js.map +1 -1
- package/dist/request/AuthenticationHeaderParser.d.ts +20 -0
- package/dist/request/AuthenticationHeaderParser.d.ts.map +1 -0
- package/dist/request/AuthenticationHeaderParser.js +64 -0
- package/dist/request/AuthenticationHeaderParser.js.map +1 -0
- package/dist/request/BaseAuthRequest.d.ts +14 -3
- package/dist/request/BaseAuthRequest.d.ts.map +1 -1
- package/dist/request/CommonAuthorizationCodeRequest.d.ts +3 -0
- package/dist/request/CommonAuthorizationCodeRequest.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 +8 -0
- package/dist/request/RequestParameterBuilder.d.ts.map +1 -1
- package/dist/request/RequestParameterBuilder.js +16 -1
- 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 +1 -1
- package/dist/request/ScopeSet.js.map +1 -1
- package/dist/response/AuthenticationResult.d.ts +2 -1
- package/dist/response/AuthenticationResult.d.ts.map +1 -1
- package/dist/response/ResponseHandler.d.ts +1 -1
- package/dist/response/ResponseHandler.d.ts.map +1 -1
- package/dist/response/ResponseHandler.js +11 -8
- package/dist/response/ResponseHandler.js.map +1 -1
- package/dist/response/ServerAuthorizationTokenResponse.d.ts +3 -0
- package/dist/response/ServerAuthorizationTokenResponse.d.ts.map +1 -1
- package/dist/telemetry/server/ServerTelemetryManager.js +1 -1
- package/dist/telemetry/server/ServerTelemetryManager.js.map +1 -1
- package/dist/url/UrlString.js +1 -1
- package/dist/url/UrlString.js.map +1 -1
- package/dist/utils/Constants.d.ts +9 -3
- package/dist/utils/Constants.d.ts.map +1 -1
- package/dist/utils/Constants.js +8 -2
- package/dist/utils/Constants.js.map +1 -1
- package/dist/utils/ProtocolUtils.js +1 -1
- 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 +76 -76
package/CHANGELOG.json
CHANGED
|
@@ -1,1187 +1,1319 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@azure/msal-common",
|
|
3
|
-
"entries": [
|
|
4
|
-
{
|
|
5
|
-
"date": "
|
|
6
|
-
"tag": "@azure/msal-
|
|
7
|
-
"version": "
|
|
8
|
-
"comments": {
|
|
9
|
-
"none": [
|
|
10
|
-
{
|
|
11
|
-
"author": "
|
|
12
|
-
"package": "@azure/msal-common",
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
}
|
|
16
|
-
],
|
|
17
|
-
"patch": [
|
|
18
|
-
{
|
|
19
|
-
"author": "
|
|
20
|
-
"package": "@azure/msal-common",
|
|
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
|
-
"package": "@azure/msal-common"
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
"
|
|
59
|
-
"
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
"author": "
|
|
72
|
-
"
|
|
73
|
-
"
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
"
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
"
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
"comment": "
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
"
|
|
105
|
-
"
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
"
|
|
119
|
-
"
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
"
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
"
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
"
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
"
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
"
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
"
|
|
191
|
-
"
|
|
192
|
-
"
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
"
|
|
197
|
-
"
|
|
198
|
-
"
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
"
|
|
204
|
-
"
|
|
205
|
-
"
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
"
|
|
210
|
-
"
|
|
211
|
-
"
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
"
|
|
217
|
-
"
|
|
218
|
-
"
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
"
|
|
223
|
-
"
|
|
224
|
-
"
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
"
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
"
|
|
237
|
-
"
|
|
238
|
-
"
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
"
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
"
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
"
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
"
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
"
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
"
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
"
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
"
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
"
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
"
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
"
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
"
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
"
|
|
302
|
-
"
|
|
303
|
-
"
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
"
|
|
308
|
-
"
|
|
309
|
-
"
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
"
|
|
320
|
-
{
|
|
321
|
-
"comment": "
|
|
322
|
-
"author": "
|
|
323
|
-
"commit": "
|
|
324
|
-
"package": "@azure/msal-common"
|
|
325
|
-
}
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
"
|
|
330
|
-
"
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
"
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
"
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
"
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
"
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
"
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
"
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
"
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
"
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
"
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
"
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
"
|
|
416
|
-
"
|
|
417
|
-
"
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
"
|
|
423
|
-
"
|
|
424
|
-
"
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
"
|
|
429
|
-
"
|
|
430
|
-
"
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
"
|
|
435
|
-
"
|
|
436
|
-
"
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
"
|
|
464
|
-
"
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
"
|
|
473
|
-
"
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
"
|
|
479
|
-
"
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
"
|
|
485
|
-
"
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
"
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
"
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
"
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
"
|
|
532
|
-
"
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
"
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
"
|
|
567
|
-
"
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
"
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
"
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
"
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
"
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
"
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
"
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
"
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
"
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
"
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
"
|
|
682
|
-
"
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
"
|
|
698
|
-
"
|
|
699
|
-
"
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
"
|
|
704
|
-
"
|
|
705
|
-
"
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
"
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
"
|
|
718
|
-
"
|
|
719
|
-
"
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
"
|
|
725
|
-
"
|
|
726
|
-
"
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
"
|
|
732
|
-
"
|
|
733
|
-
"
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
"
|
|
744
|
-
{
|
|
745
|
-
"comment": "
|
|
746
|
-
"author": "
|
|
747
|
-
"commit": "
|
|
748
|
-
"package": "@azure/msal-common"
|
|
749
|
-
}
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
"
|
|
754
|
-
"
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
"
|
|
775
|
-
"
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
"
|
|
783
|
-
"
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
"
|
|
797
|
-
"
|
|
798
|
-
"
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
"
|
|
818
|
-
"
|
|
819
|
-
"
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
"
|
|
824
|
-
"
|
|
825
|
-
"
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
"
|
|
831
|
-
"
|
|
832
|
-
"
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
"
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
"
|
|
845
|
-
"
|
|
846
|
-
"
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
"
|
|
866
|
-
"
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
"
|
|
872
|
-
"
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
"
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
"
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
"
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
"
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
"
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
"
|
|
934
|
-
"
|
|
935
|
-
"
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
"
|
|
956
|
-
"
|
|
957
|
-
"
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
"
|
|
969
|
-
{
|
|
970
|
-
"comment": "
|
|
971
|
-
"author": "sameera.gajjarapu@microsoft.com",
|
|
972
|
-
"commit": "
|
|
973
|
-
"package": "@azure/msal-common"
|
|
974
|
-
},
|
|
975
|
-
{
|
|
976
|
-
"comment": "
|
|
977
|
-
"author": "
|
|
978
|
-
"commit": "
|
|
979
|
-
"package": "@azure/msal-common"
|
|
980
|
-
}
|
|
981
|
-
]
|
|
982
|
-
}
|
|
983
|
-
},
|
|
984
|
-
{
|
|
985
|
-
"date": "
|
|
986
|
-
"tag": "@azure/msal-common_v1.
|
|
987
|
-
"version": "1.
|
|
988
|
-
"comments": {
|
|
989
|
-
"patch": [
|
|
990
|
-
{
|
|
991
|
-
"comment": "
|
|
992
|
-
"author": "
|
|
993
|
-
"commit": "
|
|
994
|
-
"package": "@azure/msal-common"
|
|
995
|
-
},
|
|
996
|
-
{
|
|
997
|
-
"comment": "
|
|
998
|
-
"author": "sameera.gajjarapu@microsoft.com",
|
|
999
|
-
"commit": "
|
|
1000
|
-
"package": "@azure/msal-common"
|
|
1001
|
-
}
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
"
|
|
1006
|
-
"
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
"
|
|
1015
|
-
"
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
"
|
|
1021
|
-
"
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
{
|
|
1026
|
-
"comment": "
|
|
1027
|
-
"author": "
|
|
1028
|
-
"commit": "
|
|
1029
|
-
"package": "@azure/msal-common"
|
|
1030
|
-
}
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
"
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
"
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
"
|
|
1059
|
-
"
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
"
|
|
1067
|
-
"
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
{
|
|
1072
|
-
"comment": "
|
|
1073
|
-
"author": "
|
|
1074
|
-
"commit": "
|
|
1075
|
-
"package": "@azure/msal-common"
|
|
1076
|
-
}
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
"
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
"
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
"
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
"
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
{
|
|
1123
|
-
"comment": "
|
|
1124
|
-
"author": "
|
|
1125
|
-
"commit": "
|
|
1126
|
-
"package": "@azure/msal-common"
|
|
1127
|
-
}
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
"
|
|
1132
|
-
"
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
{
|
|
1137
|
-
"comment": "
|
|
1138
|
-
"author": "
|
|
1139
|
-
"commit": "
|
|
1140
|
-
"package": "@azure/msal-common"
|
|
1141
|
-
}
|
|
1142
|
-
]
|
|
1143
|
-
}
|
|
1144
|
-
},
|
|
1145
|
-
{
|
|
1146
|
-
"date": "Thu,
|
|
1147
|
-
"tag": "@azure/msal-common_v1.
|
|
1148
|
-
"version": "1.
|
|
1149
|
-
"comments": {
|
|
1150
|
-
"patch": [
|
|
1151
|
-
{
|
|
1152
|
-
"comment": "
|
|
1153
|
-
"author": "
|
|
1154
|
-
"commit": "
|
|
1155
|
-
"package": "@azure/msal-common"
|
|
1156
|
-
},
|
|
1157
|
-
{
|
|
1158
|
-
"comment": "
|
|
1159
|
-
"author": "
|
|
1160
|
-
"commit": "
|
|
1161
|
-
"package": "@azure/msal-common"
|
|
1162
|
-
},
|
|
1163
|
-
{
|
|
1164
|
-
"comment": "
|
|
1165
|
-
"author": "
|
|
1166
|
-
"commit": "
|
|
1167
|
-
"package": "@azure/msal-common"
|
|
1168
|
-
}
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
"
|
|
1173
|
-
"
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
"
|
|
1179
|
-
"
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1
|
+
{
|
|
2
|
+
"name": "@azure/msal-common",
|
|
3
|
+
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"date": "Tue, 08 Feb 2022 00:41:06 GMT",
|
|
6
|
+
"tag": "@azure/msal-common_v6.1.0",
|
|
7
|
+
"version": "6.1.0",
|
|
8
|
+
"comments": {
|
|
9
|
+
"none": [
|
|
10
|
+
{
|
|
11
|
+
"author": "thomas.norling@microsoft.com",
|
|
12
|
+
"package": "@azure/msal-common",
|
|
13
|
+
"commit": "19f76b1d9cd2b0f1a4a7e4765c8ee9e7e17f3d59",
|
|
14
|
+
"comment": "Test changes #4383"
|
|
15
|
+
}
|
|
16
|
+
],
|
|
17
|
+
"patch": [
|
|
18
|
+
{
|
|
19
|
+
"author": "sameera.gajjarapu@microsoft.com",
|
|
20
|
+
"package": "@azure/msal-common",
|
|
21
|
+
"commit": "d576b7d35f8f24e53946c72bc78c0401a8d2dc86",
|
|
22
|
+
"comment": "Add AzureCloudInstance to JS libraries"
|
|
23
|
+
}
|
|
24
|
+
],
|
|
25
|
+
"minor": [
|
|
26
|
+
{
|
|
27
|
+
"author": "sameera.gajjarapu@microsoft.com",
|
|
28
|
+
"package": "@azure/msal-common",
|
|
29
|
+
"commit": "a6fda9fd4ff40a90d173ecbd1281d8dd02eb4d58",
|
|
30
|
+
"comment": "Support proxy in msal-node(#4447)"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"author": "hemoral@microsoft.com",
|
|
34
|
+
"package": "@azure/msal-common",
|
|
35
|
+
"commit": "4c7418a6a76f29706ff0e5f7efd890d22fa4af0b",
|
|
36
|
+
"comment": "Add support for logout_hint #4450"
|
|
37
|
+
}
|
|
38
|
+
]
|
|
39
|
+
}
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"date": "Tue, 04 Jan 2022 00:20:29 GMT",
|
|
43
|
+
"tag": "@azure/msal-common_v6.0.0",
|
|
44
|
+
"version": "6.0.0",
|
|
45
|
+
"comments": {
|
|
46
|
+
"minor": [
|
|
47
|
+
{
|
|
48
|
+
"author": "janutter@microsoft.com",
|
|
49
|
+
"package": "@azure/msal-common",
|
|
50
|
+
"commit": "a517a4f2ea228e4278cba6da20c8919c61ad252b",
|
|
51
|
+
"comment": "Gracefully handle tokenType set as bearer for ADFS #4318"
|
|
52
|
+
}
|
|
53
|
+
],
|
|
54
|
+
"major": [
|
|
55
|
+
{
|
|
56
|
+
"author": "hemoral@microsoft.com",
|
|
57
|
+
"package": "@azure/msal-common",
|
|
58
|
+
"commit": "60e2cfc0e9daa3c24e994617b4ac42aef6880b74",
|
|
59
|
+
"comment": "Add support for requested claims in silent token acquisition #4296"
|
|
60
|
+
}
|
|
61
|
+
]
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"date": "Tue, 07 Dec 2021 00:17:01 GMT",
|
|
66
|
+
"tag": "@azure/msal-common_v5.2.0",
|
|
67
|
+
"version": "5.2.0",
|
|
68
|
+
"comments": {
|
|
69
|
+
"none": [
|
|
70
|
+
{
|
|
71
|
+
"author": "thomas.norling@microsoft.com",
|
|
72
|
+
"package": "@azure/msal-common",
|
|
73
|
+
"commit": "02dbd9172368bfc69e4a47f01a3ada0b96345c81",
|
|
74
|
+
"comment": "Package.json updates"
|
|
75
|
+
}
|
|
76
|
+
],
|
|
77
|
+
"patch": [
|
|
78
|
+
{
|
|
79
|
+
"author": "hemoral@microsoft.com",
|
|
80
|
+
"package": "@azure/msal-common",
|
|
81
|
+
"commit": "e983e25ba899bb437a135ec50ad6c77023c72e5b",
|
|
82
|
+
"comment": "Fix circular dependencies in AuthenticationHeaderParser and AsyncMemoryStorage #4235"
|
|
83
|
+
}
|
|
84
|
+
],
|
|
85
|
+
"minor": [
|
|
86
|
+
{
|
|
87
|
+
"author": "janutter@microsoft.com",
|
|
88
|
+
"package": "@azure/msal-common",
|
|
89
|
+
"commit": "4741b6c3a6a3dd58feefde93c095c05e1eca5e03",
|
|
90
|
+
"comment": "Add APIs needed for hybrid spa flow #3978"
|
|
91
|
+
}
|
|
92
|
+
]
|
|
93
|
+
}
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"date": "Mon, 01 Nov 2021 23:53:21 GMT",
|
|
97
|
+
"tag": "@azure/msal-common_v5.1.0",
|
|
98
|
+
"version": "5.1.0",
|
|
99
|
+
"comments": {
|
|
100
|
+
"minor": [
|
|
101
|
+
{
|
|
102
|
+
"author": "hemoral@microsoft.com",
|
|
103
|
+
"package": "@azure/msal-common",
|
|
104
|
+
"commit": "a81fcef3d82523e03828d91bb0ee8d2ab2cc20d8",
|
|
105
|
+
"comment": "Add support for ephemeral SSH certificate acquisition #4178"
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"author": "hemoral@microsoft.com",
|
|
109
|
+
"package": "@azure/msal-common",
|
|
110
|
+
"commit": "5b350a5f97b43e1a5a87153bb4a13632f7c615b9",
|
|
111
|
+
"comment": "Add support for SHR nonce #3999"
|
|
112
|
+
}
|
|
113
|
+
],
|
|
114
|
+
"patch": [
|
|
115
|
+
{
|
|
116
|
+
"author": "thomas.norling@microsoft.com",
|
|
117
|
+
"package": "@azure/msal-common",
|
|
118
|
+
"commit": "8753903387bec9d53ef691674593c58e29b2be1d",
|
|
119
|
+
"comment": "Log reason for cache miss #4199"
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"author": "thomas.norling@microsoft.com",
|
|
123
|
+
"package": "@azure/msal-common",
|
|
124
|
+
"commit": "0f0cd59ef55f3547ef3698f87392209af8fcebd7",
|
|
125
|
+
"comment": "Update authority metadata error messages"
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
"author": "janutter@microsoft.com",
|
|
129
|
+
"package": "@azure/msal-common",
|
|
130
|
+
"commit": "9fdfe9a3e3db40c5a9dc1b93a50ff3c68a4259c0",
|
|
131
|
+
"comment": "Gracefully handle B2C ROPC policies not setting end_session_endpoint property #4173"
|
|
132
|
+
}
|
|
133
|
+
]
|
|
134
|
+
}
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
"date": "Mon, 04 Oct 2021 23:12:35 GMT",
|
|
138
|
+
"tag": "@azure/msal-common_v5.0.1",
|
|
139
|
+
"version": "5.0.1",
|
|
140
|
+
"comments": {
|
|
141
|
+
"none": [
|
|
142
|
+
{
|
|
143
|
+
"author": "kamausamuel11@gmail.com",
|
|
144
|
+
"package": "@azure/msal-common",
|
|
145
|
+
"comment": "fix: integrate forked bindings package",
|
|
146
|
+
"commit": "d03c16f09026bac36048241da4635e73d32a6eed"
|
|
147
|
+
}
|
|
148
|
+
],
|
|
149
|
+
"patch": [
|
|
150
|
+
{
|
|
151
|
+
"author": "thomas.norling@microsoft.com",
|
|
152
|
+
"package": "@azure/msal-common",
|
|
153
|
+
"comment": "Export library version #4124",
|
|
154
|
+
"commit": "d03c16f09026bac36048241da4635e73d32a6eed"
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"author": "jagore@microsoft.com",
|
|
158
|
+
"package": "@azure/msal-common",
|
|
159
|
+
"comment": "Consistently export error types and messages for errors thrown by MSAL #4117",
|
|
160
|
+
"commit": "d03c16f09026bac36048241da4635e73d32a6eed"
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"author": "thomas.norling@microsoft.com",
|
|
164
|
+
"package": "@azure/msal-common",
|
|
165
|
+
"comment": "Make no_tokens_found error an InteractionRequiredAuthError #4089",
|
|
166
|
+
"commit": "d03c16f09026bac36048241da4635e73d32a6eed"
|
|
167
|
+
}
|
|
168
|
+
]
|
|
169
|
+
}
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
"date": "Tue, 07 Sep 2021 23:22:24 GMT",
|
|
173
|
+
"tag": "@azure/msal-common_v5.0.0",
|
|
174
|
+
"version": "5.0.0",
|
|
175
|
+
"comments": {
|
|
176
|
+
"patch": [
|
|
177
|
+
{
|
|
178
|
+
"comment": "Add correlationId property to AuthError #3930",
|
|
179
|
+
"author": "thomas.norling@microsoft.com",
|
|
180
|
+
"commit": "c2d19c27d11fdab54fb336b9a455b05c753ae750",
|
|
181
|
+
"package": "@azure/msal-common"
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
"comment": "Fix logger constructor #3899",
|
|
185
|
+
"author": "hemoral@microsoft.com",
|
|
186
|
+
"commit": "b864252c09935f31d72ace20ca13a5a42d2a6bc1",
|
|
187
|
+
"package": "@azure/msal-common"
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"comment": "Add correlationId to AuthenticationResult type #3947",
|
|
191
|
+
"author": "thomas.norling@microsoft.com",
|
|
192
|
+
"commit": "931061695df57488a26397763bbdb3e466713df8",
|
|
193
|
+
"package": "@azure/msal-common"
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
"comment": "Fix accesstoken_with_authscheme implementation #3910",
|
|
197
|
+
"author": "hemoral@microsoft.com",
|
|
198
|
+
"commit": "9aceb4219ebad900277aa6a59ca1ff93c5a21e0a",
|
|
199
|
+
"package": "@azure/msal-common"
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
"comment": "Add external token server response type #3895",
|
|
203
|
+
"author": "joarroyo@microsoft.com",
|
|
204
|
+
"commit": "cef2629499cf997f9167fe3ecc7628cf32513dfc",
|
|
205
|
+
"package": "@azure/msal-common"
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
"comment": "Fixes unescaped backslash and inefficient regex patterns #3993",
|
|
209
|
+
"author": "thomas.norling@microsoft.com",
|
|
210
|
+
"commit": "80434004e06dc11f3770ba84e5ead1c45f449156",
|
|
211
|
+
"package": "@azure/msal-common"
|
|
212
|
+
}
|
|
213
|
+
],
|
|
214
|
+
"none": [
|
|
215
|
+
{
|
|
216
|
+
"comment": "Resolve lint warnings #3994",
|
|
217
|
+
"author": "thomas.norling@microsoft.com",
|
|
218
|
+
"commit": "17cbef3c32f01e526e33964df21b0cda19e632b9",
|
|
219
|
+
"package": "@azure/msal-common"
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
"comment": "Removes logout cache clearing logic from AuthorizationCodeClient #3982",
|
|
223
|
+
"author": "thomas.norling@microsoft.com",
|
|
224
|
+
"commit": "9e4d8a161cd8eac51ea7ded5dadc2b6ff028f5d7",
|
|
225
|
+
"package": "@azure/msal-common"
|
|
226
|
+
}
|
|
227
|
+
],
|
|
228
|
+
"minor": [
|
|
229
|
+
{
|
|
230
|
+
"comment": "Adds state param to logout url #3909",
|
|
231
|
+
"author": "bmahal@microsoft.com",
|
|
232
|
+
"commit": "20c270e030922e3bb9df5beb1c6dcca190c4ac09",
|
|
233
|
+
"package": "@azure/msal-common"
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
"comment": "Add SignedHttpRequest class #3058",
|
|
237
|
+
"author": "janutter@microsoft.com",
|
|
238
|
+
"commit": "19fe65ef6562deeae0778db5030f44fa6e24aa5d",
|
|
239
|
+
"package": "@azure/msal-common"
|
|
240
|
+
}
|
|
241
|
+
],
|
|
242
|
+
"major": [
|
|
243
|
+
{
|
|
244
|
+
"comment": "Add pop params to request thumbprint #3973",
|
|
245
|
+
"author": "hemoral@microsoft.com",
|
|
246
|
+
"commit": "b3b18bc86a5949905be265c9b892e288551ac894",
|
|
247
|
+
"package": "@azure/msal-common"
|
|
248
|
+
},
|
|
249
|
+
{
|
|
250
|
+
"comment": "Remove token binding key from key store when refreshing pop token #3500",
|
|
251
|
+
"author": "hemoral@microsoft.com",
|
|
252
|
+
"commit": "6592652877f31405c8ed73a66f03eada90a78c0a",
|
|
253
|
+
"package": "@azure/msal-common"
|
|
254
|
+
}
|
|
255
|
+
]
|
|
256
|
+
}
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
"date": "Mon, 02 Aug 2021 23:19:21 GMT",
|
|
260
|
+
"tag": "@azure/msal-common_v4.5.1",
|
|
261
|
+
"version": "4.5.1",
|
|
262
|
+
"comments": {
|
|
263
|
+
"patch": [
|
|
264
|
+
{
|
|
265
|
+
"comment": "Fix double encoding state #3903",
|
|
266
|
+
"author": "bmahal@microsoft.com",
|
|
267
|
+
"commit": "6a650097f99a395c7d7723ac2184a71e759d9b74",
|
|
268
|
+
"package": "@azure/msal-common"
|
|
269
|
+
}
|
|
270
|
+
]
|
|
271
|
+
}
|
|
272
|
+
},
|
|
273
|
+
{
|
|
274
|
+
"date": "Thu, 22 Jul 2021 22:50:22 GMT",
|
|
275
|
+
"tag": "@azure/msal-common_v4.5.0",
|
|
276
|
+
"version": "4.5.0",
|
|
277
|
+
"comments": {
|
|
278
|
+
"minor": [
|
|
279
|
+
{
|
|
280
|
+
"comment": "Adding ROPC for confidential client apps (#3838)",
|
|
281
|
+
"author": "sameera.gajjarapu@microsoft.com",
|
|
282
|
+
"commit": "c467d18adff33f98071837ee0fd51d4259236b9f",
|
|
283
|
+
"package": "@azure/msal-common"
|
|
284
|
+
},
|
|
285
|
+
{
|
|
286
|
+
"comment": "feat: add regional authority telemetry #3662",
|
|
287
|
+
"author": "samuelkamau@microsoft.com",
|
|
288
|
+
"commit": "aeeeac862e2fcd5d441bc196545f7a8a70f0a0e2",
|
|
289
|
+
"package": "@azure/msal-common"
|
|
290
|
+
},
|
|
291
|
+
{
|
|
292
|
+
"comment": "Add support for prompt=create #3773",
|
|
293
|
+
"author": "joarroyo@microsoft.com",
|
|
294
|
+
"commit": "c9314cedfe08b643e43e358243dc7f49253f77ef",
|
|
295
|
+
"package": "@azure/msal-common"
|
|
296
|
+
}
|
|
297
|
+
],
|
|
298
|
+
"patch": [
|
|
299
|
+
{
|
|
300
|
+
"comment": "Add constant for active account cache key #3755",
|
|
301
|
+
"author": "thomas.norling@microsoft.com",
|
|
302
|
+
"commit": "f30e039bb2559a3a2ce79a22cede11dcf892a4fa",
|
|
303
|
+
"package": "@azure/msal-common"
|
|
304
|
+
},
|
|
305
|
+
{
|
|
306
|
+
"comment": "Fix double query string for logout endpoint #3814",
|
|
307
|
+
"author": "thomas.norling@microsoft.com",
|
|
308
|
+
"commit": "c74a548e4fda00217c7da6918e9b559392f89b5f",
|
|
309
|
+
"package": "@azure/msal-common"
|
|
310
|
+
}
|
|
311
|
+
]
|
|
312
|
+
}
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
"date": "Mon, 28 Jun 2021 23:39:48 GMT",
|
|
316
|
+
"tag": "@azure/msal-common_v4.4.0",
|
|
317
|
+
"version": "4.4.0",
|
|
318
|
+
"comments": {
|
|
319
|
+
"minor": [
|
|
320
|
+
{
|
|
321
|
+
"comment": "Add CCS parameters to headers or form_data #3636",
|
|
322
|
+
"author": "prkanher@microsoft.com",
|
|
323
|
+
"commit": "2956380aecde38382a28c7ed15164b8dfd65cfca",
|
|
324
|
+
"package": "@azure/msal-common"
|
|
325
|
+
},
|
|
326
|
+
{
|
|
327
|
+
"comment": "Add correlationId to log messages #3601",
|
|
328
|
+
"author": "joarroyo@microsoft.com",
|
|
329
|
+
"commit": "8d58f91c9dd9d65df4a016c7bcdbbd03e9bf573e",
|
|
330
|
+
"package": "@azure/msal-common"
|
|
331
|
+
}
|
|
332
|
+
],
|
|
333
|
+
"patch": [
|
|
334
|
+
{
|
|
335
|
+
"comment": "Export ServerAuthorizationTokenResponse type #3657",
|
|
336
|
+
"author": "thomas.norling@microsoft.com",
|
|
337
|
+
"commit": "f6f7a7c738706668c869fcc84338d8c212a5ab4f",
|
|
338
|
+
"package": "@azure/msal-common"
|
|
339
|
+
},
|
|
340
|
+
{
|
|
341
|
+
"comment": "Discard tokens cached after current time #3786",
|
|
342
|
+
"author": "thomas.norling@microsoft.com",
|
|
343
|
+
"commit": "99f70d893b77ff1aaa3a81ad85135abbaf21b0c4",
|
|
344
|
+
"package": "@azure/msal-common"
|
|
345
|
+
},
|
|
346
|
+
{
|
|
347
|
+
"comment": "Remove input params from Empty Scopes error constructors #3654",
|
|
348
|
+
"author": "thomas.norling@microsoft.com",
|
|
349
|
+
"commit": "8c2b7f5c3c859bb4936f8409212f84a825c560be",
|
|
350
|
+
"package": "@azure/msal-common"
|
|
351
|
+
},
|
|
352
|
+
{
|
|
353
|
+
"comment": "feat: modify the access token filter #3375",
|
|
354
|
+
"author": "samuelkamau@microsoft.com",
|
|
355
|
+
"commit": "b8d7b2e7224bef7bebeb7e1f93b4358b77266804",
|
|
356
|
+
"package": "@azure/msal-common"
|
|
357
|
+
},
|
|
358
|
+
{
|
|
359
|
+
"comment": "fix: fix device code polling bug",
|
|
360
|
+
"author": "samuelkamau@microsoft.com",
|
|
361
|
+
"commit": "97f32a03df3835bf4f1be60ab7179c10196459a4",
|
|
362
|
+
"package": "@azure/msal-common"
|
|
363
|
+
}
|
|
364
|
+
],
|
|
365
|
+
"none": [
|
|
366
|
+
{
|
|
367
|
+
"comment": "fix: update package lock files",
|
|
368
|
+
"author": "samuelkamau@microsoft.com",
|
|
369
|
+
"commit": "0199e41269b79de70f7d0da0fb12448db534f784",
|
|
370
|
+
"package": "@azure/msal-common"
|
|
371
|
+
},
|
|
372
|
+
{
|
|
373
|
+
"comment": "Upgrade Jest to v27 #3719",
|
|
374
|
+
"author": "thomas.norling@microsoft.com",
|
|
375
|
+
"commit": "6c34aa5be3ee9536bd2febd2b7781fcdf0d28786",
|
|
376
|
+
"package": "@azure/msal-common"
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
"comment": "Component governance dependency updates #3655",
|
|
380
|
+
"author": "joarroyo@microsoft.com",
|
|
381
|
+
"commit": "3f74f3bffd88fc0b39a854da090f01aa9c072618",
|
|
382
|
+
"package": "@azure/msal-common"
|
|
383
|
+
}
|
|
384
|
+
]
|
|
385
|
+
}
|
|
386
|
+
},
|
|
387
|
+
{
|
|
388
|
+
"date": "Thu, 13 May 2021 18:34:08 GMT",
|
|
389
|
+
"tag": "@azure/msal-common_v4.3.0",
|
|
390
|
+
"version": "4.3.0",
|
|
391
|
+
"comments": {
|
|
392
|
+
"none": [
|
|
393
|
+
{
|
|
394
|
+
"comment": "Enable no-param-reassign lint rule",
|
|
395
|
+
"author": "janutter@microsoft.com",
|
|
396
|
+
"commit": "e24f5cff944c05ccaecb180fa68814bc89512095",
|
|
397
|
+
"package": "@azure/msal-common"
|
|
398
|
+
}
|
|
399
|
+
]
|
|
400
|
+
}
|
|
401
|
+
},
|
|
402
|
+
{
|
|
403
|
+
"date": "Wed, 12 May 2021 18:35:03 GMT",
|
|
404
|
+
"tag": "@azure/msal-common_v4.3.0",
|
|
405
|
+
"version": "4.3.0",
|
|
406
|
+
"comments": {
|
|
407
|
+
"patch": [
|
|
408
|
+
{
|
|
409
|
+
"comment": "Fix double query string when authority endpoints contain query strings #3620",
|
|
410
|
+
"author": "thomas.norling@microsoft.com",
|
|
411
|
+
"commit": "32aa15fd13d1c1d9219dc7c486427a2c2bb686cc",
|
|
412
|
+
"package": "@azure/msal-common"
|
|
413
|
+
},
|
|
414
|
+
{
|
|
415
|
+
"comment": "change msal-browser/msal-common to preserveModules to enable treeshaking #3300",
|
|
416
|
+
"author": "oo.thomas96@gmail.com",
|
|
417
|
+
"commit": "065f107fff0e2dd37d9c8cee2fd6808988bb4038",
|
|
418
|
+
"package": "@azure/msal-common"
|
|
419
|
+
},
|
|
420
|
+
{
|
|
421
|
+
"comment": "Revert expiresOn type to make it nullable #3557",
|
|
422
|
+
"author": "hemoral@microsoft.com",
|
|
423
|
+
"commit": "971e30f44c76b6c29546e80e69b3f881624808d8",
|
|
424
|
+
"package": "@azure/msal-common"
|
|
425
|
+
},
|
|
426
|
+
{
|
|
427
|
+
"comment": "Add logLevel Trace to Logger #3589",
|
|
428
|
+
"author": "joarroyo@microsoft.com",
|
|
429
|
+
"commit": "a214d520cc07c0113f3dfacb2344448d37458f42",
|
|
430
|
+
"package": "@azure/msal-common"
|
|
431
|
+
},
|
|
432
|
+
{
|
|
433
|
+
"comment": "Throw untrustedAuthority error if discovery endpoint returns error in response body #3572",
|
|
434
|
+
"author": "thomas.norling@microsoft.com",
|
|
435
|
+
"commit": "1ddbb1bec251759959be5d5962e44d9c6537ce7c",
|
|
436
|
+
"package": "@azure/msal-common"
|
|
437
|
+
},
|
|
438
|
+
{
|
|
439
|
+
"comment": "Add claims comparison to accountInfoIsEqual function #3527",
|
|
440
|
+
"author": "thomas.norling@microsoft.com",
|
|
441
|
+
"commit": "878253750fecf12b4a865a5821df20d333ff0134",
|
|
442
|
+
"package": "@azure/msal-common"
|
|
443
|
+
},
|
|
444
|
+
{
|
|
445
|
+
"comment": "Add check for empty object string in claims request parameter #3579",
|
|
446
|
+
"author": "prkanher@microsoft.com",
|
|
447
|
+
"commit": "eeddb7ad13387c77973d8d728e1b87fd2e9feca4",
|
|
448
|
+
"package": "@azure/msal-common"
|
|
449
|
+
}
|
|
450
|
+
],
|
|
451
|
+
"none": [
|
|
452
|
+
{
|
|
453
|
+
"comment": "Regenerate package-lock #3510",
|
|
454
|
+
"author": "joarroyo@microsoft.com",
|
|
455
|
+
"commit": "ba0092a452f71a7bc58aaf7acdf94536d66f7493",
|
|
456
|
+
"package": "@azure/msal-common"
|
|
457
|
+
}
|
|
458
|
+
],
|
|
459
|
+
"minor": [
|
|
460
|
+
{
|
|
461
|
+
"comment": "add support for regional authorities",
|
|
462
|
+
"author": "samuelkamau@microsoft.com",
|
|
463
|
+
"commit": "8baa387b34162b1bc96e341d7ad7158debd4b99d",
|
|
464
|
+
"package": "@azure/msal-common"
|
|
465
|
+
}
|
|
466
|
+
]
|
|
467
|
+
}
|
|
468
|
+
},
|
|
469
|
+
{
|
|
470
|
+
"date": "Thu, 22 Apr 2021 23:26:08 GMT",
|
|
471
|
+
"tag": "@azure/msal-common_v4.2.1",
|
|
472
|
+
"version": "4.2.1",
|
|
473
|
+
"comments": {
|
|
474
|
+
"patch": [
|
|
475
|
+
{
|
|
476
|
+
"comment": "Fix typing for expiresOn field (#2994)",
|
|
477
|
+
"author": "prkanher@microsoft.com",
|
|
478
|
+
"commit": "4f8a29cab324838993d91fda4b0ba57f731fcd1a",
|
|
479
|
+
"package": "@azure/msal-common"
|
|
480
|
+
},
|
|
481
|
+
{
|
|
482
|
+
"comment": "Move /token headers to POST body to avoid OPTIONS request (#3094)",
|
|
483
|
+
"author": "thomas.norling@microsoft.com",
|
|
484
|
+
"commit": "f62f0cdf923c9ee4b36943d2a3a7dc618903d30f",
|
|
485
|
+
"package": "@azure/msal-common"
|
|
486
|
+
},
|
|
487
|
+
{
|
|
488
|
+
"comment": "Change ts type from string to number in SignedHttpRequest #3474",
|
|
489
|
+
"author": "prkanher@microsoft.com",
|
|
490
|
+
"commit": "8f39845452845b47a0bdce41a92c3185d352c7c7",
|
|
491
|
+
"package": "@azure/msal-common"
|
|
492
|
+
},
|
|
493
|
+
{
|
|
494
|
+
"comment": "Add .browserslistrc #3471",
|
|
495
|
+
"author": "thomas.norling@microsoft.com",
|
|
496
|
+
"commit": "04c6d659d4dc76183ef9043075d3b6cacc450c9b",
|
|
497
|
+
"package": "@azure/msal-common"
|
|
498
|
+
}
|
|
499
|
+
],
|
|
500
|
+
"none": [
|
|
501
|
+
{
|
|
502
|
+
"comment": "Update and fix eslint rules",
|
|
503
|
+
"author": "janutter@microsoft.com",
|
|
504
|
+
"commit": "70debe58239b6a6fdf4e533a8a1ee057257846a8",
|
|
505
|
+
"package": "@azure/msal-common"
|
|
506
|
+
}
|
|
507
|
+
]
|
|
508
|
+
}
|
|
509
|
+
},
|
|
510
|
+
{
|
|
511
|
+
"date": "Wed, 14 Apr 2021 18:39:53 GMT",
|
|
512
|
+
"tag": "@azure/msal-common_v4.2.0",
|
|
513
|
+
"version": "4.2.0",
|
|
514
|
+
"comments": {
|
|
515
|
+
"minor": [
|
|
516
|
+
{
|
|
517
|
+
"comment": "Adding the refresh_in feature for msal.js #3005",
|
|
518
|
+
"author": "prkanher@microsoft.com",
|
|
519
|
+
"commit": "535031a4e98c88797b28f629a7cb3b9c69cbcbaa",
|
|
520
|
+
"package": "@azure/msal-common"
|
|
521
|
+
},
|
|
522
|
+
{
|
|
523
|
+
"comment": "Add support for AccessToken_With_AuthScheme credential type #3426",
|
|
524
|
+
"author": "hectormgdev@gmail.com",
|
|
525
|
+
"commit": "c35e120dd8af5dda03b2480cf559cf226fb2fc21",
|
|
526
|
+
"package": "@azure/msal-common"
|
|
527
|
+
}
|
|
528
|
+
],
|
|
529
|
+
"patch": [
|
|
530
|
+
{
|
|
531
|
+
"comment": "Make SHR parameters optional #3320",
|
|
532
|
+
"author": "hemoral@microsoft.com",
|
|
533
|
+
"commit": "fd0dcd559af8ab0e04dec3c30cf3d4e122d6057d",
|
|
534
|
+
"package": "@azure/msal-common"
|
|
535
|
+
}
|
|
536
|
+
]
|
|
537
|
+
}
|
|
538
|
+
},
|
|
539
|
+
{
|
|
540
|
+
"date": "Wed, 31 Mar 2021 22:25:57 GMT",
|
|
541
|
+
"tag": "@azure/msal-common_v4.1.1",
|
|
542
|
+
"version": "4.1.1",
|
|
543
|
+
"comments": {
|
|
544
|
+
"none": [
|
|
545
|
+
{
|
|
546
|
+
"comment": "Update AccountInfo to refer to typedocs (#3266)",
|
|
547
|
+
"author": "sameera.gajjarapu@microsoft.com",
|
|
548
|
+
"commit": "ea88b22a7133f3e7001ce0690d26f84d93117d4b",
|
|
549
|
+
"package": "@azure/msal-common"
|
|
550
|
+
}
|
|
551
|
+
],
|
|
552
|
+
"patch": [
|
|
553
|
+
{
|
|
554
|
+
"comment": "Update StringUtils.matchPattern to account for queries in string #3307",
|
|
555
|
+
"author": "joarroyo@microsoft.com",
|
|
556
|
+
"commit": "53af1706880da73c5e0185756c16f285840a7f1f",
|
|
557
|
+
"package": "@azure/msal-common"
|
|
558
|
+
},
|
|
559
|
+
{
|
|
560
|
+
"comment": "Adds tokenQueryParameters request param #3309",
|
|
561
|
+
"author": "thomas.norling@microsoft.com",
|
|
562
|
+
"commit": "91da4f7f8dc126458dcc7b4a1e22b707f48a302a",
|
|
563
|
+
"package": "@azure/msal-common"
|
|
564
|
+
},
|
|
565
|
+
{
|
|
566
|
+
"comment": "Ignore account hints when prompt=select_account #3315",
|
|
567
|
+
"author": "thomas.norling@microsoft.com",
|
|
568
|
+
"commit": "6e836ce254dff695da41261d0012209cf98df13e",
|
|
569
|
+
"package": "@azure/msal-common"
|
|
570
|
+
}
|
|
571
|
+
]
|
|
572
|
+
}
|
|
573
|
+
},
|
|
574
|
+
{
|
|
575
|
+
"date": "Wed, 24 Mar 2021 22:55:46 GMT",
|
|
576
|
+
"tag": "@azure/msal-common_v4.1.0",
|
|
577
|
+
"version": "4.1.0",
|
|
578
|
+
"comments": {
|
|
579
|
+
"minor": [
|
|
580
|
+
{
|
|
581
|
+
"comment": "Add client claims support for SHRs (#3089)",
|
|
582
|
+
"author": "hemoral@microsoft.com",
|
|
583
|
+
"commit": "44bc5edc3104400bef0e876c68ea529ce543e398",
|
|
584
|
+
"package": "@azure/msal-common"
|
|
585
|
+
}
|
|
586
|
+
],
|
|
587
|
+
"patch": [
|
|
588
|
+
{
|
|
589
|
+
"comment": "Properly handle expiration timestamps when returned as strings",
|
|
590
|
+
"author": "janutter@microsoft.com",
|
|
591
|
+
"commit": "d2e0dd1a390b40fbe6225e4e214bb0df2f8b7174",
|
|
592
|
+
"package": "@azure/msal-common"
|
|
593
|
+
},
|
|
594
|
+
{
|
|
595
|
+
"comment": "Add null as possible type for account on EndSessionRequest #3044",
|
|
596
|
+
"author": "thomas.norling@microsoft.com",
|
|
597
|
+
"commit": "866a4c8507155134282449d92d8b1cdfc384ab7e",
|
|
598
|
+
"package": "@azure/msal-common"
|
|
599
|
+
}
|
|
600
|
+
]
|
|
601
|
+
}
|
|
602
|
+
},
|
|
603
|
+
{
|
|
604
|
+
"date": "Mon, 15 Mar 2021 23:45:17 GMT",
|
|
605
|
+
"tag": "@azure/msal-common_v4.0.3",
|
|
606
|
+
"version": "4.0.3",
|
|
607
|
+
"comments": {
|
|
608
|
+
"patch": [
|
|
609
|
+
{
|
|
610
|
+
"comment": "Use sid from account when available #3147",
|
|
611
|
+
"author": "prkanher@microsoft.com",
|
|
612
|
+
"commit": "1e98ccd91788fd8072226b9139eb109d83df1a25",
|
|
613
|
+
"package": "@azure/msal-common"
|
|
614
|
+
},
|
|
615
|
+
{
|
|
616
|
+
"comment": "Add network error for failed requests (#3146)",
|
|
617
|
+
"author": "thomas.norling@microsoft.com",
|
|
618
|
+
"commit": "07b2ea44a3f794d8812247020c729e00d49d33ec",
|
|
619
|
+
"package": "@azure/msal-common"
|
|
620
|
+
}
|
|
621
|
+
]
|
|
622
|
+
}
|
|
623
|
+
},
|
|
624
|
+
{
|
|
625
|
+
"date": "Wed, 03 Mar 2021 21:47:05 GMT",
|
|
626
|
+
"tag": "@azure/msal-common_v4.0.2",
|
|
627
|
+
"version": "4.0.2",
|
|
628
|
+
"comments": {
|
|
629
|
+
"patch": [
|
|
630
|
+
{
|
|
631
|
+
"comment": "Fix OIDC Scopes Caching Issue (#3065)",
|
|
632
|
+
"author": "prkanher@microsoft.com",
|
|
633
|
+
"commit": "03fb6e837d8b0b919118f34096dbe9e333ec733e",
|
|
634
|
+
"package": "@azure/msal-common"
|
|
635
|
+
}
|
|
636
|
+
]
|
|
637
|
+
}
|
|
638
|
+
},
|
|
639
|
+
{
|
|
640
|
+
"date": "Thu, 18 Feb 2021 00:34:32 GMT",
|
|
641
|
+
"tag": "@azure/msal-common_v4.0.1",
|
|
642
|
+
"version": "4.0.1",
|
|
643
|
+
"comments": {
|
|
644
|
+
"patch": [
|
|
645
|
+
{
|
|
646
|
+
"comment": "Clarify Device Code Timeout units (#3031)",
|
|
647
|
+
"author": "hemoral@microsoft.com",
|
|
648
|
+
"commit": "af97180664ec257f2fdb6f04ab0921affeb9a8f3",
|
|
649
|
+
"package": "@azure/msal-common"
|
|
650
|
+
}
|
|
651
|
+
]
|
|
652
|
+
}
|
|
653
|
+
},
|
|
654
|
+
{
|
|
655
|
+
"date": "Tue, 09 Feb 2021 01:48:22 GMT",
|
|
656
|
+
"tag": "@azure/msal-common_v4.0.0",
|
|
657
|
+
"version": "4.0.0",
|
|
658
|
+
"comments": {
|
|
659
|
+
"patch": [
|
|
660
|
+
{
|
|
661
|
+
"comment": "Fix version.json import errors (#2993)",
|
|
662
|
+
"author": "thomas.norling@microsoft.com",
|
|
663
|
+
"commit": "6dc3bc9e2148bc53b181d9f079f6e11e0159620b",
|
|
664
|
+
"package": "@azure/msal-common"
|
|
665
|
+
},
|
|
666
|
+
{
|
|
667
|
+
"comment": "Setting postLogoutRedirectUri as null will disable post logout redirect",
|
|
668
|
+
"author": "janutter@microsoft.com",
|
|
669
|
+
"commit": "cae9fa7bdd1575067d2e823402e0725f7bf8b11e",
|
|
670
|
+
"package": "@azure/msal-common"
|
|
671
|
+
},
|
|
672
|
+
{
|
|
673
|
+
"comment": "Ignore OIDC scopes during cache lookup or replacement (#2969)",
|
|
674
|
+
"author": "prkanher@microsoft.com",
|
|
675
|
+
"commit": "554f47e8ff576c3230c36df74cd73b6101d333ab",
|
|
676
|
+
"package": "@azure/msal-common"
|
|
677
|
+
}
|
|
678
|
+
],
|
|
679
|
+
"major": [
|
|
680
|
+
{
|
|
681
|
+
"comment": "Add API Extractor for msal-node",
|
|
682
|
+
"author": "sameera.gajjarapu@microsoft.com",
|
|
683
|
+
"commit": "01747296efdf08eefe585930097d9bbbf6b00789",
|
|
684
|
+
"package": "@azure/msal-common"
|
|
685
|
+
}
|
|
686
|
+
]
|
|
687
|
+
}
|
|
688
|
+
},
|
|
689
|
+
{
|
|
690
|
+
"date": "Tue, 02 Feb 2021 01:56:47 GMT",
|
|
691
|
+
"tag": "@azure/msal-common_v3.1.0",
|
|
692
|
+
"version": "3.1.0",
|
|
693
|
+
"comments": {
|
|
694
|
+
"patch": [
|
|
695
|
+
{
|
|
696
|
+
"comment": "Fix token timestamp calculation",
|
|
697
|
+
"author": "prkanher@microsoft.com",
|
|
698
|
+
"commit": "12f9fa2b6a9530fac5f7570ee3c49dc39232284c",
|
|
699
|
+
"package": "@azure/msal-common"
|
|
700
|
+
},
|
|
701
|
+
{
|
|
702
|
+
"comment": "Fix B2C policy switching (#2949)",
|
|
703
|
+
"author": "thomas.norling@microsoft.com",
|
|
704
|
+
"commit": "05eb650487a800d4bb3f94ec9dacca2efa98cc82",
|
|
705
|
+
"package": "@azure/msal-common"
|
|
706
|
+
},
|
|
707
|
+
{
|
|
708
|
+
"comment": "Get package version from version.json (#2915)",
|
|
709
|
+
"author": "thomas.norling@microsoft.com",
|
|
710
|
+
"commit": "a6f4702f9439e318a8cb6dc65d1def16351a84fd",
|
|
711
|
+
"package": "@azure/msal-common"
|
|
712
|
+
}
|
|
713
|
+
],
|
|
714
|
+
"minor": [
|
|
715
|
+
{
|
|
716
|
+
"comment": "Add wrapper SKU and version to current telemetry header (#2845)",
|
|
717
|
+
"author": "thomas.norling@microsoft.com",
|
|
718
|
+
"commit": "27597c148c718e3d001309349a4498a958688cbd",
|
|
719
|
+
"package": "@azure/msal-common"
|
|
720
|
+
}
|
|
721
|
+
],
|
|
722
|
+
"none": [
|
|
723
|
+
{
|
|
724
|
+
"comment": "Add project references (#2930)",
|
|
725
|
+
"author": "thomas.norling@microsoft.com",
|
|
726
|
+
"commit": "a836e77e372f1b4da28195d4ad8c0c75d6794875",
|
|
727
|
+
"package": "@azure/msal-common"
|
|
728
|
+
},
|
|
729
|
+
{
|
|
730
|
+
"comment": "Typedocs Updates (#2926)",
|
|
731
|
+
"author": "thomas.norling@microsoft.com",
|
|
732
|
+
"commit": "3fd4a48143ed4fb62b9e3266338b1abda920d68a",
|
|
733
|
+
"package": "@azure/msal-common"
|
|
734
|
+
}
|
|
735
|
+
]
|
|
736
|
+
}
|
|
737
|
+
},
|
|
738
|
+
{
|
|
739
|
+
"date": "Thu, 21 Jan 2021 21:48:01 GMT",
|
|
740
|
+
"tag": "@azure/msal-common_v3.0.0",
|
|
741
|
+
"version": "3.0.0",
|
|
742
|
+
"comments": {
|
|
743
|
+
"major": [
|
|
744
|
+
{
|
|
745
|
+
"comment": "Authority metadata caching (#2758)",
|
|
746
|
+
"author": "thomas.norling@microsoft.com",
|
|
747
|
+
"commit": "28b3268b1385e99249c0b7a95b0b14299011ca46",
|
|
748
|
+
"package": "@azure/msal-common"
|
|
749
|
+
}
|
|
750
|
+
],
|
|
751
|
+
"none": [
|
|
752
|
+
{
|
|
753
|
+
"comment": "Add missing license files",
|
|
754
|
+
"author": "janutter@microsoft.com",
|
|
755
|
+
"commit": "bee8cbd1f3a22efccb83ba045231eb611e2a7f7d",
|
|
756
|
+
"package": "@azure/msal-common"
|
|
757
|
+
}
|
|
758
|
+
]
|
|
759
|
+
}
|
|
760
|
+
},
|
|
761
|
+
{
|
|
762
|
+
"date": "Tue, 12 Jan 2021 00:51:26 GMT",
|
|
763
|
+
"tag": "@azure/msal-common_v2.1.0",
|
|
764
|
+
"version": "2.1.0",
|
|
765
|
+
"comments": {
|
|
766
|
+
"patch": [
|
|
767
|
+
{
|
|
768
|
+
"comment": "Adding account info equality check function (#2728)",
|
|
769
|
+
"author": "prkanher@microsoft.com",
|
|
770
|
+
"commit": "ca8c0d55d2abc4eefaa52c833510e313610eb424",
|
|
771
|
+
"package": "@azure/msal-common"
|
|
772
|
+
},
|
|
773
|
+
{
|
|
774
|
+
"comment": "Adding device code timeout to the device code request(#2656)",
|
|
775
|
+
"author": "samuel.kamau@microsoft.com",
|
|
776
|
+
"commit": "4e50ca592f5a17578072be9e4ac28e05b3e6d594",
|
|
777
|
+
"package": "@azure/msal-common"
|
|
778
|
+
}
|
|
779
|
+
],
|
|
780
|
+
"none": [
|
|
781
|
+
{
|
|
782
|
+
"comment": "Merge angular-v2 to dev (#2709)",
|
|
783
|
+
"author": "joarroyo@microsoft.com",
|
|
784
|
+
"commit": "76a88f98fbab73fd6c0ad6d04b294814c169fc10",
|
|
785
|
+
"package": "@azure/msal-common"
|
|
786
|
+
},
|
|
787
|
+
{
|
|
788
|
+
"comment": "Fix npm audit warnings",
|
|
789
|
+
"author": "janutter@microsoft.com",
|
|
790
|
+
"commit": "751026cdaa24dd370c50ad714bf0b1d54c71fbde",
|
|
791
|
+
"package": "@azure/msal-common"
|
|
792
|
+
}
|
|
793
|
+
],
|
|
794
|
+
"minor": [
|
|
795
|
+
{
|
|
796
|
+
"comment": "Add interface stubs (#2792)",
|
|
797
|
+
"author": "thomas.norling@microsoft.com",
|
|
798
|
+
"commit": "a6fae46d307d0a6101e926cb28298fd9f60d4a49",
|
|
799
|
+
"package": "@azure/msal-common"
|
|
800
|
+
}
|
|
801
|
+
]
|
|
802
|
+
}
|
|
803
|
+
},
|
|
804
|
+
{
|
|
805
|
+
"date": "Mon, 07 Dec 2020 22:19:03 GMT",
|
|
806
|
+
"tag": "@azure/msal-common_v2.0.0",
|
|
807
|
+
"version": "2.0.0",
|
|
808
|
+
"comments": {
|
|
809
|
+
"patch": [
|
|
810
|
+
{
|
|
811
|
+
"comment": "Fix login loop with empty query string (#2707)",
|
|
812
|
+
"author": "thomas.norling@microsoft.com",
|
|
813
|
+
"commit": "307307edb3d9877caca3874d17f35faf2bae6180",
|
|
814
|
+
"package": "@azure/msal-common"
|
|
815
|
+
},
|
|
816
|
+
{
|
|
817
|
+
"comment": "Expose idTokenClaims on AccountInfo (#2554)",
|
|
818
|
+
"author": "janutter@microsoft.com",
|
|
819
|
+
"commit": "cb2165aad7995d904ec49ade565d907dc314ce16",
|
|
820
|
+
"package": "@azure/msal-common"
|
|
821
|
+
},
|
|
822
|
+
{
|
|
823
|
+
"comment": "Add matchPattern string util for wildcard matching for urls (#2678)",
|
|
824
|
+
"author": "janutter@microsoft.com",
|
|
825
|
+
"commit": "4642741f3def4cdb575cc0a228f88e19f84e3da5",
|
|
826
|
+
"package": "@azure/msal-common"
|
|
827
|
+
},
|
|
828
|
+
{
|
|
829
|
+
"comment": "fix: added missing async (AzureAD/microsoft-authentication-library-for-js#2652)",
|
|
830
|
+
"author": "patrick@ruhkopf.me",
|
|
831
|
+
"commit": "1c0df2fc1468fb094c76da04de91271ffb4461c7",
|
|
832
|
+
"package": "@azure/msal-common"
|
|
833
|
+
},
|
|
834
|
+
{
|
|
835
|
+
"comment": "Log messages contain package name and version (#2589)",
|
|
836
|
+
"author": "thomas.norling@microsoft.com",
|
|
837
|
+
"commit": "4568c16bd425e242cdb799ec59b3508654cc2e45",
|
|
838
|
+
"package": "@azure/msal-common"
|
|
839
|
+
}
|
|
840
|
+
],
|
|
841
|
+
"minor": [
|
|
842
|
+
{
|
|
843
|
+
"comment": "Add clone to Logger (#2670)",
|
|
844
|
+
"author": "joarroyo@microsoft.com",
|
|
845
|
+
"commit": "9efb3ba5886eaf6f3a3cd36957ab9fcb7399278a",
|
|
846
|
+
"package": "@azure/msal-common"
|
|
847
|
+
},
|
|
848
|
+
{
|
|
849
|
+
"comment": "Enable the instance_aware flow (#1804)",
|
|
850
|
+
"author": "prkanher@microsoft.com",
|
|
851
|
+
"commit": "3e616e162149f4e57257b70e6d481c4596d91ef9",
|
|
852
|
+
"package": "@azure/msal-common"
|
|
853
|
+
},
|
|
854
|
+
{
|
|
855
|
+
"comment": "Support id_token_hint on logout request (#2587)",
|
|
856
|
+
"author": "thomas.norling@microsoft.com",
|
|
857
|
+
"commit": "fa9b7009f094b3c17a6d177fcec9b736320735c0",
|
|
858
|
+
"package": "@azure/msal-common"
|
|
859
|
+
}
|
|
860
|
+
],
|
|
861
|
+
"major": [
|
|
862
|
+
{
|
|
863
|
+
"comment": "Enable StrictNullChecks (#2602)",
|
|
864
|
+
"author": "thomas.norling@microsoft.com",
|
|
865
|
+
"commit": "ebf18c6daead16f8cfd2afb3b63cbd59fc63046a",
|
|
866
|
+
"package": "@azure/msal-common"
|
|
867
|
+
},
|
|
868
|
+
{
|
|
869
|
+
"comment": "Rename request types and change required fields (#2512)",
|
|
870
|
+
"author": "thomas.norling@microsoft.com",
|
|
871
|
+
"commit": "5b891222d674eb5664af9187f319a61b50341f55",
|
|
872
|
+
"package": "@azure/msal-common"
|
|
873
|
+
}
|
|
874
|
+
],
|
|
875
|
+
"none": [
|
|
876
|
+
{
|
|
877
|
+
"comment": "Enforce triple equals in eslint",
|
|
878
|
+
"author": "janutter@microsoft.com",
|
|
879
|
+
"commit": "5975eb4077a2b4372683e68af4d748b0808134ab",
|
|
880
|
+
"package": "@azure/msal-common"
|
|
881
|
+
},
|
|
882
|
+
{
|
|
883
|
+
"comment": "Package-lock update",
|
|
884
|
+
"author": "thomas.norling@microsoft.com",
|
|
885
|
+
"commit": "9c029bc074ecd32483a45cfab8721f0771c31e55",
|
|
886
|
+
"package": "@azure/msal-common"
|
|
887
|
+
},
|
|
888
|
+
{
|
|
889
|
+
"comment": "Remove console.log in unit tests (#2629)",
|
|
890
|
+
"author": "thomas.norling@microsoft.com",
|
|
891
|
+
"commit": "b89d8029a3703b2bfa1f9399456e652fe6f26e4f",
|
|
892
|
+
"package": "@azure/msal-common"
|
|
893
|
+
}
|
|
894
|
+
]
|
|
895
|
+
}
|
|
896
|
+
},
|
|
897
|
+
{
|
|
898
|
+
"date": "Wed, 11 Nov 2020 23:33:20 GMT",
|
|
899
|
+
"tag": "@azure/msal-common_v1.7.2",
|
|
900
|
+
"version": "1.7.2",
|
|
901
|
+
"comments": {
|
|
902
|
+
"none": [
|
|
903
|
+
{
|
|
904
|
+
"comment": "Documentation update for new account retrieval APIs (#2585)",
|
|
905
|
+
"author": "hemoral@microsoft.com",
|
|
906
|
+
"commit": "cb782967cc8f07581488de71c4509fa12a702774",
|
|
907
|
+
"package": "@azure/msal-common"
|
|
908
|
+
}
|
|
909
|
+
],
|
|
910
|
+
"patch": [
|
|
911
|
+
{
|
|
912
|
+
"comment": "Add getAbsolutePath helper function to UrlString class (#2560)",
|
|
913
|
+
"author": "thomas.norling@microsoft.com",
|
|
914
|
+
"commit": "12ccf0441f8735e9d2875cebac6065447ecc622d",
|
|
915
|
+
"package": "@azure/msal-common"
|
|
916
|
+
}
|
|
917
|
+
]
|
|
918
|
+
}
|
|
919
|
+
},
|
|
920
|
+
{
|
|
921
|
+
"date": "Tue, 10 Nov 2020 01:48:44 GMT",
|
|
922
|
+
"tag": "@azure/msal-common_v1.7.1",
|
|
923
|
+
"version": "1.7.1",
|
|
924
|
+
"comments": {
|
|
925
|
+
"patch": [
|
|
926
|
+
{
|
|
927
|
+
"comment": "Enhance lookup for IdTokens/AppMetadata (#2530)",
|
|
928
|
+
"author": "sameera.gajjarapu@microsoft.com",
|
|
929
|
+
"commit": "e51446295f8c857f1abc7f6874a4c7fde157699e",
|
|
930
|
+
"package": "@azure/msal-common"
|
|
931
|
+
},
|
|
932
|
+
{
|
|
933
|
+
"comment": "Add LocalAccountId for ADFS usecases (#2573)",
|
|
934
|
+
"author": "sameera.gajjarapu@microsoft.com",
|
|
935
|
+
"commit": "d8247d8e74fc8854ffdb5a6001df00b36fdddd62",
|
|
936
|
+
"package": "@azure/msal-common"
|
|
937
|
+
}
|
|
938
|
+
]
|
|
939
|
+
}
|
|
940
|
+
},
|
|
941
|
+
{
|
|
942
|
+
"date": "Sat, 07 Nov 2020 01:50:14 GMT",
|
|
943
|
+
"tag": "@azure/msal-common_v1.7.0",
|
|
944
|
+
"version": "1.7.0",
|
|
945
|
+
"comments": {
|
|
946
|
+
"patch": [
|
|
947
|
+
{
|
|
948
|
+
"comment": "Mandate localAccount in AccountInfo",
|
|
949
|
+
"author": "sameera.gajjarapu@microsoft.com",
|
|
950
|
+
"commit": "ee770fc1f4ed1ef9e53b28a18487e9b7686ffa64",
|
|
951
|
+
"package": "@azure/msal-common"
|
|
952
|
+
},
|
|
953
|
+
{
|
|
954
|
+
"comment": "Filtered lookup of IdTokens, AppMetadata; Error handling in Node Storage (#2530)",
|
|
955
|
+
"author": "sameera.gajjarapu@microsoft.com",
|
|
956
|
+
"commit": "354dd86449d792b7369fb240c5e2cfd70ca73488",
|
|
957
|
+
"package": "@azure/msal-common"
|
|
958
|
+
}
|
|
959
|
+
],
|
|
960
|
+
"none": [
|
|
961
|
+
{
|
|
962
|
+
"comment": "Build Pipeline Changes (#2406)",
|
|
963
|
+
"author": "thomas.norling@microsoft.com",
|
|
964
|
+
"commit": "af8459c0d53a4dc2bf495017608c0bb03004d006",
|
|
965
|
+
"package": "@azure/msal-common"
|
|
966
|
+
}
|
|
967
|
+
],
|
|
968
|
+
"minor": [
|
|
969
|
+
{
|
|
970
|
+
"comment": "Implement Password Grant Flow (#2204)",
|
|
971
|
+
"author": "sameera.gajjarapu@microsoft.com",
|
|
972
|
+
"commit": "baf6d157e7bbeae439526aee13eb08962974925b",
|
|
973
|
+
"package": "@azure/msal-common"
|
|
974
|
+
},
|
|
975
|
+
{
|
|
976
|
+
"comment": "Fixing a bug and adding `localAccountId` in AccountInfo interface (#2516)",
|
|
977
|
+
"author": "sameera.gajjarapu@microsoft.com",
|
|
978
|
+
"commit": "c2ec3b43f07d9c18eec14e109caddcf7941f50b4",
|
|
979
|
+
"package": "@azure/msal-common"
|
|
980
|
+
}
|
|
981
|
+
]
|
|
982
|
+
}
|
|
983
|
+
},
|
|
984
|
+
{
|
|
985
|
+
"date": "Mon, 26 Oct 2020 21:00:29 GMT",
|
|
986
|
+
"tag": "@azure/msal-common_v1.6.3",
|
|
987
|
+
"version": "1.6.3",
|
|
988
|
+
"comments": {
|
|
989
|
+
"patch": [
|
|
990
|
+
{
|
|
991
|
+
"comment": "Fix ServerTelemetry maxErrorToSend bug (#2491)",
|
|
992
|
+
"author": "thomas.norling@microsoft.com",
|
|
993
|
+
"commit": "81575de28b78e7c09c5d475854e14a8bc1b7b567",
|
|
994
|
+
"package": "@azure/msal-common"
|
|
995
|
+
},
|
|
996
|
+
{
|
|
997
|
+
"comment": "Add missing default headers to device code",
|
|
998
|
+
"author": "sameera.gajjarapu@microsoft.com",
|
|
999
|
+
"commit": "e007d2b425c8ceaed409ed9b11a1a72bc64fa955",
|
|
1000
|
+
"package": "@azure/msal-common"
|
|
1001
|
+
},
|
|
1002
|
+
{
|
|
1003
|
+
"comment": "msal-browser and msal-node cache Interfaces to msal-common updated (#2415)",
|
|
1004
|
+
"author": "sameera.gajjarapu@microsoft.com",
|
|
1005
|
+
"commit": "9d4c4a18de10eb3d918810dc10766fbd5547165d",
|
|
1006
|
+
"package": "@azure/msal-common"
|
|
1007
|
+
}
|
|
1008
|
+
]
|
|
1009
|
+
}
|
|
1010
|
+
},
|
|
1011
|
+
{
|
|
1012
|
+
"date": "Tue, 20 Oct 2020 23:47:28 GMT",
|
|
1013
|
+
"tag": "@azure/msal-common_v1.6.2",
|
|
1014
|
+
"version": "1.6.2",
|
|
1015
|
+
"comments": {
|
|
1016
|
+
"patch": [
|
|
1017
|
+
{
|
|
1018
|
+
"comment": "Adds support for any OIDC-compliant authority (#2389).",
|
|
1019
|
+
"author": "jamckenn@microsoft.com",
|
|
1020
|
+
"commit": "2b6b9ec9033a8b829393e44c3feb7b19b163d2cd",
|
|
1021
|
+
"package": "@azure/msal-common"
|
|
1022
|
+
}
|
|
1023
|
+
],
|
|
1024
|
+
"none": [
|
|
1025
|
+
{
|
|
1026
|
+
"comment": "Updated eslint rules (#2345)",
|
|
1027
|
+
"author": "janutter@microsoft.com",
|
|
1028
|
+
"commit": "64a4f9e868e63346dfd711dec717abe7fd14d949",
|
|
1029
|
+
"package": "@azure/msal-common"
|
|
1030
|
+
}
|
|
1031
|
+
]
|
|
1032
|
+
}
|
|
1033
|
+
},
|
|
1034
|
+
{
|
|
1035
|
+
"date": "Thu, 15 Oct 2020 00:49:18 GMT",
|
|
1036
|
+
"tag": "@azure/msal-common_v1.6.1",
|
|
1037
|
+
"version": "1.6.1",
|
|
1038
|
+
"comments": {
|
|
1039
|
+
"patch": [
|
|
1040
|
+
{
|
|
1041
|
+
"comment": "Removing unused errors in msal-common and fixing possible build errors in @azure/msal-common@1.6.0 (#2432)",
|
|
1042
|
+
"author": "sameera.gajjarapu@microsoft.com",
|
|
1043
|
+
"commit": "c752e512993dc3a294b51fe0849c70e3cfeafa3e",
|
|
1044
|
+
"package": "@azure/msal-common"
|
|
1045
|
+
}
|
|
1046
|
+
]
|
|
1047
|
+
}
|
|
1048
|
+
},
|
|
1049
|
+
{
|
|
1050
|
+
"date": "Wed, 14 Oct 2020 23:45:07 GMT",
|
|
1051
|
+
"tag": "@azure/msal-common_v1.6.0",
|
|
1052
|
+
"version": "1.6.0",
|
|
1053
|
+
"comments": {
|
|
1054
|
+
"none": [
|
|
1055
|
+
{
|
|
1056
|
+
"comment": "Docs updates for msal-node release",
|
|
1057
|
+
"author": "sameera.gajjarapu@microsoft.com",
|
|
1058
|
+
"commit": "20718209d5d567c02223a7f1b220b4aa40ad6817",
|
|
1059
|
+
"package": "@azure/msal-common"
|
|
1060
|
+
}
|
|
1061
|
+
],
|
|
1062
|
+
"minor": [
|
|
1063
|
+
{
|
|
1064
|
+
"comment": "Add support for persistence cache plugin (#2348)",
|
|
1065
|
+
"author": "sameera.gajjarapu@microsoft.com",
|
|
1066
|
+
"commit": "26723689e35918c59bd6ce58ba8cb886118676c6",
|
|
1067
|
+
"package": "@azure/msal-common"
|
|
1068
|
+
}
|
|
1069
|
+
],
|
|
1070
|
+
"patch": [
|
|
1071
|
+
{
|
|
1072
|
+
"comment": "Add Telemetry header size limit (#2223)",
|
|
1073
|
+
"author": "thomas.norling@microsoft.com",
|
|
1074
|
+
"commit": "82b982ba38d70d9060e3cf5d9c38e0203b60d963",
|
|
1075
|
+
"package": "@azure/msal-common"
|
|
1076
|
+
}
|
|
1077
|
+
]
|
|
1078
|
+
}
|
|
1079
|
+
},
|
|
1080
|
+
{
|
|
1081
|
+
"date": "Fri, 02 Oct 2020 17:42:35 GMT",
|
|
1082
|
+
"tag": "@azure/msal-common_v1.5.0",
|
|
1083
|
+
"version": "1.5.0",
|
|
1084
|
+
"comments": {
|
|
1085
|
+
"minor": [
|
|
1086
|
+
{
|
|
1087
|
+
"comment": "Implementation of Access Token Proof-of-Possession Flow (#2151, #2153, #2154, #2209, #2289)",
|
|
1088
|
+
"author": "prkanher@microsoft.com",
|
|
1089
|
+
"commit": "3cffbc99730532bbd0b35f2e3a9df17f032c0675",
|
|
1090
|
+
"package": "@azure/msal-common"
|
|
1091
|
+
}
|
|
1092
|
+
]
|
|
1093
|
+
}
|
|
1094
|
+
},
|
|
1095
|
+
{
|
|
1096
|
+
"date": "Wed, 30 Sep 2020 17:58:33 GMT",
|
|
1097
|
+
"tag": "@azure/msal-common_v1.4.0",
|
|
1098
|
+
"version": "1.4.0",
|
|
1099
|
+
"comments": {
|
|
1100
|
+
"none": [
|
|
1101
|
+
{
|
|
1102
|
+
"comment": "Updating dependency versions(#2342)",
|
|
1103
|
+
"author": "sameera.gajjarapu@microsoft.com",
|
|
1104
|
+
"commit": "bc3f324edd6cf83937c31f73d3aefc6dbaf5f748",
|
|
1105
|
+
"package": "@azure/msal-common"
|
|
1106
|
+
},
|
|
1107
|
+
{
|
|
1108
|
+
"comment": "Update changelog versions for msal-node and extensions (#2336)",
|
|
1109
|
+
"author": "hectormgdev@gmail.com",
|
|
1110
|
+
"commit": "323875a725e0d5049ff6742a9ca5160c2d4b7d0d",
|
|
1111
|
+
"package": "@azure/msal-common"
|
|
1112
|
+
}
|
|
1113
|
+
]
|
|
1114
|
+
}
|
|
1115
|
+
},
|
|
1116
|
+
{
|
|
1117
|
+
"date": "Wed, 23 Sep 2020 21:13:48 GMT",
|
|
1118
|
+
"tag": "@azure/msal-common_v1.4.0",
|
|
1119
|
+
"version": "1.4.0",
|
|
1120
|
+
"comments": {
|
|
1121
|
+
"patch": [
|
|
1122
|
+
{
|
|
1123
|
+
"comment": "Remove null in function return types to be compatible with ICacheManager.ts (#2335)",
|
|
1124
|
+
"author": "sameera.gajjarapu@microsoft.com",
|
|
1125
|
+
"commit": "aecc41e9f23b350a25bba9dd23e739627e61f8ab",
|
|
1126
|
+
"package": "@azure/msal-common"
|
|
1127
|
+
},
|
|
1128
|
+
{
|
|
1129
|
+
"comment": "Scopes stored case sensitive, compared case insensitive (#2302)",
|
|
1130
|
+
"author": "sameera.gajjarapu@microsoft.com",
|
|
1131
|
+
"commit": "60fe1e6b2e4c3fdd1f7ce0dd0fbee0febed6d0d2",
|
|
1132
|
+
"package": "@azure/msal-common"
|
|
1133
|
+
}
|
|
1134
|
+
],
|
|
1135
|
+
"minor": [
|
|
1136
|
+
{
|
|
1137
|
+
"comment": "FOCI - Family of Client IDs feature (#2201)",
|
|
1138
|
+
"author": "sameera.gajjarapu@microsoft.com",
|
|
1139
|
+
"commit": "209789cdffdfd38087819cbb23688bcd5ce47b60",
|
|
1140
|
+
"package": "@azure/msal-common"
|
|
1141
|
+
}
|
|
1142
|
+
]
|
|
1143
|
+
}
|
|
1144
|
+
},
|
|
1145
|
+
{
|
|
1146
|
+
"date": "Thu, 17 Sep 2020 23:16:22 GMT",
|
|
1147
|
+
"tag": "@azure/msal-common_v1.3.0",
|
|
1148
|
+
"version": "1.3.0",
|
|
1149
|
+
"comments": {
|
|
1150
|
+
"patch": [
|
|
1151
|
+
{
|
|
1152
|
+
"comment": "Add name field to AccountInfo (#2288)",
|
|
1153
|
+
"author": "jamckenn@microsoft.com",
|
|
1154
|
+
"commit": "d917d6a91987522f1c4390817966945ce18fa099",
|
|
1155
|
+
"package": "@azure/msal-common"
|
|
1156
|
+
},
|
|
1157
|
+
{
|
|
1158
|
+
"comment": "Realm should fallback to an empty string for non AAD scenarios",
|
|
1159
|
+
"author": "sameera.gajjarapu@microsoft.com",
|
|
1160
|
+
"commit": "d4c4b1f53e919c226b19e3fa72f42f02baa394da",
|
|
1161
|
+
"package": "@azure/msal-common"
|
|
1162
|
+
},
|
|
1163
|
+
{
|
|
1164
|
+
"comment": "Add default scopes in all requests and ignore in cache lookups (#2267)",
|
|
1165
|
+
"author": "thomas.norling@microsoft.com",
|
|
1166
|
+
"commit": "3a18b100f38149a35c01cc491a9de78ea505d771",
|
|
1167
|
+
"package": "@azure/msal-common"
|
|
1168
|
+
},
|
|
1169
|
+
{
|
|
1170
|
+
"comment": "Move refreshToken API to RefreshTokenClient (#2264)",
|
|
1171
|
+
"author": "thomas.norling@microsoft.com",
|
|
1172
|
+
"commit": "6923e66fc9ca44c460489b41ff6a4d104ebde864",
|
|
1173
|
+
"package": "@azure/msal-common"
|
|
1174
|
+
},
|
|
1175
|
+
{
|
|
1176
|
+
"comment": "Track Suberrors in Telemetry (#1921)",
|
|
1177
|
+
"author": "thomas.norling@microsoft.com",
|
|
1178
|
+
"commit": "1872900d149b60436ef59fd41ab542c58c32e8f1",
|
|
1179
|
+
"package": "@azure/msal-common"
|
|
1180
|
+
},
|
|
1181
|
+
{
|
|
1182
|
+
"comment": "Separate cache lookup from token refresh (#2189)",
|
|
1183
|
+
"author": "thomas.norling@microsoft.com",
|
|
1184
|
+
"commit": "b452afeac6bf3fc5df0535c22433709a06921b33",
|
|
1185
|
+
"package": "@azure/msal-common"
|
|
1186
|
+
}
|
|
1187
|
+
],
|
|
1188
|
+
"none": [
|
|
1189
|
+
{
|
|
1190
|
+
"comment": "Update core, browser, common to use central eslint configuration",
|
|
1191
|
+
"author": "janutter@microsoft.com",
|
|
1192
|
+
"commit": "fc49c6f16b3f7a62a67d249107fc484272133305",
|
|
1193
|
+
"package": "@azure/msal-common"
|
|
1194
|
+
}
|
|
1195
|
+
],
|
|
1196
|
+
"minor": [
|
|
1197
|
+
{
|
|
1198
|
+
"comment": "Add support for On-behalf-of flow",
|
|
1199
|
+
"author": "sagonzal@microsoft.com",
|
|
1200
|
+
"commit": "53c018c8ea0d1877c12641fc1a749e6d66e7ff78",
|
|
1201
|
+
"package": "@azure/msal-common"
|
|
1202
|
+
},
|
|
1203
|
+
{
|
|
1204
|
+
"comment": "ValidCacheType adds ServerTelemetryEntity",
|
|
1205
|
+
"author": "sameera.gajjarapu@microsoft.com",
|
|
1206
|
+
"commit": "9760b6ff6c0ad403ac1b26968cb10d3d7e72a6fd",
|
|
1207
|
+
"package": "@azure/msal-common"
|
|
1208
|
+
},
|
|
1209
|
+
{
|
|
1210
|
+
"comment": "Added client-side throttling to enhance server stability (#1907)",
|
|
1211
|
+
"author": "jamckenn@microsoft.com",
|
|
1212
|
+
"commit": "91a1dba29dbfb8f6fc329c0381767d6b6f661281",
|
|
1213
|
+
"package": "@azure/msal-common"
|
|
1214
|
+
}
|
|
1215
|
+
]
|
|
1216
|
+
}
|
|
1217
|
+
},
|
|
1218
|
+
{
|
|
1219
|
+
"date": "Tue, 25 Aug 2020 00:40:45 GMT",
|
|
1220
|
+
"tag": "@azure/msal-common_v1.2.0",
|
|
1221
|
+
"version": "1.2.0",
|
|
1222
|
+
"comments": {
|
|
1223
|
+
"patch": [
|
|
1224
|
+
{
|
|
1225
|
+
"comment": "ignore offline_access in scopes lookup",
|
|
1226
|
+
"author": "sameera.gajjarapu@microsoft.com",
|
|
1227
|
+
"commit": "ed55b106bba3d97378b8760d711b24217a7adbbf",
|
|
1228
|
+
"package": "@azure/msal-common"
|
|
1229
|
+
},
|
|
1230
|
+
{
|
|
1231
|
+
"comment": "Adds checks for cache entities",
|
|
1232
|
+
"author": "sameera.gajjarapu@microsoft.com",
|
|
1233
|
+
"commit": "282035aecb07956dca323d65275fdaa703c4a325",
|
|
1234
|
+
"package": "@azure/msal-common"
|
|
1235
|
+
},
|
|
1236
|
+
{
|
|
1237
|
+
"comment": "Add claims request to /token calls (#2138)",
|
|
1238
|
+
"author": "thomas.norling@microsoft.com",
|
|
1239
|
+
"commit": "a2813a0b7dc1b6ad8fa76f1fd7444b95d380e42b",
|
|
1240
|
+
"package": "@azure/msal-common"
|
|
1241
|
+
},
|
|
1242
|
+
{
|
|
1243
|
+
"comment": "Fix Telemetry cacheHit Bug (#2170)",
|
|
1244
|
+
"author": "thomas.norling@microsoft.com",
|
|
1245
|
+
"commit": "a9305a0ec3405f892ff4a1926ffb3dbca26e9a83",
|
|
1246
|
+
"package": "@azure/msal-common"
|
|
1247
|
+
},
|
|
1248
|
+
{
|
|
1249
|
+
"comment": "Get username from emails claim in B2C scenarios (#2114)",
|
|
1250
|
+
"author": "thomas.norling@microsoft.com",
|
|
1251
|
+
"commit": "40b1716fec63893f57762f37b55944f6c8c86e21",
|
|
1252
|
+
"package": "@azure/msal-common"
|
|
1253
|
+
},
|
|
1254
|
+
{
|
|
1255
|
+
"comment": "Update POST header to type Record (#2128)",
|
|
1256
|
+
"author": "thomas.norling@microsoft.com",
|
|
1257
|
+
"commit": "c9b65c59797cd3240aad2b4f1e0e866a90373c4a",
|
|
1258
|
+
"package": "@azure/msal-common"
|
|
1259
|
+
}
|
|
1260
|
+
],
|
|
1261
|
+
"minor": [
|
|
1262
|
+
{
|
|
1263
|
+
"comment": "Client Capabilities Support (#2169)",
|
|
1264
|
+
"author": "thomas.norling@microsoft.com",
|
|
1265
|
+
"commit": "0cdad1b8a3855b2414be9740862df29524897a22",
|
|
1266
|
+
"package": "@azure/msal-common"
|
|
1267
|
+
},
|
|
1268
|
+
{
|
|
1269
|
+
"comment": "Add support for acquiring tokens with client credentials grant",
|
|
1270
|
+
"author": "sagonzal@microsoft.com",
|
|
1271
|
+
"commit": "98647b7a8a40e1a5f7855f0bcee4594e080a8398",
|
|
1272
|
+
"package": "@azure/msal-common"
|
|
1273
|
+
}
|
|
1274
|
+
]
|
|
1275
|
+
}
|
|
1276
|
+
},
|
|
1277
|
+
{
|
|
1278
|
+
"date": "Thu, 13 Aug 2020 02:20:48 GMT",
|
|
1279
|
+
"tag": "@azure/msal-common_v1.1.1",
|
|
1280
|
+
"version": "1.1.1",
|
|
1281
|
+
"comments": {
|
|
1282
|
+
"patch": [
|
|
1283
|
+
{
|
|
1284
|
+
"comment": "knownAuthorities enhancements (#2106)",
|
|
1285
|
+
"author": "thomas.l.norling@gmail.com",
|
|
1286
|
+
"commit": "7f86c1ef455deda854fc1743e8a3f687e3f8ee76",
|
|
1287
|
+
"package": "@azure/msal-common"
|
|
1288
|
+
},
|
|
1289
|
+
{
|
|
1290
|
+
"comment": "Update typing of IdTokenClaims (#2105)",
|
|
1291
|
+
"author": "hemoral@microsoft.com",
|
|
1292
|
+
"commit": "a5994b5767d36476066c86822ce49a8ba4dbd3a7",
|
|
1293
|
+
"package": "@azure/msal-common"
|
|
1294
|
+
},
|
|
1295
|
+
{
|
|
1296
|
+
"comment": "Fix hash parsing issue from #2118 and back button cache clearing (#2129)",
|
|
1297
|
+
"author": "prkanher@microsoft.com",
|
|
1298
|
+
"commit": "10ab51ecd9e4bb1ba1668972b693055310c65736",
|
|
1299
|
+
"package": "@azure/msal-common"
|
|
1300
|
+
}
|
|
1301
|
+
],
|
|
1302
|
+
"none": [
|
|
1303
|
+
{
|
|
1304
|
+
"comment": "Added documentation for client-side throttling (#2033)",
|
|
1305
|
+
"author": "jamckenn@microsoft.com",
|
|
1306
|
+
"commit": "4a45286aa7767a4f60aa0eadd4ed125d520034f7",
|
|
1307
|
+
"package": "@azure/msal-common"
|
|
1308
|
+
},
|
|
1309
|
+
{
|
|
1310
|
+
"comment": "updating files for automated release steps",
|
|
1311
|
+
"author": "prkanher@microsoft.com",
|
|
1312
|
+
"commit": "2c937a52cef36cbc84231f8868b4251529fa38c9",
|
|
1313
|
+
"package": "@azure/msal-common"
|
|
1314
|
+
}
|
|
1315
|
+
]
|
|
1316
|
+
}
|
|
1317
|
+
}
|
|
1318
|
+
]
|
|
1319
|
+
}
|