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