@azure/msal-browser 4.19.0 → 4.20.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 (252) 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/NativeStatusCodes.mjs +1 -1
  5. package/dist/broker/nativeBroker/PlatformAuthDOMHandler.mjs +1 -1
  6. package/dist/broker/nativeBroker/PlatformAuthExtensionHandler.mjs +1 -1
  7. package/dist/broker/nativeBroker/PlatformAuthProvider.mjs +1 -1
  8. package/dist/cache/AccountManager.d.ts.map +1 -1
  9. package/dist/cache/AccountManager.mjs +1 -6
  10. package/dist/cache/AccountManager.mjs.map +1 -1
  11. package/dist/cache/AsyncMemoryStorage.mjs +1 -1
  12. package/dist/cache/BrowserCacheManager.mjs +1 -1
  13. package/dist/cache/CacheHelpers.mjs +1 -1
  14. package/dist/cache/CacheKeys.mjs +1 -1
  15. package/dist/cache/CookieStorage.mjs +1 -1
  16. package/dist/cache/DatabaseStorage.mjs +1 -1
  17. package/dist/cache/EncryptedData.mjs +1 -1
  18. package/dist/cache/LocalStorage.mjs +1 -1
  19. package/dist/cache/MemoryStorage.mjs +1 -1
  20. package/dist/cache/SessionStorage.mjs +1 -1
  21. package/dist/cache/TokenCache.mjs +1 -1
  22. package/dist/config/Configuration.mjs +1 -1
  23. package/dist/controllers/ControllerFactory.mjs +1 -1
  24. package/dist/controllers/NestedAppAuthController.mjs +1 -1
  25. package/dist/controllers/StandardController.d.ts.map +1 -1
  26. package/dist/controllers/StandardController.mjs +25 -14
  27. package/dist/controllers/StandardController.mjs.map +1 -1
  28. package/dist/controllers/UnknownOperatingContextController.mjs +1 -1
  29. package/dist/crypto/BrowserCrypto.mjs +1 -1
  30. package/dist/crypto/CryptoOps.mjs +1 -1
  31. package/dist/crypto/PkceGenerator.mjs +1 -1
  32. package/dist/crypto/SignedHttpRequest.mjs +1 -1
  33. package/dist/custom-auth-path/app/PublicClientApplication.mjs +1 -1
  34. package/dist/custom-auth-path/broker/nativeBroker/NativeStatusCodes.mjs +1 -1
  35. package/dist/custom-auth-path/broker/nativeBroker/PlatformAuthDOMHandler.mjs +1 -1
  36. package/dist/custom-auth-path/broker/nativeBroker/PlatformAuthExtensionHandler.mjs +1 -1
  37. package/dist/custom-auth-path/broker/nativeBroker/PlatformAuthProvider.mjs +1 -1
  38. package/dist/custom-auth-path/cache/AccountManager.d.ts.map +1 -1
  39. package/dist/custom-auth-path/cache/AccountManager.mjs +1 -6
  40. package/dist/custom-auth-path/cache/AccountManager.mjs.map +1 -1
  41. package/dist/custom-auth-path/cache/AsyncMemoryStorage.mjs +1 -1
  42. package/dist/custom-auth-path/cache/BrowserCacheManager.mjs +1 -1
  43. package/dist/custom-auth-path/cache/CacheHelpers.mjs +1 -1
  44. package/dist/custom-auth-path/cache/CacheKeys.mjs +1 -1
  45. package/dist/custom-auth-path/cache/CookieStorage.mjs +1 -1
  46. package/dist/custom-auth-path/cache/DatabaseStorage.mjs +1 -1
  47. package/dist/custom-auth-path/cache/EncryptedData.mjs +1 -1
  48. package/dist/custom-auth-path/cache/LocalStorage.mjs +1 -1
  49. package/dist/custom-auth-path/cache/MemoryStorage.mjs +1 -1
  50. package/dist/custom-auth-path/cache/SessionStorage.mjs +1 -1
  51. package/dist/custom-auth-path/cache/TokenCache.mjs +1 -1
  52. package/dist/custom-auth-path/config/Configuration.mjs +1 -1
  53. package/dist/custom-auth-path/controllers/ControllerFactory.mjs +1 -1
  54. package/dist/custom-auth-path/controllers/StandardController.d.ts.map +1 -1
  55. package/dist/custom-auth-path/controllers/StandardController.mjs +25 -14
  56. package/dist/custom-auth-path/controllers/StandardController.mjs.map +1 -1
  57. package/dist/custom-auth-path/crypto/BrowserCrypto.mjs +1 -1
  58. package/dist/custom-auth-path/crypto/CryptoOps.mjs +1 -1
  59. package/dist/custom-auth-path/crypto/PkceGenerator.mjs +1 -1
  60. package/dist/custom-auth-path/custom_auth/CustomAuthConstants.d.ts +1 -1
  61. package/dist/custom-auth-path/custom_auth/CustomAuthConstants.mjs +1 -1
  62. package/dist/custom-auth-path/custom_auth/CustomAuthPublicClientApplication.mjs +1 -1
  63. package/dist/custom-auth-path/custom_auth/controller/CustomAuthStandardController.mjs +1 -1
  64. package/dist/custom-auth-path/custom_auth/core/CustomAuthAuthority.mjs +1 -1
  65. package/dist/custom-auth-path/custom_auth/core/auth_flow/AuthFlowErrorBase.mjs +1 -1
  66. package/dist/custom-auth-path/custom_auth/core/auth_flow/AuthFlowResultBase.mjs +1 -1
  67. package/dist/custom-auth-path/custom_auth/core/auth_flow/AuthFlowState.mjs +1 -1
  68. package/dist/custom-auth-path/custom_auth/core/error/CustomAuthApiError.mjs +1 -1
  69. package/dist/custom-auth-path/custom_auth/core/error/CustomAuthError.mjs +1 -1
  70. package/dist/custom-auth-path/custom_auth/core/error/HttpError.mjs +1 -1
  71. package/dist/custom-auth-path/custom_auth/core/error/HttpErrorCodes.mjs +1 -1
  72. package/dist/custom-auth-path/custom_auth/core/error/InvalidArgumentError.mjs +1 -1
  73. package/dist/custom-auth-path/custom_auth/core/error/InvalidConfigurationError.mjs +1 -1
  74. package/dist/custom-auth-path/custom_auth/core/error/InvalidConfigurationErrorCodes.mjs +1 -1
  75. package/dist/custom-auth-path/custom_auth/core/error/MethodNotImplementedError.mjs +1 -1
  76. package/dist/custom-auth-path/custom_auth/core/error/MsalCustomAuthError.mjs +1 -1
  77. package/dist/custom-auth-path/custom_auth/core/error/NoCachedAccountFoundError.mjs +1 -1
  78. package/dist/custom-auth-path/custom_auth/core/error/ParsedUrlError.mjs +1 -1
  79. package/dist/custom-auth-path/custom_auth/core/error/ParsedUrlErrorCodes.mjs +1 -1
  80. package/dist/custom-auth-path/custom_auth/core/error/UnexpectedError.mjs +1 -1
  81. package/dist/custom-auth-path/custom_auth/core/error/UnsupportedEnvironmentError.mjs +1 -1
  82. package/dist/custom-auth-path/custom_auth/core/error/UserAccountAttributeError.mjs +1 -1
  83. package/dist/custom-auth-path/custom_auth/core/error/UserAlreadySignedInError.mjs +1 -1
  84. package/dist/custom-auth-path/custom_auth/core/interaction_client/CustomAuthInteractionClientBase.mjs +1 -1
  85. package/dist/custom-auth-path/custom_auth/core/interaction_client/CustomAuthInterationClientFactory.mjs +1 -1
  86. package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/BaseApiClient.mjs +1 -1
  87. package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/CustomAuthApiClient.mjs +1 -1
  88. package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/CustomAuthApiEndpoint.mjs +1 -1
  89. package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/ResetPasswordApiClient.mjs +1 -1
  90. package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/SignInApiClient.mjs +1 -1
  91. package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/SignupApiClient.mjs +1 -1
  92. package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/types/ApiErrorCodes.mjs +1 -1
  93. package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/types/ApiSuberrors.mjs +1 -1
  94. package/dist/custom-auth-path/custom_auth/core/network_client/http_client/FetchHttpClient.mjs +1 -1
  95. package/dist/custom-auth-path/custom_auth/core/network_client/http_client/IHttpClient.mjs +1 -1
  96. package/dist/custom-auth-path/custom_auth/core/telemetry/PublicApiId.mjs +1 -1
  97. package/dist/custom-auth-path/custom_auth/core/utils/ArgumentValidator.mjs +1 -1
  98. package/dist/custom-auth-path/custom_auth/core/utils/UrlUtils.mjs +1 -1
  99. package/dist/custom-auth-path/custom_auth/get_account/auth_flow/CustomAuthAccountData.mjs +1 -1
  100. package/dist/custom-auth-path/custom_auth/get_account/auth_flow/error_type/GetAccountError.mjs +1 -1
  101. package/dist/custom-auth-path/custom_auth/get_account/auth_flow/result/GetAccessTokenResult.mjs +1 -1
  102. package/dist/custom-auth-path/custom_auth/get_account/auth_flow/result/GetAccountResult.mjs +1 -1
  103. package/dist/custom-auth-path/custom_auth/get_account/auth_flow/result/SignOutResult.mjs +1 -1
  104. package/dist/custom-auth-path/custom_auth/get_account/auth_flow/state/GetAccessTokenState.mjs +1 -1
  105. package/dist/custom-auth-path/custom_auth/get_account/auth_flow/state/GetAccountState.mjs +1 -1
  106. package/dist/custom-auth-path/custom_auth/get_account/auth_flow/state/SignOutState.mjs +1 -1
  107. package/dist/custom-auth-path/custom_auth/get_account/interaction_client/CustomAuthSilentCacheClient.mjs +1 -1
  108. package/dist/custom-auth-path/custom_auth/index.mjs +1 -1
  109. package/dist/custom-auth-path/custom_auth/operating_context/CustomAuthOperatingContext.mjs +1 -1
  110. package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/error_type/ResetPasswordError.mjs +1 -1
  111. package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/result/ResetPasswordResendCodeResult.mjs +1 -1
  112. package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/result/ResetPasswordStartResult.mjs +1 -1
  113. package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/result/ResetPasswordSubmitCodeResult.mjs +1 -1
  114. package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/result/ResetPasswordSubmitPasswordResult.mjs +1 -1
  115. package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordCodeRequiredState.mjs +1 -1
  116. package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordCompletedState.mjs +1 -1
  117. package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordFailedState.mjs +1 -1
  118. package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordPasswordRequiredState.mjs +1 -1
  119. package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordState.mjs +1 -1
  120. package/dist/custom-auth-path/custom_auth/reset_password/interaction_client/ResetPasswordClient.mjs +1 -1
  121. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/SignInScenario.mjs +1 -1
  122. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/error_type/SignInError.mjs +1 -1
  123. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInResendCodeResult.mjs +1 -1
  124. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInResult.mjs +1 -1
  125. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInSubmitCodeResult.mjs +1 -1
  126. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInSubmitCredentialResult.mjs +1 -1
  127. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInSubmitPasswordResult.mjs +1 -1
  128. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInCodeRequiredState.mjs +1 -1
  129. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInCompletedState.mjs +1 -1
  130. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInContinuationState.mjs +1 -1
  131. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInFailedState.mjs +1 -1
  132. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInPasswordRequiredState.mjs +1 -1
  133. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInState.mjs +1 -1
  134. package/dist/custom-auth-path/custom_auth/sign_in/interaction_client/SignInClient.mjs +1 -1
  135. package/dist/custom-auth-path/custom_auth/sign_in/interaction_client/result/SignInActionResult.mjs +1 -1
  136. package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/error_type/SignUpError.mjs +1 -1
  137. package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/result/SignUpResendCodeResult.mjs +1 -1
  138. package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/result/SignUpResult.mjs +1 -1
  139. package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/result/SignUpSubmitAttributesResult.mjs +1 -1
  140. package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/result/SignUpSubmitCodeResult.mjs +1 -1
  141. package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/result/SignUpSubmitPasswordResult.mjs +1 -1
  142. package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpAttributesRequiredState.mjs +1 -1
  143. package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpCodeRequiredState.mjs +1 -1
  144. package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpCompletedState.mjs +1 -1
  145. package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpFailedState.mjs +1 -1
  146. package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpPasswordRequiredState.mjs +1 -1
  147. package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpState.mjs +1 -1
  148. package/dist/custom-auth-path/custom_auth/sign_up/interaction_client/SignUpClient.mjs +1 -1
  149. package/dist/custom-auth-path/custom_auth/sign_up/interaction_client/result/SignUpActionResult.mjs +1 -1
  150. package/dist/custom-auth-path/encode/Base64Decode.mjs +1 -1
  151. package/dist/custom-auth-path/encode/Base64Encode.mjs +1 -1
  152. package/dist/custom-auth-path/error/BrowserAuthError.mjs +1 -1
  153. package/dist/custom-auth-path/error/BrowserAuthErrorCodes.mjs +1 -1
  154. package/dist/custom-auth-path/error/BrowserConfigurationAuthError.mjs +1 -1
  155. package/dist/custom-auth-path/error/BrowserConfigurationAuthErrorCodes.mjs +1 -1
  156. package/dist/custom-auth-path/error/NativeAuthError.mjs +1 -1
  157. package/dist/custom-auth-path/error/NativeAuthErrorCodes.mjs +1 -1
  158. package/dist/custom-auth-path/event/EventHandler.mjs +1 -1
  159. package/dist/custom-auth-path/event/EventType.mjs +1 -1
  160. package/dist/custom-auth-path/interaction_client/BaseInteractionClient.mjs +1 -1
  161. package/dist/custom-auth-path/interaction_client/HybridSpaAuthorizationCodeClient.mjs +1 -1
  162. package/dist/custom-auth-path/interaction_client/PlatformAuthInteractionClient.mjs +1 -1
  163. package/dist/custom-auth-path/interaction_client/PopupClient.mjs +1 -1
  164. package/dist/custom-auth-path/interaction_client/RedirectClient.mjs +1 -1
  165. package/dist/custom-auth-path/interaction_client/SilentAuthCodeClient.mjs +1 -1
  166. package/dist/custom-auth-path/interaction_client/SilentCacheClient.mjs +1 -1
  167. package/dist/custom-auth-path/interaction_client/SilentIframeClient.mjs +1 -1
  168. package/dist/custom-auth-path/interaction_client/SilentRefreshClient.mjs +1 -1
  169. package/dist/custom-auth-path/interaction_client/StandardInteractionClient.mjs +1 -1
  170. package/dist/custom-auth-path/interaction_handler/InteractionHandler.mjs +1 -1
  171. package/dist/custom-auth-path/interaction_handler/SilentHandler.mjs +1 -1
  172. package/dist/custom-auth-path/navigation/NavigationClient.mjs +1 -1
  173. package/dist/custom-auth-path/network/FetchClient.mjs +1 -1
  174. package/dist/custom-auth-path/operatingcontext/BaseOperatingContext.mjs +1 -1
  175. package/dist/custom-auth-path/operatingcontext/StandardOperatingContext.mjs +1 -1
  176. package/dist/custom-auth-path/packageMetadata.d.ts +1 -1
  177. package/dist/custom-auth-path/packageMetadata.mjs +2 -2
  178. package/dist/custom-auth-path/protocol/Authorize.mjs +1 -1
  179. package/dist/custom-auth-path/request/RequestHelpers.mjs +1 -1
  180. package/dist/custom-auth-path/response/ResponseHandler.mjs +1 -1
  181. package/dist/custom-auth-path/utils/BrowserConstants.mjs +1 -1
  182. package/dist/custom-auth-path/utils/BrowserProtocolUtils.mjs +1 -1
  183. package/dist/custom-auth-path/utils/BrowserUtils.mjs +1 -1
  184. package/dist/custom-auth-path/utils/Helpers.mjs +1 -1
  185. package/dist/custom-auth-path/utils/MsalFrameStatsUtils.mjs +1 -1
  186. package/dist/custom_auth/CustomAuthConstants.d.ts +1 -1
  187. package/dist/encode/Base64Decode.mjs +1 -1
  188. package/dist/encode/Base64Encode.mjs +1 -1
  189. package/dist/error/BrowserAuthError.mjs +1 -1
  190. package/dist/error/BrowserAuthErrorCodes.mjs +1 -1
  191. package/dist/error/BrowserConfigurationAuthError.mjs +1 -1
  192. package/dist/error/BrowserConfigurationAuthErrorCodes.mjs +1 -1
  193. package/dist/error/NativeAuthError.mjs +1 -1
  194. package/dist/error/NativeAuthErrorCodes.mjs +1 -1
  195. package/dist/error/NestedAppAuthError.mjs +1 -1
  196. package/dist/event/EventHandler.mjs +1 -1
  197. package/dist/event/EventMessage.mjs +1 -1
  198. package/dist/event/EventType.mjs +1 -1
  199. package/dist/index.mjs +1 -1
  200. package/dist/interaction_client/BaseInteractionClient.mjs +1 -1
  201. package/dist/interaction_client/HybridSpaAuthorizationCodeClient.mjs +1 -1
  202. package/dist/interaction_client/PlatformAuthInteractionClient.mjs +1 -1
  203. package/dist/interaction_client/PopupClient.mjs +1 -1
  204. package/dist/interaction_client/RedirectClient.mjs +1 -1
  205. package/dist/interaction_client/SilentAuthCodeClient.mjs +1 -1
  206. package/dist/interaction_client/SilentCacheClient.mjs +1 -1
  207. package/dist/interaction_client/SilentIframeClient.mjs +1 -1
  208. package/dist/interaction_client/SilentRefreshClient.mjs +1 -1
  209. package/dist/interaction_client/StandardInteractionClient.mjs +1 -1
  210. package/dist/interaction_handler/InteractionHandler.mjs +1 -1
  211. package/dist/interaction_handler/SilentHandler.mjs +1 -1
  212. package/dist/naa/BridgeError.mjs +1 -1
  213. package/dist/naa/BridgeProxy.mjs +1 -1
  214. package/dist/naa/BridgeStatusCode.mjs +1 -1
  215. package/dist/naa/mapping/NestedAppAuthAdapter.mjs +1 -1
  216. package/dist/navigation/NavigationClient.mjs +1 -1
  217. package/dist/network/FetchClient.mjs +1 -1
  218. package/dist/operatingcontext/BaseOperatingContext.mjs +1 -1
  219. package/dist/operatingcontext/NestedAppOperatingContext.mjs +1 -1
  220. package/dist/operatingcontext/StandardOperatingContext.mjs +1 -1
  221. package/dist/operatingcontext/UnknownOperatingContext.mjs +1 -1
  222. package/dist/packageMetadata.d.ts +1 -1
  223. package/dist/packageMetadata.mjs +2 -2
  224. package/dist/protocol/Authorize.mjs +1 -1
  225. package/dist/request/RequestHelpers.mjs +1 -1
  226. package/dist/response/ResponseHandler.mjs +1 -1
  227. package/dist/telemetry/BrowserPerformanceClient.mjs +1 -1
  228. package/dist/telemetry/BrowserPerformanceMeasurement.mjs +1 -1
  229. package/dist/utils/BrowserConstants.mjs +1 -1
  230. package/dist/utils/BrowserProtocolUtils.mjs +1 -1
  231. package/dist/utils/BrowserUtils.mjs +1 -1
  232. package/dist/utils/Helpers.mjs +1 -1
  233. package/dist/utils/MsalFrameStatsUtils.mjs +1 -1
  234. package/lib/custom-auth-path/msal-custom-auth.cjs +94 -83
  235. package/lib/custom-auth-path/msal-custom-auth.cjs.map +1 -1
  236. package/lib/custom-auth-path/types/cache/AccountManager.d.ts.map +1 -1
  237. package/lib/custom-auth-path/types/controllers/StandardController.d.ts.map +1 -1
  238. package/lib/custom-auth-path/types/custom_auth/CustomAuthConstants.d.ts +1 -1
  239. package/lib/custom-auth-path/types/packageMetadata.d.ts +1 -1
  240. package/lib/msal-browser.cjs +96 -85
  241. package/lib/msal-browser.cjs.map +1 -1
  242. package/lib/msal-browser.js +96 -85
  243. package/lib/msal-browser.js.map +1 -1
  244. package/lib/msal-browser.min.js +60 -60
  245. package/lib/types/cache/AccountManager.d.ts.map +1 -1
  246. package/lib/types/controllers/StandardController.d.ts.map +1 -1
  247. package/lib/types/custom_auth/CustomAuthConstants.d.ts +1 -1
  248. package/lib/types/packageMetadata.d.ts +1 -1
  249. package/package.json +2 -2
  250. package/src/cache/AccountManager.ts +0 -6
  251. package/src/controllers/StandardController.ts +27 -11
  252. package/src/packageMetadata.ts +1 -1
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v4.19.0 2025-08-05 */
1
+ /*! @azure/msal-browser v4.20.0 2025-08-12 */
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 v15.10.0 2025-08-05 */
9
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
10
10
  /*
11
11
  * Copyright (c) Microsoft Corporation. All rights reserved.
12
12
  * Licensed under the MIT License.
@@ -283,7 +283,7 @@
283
283
  // Token renewal offset default in seconds
284
284
  const DEFAULT_TOKEN_RENEWAL_OFFSET_SEC = 300;
285
285
 
286
- /*! @azure/msal-common v15.10.0 2025-08-05 */
286
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
287
287
  /*
288
288
  * Copyright (c) Microsoft Corporation. All rights reserved.
289
289
  * Licensed under the MIT License.
@@ -300,7 +300,7 @@
300
300
  unexpectedError: unexpectedError
301
301
  });
302
302
 
303
- /*! @azure/msal-common v15.10.0 2025-08-05 */
303
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
304
304
 
