@azure/msal-browser 3.28.0 → 3.28.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 (95) hide show
  1. package/dist/app/IPublicClientApplication.mjs +1 -1
  2. package/dist/app/PublicClientApplication.mjs +1 -1
  3. package/dist/app/PublicClientNext.mjs +1 -1
  4. package/dist/broker/nativeBroker/NativeMessageHandler.mjs +1 -1
  5. package/dist/broker/nativeBroker/NativeStatusCodes.mjs +1 -1
  6. package/dist/cache/AccountManager.mjs +1 -1
  7. package/dist/cache/AsyncMemoryStorage.mjs +1 -1
  8. package/dist/cache/BrowserCacheManager.mjs +1 -1
  9. package/dist/cache/BrowserStorage.mjs +1 -1
  10. package/dist/cache/CookieStorage.mjs +1 -1
  11. package/dist/cache/DatabaseStorage.mjs +1 -1
  12. package/dist/cache/LocalStorage.mjs +1 -1
  13. package/dist/cache/MemoryStorage.mjs +1 -1
  14. package/dist/cache/SessionStorage.mjs +1 -1
  15. package/dist/cache/TokenCache.mjs +1 -1
  16. package/dist/config/Configuration.mjs +1 -1
  17. package/dist/controllers/ControllerFactory.mjs +1 -1
  18. package/dist/controllers/NestedAppAuthController.mjs +2 -2
  19. package/dist/controllers/NestedAppAuthController.mjs.map +1 -1
  20. package/dist/controllers/StandardController.mjs +1 -1
  21. package/dist/controllers/UnknownOperatingContextController.mjs +1 -1
  22. package/dist/crypto/BrowserCrypto.d.ts +1 -1
  23. package/dist/crypto/BrowserCrypto.d.ts.map +1 -1
  24. package/dist/crypto/BrowserCrypto.mjs +3 -3
  25. package/dist/crypto/BrowserCrypto.mjs.map +1 -1
  26. package/dist/crypto/CryptoOps.d.ts +1 -1
  27. package/dist/crypto/CryptoOps.d.ts.map +1 -1
  28. package/dist/crypto/CryptoOps.mjs +3 -3
  29. package/dist/crypto/CryptoOps.mjs.map +1 -1
  30. package/dist/crypto/PkceGenerator.mjs +1 -1
  31. package/dist/crypto/SignedHttpRequest.mjs +1 -1
  32. package/dist/encode/Base64Decode.mjs +1 -1
  33. package/dist/encode/Base64Encode.mjs +1 -1
  34. package/dist/error/BrowserAuthError.mjs +1 -1
  35. package/dist/error/BrowserAuthErrorCodes.mjs +1 -1
  36. package/dist/error/BrowserConfigurationAuthError.mjs +1 -1
  37. package/dist/error/BrowserConfigurationAuthErrorCodes.mjs +1 -1
  38. package/dist/error/NativeAuthError.mjs +1 -1
  39. package/dist/error/NativeAuthErrorCodes.mjs +1 -1
  40. package/dist/error/NestedAppAuthError.mjs +1 -1
  41. package/dist/event/EventHandler.mjs +1 -1
  42. package/dist/event/EventMessage.mjs +1 -1
  43. package/dist/event/EventType.mjs +1 -1
  44. package/dist/index.mjs +1 -1
  45. package/dist/interaction_client/BaseInteractionClient.mjs +1 -1
  46. package/dist/interaction_client/HybridSpaAuthorizationCodeClient.mjs +1 -1
  47. package/dist/interaction_client/NativeInteractionClient.mjs +1 -1
  48. package/dist/interaction_client/PopupClient.mjs +1 -1
  49. package/dist/interaction_client/RedirectClient.mjs +1 -1
  50. package/dist/interaction_client/SilentAuthCodeClient.mjs +1 -1
  51. package/dist/interaction_client/SilentCacheClient.mjs +1 -1
  52. package/dist/interaction_client/SilentIframeClient.mjs +1 -1
  53. package/dist/interaction_client/SilentRefreshClient.mjs +1 -1
  54. package/dist/interaction_client/StandardInteractionClient.mjs +1 -1
  55. package/dist/interaction_handler/InteractionHandler.mjs +1 -1
  56. package/dist/interaction_handler/RedirectHandler.mjs +1 -1
  57. package/dist/interaction_handler/SilentHandler.mjs +1 -1
  58. package/dist/naa/BridgeError.mjs +1 -1
  59. package/dist/naa/BridgeProxy.mjs +1 -1
  60. package/dist/naa/BridgeStatusCode.mjs +1 -1
  61. package/dist/naa/mapping/NestedAppAuthAdapter.mjs +1 -1
  62. package/dist/navigation/NavigationClient.mjs +1 -1
  63. package/dist/network/FetchClient.mjs +1 -1
  64. package/dist/operatingcontext/BaseOperatingContext.mjs +1 -1
  65. package/dist/operatingcontext/NestedAppOperatingContext.mjs +1 -1
  66. package/dist/operatingcontext/StandardOperatingContext.mjs +1 -1
  67. package/dist/operatingcontext/UnknownOperatingContext.mjs +1 -1
  68. package/dist/packageMetadata.d.ts +1 -1
  69. package/dist/packageMetadata.mjs +2 -2
  70. package/dist/request/RequestHelpers.mjs +1 -1
  71. package/dist/response/ResponseHandler.mjs +1 -1
  72. package/dist/telemetry/BrowserPerformanceClient.mjs +1 -1
  73. package/dist/telemetry/BrowserPerformanceMeasurement.mjs +1 -1
  74. package/dist/utils/BrowserConstants.mjs +1 -1
  75. package/dist/utils/BrowserProtocolUtils.mjs +1 -1
  76. package/dist/utils/BrowserUtils.d.ts.map +1 -1
  77. package/dist/utils/BrowserUtils.mjs +4 -2
  78. package/dist/utils/BrowserUtils.mjs.map +1 -1
  79. package/lib/msal-browser.cjs +73 -71
  80. package/lib/msal-browser.cjs.map +1 -1
  81. package/lib/msal-browser.js +73 -71
  82. package/lib/msal-browser.js.map +1 -1
  83. package/lib/msal-browser.min.js +59 -59
  84. package/lib/types/crypto/BrowserCrypto.d.ts +1 -1
  85. package/lib/types/crypto/BrowserCrypto.d.ts.map +1 -1
  86. package/lib/types/crypto/CryptoOps.d.ts +1 -1
  87. package/lib/types/crypto/CryptoOps.d.ts.map +1 -1
  88. package/lib/types/packageMetadata.d.ts +1 -1
  89. package/lib/types/utils/BrowserUtils.d.ts.map +1 -1
  90. package/package.json +1 -1
  91. package/src/controllers/NestedAppAuthController.ts +1 -1
  92. package/src/crypto/BrowserCrypto.ts +4 -2
  93. package/src/crypto/CryptoOps.ts +8 -2
  94. package/src/packageMetadata.ts +1 -1
  95. package/src/utils/BrowserUtils.ts +3 -1
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v3.28.0 2024-12-12 */
1
+ /*! @azure/msal-browser v3.28.1 2025-01-14 */
2
2
  'use strict';
