@azure/msal-browser 2.38.0 → 2.38.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 (67) hide show
  1. package/README.md +1 -1
  2. package/dist/_virtual/_tslib.js +1 -1
  3. package/dist/app/ClientApplication.js +1 -1
  4. package/dist/app/IPublicClientApplication.js +1 -1
  5. package/dist/app/PublicClientApplication.d.ts.map +1 -1
  6. package/dist/app/PublicClientApplication.js +5 -3
  7. package/dist/app/PublicClientApplication.js.map +1 -1
  8. package/dist/broker/nativeBroker/NativeMessageHandler.js +1 -1
  9. package/dist/cache/AsyncMemoryStorage.js +1 -1
  10. package/dist/cache/BrowserCacheManager.js +1 -1
  11. package/dist/cache/BrowserStorage.js +1 -1
  12. package/dist/cache/CryptoKeyStore.js +1 -1
  13. package/dist/cache/DatabaseStorage.js +1 -1
  14. package/dist/cache/MemoryStorage.js +1 -1
  15. package/dist/cache/TokenCache.js +1 -1
  16. package/dist/config/Configuration.js +1 -1
  17. package/dist/config/Configuration.js.map +1 -1
  18. package/dist/crypto/BrowserCrypto.js +1 -1
  19. package/dist/crypto/CryptoOps.js +1 -1
  20. package/dist/crypto/GuidGenerator.js +1 -1
  21. package/dist/crypto/ModernBrowserCrypto.js +1 -1
  22. package/dist/crypto/MsBrowserCrypto.js +1 -1
  23. package/dist/crypto/MsrBrowserCrypto.js +1 -1
  24. package/dist/crypto/PkceGenerator.js +1 -1
  25. package/dist/crypto/SignedHttpRequest.js +1 -1
  26. package/dist/encode/Base64Decode.js +1 -1
  27. package/dist/encode/Base64Encode.js +1 -1
  28. package/dist/error/BrowserAuthError.js +1 -1
  29. package/dist/error/BrowserConfigurationAuthError.js +1 -1
  30. package/dist/error/NativeAuthError.js +1 -1
  31. package/dist/event/EventHandler.js +1 -1
  32. package/dist/event/EventMessage.js +1 -1
  33. package/dist/event/EventType.js +1 -1
  34. package/dist/index.cjs.js +65 -63
  35. package/dist/index.cjs.js.map +1 -1
  36. package/dist/index.js +1 -1
  37. package/dist/interaction_client/BaseInteractionClient.js +1 -1
  38. package/dist/interaction_client/HybridSpaAuthorizationCodeClient.js +1 -1
  39. package/dist/interaction_client/NativeInteractionClient.js +1 -1
  40. package/dist/interaction_client/PopupClient.js +1 -1
  41. package/dist/interaction_client/RedirectClient.js +1 -1
  42. package/dist/interaction_client/SilentAuthCodeClient.js +1 -1
  43. package/dist/interaction_client/SilentCacheClient.js +1 -1
  44. package/dist/interaction_client/SilentIframeClient.js +1 -1
  45. package/dist/interaction_client/SilentRefreshClient.js +1 -1
  46. package/dist/interaction_client/StandardInteractionClient.js +1 -1
  47. package/dist/interaction_handler/InteractionHandler.js +1 -1
  48. package/dist/interaction_handler/RedirectHandler.js +1 -1
  49. package/dist/interaction_handler/SilentHandler.js +1 -1
  50. package/dist/internals.js +1 -1
  51. package/dist/navigation/NavigationClient.js +1 -1
  52. package/dist/network/FetchClient.js +1 -1
  53. package/dist/network/XhrClient.js +1 -1
  54. package/dist/packageMetadata.d.ts +1 -1
  55. package/dist/packageMetadata.js +2 -2
  56. package/dist/packageMetadata.js.map +1 -1
  57. package/dist/telemetry/BrowserPerformanceClient.js +1 -1
  58. package/dist/telemetry/BrowserPerformanceMeasurement.js +1 -1
  59. package/dist/utils/BrowserConstants.js +1 -1
  60. package/dist/utils/BrowserProtocolUtils.js +1 -1
  61. package/dist/utils/BrowserStringUtils.js +1 -1
  62. package/dist/utils/BrowserUtils.js +1 -1
  63. package/dist/utils/MathUtils.js +1 -1
  64. package/lib/msal-browser.js +65 -63
  65. package/lib/msal-browser.js.map +1 -1
  66. package/lib/msal-browser.min.js +28 -28
  67. package/package.json +3 -3