305
305
  /*
306
306
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -349,7 +349,7 @@
349
349
  : AuthErrorMessages[code]);
350
350
  }
351
351
 
352
- /*! @azure/msal-common v15.10.0 2025-08-05 */
352
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
353
353
  /*
354
354
  * Copyright (c) Microsoft Corporation. All rights reserved.
355
355
  * Licensed under the MIT License.
@@ -447,7 +447,7 @@
447
447
  userTimeoutReached: userTimeoutReached
448
448
  });
449
449
 
450
- /*! @azure/msal-common v15.10.0 2025-08-05 */
450
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
451
451
 
452
452
  /*
453
453
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -699,7 +699,7 @@
699
699
  return new ClientAuthError(errorCode, additionalMessage);
700
700
  }
701
701
 
702
- /*! @azure/msal-common v15.10.0 2025-08-05 */
702
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
703
703
 
704
704
  /*
705
705
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -738,7 +738,7 @@
738
738
  },
739
739
  };
740
740
 
741
- /*! @azure/msal-common v15.10.0 2025-08-05 */
741
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
742
742
 
743
743
  /*
744
744
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -929,12 +929,12 @@
929
929
  }
930
930
  }
931
931
 
932
- /*! @azure/msal-common v15.10.0 2025-08-05 */
932
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
933
933
  /* eslint-disable header/header */