3
3
  (function (global, factory) {
4
4
  typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
@@ -6,7 +6,7 @@
6
6
  (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.msal = {}));
7
7
  })(this, (function (exports) { 'use strict';
8
8
 
9
- /*! @azure/msal-common v14.16.0 2024-12-12 */
9
+ /*! @azure/msal-common v14.16.0 2025-01-14 */
10
10
  /*
11
11
  * Copyright (c) Microsoft Corporation. All rights reserved.
12
12
  * Licensed under the MIT License.
@@ -316,7 +316,7 @@
316
316
  // Token renewal offset default in seconds
317
317
  const DEFAULT_TOKEN_RENEWAL_OFFSET_SEC = 300;
318
318
 
319
- /*! @azure/msal-common v14.16.0 2024-12-12 */
319
+ /*! @azure/msal-common v14.16.0 2025-01-14 */
320
320
  /*
321
321
  * Copyright (c) Microsoft Corporation. All rights reserved.
322
322
  * Licensed under the MIT License.
@@ -333,7 +333,7 @@
333
333
  unexpectedError: unexpectedError
334
334
  });
335
335
 
336
- /*! @azure/msal-common v14.16.0 2024-12-12 */
336
+ /*! @azure/msal-common v14.16.0 2025-01-14 */
337
337
 
338
338
  /*
339
339
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -382,7 +382,7 @@
382
382
  : AuthErrorMessages[code]);
383
383
  }
384
384
 
385
- /*! @azure/msal-common v14.16.0 2024-12-12 */
385
+ /*! @azure/msal-common v14.16.0 2025-01-14 */
386
386
  /*
387
387
  * Copyright (c) Microsoft Corporation. All rights reserved.
388
388
  * Licensed under the MIT License.
@@ -480,7 +480,7 @@
480
480
  userTimeoutReached: userTimeoutReached
481
481
  });
482
482
 
483
- /*! @azure/msal-common v14.16.0 2024-12-12 */
483
+ /*! @azure/msal-common v14.16.0 2025-01-14 */
484
484
 
485
485
  /*
486
486
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -732,7 +732,7 @@
732
732
  return new ClientAuthError(errorCode, additionalMessage);
733
733
  }
734
734
 
735
- /*! @azure/msal-common v14.16.0 2024-12-12 */
735
+ /*! @azure/msal-common v14.16.0 2025-01-14 */
736
736
 
737
737
  /*
738
738
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -771,7 +771,7 @@
771
771
  },
772
772
  };
773
773
 
774
- /*! @azure/msal-common v14.16.0 2024-12-12 */
774
+ /*! @azure/msal-common v14.16.0 2025-01-14 */
775
775
 
776
776
  /*
777
777
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -962,12 +962,12 @@
962
962
  }
963
963
  }
964
964
 
965
- /*! @azure/msal-common v14.16.0 2024-12-12 */
965
+ /*! @azure/msal-common v14.16.0 2025-01-14 */
966
966
  /* eslint-disable header/header */
967
967
  const name$1 = "@azure/msal-common";
968
968
  const version$1 = "14.16.0";
969
969
 
970
- /*! @azure/msal-common v14.16.0 2024-12-12 */
970
+ /*! @azure/msal-common v14.16.0 2025-01-14 */
971
971
  /*
972
972
  * Copyright (c) Microsoft Corporation. All rights reserved.
973
973
  * Licensed under the MIT License.
@@ -987,7 +987,7 @@
987
987
  AzureUsGovernment: "https://login.microsoftonline.us",
988
988
  };
989
989
 
990
- /*! @azure/msal-common v14.16.0 2024-12-12 */
990
+ /*! @azure/msal-common v14.16.0 2025-01-14 */
991
991
 
992
992
  /*
993
993
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1048,7 +1048,7 @@
1048
1048
  }
1049
1049
  }
1050
1050
 
1051
- /*! @azure/msal-common v14.16.0 2024-12-12 */
1051
+ /*! @azure/msal-common v14.16.0 2025-01-14 */
1052
1052
  /*
1053
1053
  * Copyright (c) Microsoft Corporation. All rights reserved.
1054
1054
  * Licensed under the MIT License.
@@ -1085,7 +1085,7 @@
1085
1085
  return cachedAtSec > nowSeconds();
1086
1086
  }
1087
1087
 
1088
- /*! @azure/msal-common v14.16.0 2024-12-12 */
1088
+ /*! @azure/msal-common v14.16.0 2025-01-14 */
1089
1089
 
1090
1090
  /*
1091
1091
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1412,7 +1412,7 @@
1412
1412
  return metadata.expiresAt <= nowSeconds();
1413
1413
  }
1414
1414
 
1415
- /*! @azure/msal-common v14.16.0 2024-12-12 */
1415
+ /*! @azure/msal-common v14.16.0 2025-01-14 */
1416
1416
  /*
1417
1417
  * Copyright (c) Microsoft Corporation. All rights reserved.
1418
1418
  * Licensed under the MIT License.
@@ -1466,7 +1466,7 @@
1466
1466
  urlParseError: urlParseError
1467
1467
  });
1468
1468
 
1469
- /*! @azure/msal-common v14.16.0 2024-12-12 */
1469
+ /*! @azure/msal-common v14.16.0 2025-01-14 */
1470
1470
 
1471
1471
  /*
1472
1472
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1604,7 +1604,7 @@
1604
1604
  return new ClientConfigurationError(errorCode);
1605
1605
  }
1606
1606
 
1607
- /*! @azure/msal-common v14.16.0 2024-12-12 */
1607
+ /*! @azure/msal-common v14.16.0 2025-01-14 */
1608
1608
  /*
1609
1609
  * Copyright (c) Microsoft Corporation. All rights reserved.
1610
1610
  * Licensed under the MIT License.
@@ -1701,7 +1701,7 @@
1701
1701
  }
1702
1702
  }
1703
1703
 
1704
- /*! @azure/msal-common v14.16.0 2024-12-12 */
1704
+ /*! @azure/msal-common v14.16.0 2025-01-14 */
1705
1705
 
1706
1706
  /*
1707
1707
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1901,7 +1901,7 @@
1901
1901
  }
1902
1902
  }
1903
1903
 
1904
- /*! @azure/msal-common v14.16.0 2024-12-12 */
1904
+ /*! @azure/msal-common v14.16.0 2025-01-14 */
1905
1905
 
1906
1906
  /*
1907
1907
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1941,7 +1941,7 @@
1941
1941
  };
1942
1942
  }
1943
1943
 
1944
- /*! @azure/msal-common v14.16.0 2024-12-12 */
1944
+ /*! @azure/msal-common v14.16.0 2025-01-14 */
1945
1945
  /*
1946
1946
  * Copyright (c) Microsoft Corporation. All rights reserved.
1947
1947
  * Licensed under the MIT License.
@@ -2020,7 +2020,7 @@
2020
2020
  return updatedAccountInfo;
2021
2021
  }
2022
2022
 
2023
- /*! @azure/msal-common v14.16.0 2024-12-12 */
2023
+ /*! @azure/msal-common v14.16.0 2025-01-14 */
2024
2024
  /*
2025
2025
  * Copyright (c) Microsoft Corporation. All rights reserved.
2026
2026
  * Licensed under the MIT License.
@@ -2035,7 +2035,7 @@
2035
2035
  Ciam: 3,
2036
2036
  };
2037
2037
 
2038
- /*! @azure/msal-common v14.16.0 2024-12-12 */
2038
+ /*! @azure/msal-common v14.16.0 2025-01-14 */
2039
2039
  /*
2040
2040
  * Copyright (c) Microsoft Corporation. All rights reserved.
2041
2041
  * Licensed under the MIT License.
@@ -2057,7 +2057,7 @@
2057
2057
  return null;
2058
2058
  }
2059
2059
 
2060
- /*! @azure/msal-common v14.16.0 2024-12-12 */
2060
+ /*! @azure/msal-common v14.16.0 2025-01-14 */
2061
2061
  /*
2062
2062
  * Copyright (c) Microsoft Corporation. All rights reserved.
2063
2063
  * Licensed under the MIT License.
@@ -2070,7 +2070,7 @@
2070
2070
  OIDC: "OIDC",
2071
2071
  };
2072
2072
 
2073
- /*! @azure/msal-common v14.16.0 2024-12-12 */
2073
+ /*! @azure/msal-common v14.16.0 2025-01-14 */
2074
2074
 
2075
2075
  /*
2076
2076
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -2313,7 +2313,7 @@
2313
2313
  }
2314
2314
  }
2315
2315
 
2316
- /*! @azure/msal-common v14.16.0 2024-12-12 */
2316
+ /*! @azure/msal-common v14.16.0 2025-01-14 */
2317
2317
 
2318
2318
  /*
2319
2319
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -2360,7 +2360,7 @@
2360
2360
  return null;
2361
2361
  }
2362
2362
 
2363
- /*! @azure/msal-common v14.16.0 2024-12-12 */
2363
+ /*! @azure/msal-common v14.16.0 2025-01-14 */
2364
2364
 
2365
2365
  /*
2366
2366
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -2524,7 +2524,7 @@
2524
2524
  }
2525
2525
  }
2526
2526
 
2527
- /*! @azure/msal-common v14.16.0 2024-12-12 */
2527
+ /*! @azure/msal-common v14.16.0 2025-01-14 */
2528
2528
 
2529
2529
  /*
2530
2530
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -2664,7 +2664,7 @@
2664
2664
  return null;
2665
2665
  }
2666
2666
 
2667
- /*! @azure/msal-common v14.16.0 2024-12-12 */
2667
+ /*! @azure/msal-common v14.16.0 2025-01-14 */
2668
2668
  /*
2669
2669
  * Copyright (c) Microsoft Corporation. All rights reserved.
2670
2670
  * Licensed under the MIT License.
@@ -2672,7 +2672,7 @@
2672
2672
  const cacheQuotaExceededErrorCode = "cache_quota_exceeded";
2673
2673
  const cacheUnknownErrorCode = "cache_error_unknown";
2674
2674
 
2675
- /*! @azure/msal-common v14.16.0 2024-12-12 */
2675
+ /*! @azure/msal-common v14.16.0 2025-01-14 */
2676
2676
 
2677
2677
  /*
2678
2678
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -2699,7 +2699,7 @@
2699
2699
  }
2700
2700
  }
2701
2701
 
2702
- /*! @azure/msal-common v14.16.0 2024-12-12 */
2702
+ /*! @azure/msal-common v14.16.0 2025-01-14 */
2703
2703
 
2704
2704
  /*
2705
2705
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -3948,7 +3948,7 @@
3948
3948
  }
3949
3949
  }
3950
3950
 
3951
- /*! @azure/msal-common v14.16.0 2024-12-12 */
3951
+ /*! @azure/msal-common v14.16.0 2025-01-14 */
3952
3952
 
3953
3953
  /*
3954
3954
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -4047,7 +4047,7 @@
4047
4047
  return (config.authOptions.authority.options.protocolMode === ProtocolMode.OIDC);
4048
4048
  }
4049
4049
 
4050
- /*! @azure/msal-common v14.16.0 2024-12-12 */
4050
+ /*! @azure/msal-common v14.16.0 2025-01-14 */
4051
4051
  /*
4052
4052
  * Copyright (c) Microsoft Corporation. All rights reserved.
4053
4053
  * Licensed under the MIT License.
@@ -4057,7 +4057,7 @@
4057
4057
  UPN: "UPN",
4058
4058
  };
4059
4059
 
4060
- /*! @azure/msal-common v14.16.0 2024-12-12 */
4060
+ /*! @azure/msal-common v14.16.0 2025-01-14 */
4061
4061
  /*
4062
4062
  * Copyright (c) Microsoft Corporation. All rights reserved.
4063
4063
  * Licensed under the MIT License.
@@ -4107,7 +4107,7 @@
4107
4107
  const BROKER_CLIENT_ID = "brk_client_id";
4108
4108
  const BROKER_REDIRECT_URI = "brk_redirect_uri";
4109
4109
 
4110
- /*! @azure/msal-common v14.16.0 2024-12-12 */
4110
+ /*! @azure/msal-common v14.16.0 2025-01-14 */
4111
4111
 
4112
4112
  /*
4113
4113
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -4174,7 +4174,7 @@
4174
4174
  }
4175
4175
  }
4176
4176
 
4177
- /*! @azure/msal-common v14.16.0 2024-12-12 */
4177
+ /*! @azure/msal-common v14.16.0 2025-01-14 */
4178
4178
 
4179
4179
  /*
4180
4180
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -4582,7 +4582,7 @@
4582
4582
  }
4583
4583
  }
4584
4584
 
4585
- /*! @azure/msal-common v14.16.0 2024-12-12 */
4585
+ /*! @azure/msal-common v14.16.0 2025-01-14 */
4586
4586
  /*
4587
4587
  * Copyright (c) Microsoft Corporation. All rights reserved.
4588
4588
  * Licensed under the MIT License.
@@ -4594,7 +4594,7 @@
4594
4594
  response.hasOwnProperty("jwks_uri"));
4595
4595
  }
4596
4596
 
4597
- /*! @azure/msal-common v14.16.0 2024-12-12 */
4597
+ /*! @azure/msal-common v14.16.0 2025-01-14 */
4598
4598
  /*
4599
4599
  * Copyright (c) Microsoft Corporation. All rights reserved.
4600
4600
  * Licensed under the MIT License.
@@ -4604,7 +4604,7 @@
4604
4604
  response.hasOwnProperty("metadata"));
4605
4605
  }
4606
4606
 
4607
- /*! @azure/msal-common v14.16.0 2024-12-12 */
4607
+ /*! @azure/msal-common v14.16.0 2025-01-14 */
4608
4608
  /*
4609
4609
  * Copyright (c) Microsoft Corporation. All rights reserved.
4610
4610
  * Licensed under the MIT License.
@@ -4614,7 +4614,7 @@
4614
4614
  response.hasOwnProperty("error_description"));
4615
4615
  }
4616
4616
 
4617
- /*! @azure/msal-common v14.16.0 2024-12-12 */
4617
+ /*! @azure/msal-common v14.16.0 2025-01-14 */
4618
4618
  /*
4619
4619
  * Copyright (c) Microsoft Corporation. All rights reserved.
4620
4620
  * Licensed under the MIT License.
@@ -5101,7 +5101,7 @@
5101
5101
  "multiMatchedRT",
5102
5102
  ]);
5103
5103
 
5104
- /*! @azure/msal-common v14.16.0 2024-12-12 */
5104
+ /*! @azure/msal-common v14.16.0 2025-01-14 */
5105
5105
  /*
5106
5106
  * Copyright (c) Microsoft Corporation. All rights reserved.
5107
5107
  * Licensed under the MIT License.
@@ -5197,7 +5197,7 @@
5197
5197
  };
5198
5198
  };
5199
5199
 
5200
- /*! @azure/msal-common v14.16.0 2024-12-12 */
5200
+ /*! @azure/msal-common v14.16.0 2025-01-14 */
5201
5201
 
5202
5202
  /*
5203
5203
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -5306,7 +5306,7 @@
5306
5306
  },
5307
5307
  };
5308
5308
 
5309
- /*! @azure/msal-common v14.16.0 2024-12-12 */
5309
+ /*! @azure/msal-common v14.16.0 2025-01-14 */
5310
5310
 
5311
5311
  /*
5312
5312
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -6145,7 +6145,7 @@
6145
6145
  };
6146
6146
  }
6147
6147
 
6148
- /*! @azure/msal-common v14.16.0 2024-12-12 */
6148
+ /*! @azure/msal-common v14.16.0 2025-01-14 */
6149
6149
 
6150
6150
  /*
6151
6151
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -6176,7 +6176,7 @@
6176
6176
  }
6177
6177
  }
6178
6178
 
6179
- /*! @azure/msal-common v14.16.0 2024-12-12 */
6179
+ /*! @azure/msal-common v14.16.0 2025-01-14 */
6180
6180
 
6181
6181
  /*
6182
6182
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -6195,7 +6195,7 @@
6195
6195
  }
6196
6196
  }
6197
6197
 
6198
- /*! @azure/msal-common v14.16.0 2024-12-12 */
6198
+ /*! @azure/msal-common v14.16.0 2025-01-14 */
6199
6199
 
6200
6200
  /*
6201
6201
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -6293,7 +6293,7 @@
6293
6293
  }
6294
6294
  }
6295
6295
 
6296
- /*! @azure/msal-common v14.16.0 2024-12-12 */
6296
+ /*! @azure/msal-common v14.16.0 2025-01-14 */
6297
6297
 
6298
6298
  /*
6299
6299
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -6323,7 +6323,7 @@
6323
6323
  return new NetworkError(error, httpStatus, responseHeaders);
6324
6324
  }
6325
6325
 
6326
- /*! @azure/msal-common v14.16.0 2024-12-12 */
6326
+ /*! @azure/msal-common v14.16.0 2025-01-14 */
6327
6327
 
6328
6328
  /*
6329
6329
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -6473,7 +6473,7 @@
6473
6473
  }
6474
6474
  }
6475
6475
 
6476
- /*! @azure/msal-common v14.16.0 2024-12-12 */
6476
+ /*! @azure/msal-common v14.16.0 2025-01-14 */
6477
6477
  /*
6478
6478
  * Copyright (c) Microsoft Corporation. All rights reserved.
6479
6479
  * Licensed under the MIT License.
@@ -6499,7 +6499,7 @@
6499
6499
  refreshTokenExpired: refreshTokenExpired
6500
6500
  });
6501
6501
 
6502
- /*! @azure/msal-common v14.16.0 2024-12-12 */
6502
+ /*! @azure/msal-common v14.16.0 2025-01-14 */
6503
6503
 
6504
6504
  /*
6505
6505
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -6587,7 +6587,7 @@
6587
6587
  return new InteractionRequiredAuthError(errorCode, InteractionRequiredAuthErrorMessages[errorCode]);
6588
6588
  }
6589
6589
 
6590
- /*! @azure/msal-common v14.16.0 2024-12-12 */
6590
+ /*! @azure/msal-common v14.16.0 2025-01-14 */
6591
6591
 
6592
6592
  /*
6593
6593
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -6659,7 +6659,7 @@
6659
6659
  }
6660
6660
  }
6661
6661
 
6662
- /*! @azure/msal-common v14.16.0 2024-12-12 */
6662
+ /*! @azure/msal-common v14.16.0 2025-01-14 */
6663
6663
 
6664
6664
  /*
6665
6665
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -6743,7 +6743,7 @@
6743
6743
  }
6744
6744
  }
6745
6745
 
6746
- /*! @azure/msal-common v14.16.0 2024-12-12 */
6746
+ /*! @azure/msal-common v14.16.0 2025-01-14 */
6747
6747
  /*
6748
6748
  * Copyright (c) Microsoft Corporation. All rights reserved.
6749
6749
  * Licensed under the MIT License.
@@ -6770,7 +6770,7 @@
6770
6770
  }
6771
6771
  }
6772
6772
 
6773
- /*! @azure/msal-common v14.16.0 2024-12-12 */
6773
+ /*! @azure/msal-common v14.16.0 2025-01-14 */
6774
6774
 
6775
6775
  /*
6776
6776
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -7147,7 +7147,7 @@
7147
7147
  return baseAccount;
7148
7148
  }
7149
7149
 
7150
- /*! @azure/msal-common v14.16.0 2024-12-12 */
7150
+ /*! @azure/msal-common v14.16.0 2025-01-14 */
7151
7151
  /*
7152
7152
  * Copyright (c) Microsoft Corporation. All rights reserved.
7153
7153
  * Licensed under the MIT License.
@@ -7165,7 +7165,7 @@
7165
7165
  }
7166
7166
  }
7167
7167
 
7168
- /*! @azure/msal-common v14.16.0 2024-12-12 */
7168
+ /*! @azure/msal-common v14.16.0 2025-01-14 */
7169
7169
 
7170
7170
  /*
7171
7171
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -7607,7 +7607,7 @@
7607
7607
  }
7608
7608
  }
7609
7609
 
7610
- /*! @azure/msal-common v14.16.0 2024-12-12 */
7610
+ /*! @azure/msal-common v14.16.0 2025-01-14 */
7611
7611
 
7612
7612
  /*
7613
7613
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -7827,7 +7827,7 @@
7827
7827
  }
7828
7828
  }
7829
7829
 
7830
- /*! @azure/msal-common v14.16.0 2024-12-12 */
7830
+ /*! @azure/msal-common v14.16.0 2025-01-14 */
7831
7831
 
7832
7832
  /*
7833
7833
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -7963,7 +7963,7 @@
7963
7963
  }
7964
7964
  }
7965
7965
 
7966
- /*! @azure/msal-common v14.16.0 2024-12-12 */
7966
+ /*! @azure/msal-common v14.16.0 2025-01-14 */
7967
7967
 
7968
7968
  /*
7969
7969
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -7978,7 +7978,7 @@
7978
7978
  },
7979
7979
  };
7980
7980
 
7981
- /*! @azure/msal-common v14.16.0 2024-12-12 */
7981
+ /*! @azure/msal-common v14.16.0 2025-01-14 */
7982
7982
 
7983
7983
  /*
7984
7984
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -8036,7 +8036,7 @@
8036
8036
  }
8037
8037
  }
8038
8038
 
8039
- /*! @azure/msal-common v14.16.0 2024-12-12 */
8039
+ /*! @azure/msal-common v14.16.0 2025-01-14 */
8040
8040
 
8041
8041
  /*
8042
8042
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -8299,7 +8299,7 @@
8299
8299
  }
8300
8300
  }
8301
8301
 
8302
- /*! @azure/msal-common v14.16.0 2024-12-12 */
8302
+ /*! @azure/msal-common v14.16.0 2025-01-14 */
8303
8303
  /*
8304
8304
  * Copyright (c) Microsoft Corporation. All rights reserved.
8305
8305
  * Licensed under the MIT License.
@@ -8307,7 +8307,7 @@
8307
8307
  const missingKidError = "missing_kid_error";
8308
8308
  const missingAlgError = "missing_alg_error";
8309
8309
 
8310
- /*! @azure/msal-common v14.16.0 2024-12-12 */
8310
+ /*! @azure/msal-common v14.16.0 2025-01-14 */
8311
8311
 
8312
8312
  /*
8313
8313
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -8332,7 +8332,7 @@
8332
8332
  return new JoseHeaderError(code, JoseHeaderErrorMessages[code]);
8333
8333
  }
8334
8334
 
8335
- /*! @azure/msal-common v14.16.0 2024-12-12 */
8335
+ /*! @azure/msal-common v14.16.0 2025-01-14 */
8336
8336
 
8337
8337
  /*
8338
8338
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -8372,7 +8372,7 @@
8372
8372
  }
8373
8373
  }
8374
8374
 
8375
- /*! @azure/msal-common v14.16.0 2024-12-12 */
8375
+ /*! @azure/msal-common v14.16.0 2025-01-14 */
8376
8376
 
8377
8377
  /*
8378
8378
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -8451,7 +8451,7 @@
8451
8451
  }
8452
8452
  }
8453
8453
 
8454
- /*! @azure/msal-common v14.16.0 2024-12-12 */
8454
+ /*! @azure/msal-common v14.16.0 2025-01-14 */
8455
8455
 
8456
8456
  /*
8457
8457
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -9721,14 +9721,14 @@
9721
9721
  /**
9722
9722
  * Check whether browser crypto is available.
9723
9723
  */
9724
- function validateCryptoAvailable() {
9724
+ function validateCryptoAvailable(skipValidateSubtleCrypto) {
9725
9725
  if (!window) {
9726
9726
  throw createBrowserAuthError(nonBrowserEnvironment);
9727
9727
  }
9728
9728
  if (!window.crypto) {
9729
9729
  throw createBrowserAuthError(cryptoNonExistent);
9730
9730
  }
9731
- if (!window.crypto.subtle) {
9731
+ if (!skipValidateSubtleCrypto && !window.crypto.subtle) {
9732
9732
  throw createBrowserAuthError(cryptoNonExistent, SUBTLE_SUBERROR);
9733
9733
  }
9734
9734
  }
@@ -9943,7 +9943,9 @@
9943
9943
  * Returns current window URL as redirect uri
9944
9944
  */
9945
9945
  function getCurrentUri() {
9946
- return window.location.href.split("?")[0].split("#")[0];
9946
+ return typeof window !== "undefined" && window.location
9947
+ ? window.location.href.split("?")[0].split("#")[0]
9948
+ : "";
9947
9949
  }
9948
9950
  /**
9949
9951
  * Gets the homepage url for the current window location.
@@ -10370,7 +10372,7 @@
10370
10372
 
10371
10373
  /* eslint-disable header/header */
10372
10374
  const name = "@azure/msal-browser";
10373
- const version = "3.28.0";
10375
+ const version = "3.28.1";
10374
10376
 
10375
10377
  /*
10376
10378
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -11157,10 +11159,10 @@
11157
11159
  * implementing Proof Key for Code Exchange specs for the OAuth Authorization Code Flow using PKCE (rfc here: https://tools.ietf.org/html/rfc7636).
11158
11160
  */
11159
11161
  class CryptoOps {
11160
- constructor(logger, performanceClient) {
11162
+ constructor(logger, performanceClient, skipValidateSubtleCrypto) {
11161
11163
  this.logger = logger;
11162
11164
  // Browser crypto needs to be validated first before any other classes can be set.
11163
- validateCryptoAvailable();
11165
+ validateCryptoAvailable(skipValidateSubtleCrypto ?? false);
11164
11166
  this.cache = new AsyncMemoryStorage(this.logger);
11165
11167
  this.performanceClient = performanceClient;
11166
11168
  }
@@ -17605,7 +17607,7 @@
17605
17607
  this.performanceClient = this.config.telemetry.client;
17606
17608
  // Initialize the crypto class.
17607
17609
  this.browserCrypto = operatingContext.isBrowserEnvironment()
17608
- ? new CryptoOps(this.logger, this.performanceClient)
17610
+ ? new CryptoOps(this.logger, this.performanceClient, true)
17609
17611
  : DEFAULT_CRYPTO_IMPLEMENTATION;
17610
17612
  // Initialize the browser storage class.
17611
17613
  this.browserStorage = this.operatingContext.isBrowserEnvironment()