package/dist/index.cjs.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v2.38.0 2023-07-05 */
1
+ /*! @azure/msal-browser v2.38.1 2023-08-07 */
2
2
  'use strict';
3
3
  'use strict';
4
4
 
@@ -117,7 +117,7 @@ function __spread() {
117
117
  return ar;
118
118
  }
119
119
 
120
- /*! @azure/msal-common v13.2.0 2023-07-05 */
120
+ /*! @azure/msal-common v13.2.1 2023-08-07 */
121
121
  /*! *****************************************************************************
122
122
  Copyright (c) Microsoft Corporation.
123
123
 
@@ -204,7 +204,7 @@ function __spreadArrays() {
204
204
  return r;
205
205
  }
206
206
 
207
- /*! @azure/msal-common v13.2.0 2023-07-05 */
207
+ /*! @azure/msal-common v13.2.1 2023-08-07 */
208
208
 
209
209
  /*
210
210
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -577,7 +577,7 @@ var JsonTypes;
577
577
  JsonTypes["Pop"] = "pop";
578
578
  })(JsonTypes || (JsonTypes = {}));
579
579
 
580
- /*! @azure/msal-common v13.2.0 2023-07-05 */
580
+ /*! @azure/msal-common v13.2.1 2023-08-07 */
581
581
 
582
582
  /*
583
583
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -633,7 +633,7 @@ var AuthError = /** @class */ (function (_super) {
633
633
  return AuthError;
634
634
  }(Error));
635
635
 
636
- /*! @azure/msal-common v13.2.0 2023-07-05 */
636
+ /*! @azure/msal-common v13.2.1 2023-08-07 */
637
637
 
638
638
  /*
639
639
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -708,7 +708,7 @@ var DEFAULT_CRYPTO_IMPLEMENTATION = {
708
708
  }
709
709
  };
710
710
 
711
- /*! @azure/msal-common v13.2.0 2023-07-05 */
711
+ /*! @azure/msal-common v13.2.1 2023-08-07 */
712
712
 
713
713
  /*
714
714
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1223,7 +1223,7 @@ var ClientAuthError = /** @class */ (function (_super) {
1223
1223
  return ClientAuthError;
1224
1224
  }(AuthError));
1225
1225
 
1226
- /*! @azure/msal-common v13.2.0 2023-07-05 */
1226
+ /*! @azure/msal-common v13.2.1 2023-08-07 */
1227
1227
 
1228
1228
  /*
1229
1229
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1348,7 +1348,7 @@ var StringUtils = /** @class */ (function () {
1348
1348
  return StringUtils;
1349
1349
  }());
1350
1350
 
1351
- /*! @azure/msal-common v13.2.0 2023-07-05 */
1351
+ /*! @azure/msal-common v13.2.1 2023-08-07 */
1352
1352
 
1353
1353
  /*
1354
1354
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1538,12 +1538,12 @@ var Logger = /** @class */ (function () {
1538
1538
  return Logger;
1539
1539
  }());
1540
1540
 
1541
- /*! @azure/msal-common v13.2.0 2023-07-05 */
1541
+ /*! @azure/msal-common v13.2.1 2023-08-07 */
1542
1542
  /* eslint-disable header/header */
1543
1543
  var name$1 = "@azure/msal-common";
1544
- var version$1 = "13.2.0";
1544
+ var version$1 = "13.2.1";
1545
1545
 