934
934
  const name$1 = "@azure/msal-common";
935
- const version$1 = "15.10.0";
935
+ const version$1 = "15.11.0";
936
936
 
937
- /*! @azure/msal-common v15.10.0 2025-08-05 */
937
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
938
938
  /*
939
939
  * Copyright (c) Microsoft Corporation. All rights reserved.
940
940
  * Licensed under the MIT License.
@@ -954,7 +954,7 @@
954
954
  AzureUsGovernment: "https://login.microsoftonline.us",
955
955
  };
956
956
 
957
- /*! @azure/msal-common v15.10.0 2025-08-05 */
957
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
958
958
  /*
959
959
  * Copyright (c) Microsoft Corporation. All rights reserved.
960
960
  * Licensed under the MIT License.
@@ -1010,7 +1010,7 @@
1010
1010
  urlParseError: urlParseError
1011
1011
  });
1012
1012
 
1013
- /*! @azure/msal-common v15.10.0 2025-08-05 */
1013
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
1014
1014
 
1015
1015
  /*
1016
1016
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1153,7 +1153,7 @@
1153
1153
  return new ClientConfigurationError(errorCode);
1154
1154
  }
1155
1155
 
1156
- /*! @azure/msal-common v15.10.0 2025-08-05 */
1156
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
1157
1157
  /*
1158
1158
  * Copyright (c) Microsoft Corporation. All rights reserved.
1159
1159
  * Licensed under the MIT License.
@@ -1250,7 +1250,7 @@
1250
1250
  }
1251
1251
  }
1252
1252
 
1253
- /*! @azure/msal-common v15.10.0 2025-08-05 */
1253
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
1254
1254
 
