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