1546
- /*! @azure/msal-common v13.2.0 2023-07-05 */
1546
+ /*! @azure/msal-common v13.2.1 2023-08-07 */
1547
1547
  /*
1548
1548
  * Copyright (c) Microsoft Corporation. All rights reserved.
1549
1549
  * Licensed under the MIT License.
@@ -1564,7 +1564,7 @@ exports.AzureCloudInstance = void 0;
1564
1564
  AzureCloudInstance["AzureUsGovernment"] = "https://login.microsoftonline.us";
1565
1565
  })(exports.AzureCloudInstance || (exports.AzureCloudInstance = {}));
1566
1566
 
1567
- /*! @azure/msal-common v13.2.0 2023-07-05 */
1567
+ /*! @azure/msal-common v13.2.1 2023-08-07 */
1568
1568
 
1569
1569
  /*
1570
1570
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1829,7 +1829,7 @@ var ClientConfigurationError = /** @class */ (function (_super) {
1829
1829
  return ClientConfigurationError;
1830
1830
  }(ClientAuthError));
1831
1831
 
1832
- /*! @azure/msal-common v13.2.0 2023-07-05 */
1832
+ /*! @azure/msal-common v13.2.1 2023-08-07 */
1833
1833
 
1834
1834
  /*
1835
1835
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -2028,7 +2028,7 @@ var ScopeSet = /** @class */ (function () {
2028
2028
  return ScopeSet;
2029
2029
  }());
2030
2030
 
2031
- /*! @azure/msal-common v13.2.0 2023-07-05 */
2031
+ /*! @azure/msal-common v13.2.1 2023-08-07 */
2032
2032
 
2033
2033
  /*
2034
2034
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -2066,7 +2066,7 @@ function buildClientInfoFromHomeAccountId(homeAccountId) {
2066
2066
  };
2067
2067
  }
2068
2068
 
2069
- /*! @azure/msal-common v13.2.0 2023-07-05 */
2069
+ /*! @azure/msal-common v13.2.1 2023-08-07 */
2070
2070
  /*
2071
2071
  * Copyright (c) Microsoft Corporation. All rights reserved.
2072
2072
  * Licensed under the MIT License.
@@ -2082,7 +2082,7 @@ var AuthorityType;
2082
2082
  AuthorityType[AuthorityType["Ciam"] = 3] = "Ciam";
2083
2083
  })(AuthorityType || (AuthorityType = {}));
2084
2084
 
2085
- /*! @azure/msal-common v13.2.0 2023-07-05 */
2085
+ /*! @azure/msal-common v13.2.1 2023-08-07 */
2086
2086
 
2087
2087
  /*
2088
2088
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -2321,7 +2321,7 @@ var AccountEntity = /** @class */ (function () {
2321
2321
  return AccountEntity;
2322
2322
  }());
2323
2323
 
2324
- /*! @azure/msal-common v13.2.0 2023-07-05 */
2324
+ /*! @azure/msal-common v13.2.1 2023-08-07 */
2325
2325
 
2326
2326
  /*
2327
2327
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -2373,7 +2373,7 @@ var AuthToken = /** @class */ (function () {
2373
2373
  return AuthToken;
2374
2374
  }());
2375
2375
 
2376
- /*! @azure/msal-common v13.2.0 2023-07-05 */
2376
+ /*! @azure/msal-common v13.2.1 2023-08-07 */
2377
2377
 
2378
2378
  /*
2379
2379
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -3421,7 +3421,7 @@ var DefaultStorageClass = /** @class */ (function (_super) {
3421
3421
  return DefaultStorageClass;
3422
3422
  }(CacheManager));
3423
3423
 
3424
- /*! @azure/msal-common v13.2.0 2023-07-05 */
3424
+ /*! @azure/msal-common v13.2.1 2023-08-07 */
3425
3425
 
3426
3426
  /*
3427
3427
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -3518,7 +3518,7 @@ function buildAuthOptions(authOptions) {
3518
3518
  return __assign({ clientCapabilities: [], azureCloudOptions: DEFAULT_AZURE_CLOUD_OPTIONS, skipAuthorityMetadataCache: false }, authOptions);
3519
3519
  }
3520
3520
 
3521
- /*! @azure/msal-common v13.2.0 2023-07-05 */
3521
+ /*! @azure/msal-common v13.2.1 2023-08-07 */
3522
3522
 