1255
1255
  /*
1256
1256
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1441,7 +1441,7 @@
1441
1441
  }
1442
1442
  }
1443
1443
 
1444
- /*! @azure/msal-common v15.10.0 2025-08-05 */
1444
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
1445
1445
  /*
1446
1446
  * Copyright (c) Microsoft Corporation. All rights reserved.
1447
1447
  * Licensed under the MIT License.
@@ -1523,7 +1523,7 @@
1523
1523
  return updatedAccountInfo;
1524
1524
  }
1525
1525
 
1526
- /*! @azure/msal-common v15.10.0 2025-08-05 */
1526
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
1527
1527
 
1528
1528
  /*
1529
1529
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1584,7 +1584,7 @@
1584
1584
  }
1585
1585
  }
1586
1586
 
1587
- /*! @azure/msal-common v15.10.0 2025-08-05 */
1587
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
1588
1588
 
1589
1589
  /*
1590
1590
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1649,7 +1649,7 @@
1649
1649
  return queryParameterArray.join("&");
1650
1650
  }
1651
1651
 
1652
- /*! @azure/msal-common v15.10.0 2025-08-05 */
1652
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
1653
1653
 
1654
1654
  /*
1655
1655
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1813,7 +1813,7 @@
1813
1813
  }
1814
1814
  }
1815
1815
 
1816
- /*! @azure/msal-common v15.10.0 2025-08-05 */
1816
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
1817
1817
 
