@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,8 +1,8 @@
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
  'use strict';
4
4
 
5
- /*! @azure/msal-common v15.10.0 2025-08-05 */
5
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
6
6
  /*
7
7
  * Copyright (c) Microsoft Corporation. All rights reserved.
8
8
  * Licensed under the MIT License.
@@ -279,7 +279,7 @@ const JsonWebTokenTypes = {
279
279
  // Token renewal offset default in seconds
280
280
  const DEFAULT_TOKEN_RENEWAL_OFFSET_SEC = 300;
281
281
 
282
- /*! @azure/msal-common v15.10.0 2025-08-05 */
282
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
283
283
  /*
284
284
  * Copyright (c) Microsoft Corporation. All rights reserved.
285
285
  * Licensed under the MIT License.
@@ -296,7 +296,7 @@ var AuthErrorCodes = /*#__PURE__*/Object.freeze({
296
296
  unexpectedError: unexpectedError
297
297
  });
298
298
 
299
- /*! @azure/msal-common v15.10.0 2025-08-05 */
299
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
300
300
 
301
301
  /*
302
302
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -345,7 +345,7 @@ function createAuthError(code, additionalMessage) {
345
345
  : AuthErrorMessages[code]);
346
346
  }
347
347
 
348
- /*! @azure/msal-common v15.10.0 2025-08-05 */
348
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
349
349
  /*
350
350
  * Copyright (c) Microsoft Corporation. All rights reserved.
351
351
  * Licensed under the MIT License.
@@ -443,7 +443,7 @@ var ClientAuthErrorCodes = /*#__PURE__*/Object.freeze({
443
443
  userTimeoutReached: userTimeoutReached
444
444
  });
445
445
 
446
- /*! @azure/msal-common v15.10.0 2025-08-05 */
446
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
447
447
 
448
448
  /*
449
449
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -695,7 +695,7 @@ function createClientAuthError(errorCode, additionalMessage) {
695
695
  return new ClientAuthError(errorCode, additionalMessage);
696
696
  }
697
697
 
698
- /*! @azure/msal-common v15.10.0 2025-08-05 */
698
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
699
699
 
700
700
  /*
701
701
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -734,7 +734,7 @@ const DEFAULT_CRYPTO_IMPLEMENTATION = {
734
734
  },
735
735
  };
736
736
 
737
- /*! @azure/msal-common v15.10.0 2025-08-05 */
737
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
738
738
 
739
739
  /*
740
740
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -925,12 +925,12 @@ class Logger {
925
925
  }
926
926
  }
927
927
 
928
- /*! @azure/msal-common v15.10.0 2025-08-05 */
928
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
929
929
  /* eslint-disable header/header */
930
930
  const name$1 = "@azure/msal-common";
931
- const version$1 = "15.10.0";
931
+ const version$1 = "15.11.0";
932
932
 
933
- /*! @azure/msal-common v15.10.0 2025-08-05 */
933
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
934
934
  /*
935
935
  * Copyright (c) Microsoft Corporation. All rights reserved.
936
936
  * Licensed under the MIT License.
@@ -950,7 +950,7 @@ const AzureCloudInstance = {
950
950
  AzureUsGovernment: "https://login.microsoftonline.us",
951
951
  };
952
952
 
953
- /*! @azure/msal-common v15.10.0 2025-08-05 */
953
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
954
954
  /*
955
955
  * Copyright (c) Microsoft Corporation. All rights reserved.
956
956
  * Licensed under the MIT License.
@@ -1006,7 +1006,7 @@ var ClientConfigurationErrorCodes = /*#__PURE__*/Object.freeze({
1006
1006
  urlParseError: urlParseError
1007
1007
  });
1008
1008
 
1009
- /*! @azure/msal-common v15.10.0 2025-08-05 */
1009
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
1010
1010
 