3523
3523
  /*
3524
3524
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -3538,7 +3538,7 @@ var ServerError = /** @class */ (function (_super) {
3538
3538
  return ServerError;
3539
3539
  }(AuthError));
3540
3540
 
3541
- /*! @azure/msal-common v13.2.0 2023-07-05 */
3541
+ /*! @azure/msal-common v13.2.1 2023-08-07 */
3542
3542
 
3543
3543
  /*
3544
3544
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -3634,7 +3634,7 @@ var ThrottlingUtils = /** @class */ (function () {
3634
3634
  return ThrottlingUtils;
3635
3635
  }());
3636
3636
 
3637
- /*! @azure/msal-common v13.2.0 2023-07-05 */
3637
+ /*! @azure/msal-common v13.2.1 2023-08-07 */
3638
3638
 
3639
3639
  /*
3640
3640
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -3683,7 +3683,7 @@ var NetworkManager = /** @class */ (function () {
3683
3683
  return NetworkManager;
3684
3684
  }());
3685
3685
 
3686
- /*! @azure/msal-common v13.2.0 2023-07-05 */
3686
+ /*! @azure/msal-common v13.2.1 2023-08-07 */
3687
3687
  /*
3688
3688
  * Copyright (c) Microsoft Corporation. All rights reserved.
3689
3689
  * Licensed under the MIT License.
@@ -3694,7 +3694,7 @@ var CcsCredentialType;
3694
3694
  CcsCredentialType["UPN"] = "UPN";
3695
3695
  })(CcsCredentialType || (CcsCredentialType = {}));
3696
3696
 
3697
- /*! @azure/msal-common v13.2.0 2023-07-05 */
3697
+ /*! @azure/msal-common v13.2.1 2023-08-07 */
3698
3698
 
3699
3699
  /*
3700
3700
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -3785,7 +3785,7 @@ var RequestValidator = /** @class */ (function () {
3785
3785
  return RequestValidator;
3786
3786
  }());
3787
3787
 
3788
- /*! @azure/msal-common v13.2.0 2023-07-05 */
3788
+ /*! @azure/msal-common v13.2.1 2023-08-07 */
3789
3789
 
3790
3790
  /*
3791
3791
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -4163,7 +4163,7 @@ var RequestParameterBuilder = /** @class */ (function () {
4163
4163
  return RequestParameterBuilder;
4164
4164
  }());
4165
4165
 
4166
- /*! @azure/msal-common v13.2.0 2023-07-05 */
4166
+ /*! @azure/msal-common v13.2.1 2023-08-07 */
4167
4167
 
4168
4168
  /*
4169
4169
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -4265,7 +4265,7 @@ var BaseClient = /** @class */ (function () {
4265
4265
  return BaseClient;
4266
4266
  }());
4267
4267
 
4268
- /*! @azure/msal-common v13.2.0 2023-07-05 */
4268
+ /*! @azure/msal-common v13.2.1 2023-08-07 */
4269
4269
 
4270
4270
  /*
4271
4271
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -4403,7 +4403,7 @@ var CredentialEntity = /** @class */ (function () {
4403
4403
  return CredentialEntity;
4404
4404
  }());
4405
4405
 
4406
- /*! @azure/msal-common v13.2.0 2023-07-05 */
4406
+ /*! @azure/msal-common v13.2.1 2023-08-07 */
4407
4407
 
4408
4408
  /*
4409
4409
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -4467,7 +4467,7 @@ var IdTokenEntity = /** @class */ (function (_super) {
4467
4467
  return IdTokenEntity;
4468
4468
  }(CredentialEntity));
4469
4469
 
4470
- /*! @azure/msal-common v13.2.0 2023-07-05 */
4470
+ /*! @azure/msal-common v13.2.1 2023-08-07 */
4471
4471
  /*
4472
4472
  * Copyright (c) Microsoft Corporation. All rights reserved.
4473
4473
  * Licensed under the MIT License.
@@ -4517,7 +4517,7 @@ var TimeUtils = /** @class */ (function () {
4517
4517
  return TimeUtils;
4518
4518
  }());