1818
1818
  /*
1819
1819
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1952,7 +1952,7 @@
1952
1952
  return null;
1953
1953
  }
1954
1954
 
1955
- /*! @azure/msal-common v15.10.0 2025-08-05 */
1955
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
1956
1956
  /*
1957
1957
  * Copyright (c) Microsoft Corporation. All rights reserved.
1958
1958
  * Licensed under the MIT License.
@@ -1960,7 +1960,7 @@
1960
1960
  const cacheQuotaExceeded = "cache_quota_exceeded";
1961
1961
  const cacheErrorUnknown = "cache_error_unknown";
1962
1962
 
1963
- /*! @azure/msal-common v15.10.0 2025-08-05 */
1963
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
1964
1964
 
1965
1965
  /*
1966
1966
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -2005,7 +2005,7 @@
2005
2005
  }
2006
2006
  }
2007
2007
 
2008
- /*! @azure/msal-common v15.10.0 2025-08-05 */
2008
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
2009
2009
 
2010
2010
  /*
2011
2011
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -2035,6 +2035,11 @@
2035
2035
  * Gets first tenanted AccountInfo object found based on provided filters
2036
2036
  */
2037
2037
  getAccountInfoFilteredBy(accountFilter, correlationId) {
2038
+ if (Object.keys(accountFilter).length === 0 ||
2039
+ Object.values(accountFilter).every((value) => !value)) {
2040
+ this.commonLogger.warning("getAccountInfoFilteredBy: Account filter is empty or invalid, returning null");
2041
+ return null;
2042
+ }
2038
2043
  const allAccounts = this.getAllAccounts(accountFilter, correlationId);
2039
2044
  if (allAccounts.length > 1) {
2040
2045
  // If one or more accounts are found, prioritize accounts that have an ID token
@@ -3109,7 +3114,7 @@
3109
3114
  }
3110
3115
  }
