@azure/msal-common 5.1.0 → 5.1.1

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