4519
4519
 
4520
- /*! @azure/msal-common v13.2.0 2023-07-05 */
4520
+ /*! @azure/msal-common v13.2.1 2023-08-07 */
4521
4521
 
4522
4522
  /*
4523
4523
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -4631,7 +4631,7 @@ var AccessTokenEntity = /** @class */ (function (_super) {
4631
4631
  return AccessTokenEntity;
4632
4632
  }(CredentialEntity));
4633
4633
 
4634
- /*! @azure/msal-common v13.2.0 2023-07-05 */
4634
+ /*! @azure/msal-common v13.2.1 2023-08-07 */
4635
4635
 
4636
4636
  /*
4637
4637
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -4698,7 +4698,7 @@ var RefreshTokenEntity = /** @class */ (function (_super) {
4698
4698
  return RefreshTokenEntity;
4699
4699
  }(CredentialEntity));
4700
4700
 
4701
- /*! @azure/msal-common v13.2.0 2023-07-05 */
4701
+ /*! @azure/msal-common v13.2.1 2023-08-07 */
4702
4702
 
4703
4703
  /*
4704
4704
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -4777,7 +4777,7 @@ var InteractionRequiredAuthError = /** @class */ (function (_super) {
4777
4777
  return InteractionRequiredAuthError;
4778
4778
  }(AuthError));
4779
4779
 
4780
- /*! @azure/msal-common v13.2.0 2023-07-05 */
4780
+ /*! @azure/msal-common v13.2.1 2023-08-07 */
4781
4781
  /*
4782
4782
  * Copyright (c) Microsoft Corporation. All rights reserved.
4783
4783
  * Licensed under the MIT License.
@@ -4793,7 +4793,7 @@ var CacheRecord = /** @class */ (function () {
4793
4793
  return CacheRecord;
4794
4794
  }());
4795
4795
 
4796
- /*! @azure/msal-common v13.2.0 2023-07-05 */
4796
+ /*! @azure/msal-common v13.2.1 2023-08-07 */
4797
4797
 
4798
4798
  /*
4799
4799
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -4864,7 +4864,7 @@ var ProtocolUtils = /** @class */ (function () {
4864
4864
  return ProtocolUtils;
4865
4865
  }());
4866
4866
 
4867
- /*! @azure/msal-common v13.2.0 2023-07-05 */
4867
+ /*! @azure/msal-common v13.2.1 2023-08-07 */
4868
4868
 
4869
4869
  /*
4870
4870
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -5098,7 +5098,7 @@ var UrlString = /** @class */ (function () {
5098
5098
  return UrlString;
5099
5099
  }());
5100
5100
 
5101
- /*! @azure/msal-common v13.2.0 2023-07-05 */
5101
+ /*! @azure/msal-common v13.2.1 2023-08-07 */
5102
5102
  /*
5103
5103
  * Copyright (c) Microsoft Corporation. All rights reserved.
5104
5104
  * Licensed under the MIT License.
@@ -5327,7 +5327,7 @@ var IntFields = new Set([
5327
5327
  "status",
5328
5328
  ]);
5329
5329
 
5330
- /*! @azure/msal-common v13.2.0 2023-07-05 */
5330
+ /*! @azure/msal-common v13.2.1 2023-08-07 */
5331
5331
 
5332
5332
  /*
5333
5333
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -5436,7 +5436,7 @@ var PopTokenGenerator = /** @class */ (function () {
5436
5436
  return PopTokenGenerator;
5437
5437
  }());
5438
5438
 
5439
- /*! @azure/msal-common v13.2.0 2023-07-05 */
5439
+ /*! @azure/msal-common v13.2.1 2023-08-07 */
5440
5440
 
5441
5441
  /*
5442
5442
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -5506,7 +5506,7 @@ var AppMetadataEntity = /** @class */ (function () {
5506
5506
  return AppMetadataEntity;
5507
5507
  }());
5508
5508
 