3111
3116
 
3112
- /*! @azure/msal-common v15.10.0 2025-08-05 */
3117
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
3113
3118
  /*
3114
3119
  * Copyright (c) Microsoft Corporation. All rights reserved.
3115
3120
  * Licensed under the MIT License.
@@ -3133,7 +3138,7 @@
3133
3138
  EAR: "EAR",
3134
3139
  };
3135
3140
 
3136
- /*! @azure/msal-common v15.10.0 2025-08-05 */
3141
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
3137
3142
  /*
3138
3143
  * Copyright (c) Microsoft Corporation. All rights reserved.
3139
3144
  * Licensed under the MIT License.
@@ -3655,7 +3660,7 @@
3655
3660
  "upgradedCacheCount",
3656
3661
  ]);
3657
3662
 
3658
- /*! @azure/msal-common v15.10.0 2025-08-05 */
3663
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
3659
3664
 
3660
3665
  /*
3661
3666
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -3734,7 +3739,7 @@
3734
3739
  }
3735
3740
  }
3736
3741
 
3737
- /*! @azure/msal-common v15.10.0 2025-08-05 */
3742
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
3738
3743
 
3739
3744
  /*
3740
3745
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -3834,7 +3839,7 @@
3834
3839
  return (config.authOptions.authority.options.protocolMode === ProtocolMode.OIDC);
3835
3840
  }
3836
3841
 
3837
- /*! @azure/msal-common v15.10.0 2025-08-05 */
3842
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
3838
3843
  /*
3839
3844
  * Copyright (c) Microsoft Corporation. All rights reserved.
3840
3845
  * Licensed under the MIT License.
@@ -3844,7 +3849,7 @@
3844
3849
  UPN: "UPN",
3845
3850
  };
3846
3851
 
3847
- /*! @azure/msal-common v15.10.0 2025-08-05 */
3852
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
3848
3853
 
3849
3854
  /*
3850
3855
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -3884,7 +3889,7 @@
3884
3889
  };
3885
3890
  }
3886
3891
 
3887
- /*! @azure/msal-common v15.10.0 2025-08-05 */
3892
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
3888
3893
  /*
3889
3894
  * Copyright (c) Microsoft Corporation. All rights reserved.
3890
3895
  * Licensed under the MIT License.
@@ -3934,7 +3939,7 @@
3934
3939
  const EAR_JWK = "ear_jwk";
3935
3940
  const EAR_JWE_CRYPTO = "ear_jwe_crypto";
3936
3941
 
3937
- /*! @azure/msal-common v15.10.0 2025-08-05 */
3942
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
3938
3943
 
3939
3944
  /*
3940
3945
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -4314,7 +4319,7 @@
4314
4319
  });
4315
4320
  }
4316
4321
 
4317
- /*! @azure/msal-common v15.10.0 2025-08-05 */
4322
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
4318
4323
  /*
4319
4324
  * Copyright (c) Microsoft Corporation. All rights reserved.
4320
4325
  * Licensed under the MIT License.
@@ -4329,7 +4334,7 @@
4329
4334
  Ciam: 3,
4330
4335
  };
4331
4336
 
4332
- /*! @azure/msal-common v15.10.0 2025-08-05 */
4337
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
4333
4338
  /*
4334
4339
  * Copyright (c) Microsoft Corporation. All rights reserved.
4335
4340
  * Licensed under the MIT License.
@@ -4341,7 +4346,7 @@
4341
4346
  response.hasOwnProperty("jwks_uri"));
4342
4347
  }
4343
4348
 
4344
- /*! @azure/msal-common v15.10.0 2025-08-05 */
4349
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
4345
4350
  /*
4346
4351
  * Copyright (c) Microsoft Corporation. All rights reserved.
4347
4352
  * Licensed under the MIT License.
@@ -4351,7 +4356,7 @@
4351
4356
  response.hasOwnProperty("metadata"));
4352
4357
  }
4353
4358
 
4354
- /*! @azure/msal-common v15.10.0 2025-08-05 */
4359
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
4355
4360
  /*
4356
4361
  * Copyright (c) Microsoft Corporation. All rights reserved.
4357
4362
  * Licensed under the MIT License.
@@ -4361,7 +4366,7 @@
4361
4366
  response.hasOwnProperty("error_description"));
4362
4367
  }
4363
4368
 
4364
- /*! @azure/msal-common v15.10.0 2025-08-05 */
4369
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
4365
4370
  /*
4366
4371
  * Copyright (c) Microsoft Corporation. All rights reserved.
4367
4372
  * Licensed under the MIT License.
@@ -4457,7 +4462,7 @@
4457
4462
  };
4458
4463
  };
4459
4464
 
4460
- /*! @azure/msal-common v15.10.0 2025-08-05 */
4465
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
4461
4466
 
4462
4467
  /*
4463
4468
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -4563,7 +4568,7 @@
4563
4568
  },
4564
4569
  };
4565
4570
 
4566
- /*! @azure/msal-common v15.10.0 2025-08-05 */
4571
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
4567
4572
  /*
4568
4573
  * Copyright (c) Microsoft Corporation. All rights reserved.
4569
4574
  * Licensed under the MIT License.
@@ -4628,7 +4633,7 @@
4628
4633
  return cachedAtSec > nowSeconds();
4629
4634
  }
4630
4635
 
4631
- /*! @azure/msal-common v15.10.0 2025-08-05 */
4636
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
4632
4637
 