1011
1011
  /*
1012
1012
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1149,7 +1149,7 @@ function createClientConfigurationError(errorCode) {
1149
1149
  return new ClientConfigurationError(errorCode);
1150
1150
  }
1151
1151
 
1152
- /*! @azure/msal-common v15.10.0 2025-08-05 */
1152
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
1153
1153
  /*
1154
1154
  * Copyright (c) Microsoft Corporation. All rights reserved.
1155
1155
  * Licensed under the MIT License.
@@ -1246,7 +1246,7 @@ class StringUtils {
1246
1246
  }
1247
1247
  }
1248
1248
 
1249
- /*! @azure/msal-common v15.10.0 2025-08-05 */
1249
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
1250
1250
 
1251
1251
  /*
1252
1252
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1437,7 +1437,7 @@ class ScopeSet {
1437
1437
  }
1438
1438
  }
1439
1439
 
1440
- /*! @azure/msal-common v15.10.0 2025-08-05 */
1440
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
1441
1441
  /*
1442
1442
  * Copyright (c) Microsoft Corporation. All rights reserved.
1443
1443
  * Licensed under the MIT License.
@@ -1519,7 +1519,7 @@ function updateAccountTenantProfileData(baseAccountInfo, tenantProfile, idTokenC
1519
1519
  return updatedAccountInfo;
1520
1520
  }
1521
1521
 
1522
- /*! @azure/msal-common v15.10.0 2025-08-05 */
1522
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
1523
1523
 
1524
1524
  /*
1525
1525
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1580,7 +1580,7 @@ function checkMaxAge(authTime, maxAge) {
1580
1580
  }
1581
1581
  }
1582
1582
 
1583
- /*! @azure/msal-common v15.10.0 2025-08-05 */
1583
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
1584
1584
 
1585
1585
  /*
1586
1586
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1645,7 +1645,7 @@ function mapToQueryString(parameters, encodeExtraParams = true, extraQueryParame
1645
1645
  return queryParameterArray.join("&");
1646
1646
  }
1647
1647
 
1648
- /*! @azure/msal-common v15.10.0 2025-08-05 */
1648
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
1649
1649
 
1650
1650
  /*
1651
1651
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1809,7 +1809,7 @@ class UrlString {
1809
1809
  }
1810
1810
  }
1811
1811
 
1812
- /*! @azure/msal-common v15.10.0 2025-08-05 */
1812
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
1813
1813
 
1814
1814
  /*
1815
1815
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1948,7 +1948,7 @@ function getCloudDiscoveryMetadataFromNetworkResponse(response, authorityHost) {
1948
1948
  return null;
1949
1949
  }
1950
1950
 
1951
- /*! @azure/msal-common v15.10.0 2025-08-05 */
1951
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
1952
1952
  /*
1953
1953
  * Copyright (c) Microsoft Corporation. All rights reserved.
1954
1954
  * Licensed under the MIT License.
@@ -1956,7 +1956,7 @@ function getCloudDiscoveryMetadataFromNetworkResponse(response, authorityHost) {
1956
1956
  const cacheQuotaExceeded = "cache_quota_exceeded";
1957
1957
  const cacheErrorUnknown = "cache_error_unknown";
1958
1958
 
1959
- /*! @azure/msal-common v15.10.0 2025-08-05 */
1959
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
1960
1960
 
1961
1961
  /*
1962
1962
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -2001,7 +2001,7 @@ function createCacheError(e) {
2001
2001
  }
2002
2002
  }
2003
2003
 
2004
- /*! @azure/msal-common v15.10.0 2025-08-05 */
2004
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
2005
2005
 
2006
2006
  /*
2007
2007
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -2031,6 +2031,11 @@ class CacheManager {
2031
2031
  * Gets first tenanted AccountInfo object found based on provided filters
2032
2032
  */