5509
- /*! @azure/msal-common v13.2.0 2023-07-05 */
5509
+ /*! @azure/msal-common v13.2.1 2023-08-07 */
5510
5510
  /*
5511
5511
  * Copyright (c) Microsoft Corporation. All rights reserved.
5512
5512
  * Licensed under the MIT License.
@@ -5542,7 +5542,7 @@ var AppMetadataEntity = /** @class */ (function () {
5542
5542
  return TokenCacheContext;
5543
5543
  }());
5544
5544
 
5545
- /*! @azure/msal-common v13.2.0 2023-07-05 */
5545
+ /*! @azure/msal-common v13.2.1 2023-08-07 */
5546
5546
 
5547
5547
  /*
5548
5548
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -5829,7 +5829,7 @@ var ResponseHandler = /** @class */ (function () {
5829
5829
  return ResponseHandler;
5830
5830
  }());
5831
5831
 
5832
- /*! @azure/msal-common v13.2.0 2023-07-05 */
5832
+ /*! @azure/msal-common v13.2.1 2023-08-07 */
5833
5833
 
5834
5834
  /*
5835
5835
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -6307,7 +6307,7 @@ var AuthorizationCodeClient = /** @class */ (function (_super) {
6307
6307
  return AuthorizationCodeClient;
6308
6308
  }(BaseClient));
6309
6309
 
6310
- /*! @azure/msal-common v13.2.0 2023-07-05 */
6310
+ /*! @azure/msal-common v13.2.1 2023-08-07 */
6311
6311
 
6312
6312
  /*
6313
6313
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -6581,7 +6581,7 @@ var RefreshTokenClient = /** @class */ (function (_super) {
6581
6581
  return RefreshTokenClient;
6582
6582
  }(BaseClient));
6583
6583
 
6584
- /*! @azure/msal-common v13.2.0 2023-07-05 */
6584
+ /*! @azure/msal-common v13.2.1 2023-08-07 */
6585
6585
 
6586
6586
  /*
6587
6587
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -6711,7 +6711,7 @@ var SilentFlowClient = /** @class */ (function (_super) {
6711
6711
  return SilentFlowClient;
6712
6712
  }(BaseClient));
6713
6713
 
6714
- /*! @azure/msal-common v13.2.0 2023-07-05 */
6714
+ /*! @azure/msal-common v13.2.1 2023-08-07 */
6715
6715
  /*
6716
6716
  * Copyright (c) Microsoft Corporation. All rights reserved.
6717
6717
  * Licensed under the MIT License.
@@ -6723,7 +6723,7 @@ function isOpenIdConfigResponse(response) {
6723
6723
  response.hasOwnProperty("jwks_uri"));
6724
6724
  }
6725
6725
 
6726
- /*! @azure/msal-common v13.2.0 2023-07-05 */
6726
+ /*! @azure/msal-common v13.2.1 2023-08-07 */
6727
6727
  /*
6728
6728
  * Copyright (c) Microsoft Corporation. All rights reserved.
6729
6729
  * Licensed under the MIT License.
@@ -6732,7 +6732,7 @@ var rawMetdataJSON = { "endpointMetadata": { "https://login.microsoftonline.com/
6732
6732
  var EndpointMetadata = rawMetdataJSON.endpointMetadata;
6733
6733
  var InstanceDiscoveryMetadata = rawMetdataJSON.instanceDiscoveryMetadata;
6734
6734
 
6735
- /*! @azure/msal-common v13.2.0 2023-07-05 */
6735
+ /*! @azure/msal-common v13.2.1 2023-08-07 */
6736
6736
  /*
6737
6737
  * Copyright (c) Microsoft Corporation. All rights reserved.
6738
6738
  * Licensed under the MIT License.
@@ -6746,7 +6746,7 @@ exports.ProtocolMode = void 0;
6746
6746
  ProtocolMode["OIDC"] = "OIDC";
6747
6747
  })(exports.ProtocolMode || (exports.ProtocolMode = {}));
6748
6748
 
6749
- /*! @azure/msal-common v13.2.0 2023-07-05 */
6749
+ /*! @azure/msal-common v13.2.1 2023-08-07 */
6750
6750
 