4633
4638
  /*
4634
4639
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -4890,7 +4895,7 @@
4890
4895
  return metadata.expiresAt <= nowSeconds();
4891
4896
  }
4892
4897
 
4893
- /*! @azure/msal-common v15.10.0 2025-08-05 */
4898
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
4894
4899
 
4895
4900
  /*
4896
4901
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -5729,7 +5734,7 @@
5729
5734
  };
5730
5735
  }
5731
5736
 
5732
- /*! @azure/msal-common v15.10.0 2025-08-05 */
5737
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
5733
5738
 
5734
5739
  /*
5735
5740
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -5760,7 +5765,7 @@
5760
5765
  }
5761
5766
  }
5762
5767
 
5763
- /*! @azure/msal-common v15.10.0 2025-08-05 */
5768
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
5764
5769
 
5765
5770
  /*
5766
5771
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -5779,7 +5784,7 @@
5779
5784
  }
5780
5785
  }
5781
5786
 
5782
- /*! @azure/msal-common v15.10.0 2025-08-05 */
5787
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
5783
5788
  /*
5784
5789
  * Copyright (c) Microsoft Corporation. All rights reserved.
5785
5790
  * Licensed under the MIT License.
@@ -5800,7 +5805,7 @@
5800
5805
  };
5801
5806
  }
5802
5807
 
5803
- /*! @azure/msal-common v15.10.0 2025-08-05 */
5808
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
5804
5809
 
5805
5810
  /*
5806
5811
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -5887,7 +5892,7 @@
5887
5892
  }
5888
5893
  }
5889
5894
 
5890
- /*! @azure/msal-common v15.10.0 2025-08-05 */
5895
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
5891
5896
 
5892
5897
  /*
5893
5898
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -5918,7 +5923,7 @@
5918
5923
  return new NetworkError(error, httpStatus, responseHeaders);
5919
5924
  }
5920
5925
 
5921
- /*! @azure/msal-common v15.10.0 2025-08-05 */
5926
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
5922
5927
 
5923
5928
  /*
5924
5929
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -6066,7 +6071,7 @@
6066
6071
  }
6067
6072
  }
6068
6073
 
6069
- /*! @azure/msal-common v15.10.0 2025-08-05 */
6074
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
6070
6075
  /*
6071
6076
  * Copyright (c) Microsoft Corporation. All rights reserved.
6072
6077
  * Licensed under the MIT License.
@@ -6088,7 +6093,7 @@
6088
6093
  return null;
6089
6094
  }
6090
6095
 
6091
- /*! @azure/msal-common v15.10.0 2025-08-05 */
6096
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
6092
6097
 
6093
6098
  /*
6094
6099
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -6303,7 +6308,7 @@
6303
6308
  }
6304
6309
  }
6305
6310
 
6306
- /*! @azure/msal-common v15.10.0 2025-08-05 */
6311
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
6307
6312
  /*
6308
6313
  * Copyright (c) Microsoft Corporation. All rights reserved.
6309
6314
  * Licensed under the MIT License.
@@ -6331,7 +6336,7 @@
6331
6336
  uxNotAllowed: uxNotAllowed
6332
6337
  });
6333
6338
 
6334
- /*! @azure/msal-common v15.10.0 2025-08-05 */
6339
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
6335
6340
 
6336
6341
  /*
6337
6342
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -6421,7 +6426,7 @@
6421
6426
  return new InteractionRequiredAuthError(errorCode, InteractionRequiredAuthErrorMessages[errorCode]);
6422
6427
  }
6423
6428
 
6424
- /*! @azure/msal-common v15.10.0 2025-08-05 */
6429
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
6425
6430
 
6426
6431
  /*
6427
6432
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -6493,7 +6498,7 @@
6493
6498
  }
6494
6499
  }
6495
6500
 
6496
- /*! @azure/msal-common v15.10.0 2025-08-05 */
6501
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
6497
6502
 
6498
6503
  /*
6499
6504
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -6575,7 +6580,7 @@
6575
6580
  }
6576
6581
  }
6577
6582
 
6578
- /*! @azure/msal-common v15.10.0 2025-08-05 */
6583
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
6579
6584
  /*
6580
6585
  * Copyright (c) Microsoft Corporation. All rights reserved.
6581
6586
  * Licensed under the MIT License.
@@ -6602,7 +6607,7 @@
6602
6607
  }
6603
6608
  }
6604
6609
 
6605
- /*! @azure/msal-common v15.10.0 2025-08-05 */
6610
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
6606
6611
 
6607
6612
  /*
6608
6613
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -6933,7 +6938,7 @@
6933
6938
  return baseAccount;
6934
6939
  }
6935
6940
 
6936
- /*! @azure/msal-common v15.10.0 2025-08-05 */
6941
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
6937
6942
  /*
6938
6943
  * Copyright (c) Microsoft Corporation. All rights reserved.
6939
6944
  * Licensed under the MIT License.
@@ -6951,7 +6956,7 @@
6951
6956
  }
6952
6957
  }
6953
6958
 
6954
- /*! @azure/msal-common v15.10.0 2025-08-05 */
6959
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
6955
6960
 
6956
6961
  /*
6957
6962
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -7186,7 +7191,7 @@
7186
7191
  }
7187
7192
  }
7188
7193
 
7189
- /*! @azure/msal-common v15.10.0 2025-08-05 */
7194
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
7190
7195
 
7191
7196
  /*
7192
7197
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -7395,7 +7400,7 @@
7395
7400
  }
7396
7401
  }
7397
7402
 
7398
- /*! @azure/msal-common v15.10.0 2025-08-05 */
7403
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
7399
7404
 