2033
2033
  getAccountInfoFilteredBy(accountFilter, correlationId) {
2034
+ if (Object.keys(accountFilter).length === 0 ||
2035
+ Object.values(accountFilter).every((value) => !value)) {
2036
+ this.commonLogger.warning("getAccountInfoFilteredBy: Account filter is empty or invalid, returning null");
2037
+ return null;
2038
+ }
2034
2039
  const allAccounts = this.getAllAccounts(accountFilter, correlationId);
2035
2040
  if (allAccounts.length > 1) {
2036
2041
  // If one or more accounts are found, prioritize accounts that have an ID token
@@ -3105,7 +3110,7 @@ class DefaultStorageClass extends CacheManager {
3105
3110
  }
3106
3111
  }
3107
3112
 
3108
- /*! @azure/msal-common v15.10.0 2025-08-05 */
3113
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
3109
3114
  /*
3110
3115
  * Copyright (c) Microsoft Corporation. All rights reserved.
3111
3116
  * Licensed under the MIT License.
@@ -3129,7 +3134,7 @@ const ProtocolMode = {
3129
3134
  EAR: "EAR",
3130
3135
  };
3131
3136
 
3132
- /*! @azure/msal-common v15.10.0 2025-08-05 */
3137
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
3133
3138
  /*
3134
3139
  * Copyright (c) Microsoft Corporation. All rights reserved.
3135
3140
  * Licensed under the MIT License.
@@ -3651,7 +3656,7 @@ const IntFields = new Set([
3651
3656
  "upgradedCacheCount",
3652
3657
  ]);
3653
3658
 
3654
- /*! @azure/msal-common v15.10.0 2025-08-05 */
3659
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
3655
3660
 
3656
3661
  /*
3657
3662
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -3730,7 +3735,7 @@ class StubPerformanceClient {
3730
3735
  }
3731
3736
  }
3732
3737
 
3733
- /*! @azure/msal-common v15.10.0 2025-08-05 */
3738
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
3734
3739
 
3735
3740
  /*
3736
3741
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -3830,7 +3835,7 @@ function isOidcProtocolMode(config) {
3830
3835
  return (config.authOptions.authority.options.protocolMode === ProtocolMode.OIDC);
3831
3836
  }
3832
3837
 
3833
- /*! @azure/msal-common v15.10.0 2025-08-05 */
3838
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
3834
3839
  /*
3835
3840
  * Copyright (c) Microsoft Corporation. All rights reserved.
3836
3841
  * Licensed under the MIT License.
@@ -3840,7 +3845,7 @@ const CcsCredentialType = {
3840
3845
  UPN: "UPN",
3841
3846
  };
3842
3847
 
3843
- /*! @azure/msal-common v15.10.0 2025-08-05 */
3848
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
3844
3849
 
3845
3850
  /*
3846
3851
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -3880,7 +3885,7 @@ function buildClientInfoFromHomeAccountId(homeAccountId) {
3880
3885
  };
3881
3886
  }
3882
3887
 
3883
- /*! @azure/msal-common v15.10.0 2025-08-05 */
3888
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
3884
3889
  /*
3885
3890
  * Copyright (c) Microsoft Corporation. All rights reserved.
3886
3891
  * Licensed under the MIT License.
@@ -3930,7 +3935,7 @@ const INSTANCE_AWARE = "instance_aware";
3930
3935
  const EAR_JWK = "ear_jwk";
3931
3936
  const EAR_JWE_CRYPTO = "ear_jwe_crypto";
3932
3937
 
3933
- /*! @azure/msal-common v15.10.0 2025-08-05 */
3938
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
3934
3939
 
3935
3940
  /*
3936
3941
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -4310,7 +4315,7 @@ function addPostBodyParameters(parameters, bodyParameters) {
4310
4315
  });
4311
4316
  }
4312
4317
 
4313
- /*! @azure/msal-common v15.10.0 2025-08-05 */
4318
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
4314
4319
  /*
4315
4320
  * Copyright (c) Microsoft Corporation. All rights reserved.
4316
4321
  * Licensed under the MIT License.
@@ -4325,7 +4330,7 @@ const AuthorityType = {
4325
4330
  Ciam: 3,
4326
4331
  };
4327
4332
 
4328
- /*! @azure/msal-common v15.10.0 2025-08-05 */
4333
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
4329
4334
  /*
4330
4335
  * Copyright (c) Microsoft Corporation. All rights reserved.
4331
4336
  * Licensed under the MIT License.
@@ -4337,7 +4342,7 @@ function isOpenIdConfigResponse(response) {
4337
4342
  response.hasOwnProperty("jwks_uri"));
4338
4343
  }
4339
4344
 
4340
- /*! @azure/msal-common v15.10.0 2025-08-05 */
4345
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
4341
4346
  /*
4342
4347
  * Copyright (c) Microsoft Corporation. All rights reserved.
4343
4348
  * Licensed under the MIT License.
@@ -4347,7 +4352,7 @@ function isCloudInstanceDiscoveryResponse(response) {
4347
4352
  response.hasOwnProperty("metadata"));
4348
4353
  }
4349
4354
 
4350
- /*! @azure/msal-common v15.10.0 2025-08-05 */
4355
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
4351
4356
  /*
4352
4357
  * Copyright (c) Microsoft Corporation. All rights reserved.
4353
4358
  * Licensed under the MIT License.
@@ -4357,7 +4362,7 @@ function isCloudInstanceDiscoveryErrorResponse(response) {
4357
4362
  response.hasOwnProperty("error_description"));
4358
4363
  }
4359
4364
 
4360
- /*! @azure/msal-common v15.10.0 2025-08-05 */
4365
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
4361
4366
  /*
4362
4367
  * Copyright (c) Microsoft Corporation. All rights reserved.
4363
4368
  * Licensed under the MIT License.
@@ -4453,7 +4458,7 @@ const invokeAsync = (callback, eventName, logger, telemetryClient, correlationId
4453
4458
  };
4454
4459
  };
4455
4460
 
4456
- /*! @azure/msal-common v15.10.0 2025-08-05 */
4461
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
4457
4462
 
4458
4463
  /*
4459
4464
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -4559,7 +4564,7 @@ RegionDiscovery.IMDS_OPTIONS = {
4559
4564
  },
4560
4565
  };
4561
4566
 
4562
- /*! @azure/msal-common v15.10.0 2025-08-05 */
4567
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
4563
4568
  /*
4564
4569
  * Copyright (c) Microsoft Corporation. All rights reserved.
4565
4570
  * Licensed under the MIT License.
@@ -4624,7 +4629,7 @@ function wasClockTurnedBack(cachedAt) {
4624
4629
  return cachedAtSec > nowSeconds();
4625
4630
  }
4626
4631
 
4627
- /*! @azure/msal-common v15.10.0 2025-08-05 */
4632
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
4628
4633
 
4629
4634
  /*
4630
4635
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -4886,7 +4891,7 @@ function isAuthorityMetadataExpired(metadata) {
4886
4891
  return metadata.expiresAt <= nowSeconds();
4887
4892
  }
4888
4893
 
4889
- /*! @azure/msal-common v15.10.0 2025-08-05 */
4894
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
4890
4895
 
4891
4896
  /*
4892
4897
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -5725,7 +5730,7 @@ function buildStaticAuthorityOptions(authOptions) {
5725
5730
  };
5726
5731
  }
5727
5732
 
5728
- /*! @azure/msal-common v15.10.0 2025-08-05 */
5733
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
5729
5734
 
5730
5735
  /*
5731
5736
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -5756,7 +5761,7 @@ async function createDiscoveredInstance(authorityUri, networkClient, cacheManage
5756
5761
  }
5757
5762
  }
5758
5763
 
5759
- /*! @azure/msal-common v15.10.0 2025-08-05 */
5764
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
5760
5765
 
5761
5766
  /*
5762
5767
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -5775,7 +5780,7 @@ class ServerError extends AuthError {
5775
5780
  }
5776
5781
  }
5777
5782
 
5778
- /*! @azure/msal-common v15.10.0 2025-08-05 */
5783
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
5779
5784
  /*
5780
5785
  * Copyright (c) Microsoft Corporation. All rights reserved.
5781
5786
  * Licensed under the MIT License.
@@ -5796,7 +5801,7 @@ function getRequestThumbprint(clientId, request, homeAccountId) {
5796
5801
  };
5797
5802
  }
5798
5803
 
5799
- /*! @azure/msal-common v15.10.0 2025-08-05 */
5804
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
5800
5805
 
5801
5806
  /*
5802
5807
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -5883,7 +5888,7 @@ class ThrottlingUtils {
5883
5888
  }
5884
5889
  }
5885
5890
 
5886
- /*! @azure/msal-common v15.10.0 2025-08-05 */
5891
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
5887
5892
 
5888
5893
  /*
5889
5894
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -5914,7 +5919,7 @@ function createNetworkError(error, httpStatus, responseHeaders, additionalError)
5914
5919
  return new NetworkError(error, httpStatus, responseHeaders);
5915
5920
  }
5916
5921
 
5917
- /*! @azure/msal-common v15.10.0 2025-08-05 */
5922
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
5918
5923
 
5919
5924
  /*
5920
5925
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -6062,7 +6067,7 @@ class BaseClient {
6062
6067
  }
6063
6068
  }
6064
6069
 
6065
- /*! @azure/msal-common v15.10.0 2025-08-05 */
6070
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
6066
6071
  /*
6067
6072
  * Copyright (c) Microsoft Corporation. All rights reserved.
6068
6073
  * Licensed under the MIT License.
@@ -6084,7 +6089,7 @@ function getTenantIdFromIdTokenClaims(idTokenClaims) {
6084
6089
  return null;
6085
6090
  }
6086
6091
 
6087
- /*! @azure/msal-common v15.10.0 2025-08-05 */
6092
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
6088
6093
 
6089
6094
  /*
6090
6095
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -6299,7 +6304,7 @@ class AccountEntity {
6299
6304
  }
6300
6305
  }
6301
6306
 
6302
- /*! @azure/msal-common v15.10.0 2025-08-05 */
6307
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
6303
6308
  /*
6304
6309
  * Copyright (c) Microsoft Corporation. All rights reserved.
6305
6310
  * Licensed under the MIT License.
@@ -6327,7 +6332,7 @@ var InteractionRequiredAuthErrorCodes = /*#__PURE__*/Object.freeze({
6327
6332
  uxNotAllowed: uxNotAllowed
6328
6333
  });
6329
6334
 
6330
- /*! @azure/msal-common v15.10.0 2025-08-05 */
6335
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
6331
6336
 
6332
6337
  /*
6333
6338
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -6417,7 +6422,7 @@ function createInteractionRequiredAuthError(errorCode) {
6417
6422
  return new InteractionRequiredAuthError(errorCode, InteractionRequiredAuthErrorMessages[errorCode]);
6418
6423
  }
6419
6424
 
6420
- /*! @azure/msal-common v15.10.0 2025-08-05 */
6425
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
6421
6426
 
6422
6427
  /*
6423
6428
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -6489,7 +6494,7 @@ class ProtocolUtils {
6489
6494
  }
6490
6495
  }
6491
6496
 
6492
- /*! @azure/msal-common v15.10.0 2025-08-05 */
6497
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
6493
6498
 
6494
6499
  /*
6495
6500
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -6571,7 +6576,7 @@ class PopTokenGenerator {
6571
6576
  }
6572
6577
  }
6573
6578
 
6574
- /*! @azure/msal-common v15.10.0 2025-08-05 */
6579
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
6575
6580
  /*
6576
6581
  * Copyright (c) Microsoft Corporation. All rights reserved.
6577
6582
  * Licensed under the MIT License.
@@ -6598,7 +6603,7 @@ class PopTokenGenerator {
6598
6603
  }
6599
6604
  }
6600
6605
 
6601
- /*! @azure/msal-common v15.10.0 2025-08-05 */
6606
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
6602
6607
 
6603
6608
  /*
6604
6609
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -6929,7 +6934,7 @@ function buildAccountToCache(cacheStorage, authority, homeAccountId, base64Decod
6929
6934
  return baseAccount;
6930
6935
  }
6931
6936
 
6932
- /*! @azure/msal-common v15.10.0 2025-08-05 */
6937
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
6933
6938
  /*
6934
6939
  * Copyright (c) Microsoft Corporation. All rights reserved.
6935
6940
  * Licensed under the MIT License.
@@ -6947,7 +6952,7 @@ async function getClientAssertion(clientAssertion, clientId, tokenEndpoint) {
6947
6952
  }
6948
6953
  }
6949
6954
 
6950
- /*! @azure/msal-common v15.10.0 2025-08-05 */
6955
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
6951
6956
 
6952
6957
  /*
6953
6958
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -7182,7 +7187,7 @@ class AuthorizationCodeClient extends BaseClient {
7182
7187
  }
7183
7188
  }
7184
7189
 
7185
- /*! @azure/msal-common v15.10.0 2025-08-05 */
7190
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
7186
7191
 
7187
7192
  /*
7188
7193
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -7391,7 +7396,7 @@ class RefreshTokenClient extends BaseClient {
7391
7396
  }
7392
7397
  }
7393
7398
 
7394
- /*! @azure/msal-common v15.10.0 2025-08-05 */
7399
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
7395
7400
 
7396
7401
  /*
7397
7402
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -7489,7 +7494,7 @@ class SilentFlowClient extends BaseClient {
7489
7494
  }
7490
7495
  }
7491
7496
 
7492
- /*! @azure/msal-common v15.10.0 2025-08-05 */
7497
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
7493
7498
 
7494
7499
  /*
7495
7500
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -7504,7 +7509,7 @@ const StubbedNetworkModule = {
7504
7509
  },
7505
7510
  };
7506
7511
 
7507
- /*! @azure/msal-common v15.10.0 2025-08-05 */
7512
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
7508
7513
 
7509
7514
  /*
7510
7515
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -7728,7 +7733,7 @@ function extractLoginHint(account) {
7728
7733
  return account.loginHint || account.idTokenClaims?.login_hint || null;
7729
7734
  }
7730
7735
 
7731
- /*! @azure/msal-common v15.10.0 2025-08-05 */
7736
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
7732
7737
 
7733
7738
  /*
7734
7739
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -7786,7 +7791,7 @@ class AuthenticationHeaderParser {
7786
7791
  }
7787
7792
  }
7788
7793
 
7789
- /*! @azure/msal-common v15.10.0 2025-08-05 */
7794
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
7790
7795
 
7791
7796
  /*
7792
7797
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -8049,7 +8054,7 @@ class ServerTelemetryManager {
8049
8054
  }
8050
8055
  }
8051
8056
 
8052
- /*! @azure/msal-common v15.10.0 2025-08-05 */
8057
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
8053
8058
  /*
8054
8059
  * Copyright (c) Microsoft Corporation. All rights reserved.
8055
8060
  * Licensed under the MIT License.
@@ -8057,7 +8062,7 @@ class ServerTelemetryManager {
8057
8062
  const missingKidError = "missing_kid_error";
8058
8063
  const missingAlgError = "missing_alg_error";
8059
8064
 
8060
- /*! @azure/msal-common v15.10.0 2025-08-05 */
8065
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
8061
8066
 
8062
8067
  /*
8063
8068
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -8082,7 +8087,7 @@ function createJoseHeaderError(code) {
8082
8087
  return new JoseHeaderError(code, JoseHeaderErrorMessages[code]);
8083
8088
  }
8084
8089
 
8085
- /*! @azure/msal-common v15.10.0 2025-08-05 */
8090
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
8086
8091
 
8087
8092
  /*
8088
8093
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -8122,7 +8127,7 @@ class JoseHeader {
8122
8127
  }
8123
8128
  }
8124
8129
 
8125
- /*! @azure/msal-common v15.10.0 2025-08-05 */
8130
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
8126
8131
 
8127
8132
  /*
8128
8133
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -10218,7 +10223,7 @@ function buildConfiguration({ auth: userInputAuth, cache: userInputCache, system
10218
10223
 
10219
10224
  /* eslint-disable header/header */
10220
10225
  const name = "@azure/msal-browser";
10221
- const version = "4.19.0";
10226
+ const version = "4.20.0";
10222
10227
 
10223
10228
  /*
10224
10229
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -12846,11 +12851,6 @@ function getAllAccounts(logger, browserStorage, isInBrowser, correlationId, acco
12846
12851
  * @returns The first account found in the cache matching the provided filter or null if no account could be found.
12847
12852
  */
12848
12853
  function getAccount(accountFilter, logger, browserStorage, correlationId) {
12849
- logger.trace("getAccount called");
12850
- if (Object.keys(accountFilter).length === 0) {
12851
- logger.warning("getAccount: No accountFilter provided");
12852
- return null;
12853
- }
12854
12854
  const account = browserStorage.getAccountInfoFilteredBy(accountFilter, correlationId);
12855
12855
  if (account) {
12856
12856
  logger.verbose("getAccount: Account matching provided filter found, returning");
@@ -16997,12 +16997,12 @@ class StandardController {
16997
16997
  const navigate = typeof onRedirectNavigateCb === "function"
16998
16998
  ? onRedirectNavigateCb(url)
16999
16999
  : undefined;
17000
- if (navigate !== false) {
17001
- atrMeasurement.end({ success: true });
17002
- }
17003
- else {
17004
- atrMeasurement.discard();
17005
- }
17000
+ atrMeasurement.add({
17001
+ navigateCallbackResult: navigate !== false,
17002
+ });
17003
+ atrMeasurement.event =
17004
+ atrMeasurement.end({ success: true }) ||
17005
+ atrMeasurement.event;
17006
17006
  return navigate;
17007
17007
  };
17008
17008
  }
@@ -17012,12 +17012,12 @@ class StandardController {
17012
17012
  const navigate = typeof configOnRedirectNavigateCb === "function"
17013
17013
  ? configOnRedirectNavigateCb(url)
17014
17014
  : undefined;
17015
- if (navigate !== false) {
17016
- atrMeasurement.end({ success: true });
17017
- }
17018
- else {
17019
- atrMeasurement.discard();
17020
- }
17015
+ atrMeasurement.add({
17016
+ navigateCallbackResult: navigate !== false,
17017
+ });
17018
+ atrMeasurement.event =
17019
+ atrMeasurement.end({ success: true }) ||
17020
+ atrMeasurement.event;
17021
17021
  return navigate;
17022
17022
  };
17023
17023
  }
@@ -17061,7 +17061,18 @@ class StandardController {
17061
17061
  }
17062
17062
  catch (e) {
17063
17063
  this.browserStorage.resetRequestCache();
17064
- atrMeasurement.end({ success: false }, e);
17064
+ /*
17065
+ * Pre-redirect event completes before navigation occurs.
17066
+ * Timed out navigation needs to be instrumented separately as a post-redirect event.
17067
+ */
17068
+ if (atrMeasurement.event.status === 2) {
17069
+ this.performanceClient
17070
+ .startMeasurement(PerformanceEvents.AcquireTokenRedirect, correlationId)
17071
+ .end({ success: false }, e);
17072
+ }
17073
+ else {
17074
+ atrMeasurement.end({ success: false }, e);
17075
+ }
17065
17076
  if (isLoggedIn) {
17066
17077
  this.eventHandler.emitEvent(EventType.ACQUIRE_TOKEN_FAILURE, exports.InteractionType.Redirect, null, e);
17067
17078
  }