6751
6751
  /*
6752
6752
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -6823,7 +6823,7 @@ var AuthorityMetadataEntity = /** @class */ (function () {
6823
6823
  return AuthorityMetadataEntity;
6824
6824
  }());
6825
6825
 
6826
- /*! @azure/msal-common v13.2.0 2023-07-05 */
6826
+ /*! @azure/msal-common v13.2.1 2023-08-07 */
6827
6827
  /*
6828
6828
  * Copyright (c) Microsoft Corporation. All rights reserved.
6829
6829
  * Licensed under the MIT License.
@@ -6833,7 +6833,7 @@ function isCloudInstanceDiscoveryResponse(response) {
6833
6833
  response.hasOwnProperty("metadata"));
6834
6834
  }
6835
6835
 
6836
- /*! @azure/msal-common v13.2.0 2023-07-05 */
6836
+ /*! @azure/msal-common v13.2.1 2023-08-07 */
6837
6837
  /*
6838
6838
  * Copyright (c) Microsoft Corporation. All rights reserved.
6839
6839
  * Licensed under the MIT License.
@@ -6843,7 +6843,7 @@ function isCloudInstanceDiscoveryErrorResponse(response) {
6843
6843
  response.hasOwnProperty("error_description"));
6844
6844
  }
6845
6845
 
6846
- /*! @azure/msal-common v13.2.0 2023-07-05 */
6846
+ /*! @azure/msal-common v13.2.1 2023-08-07 */
6847
6847
 
6848
6848
  /*
6849
6849
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -6975,7 +6975,7 @@ var RegionDiscovery = /** @class */ (function () {
6975
6975
  return RegionDiscovery;
6976
6976
  }());
6977
6977
 
6978
- /*! @azure/msal-common v13.2.0 2023-07-05 */
6978
+ /*! @azure/msal-common v13.2.1 2023-08-07 */
6979
6979
 
6980
6980
  /*
6981
6981
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -7768,7 +7768,7 @@ var Authority = /** @class */ (function () {
7768
7768
  return Authority;
7769
7769
  }());
7770
7770
 
7771
- /*! @azure/msal-common v13.2.0 2023-07-05 */
7771
+ /*! @azure/msal-common v13.2.1 2023-08-07 */
7772
7772
 
7773
7773
  /*
7774
7774
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -7832,7 +7832,7 @@ var AuthorityFactory = /** @class */ (function () {
7832
7832
  return AuthorityFactory;
7833
7833
  }());
7834
7834
 
7835
- /*! @azure/msal-common v13.2.0 2023-07-05 */
7835
+ /*! @azure/msal-common v13.2.1 2023-08-07 */
7836
7836
 
7837
7837
  /*
7838
7838
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -7863,7 +7863,7 @@ var ServerTelemetryEntity = /** @class */ (function () {
7863
7863
  return ServerTelemetryEntity;
7864
7864
  }());
7865
7865
 
7866
- /*! @azure/msal-common v13.2.0 2023-07-05 */
7866
+ /*! @azure/msal-common v13.2.1 2023-08-07 */
7867
7867
 
7868
7868
  /*
7869
7869
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -7891,7 +7891,7 @@ var ThrottlingEntity = /** @class */ (function () {
7891
7891
  return ThrottlingEntity;
7892
7892
  }());
7893
7893
 
7894
- /*! @azure/msal-common v13.2.0 2023-07-05 */
7894
+ /*! @azure/msal-common v13.2.1 2023-08-07 */
7895
7895
 
7896
7896
  /*
7897
7897
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -7908,7 +7908,7 @@ var StubbedNetworkModule = {
7908
7908
  }
7909
7909
  };
7910
7910
 
7911
- /*! @azure/msal-common v13.2.0 2023-07-05 */
7911
+ /*! @azure/msal-common v13.2.1 2023-08-07 */
7912
7912
 