7400
7405
  /*
7401
7406
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -7493,7 +7498,7 @@
7493
7498
  }
7494
7499
  }
7495
7500
 
7496
- /*! @azure/msal-common v15.10.0 2025-08-05 */
7501
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
7497
7502
 
7498
7503
  /*
7499
7504
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -7508,7 +7513,7 @@
7508
7513
  },
7509
7514
  };
7510
7515
 
7511
- /*! @azure/msal-common v15.10.0 2025-08-05 */
7516
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
7512
7517
 
7513
7518
  /*
7514
7519
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -7732,7 +7737,7 @@
7732
7737
  return account.loginHint || account.idTokenClaims?.login_hint || null;
7733
7738
  }
7734
7739
 
7735
- /*! @azure/msal-common v15.10.0 2025-08-05 */
7740
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
7736
7741
 
7737
7742
  /*
7738
7743
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -7790,7 +7795,7 @@
7790
7795
  }
7791
7796
  }
7792
7797
 
7793
- /*! @azure/msal-common v15.10.0 2025-08-05 */
7798
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
7794
7799
 
7795
7800
  /*
7796
7801
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -8053,7 +8058,7 @@
8053
8058
  }
8054
8059
  }
8055
8060
 
8056
- /*! @azure/msal-common v15.10.0 2025-08-05 */
8061
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
8057
8062
  /*
8058
8063
  * Copyright (c) Microsoft Corporation. All rights reserved.
8059
8064
  * Licensed under the MIT License.
@@ -8061,7 +8066,7 @@
8061
8066
  const missingKidError = "missing_kid_error";
8062
8067
  const missingAlgError = "missing_alg_error";
8063
8068
 
8064
- /*! @azure/msal-common v15.10.0 2025-08-05 */
8069
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
8065
8070
 
8066
8071
  /*
8067
8072
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -8086,7 +8091,7 @@
8086
8091
  return new JoseHeaderError(code, JoseHeaderErrorMessages[code]);
8087
8092
  }
8088
8093
 
8089
- /*! @azure/msal-common v15.10.0 2025-08-05 */
8094
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
8090
8095
 
8091
8096
  /*
8092
8097
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -8126,7 +8131,7 @@
8126
8131
  }
8127
8132
  }
8128
8133
 
8129
- /*! @azure/msal-common v15.10.0 2025-08-05 */
8134
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
8130
8135
 
8131
8136
  /*
8132
8137
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -10222,7 +10227,7 @@
10222
10227
 
10223
10228
  /* eslint-disable header/header */
10224
10229
  const name = "@azure/msal-browser";
10225
- const version = "4.19.0";
10230
+ const version = "4.20.0";
10226
10231
 
10227
10232
  /*
10228
10233
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -12850,11 +12855,6 @@
12850
12855
  * @returns The first account found in the cache matching the provided filter or null if no account could be found.
12851
12856
  */
12852
12857
  function getAccount(accountFilter, logger, browserStorage, correlationId) {
12853
- logger.trace("getAccount called");
12854
- if (Object.keys(accountFilter).length === 0) {
12855
- logger.warning("getAccount: No accountFilter provided");
12856
- return null;
12857
- }
12858
12858
  const account = browserStorage.getAccountInfoFilteredBy(accountFilter, correlationId);
12859
12859
  if (account) {
12860
12860
  logger.verbose("getAccount: Account matching provided filter found, returning");
@@ -17001,12 +17001,12 @@
17001
17001
  const navigate = typeof onRedirectNavigateCb === "function"
17002
17002
  ? onRedirectNavigateCb(url)
17003
17003
  : undefined;
17004
- if (navigate !== false) {
17005
- atrMeasurement.end({ success: true });
17006
- }
17007
- else {
17008
- atrMeasurement.discard();
17009
- }
17004
+ atrMeasurement.add({
17005
+ navigateCallbackResult: navigate !== false,
17006
+ });
17007
+ atrMeasurement.event =
17008
+ atrMeasurement.end({ success: true }) ||
17009
+ atrMeasurement.event;
17010
17010
  return navigate;
17011
17011
  };
17012
17012
  }
@@ -17016,12 +17016,12 @@
17016
17016
  const navigate = typeof configOnRedirectNavigateCb === "function"
17017
17017
  ? configOnRedirectNavigateCb(url)
17018
17018
  : undefined;
17019
- if (navigate !== false) {
17020
- atrMeasurement.end({ success: true });
17021
- }
17022
- else {
17023
- atrMeasurement.discard();
17024
- }
17019
+ atrMeasurement.add({
17020
+ navigateCallbackResult: navigate !== false,
17021
+ });
17022
+ atrMeasurement.event =
17023
+ atrMeasurement.end({ success: true }) ||
17024
+ atrMeasurement.event;
17025
17025
  return navigate;
17026
17026
  };
17027
17027
  }
@@ -17065,7 +17065,18 @@
17065
17065
  }
17066
17066
  catch (e) {
17067
17067
  this.browserStorage.resetRequestCache();
17068
- atrMeasurement.end({ success: false }, e);
17068
+ /*
17069
+ * Pre-redirect event completes before navigation occurs.
17070
+ * Timed out navigation needs to be instrumented separately as a post-redirect event.
17071
+ */
17072
+ if (atrMeasurement.event.status === 2) {
17073
+ this.performanceClient
17074
+ .startMeasurement(PerformanceEvents.AcquireTokenRedirect, correlationId)
17075
+ .end({ success: false }, e);
17076
+ }
17077
+ else {
17078
+ atrMeasurement.end({ success: false }, e);
17079
+ }
17069
17080
  if (isLoggedIn) {
17070
17081
  this.eventHandler.emitEvent(EventType.ACQUIRE_TOKEN_FAILURE, exports.InteractionType.Redirect, null, e);
17071
17082
  }