7913
7913
  /*
7914
7914
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -7953,7 +7953,7 @@ var JoseHeaderError = /** @class */ (function (_super) {
7953
7953
  return JoseHeaderError;
7954
7954
  }(AuthError));
7955
7955
 
7956
- /*! @azure/msal-common v13.2.0 2023-07-05 */
7956
+ /*! @azure/msal-common v13.2.1 2023-08-07 */
7957
7957
 
7958
7958
  /*
7959
7959
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -7993,7 +7993,7 @@ var JoseHeader = /** @class */ (function () {
7993
7993
  return JoseHeader;
7994
7994
  }());
7995
7995
 
7996
- /*! @azure/msal-common v13.2.0 2023-07-05 */
7996
+ /*! @azure/msal-common v13.2.1 2023-08-07 */
7997
7997
 
7998
7998
  /*
7999
7999
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -8052,7 +8052,7 @@ var AuthenticationHeaderParser = /** @class */ (function () {
8052
8052
  return AuthenticationHeaderParser;
8053
8053
  }());
8054
8054
 
8055
- /*! @azure/msal-common v13.2.0 2023-07-05 */
8055
+ /*! @azure/msal-common v13.2.1 2023-08-07 */
8056
8056
 
8057
8057
  /*
8058
8058
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -8214,7 +8214,7 @@ var ServerTelemetryManager = /** @class */ (function () {
8214
8214
  return ServerTelemetryManager;
8215
8215
  }());
8216
8216
 
8217
- /*! @azure/msal-common v13.2.0 2023-07-05 */
8217
+ /*! @azure/msal-common v13.2.1 2023-08-07 */
8218
8218
 
8219
8219
  /*
8220
8220
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -8617,7 +8617,7 @@ var PerformanceClient = /** @class */ (function () {
8617
8617
  return PerformanceClient;
8618
8618
  }());
8619
8619
 
8620
- /*! @azure/msal-common v13.2.0 2023-07-05 */
8620
+ /*! @azure/msal-common v13.2.1 2023-08-07 */
8621
8621
 
8622
8622
  /*
8623
8623
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -10843,7 +10843,7 @@ var DEFAULT_BROWSER_CACHE_MANAGER = function (clientId, logger) {
10843
10843
 
10844
10844
  /* eslint-disable header/header */
10845
10845
  var name = "@azure/msal-browser";
10846
- var version = "2.38.0";
10846
+ var version = "2.38.1";
10847
10847
 
10848
10848
  /*
10849
10849
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -17873,13 +17873,15 @@ var PublicClientApplication = /** @class */ (function (_super) {
17873
17873
  return _this.acquireTokenByRefreshToken(silentRequest_1, requestWithCLP_1).catch(function (refreshTokenError) {
17874
17874
  var isServerError = refreshTokenError instanceof ServerError;
17875
17875
  var isInteractionRequiredError = refreshTokenError instanceof InteractionRequiredAuthError;
17876
+ var rtNotFound = (refreshTokenError.errorCode === InteractionRequiredAuthErrorMessage.noTokensFoundError.code);
17876
17877
  var isInvalidGrantError = (refreshTokenError.errorCode === BrowserConstants.INVALID_GRANT_ERROR);
17877
17878
  if ((!isServerError ||
17878
17879
  !isInvalidGrantError ||
17879
17880
  isInteractionRequiredError ||
17880
17881
  requestWithCLP_1.cacheLookupPolicy === exports.CacheLookupPolicy.AccessTokenAndRefreshToken ||
17881
17882
  requestWithCLP_1.cacheLookupPolicy === exports.CacheLookupPolicy.RefreshToken)
17882
- && (requestWithCLP_1.cacheLookupPolicy !== exports.CacheLookupPolicy.Skip)) {
17883
+ && (requestWithCLP_1.cacheLookupPolicy !== exports.CacheLookupPolicy.Skip)
17884
+ && !rtNotFound) {
17883
17885
  throw refreshTokenError;
17884
17886
  }
17885
17887
  _this.logger.verbose("Refresh token expired/invalid or CacheLookupPolicy is set to Skip, attempting acquire token by iframe.", request.correlationId);