@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.
@@ -276,7 +276,7 @@ const JsonWebTokenTypes = {
276
276
  // Token renewal offset default in seconds
277
277
  const DEFAULT_TOKEN_RENEWAL_OFFSET_SEC = 300;
278
278
 
279
- /*! @azure/msal-common v15.10.0 2025-08-05 */
279
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
280
280
  /*
281
281
  * Copyright (c) Microsoft Corporation. All rights reserved.
282
282
  * Licensed under the MIT License.
@@ -287,7 +287,7 @@ const DEFAULT_TOKEN_RENEWAL_OFFSET_SEC = 300;
287
287
  const unexpectedError = "unexpected_error";
288
288
  const postRequestFailed$1 = "post_request_failed";
289
289
 
290
- /*! @azure/msal-common v15.10.0 2025-08-05 */
290
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
291
291
 
292
292
  /*
293
293
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -322,7 +322,7 @@ function createAuthError(code, additionalMessage) {
322
322
  : AuthErrorMessages[code]);
323
323
  }
324
324
 
325
- /*! @azure/msal-common v15.10.0 2025-08-05 */
325
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
326
326
  /*
327
327
  * Copyright (c) Microsoft Corporation. All rights reserved.
328
328
  * Licensed under the MIT License.
@@ -372,7 +372,7 @@ const missingTenantIdError = "missing_tenant_id_error";
372
372
  const methodNotImplemented = "method_not_implemented";
373
373
  const nestedAppAuthBridgeDisabled = "nested_app_auth_bridge_disabled";
374
374
 
375
- /*! @azure/msal-common v15.10.0 2025-08-05 */
375
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
376
376
 
377
377
  /*
378
378
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -446,7 +446,7 @@ function createClientAuthError(errorCode, additionalMessage) {
446
446
  return new ClientAuthError(errorCode, additionalMessage);
447
447
  }
448
448
 
449
- /*! @azure/msal-common v15.10.0 2025-08-05 */
449
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
450
450
 
451
451
  /*
452
452
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -485,7 +485,7 @@ const DEFAULT_CRYPTO_IMPLEMENTATION = {
485
485
  },
486
486
  };
487
487
 
488
- /*! @azure/msal-common v15.10.0 2025-08-05 */
488
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
489
489
 
490
490
  /*
491
491
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -676,12 +676,12 @@ class Logger {
676
676
  }
677
677
  }
678
678
 
679
- /*! @azure/msal-common v15.10.0 2025-08-05 */
679
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
680
680
  /* eslint-disable header/header */
681
681
  const name$1 = "@azure/msal-common";
682
- const version$1 = "15.10.0";
682
+ const version$1 = "15.11.0";
683
683
 
684
- /*! @azure/msal-common v15.10.0 2025-08-05 */
684
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
685
685
  /*
686
686
  * Copyright (c) Microsoft Corporation. All rights reserved.
687
687
  * Licensed under the MIT License.
@@ -690,7 +690,7 @@ const AzureCloudInstance = {
690
690
  // AzureCloudInstance is not specified.
691
691
  None: "none"};
692
692
 
693
- /*! @azure/msal-common v15.10.0 2025-08-05 */
693
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
694
694
  /*
695
695
  * Copyright (c) Microsoft Corporation. All rights reserved.
696
696
  * Licensed under the MIT License.
@@ -719,7 +719,7 @@ const authorityMismatch = "authority_mismatch";
719
719
  const invalidRequestMethodForEAR = "invalid_request_method_for_EAR";
720
720
  const invalidAuthorizePostBodyParameters = "invalid_authorize_post_body_parameters";
721
721
 
722
- /*! @azure/msal-common v15.10.0 2025-08-05 */
722
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
723
723
 
724
724
  /*
725
725
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -764,7 +764,7 @@ function createClientConfigurationError(errorCode) {
764
764
  return new ClientConfigurationError(errorCode);
765
765
  }
766
766
 
767
- /*! @azure/msal-common v15.10.0 2025-08-05 */
767
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
768
768
  /*
769
769
  * Copyright (c) Microsoft Corporation. All rights reserved.
770
770
  * Licensed under the MIT License.
@@ -861,7 +861,7 @@ class StringUtils {
861
861
  }
862
862
  }
863
863
 
864
- /*! @azure/msal-common v15.10.0 2025-08-05 */
864
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
865
865
 
866
866
  /*
867
867
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1052,7 +1052,7 @@ class ScopeSet {
1052
1052
  }
1053
1053
  }
1054
1054
 
1055
- /*! @azure/msal-common v15.10.0 2025-08-05 */
1055
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
1056
1056
  /*
1057
1057
  * Copyright (c) Microsoft Corporation. All rights reserved.
1058
1058
  * Licensed under the MIT License.
@@ -1134,7 +1134,7 @@ function updateAccountTenantProfileData(baseAccountInfo, tenantProfile, idTokenC
1134
1134
  return updatedAccountInfo;
1135
1135
  }
1136
1136
 
1137
- /*! @azure/msal-common v15.10.0 2025-08-05 */
1137
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
1138
1138
 
1139
1139
  /*
1140
1140
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1195,7 +1195,7 @@ function checkMaxAge(authTime, maxAge) {
1195
1195
  }
1196
1196
  }
1197
1197
 
1198
- /*! @azure/msal-common v15.10.0 2025-08-05 */
1198
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
1199
1199
 
1200
1200
  /*
1201
1201
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1260,7 +1260,7 @@ function mapToQueryString(parameters, encodeExtraParams = true, extraQueryParame
1260
1260
  return queryParameterArray.join("&");
1261
1261
  }
1262
1262
 
1263
- /*! @azure/msal-common v15.10.0 2025-08-05 */
1263
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
1264
1264
 
1265
1265
  /*
1266
1266
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1424,7 +1424,7 @@ class UrlString {
1424
1424
  }
1425
1425
  }
1426
1426
 
1427
- /*! @azure/msal-common v15.10.0 2025-08-05 */
1427
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
1428
1428
 
1429
1429
  /*
1430
1430
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1563,7 +1563,7 @@ function getCloudDiscoveryMetadataFromNetworkResponse(response, authorityHost) {
1563
1563
  return null;
1564
1564
  }
1565
1565
 
1566
- /*! @azure/msal-common v15.10.0 2025-08-05 */
1566
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
1567
1567
  /*
1568
1568
  * Copyright (c) Microsoft Corporation. All rights reserved.
1569
1569
  * Licensed under the MIT License.
@@ -1571,7 +1571,7 @@ function getCloudDiscoveryMetadataFromNetworkResponse(response, authorityHost) {
1571
1571
  const cacheQuotaExceeded = "cache_quota_exceeded";
1572
1572
  const cacheErrorUnknown = "cache_error_unknown";
1573
1573
 
1574
- /*! @azure/msal-common v15.10.0 2025-08-05 */
1574
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
1575
1575
 
1576
1576
  /*
1577
1577
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1616,7 +1616,7 @@ function createCacheError(e) {
1616
1616
  }
1617
1617
  }
1618
1618
 
1619
- /*! @azure/msal-common v15.10.0 2025-08-05 */
1619
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
1620
1620
 
1621
1621
  /*
1622
1622
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1646,6 +1646,11 @@ class CacheManager {
1646
1646
  * Gets first tenanted AccountInfo object found based on provided filters
1647
1647
  */
1648
1648
  getAccountInfoFilteredBy(accountFilter, correlationId) {
1649
+ if (Object.keys(accountFilter).length === 0 ||
1650
+ Object.values(accountFilter).every((value) => !value)) {
1651
+ this.commonLogger.warning("getAccountInfoFilteredBy: Account filter is empty or invalid, returning null");
1652
+ return null;
1653
+ }
1649
1654
  const allAccounts = this.getAllAccounts(accountFilter, correlationId);
1650
1655
  if (allAccounts.length > 1) {
1651
1656
  // If one or more accounts are found, prioritize accounts that have an ID token
@@ -2719,7 +2724,7 @@ class DefaultStorageClass extends CacheManager {
2719
2724
  }
2720
2725
  }
2721
2726
 
2722
- /*! @azure/msal-common v15.10.0 2025-08-05 */
2727
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
2723
2728
  /*
2724
2729
  * Copyright (c) Microsoft Corporation. All rights reserved.
2725
2730
  * Licensed under the MIT License.
@@ -2743,7 +2748,7 @@ const ProtocolMode = {
2743
2748
  EAR: "EAR",
2744
2749
  };
2745
2750
 
2746
- /*! @azure/msal-common v15.10.0 2025-08-05 */
2751
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
2747
2752
  /*
2748
2753
  * Copyright (c) Microsoft Corporation. All rights reserved.
2749
2754
  * Licensed under the MIT License.
@@ -3010,7 +3015,7 @@ const PerformanceEvents = {
3010
3015
  const PerformanceEventStatus = {
3011
3016
  InProgress: 1};
3012
3017
 
3013
- /*! @azure/msal-common v15.10.0 2025-08-05 */
3018
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
3014
3019
 
3015
3020
  /*
3016
3021
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -3089,7 +3094,7 @@ class StubPerformanceClient {
3089
3094
  }
3090
3095
  }
3091
3096
 
3092
- /*! @azure/msal-common v15.10.0 2025-08-05 */
3097
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
3093
3098
 
3094
3099
  /*
3095
3100
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -3189,7 +3194,7 @@ function isOidcProtocolMode(config) {
3189
3194
  return (config.authOptions.authority.options.protocolMode === ProtocolMode.OIDC);
3190
3195
  }
3191
3196
 
3192
- /*! @azure/msal-common v15.10.0 2025-08-05 */
3197
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
3193
3198
  /*
3194
3199
  * Copyright (c) Microsoft Corporation. All rights reserved.
3195
3200
  * Licensed under the MIT License.
@@ -3199,7 +3204,7 @@ const CcsCredentialType = {
3199
3204
  UPN: "UPN",
3200
3205
  };
3201
3206
 
3202
- /*! @azure/msal-common v15.10.0 2025-08-05 */
3207
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
3203
3208
 
3204
3209
  /*
3205
3210
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -3239,7 +3244,7 @@ function buildClientInfoFromHomeAccountId(homeAccountId) {
3239
3244
  };
3240
3245
  }
3241
3246
 
3242
- /*! @azure/msal-common v15.10.0 2025-08-05 */
3247
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
3243
3248
  /*
3244
3249
  * Copyright (c) Microsoft Corporation. All rights reserved.
3245
3250
  * Licensed under the MIT License.
@@ -3289,7 +3294,7 @@ const INSTANCE_AWARE = "instance_aware";
3289
3294
  const EAR_JWK = "ear_jwk";
3290
3295
  const EAR_JWE_CRYPTO = "ear_jwe_crypto";
3291
3296
 
3292
- /*! @azure/msal-common v15.10.0 2025-08-05 */
3297
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
3293
3298
 
3294
3299
  /*
3295
3300
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -3669,7 +3674,7 @@ function addPostBodyParameters(parameters, bodyParameters) {
3669
3674
  });
3670
3675
  }
3671
3676
 
3672
- /*! @azure/msal-common v15.10.0 2025-08-05 */
3677
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
3673
3678
  /*
3674
3679
  * Copyright (c) Microsoft Corporation. All rights reserved.
3675
3680
  * Licensed under the MIT License.
@@ -3684,7 +3689,7 @@ const AuthorityType = {
3684
3689
  Ciam: 3,
3685
3690
  };
3686
3691
 
3687
- /*! @azure/msal-common v15.10.0 2025-08-05 */
3692
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
3688
3693
  /*
3689
3694
  * Copyright (c) Microsoft Corporation. All rights reserved.
3690
3695
  * Licensed under the MIT License.
@@ -3696,7 +3701,7 @@ function isOpenIdConfigResponse(response) {
3696
3701
  response.hasOwnProperty("jwks_uri"));
3697
3702
  }
3698
3703
 
3699
- /*! @azure/msal-common v15.10.0 2025-08-05 */
3704
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
3700
3705
  /*
3701
3706
  * Copyright (c) Microsoft Corporation. All rights reserved.
3702
3707
  * Licensed under the MIT License.
@@ -3706,7 +3711,7 @@ function isCloudInstanceDiscoveryResponse(response) {
3706
3711
  response.hasOwnProperty("metadata"));
3707
3712
  }
3708
3713
 
3709
- /*! @azure/msal-common v15.10.0 2025-08-05 */
3714
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
3710
3715
  /*
3711
3716
  * Copyright (c) Microsoft Corporation. All rights reserved.
3712
3717
  * Licensed under the MIT License.
@@ -3716,7 +3721,7 @@ function isCloudInstanceDiscoveryErrorResponse(response) {
3716
3721
  response.hasOwnProperty("error_description"));
3717
3722
  }
3718
3723
 
3719
- /*! @azure/msal-common v15.10.0 2025-08-05 */
3724
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
3720
3725
  /*
3721
3726
  * Copyright (c) Microsoft Corporation. All rights reserved.
3722
3727
  * Licensed under the MIT License.
@@ -3812,7 +3817,7 @@ const invokeAsync = (callback, eventName, logger, telemetryClient, correlationId
3812
3817
  };
3813
3818
  };
3814
3819
 
3815
- /*! @azure/msal-common v15.10.0 2025-08-05 */
3820
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
3816
3821
 
3817
3822
  /*
3818
3823
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -3918,7 +3923,7 @@ RegionDiscovery.IMDS_OPTIONS = {
3918
3923
  },
3919
3924
  };
3920
3925
 
3921
- /*! @azure/msal-common v15.10.0 2025-08-05 */
3926
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
3922
3927
  /*
3923
3928
  * Copyright (c) Microsoft Corporation. All rights reserved.
3924
3929
  * Licensed under the MIT License.
@@ -3983,7 +3988,7 @@ function wasClockTurnedBack(cachedAt) {
3983
3988
  return cachedAtSec > nowSeconds();
3984
3989
  }
3985
3990
 
3986
- /*! @azure/msal-common v15.10.0 2025-08-05 */
3991
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
3987
3992
 
3988
3993
  /*
3989
3994
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -4245,7 +4250,7 @@ function isAuthorityMetadataExpired(metadata) {
4245
4250
  return metadata.expiresAt <= nowSeconds();
4246
4251
  }
4247
4252
 
4248
- /*! @azure/msal-common v15.10.0 2025-08-05 */
4253
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
4249
4254
 
4250
4255
  /*
4251
4256
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -5084,7 +5089,7 @@ function buildStaticAuthorityOptions(authOptions) {
5084
5089
  };
5085
5090
  }
5086
5091
 
5087
- /*! @azure/msal-common v15.10.0 2025-08-05 */
5092
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
5088
5093
 
5089
5094
  /*
5090
5095
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -5115,7 +5120,7 @@ async function createDiscoveredInstance(authorityUri, networkClient, cacheManage
5115
5120
  }
5116
5121
  }
5117
5122
 
5118
- /*! @azure/msal-common v15.10.0 2025-08-05 */
5123
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
5119
5124
 
5120
5125
  /*
5121
5126
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -5134,7 +5139,7 @@ class ServerError extends AuthError {
5134
5139
  }
5135
5140
  }
5136
5141
 
5137
- /*! @azure/msal-common v15.10.0 2025-08-05 */
5142
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
5138
5143
  /*
5139
5144
  * Copyright (c) Microsoft Corporation. All rights reserved.
5140
5145
  * Licensed under the MIT License.
@@ -5155,7 +5160,7 @@ function getRequestThumbprint(clientId, request, homeAccountId) {
5155
5160
  };
5156
5161
  }
5157
5162
 
5158
- /*! @azure/msal-common v15.10.0 2025-08-05 */
5163
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
5159
5164
 
5160
5165
  /*
5161
5166
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -5242,7 +5247,7 @@ class ThrottlingUtils {
5242
5247
  }
5243
5248
  }
5244
5249
 
5245
- /*! @azure/msal-common v15.10.0 2025-08-05 */
5250
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
5246
5251
 
5247
5252
  /*
5248
5253
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -5273,7 +5278,7 @@ function createNetworkError(error, httpStatus, responseHeaders, additionalError)
5273
5278
  return new NetworkError(error, httpStatus, responseHeaders);
5274
5279
  }
5275
5280
 
5276
- /*! @azure/msal-common v15.10.0 2025-08-05 */
5281
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
5277
5282
 
5278
5283
  /*
5279
5284
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -5421,7 +5426,7 @@ class BaseClient {
5421
5426
  }
5422
5427
  }
5423
5428
 
5424
- /*! @azure/msal-common v15.10.0 2025-08-05 */
5429
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
5425
5430
  /*
5426
5431
  * Copyright (c) Microsoft Corporation. All rights reserved.
5427
5432
  * Licensed under the MIT License.
@@ -5443,7 +5448,7 @@ function getTenantIdFromIdTokenClaims(idTokenClaims) {
5443
5448
  return null;
5444
5449
  }
5445
5450
 
5446
- /*! @azure/msal-common v15.10.0 2025-08-05 */
5451
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
5447
5452
 
5448
5453
  /*
5449
5454
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -5658,7 +5663,7 @@ class AccountEntity {
5658
5663
  }
5659
5664
  }
5660
5665
 
5661
- /*! @azure/msal-common v15.10.0 2025-08-05 */
5666
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
5662
5667
  /*
5663
5668
  * Copyright (c) Microsoft Corporation. All rights reserved.
5664
5669
  * Licensed under the MIT License.
@@ -5674,7 +5679,7 @@ const consentRequired = "consent_required";
5674
5679
  const loginRequired = "login_required";
5675
5680
  const badToken = "bad_token";
5676
5681
 
5677
- /*! @azure/msal-common v15.10.0 2025-08-05 */
5682
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
5678
5683
 
5679
5684
  /*
5680
5685
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -5746,7 +5751,7 @@ function createInteractionRequiredAuthError(errorCode) {
5746
5751
  return new InteractionRequiredAuthError(errorCode, InteractionRequiredAuthErrorMessages[errorCode]);
5747
5752
  }
5748
5753
 
5749
- /*! @azure/msal-common v15.10.0 2025-08-05 */
5754
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
5750
5755
 
5751
5756
  /*
5752
5757
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -5818,7 +5823,7 @@ class ProtocolUtils {
5818
5823
  }
5819
5824
  }
5820
5825
 
5821
- /*! @azure/msal-common v15.10.0 2025-08-05 */
5826
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
5822
5827
 
5823
5828
  /*
5824
5829
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -5900,7 +5905,7 @@ class PopTokenGenerator {
5900
5905
  }
5901
5906
  }
5902
5907
 
5903
- /*! @azure/msal-common v15.10.0 2025-08-05 */
5908
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
5904
5909
  /*
5905
5910
  * Copyright (c) Microsoft Corporation. All rights reserved.
5906
5911
  * Licensed under the MIT License.
@@ -5927,7 +5932,7 @@ class PopTokenGenerator {
5927
5932
  }
5928
5933
  }
5929
5934
 
5930
- /*! @azure/msal-common v15.10.0 2025-08-05 */
5935
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
5931
5936
 
5932
5937
  /*
5933
5938
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -6258,7 +6263,7 @@ function buildAccountToCache(cacheStorage, authority, homeAccountId, base64Decod
6258
6263
  return baseAccount;
6259
6264
  }
6260
6265
 
6261
- /*! @azure/msal-common v15.10.0 2025-08-05 */
6266
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
6262
6267
  /*
6263
6268
  * Copyright (c) Microsoft Corporation. All rights reserved.
6264
6269
  * Licensed under the MIT License.
@@ -6276,7 +6281,7 @@ async function getClientAssertion(clientAssertion, clientId, tokenEndpoint) {
6276
6281
  }
6277
6282
  }
6278
6283
 
6279
- /*! @azure/msal-common v15.10.0 2025-08-05 */
6284
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
6280
6285
 
6281
6286
  /*
6282
6287
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -6511,7 +6516,7 @@ class AuthorizationCodeClient extends BaseClient {
6511
6516
  }
6512
6517
  }
6513
6518
 
6514
- /*! @azure/msal-common v15.10.0 2025-08-05 */
6519
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
6515
6520
 
6516
6521
  /*
6517
6522
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -6720,7 +6725,7 @@ class RefreshTokenClient extends BaseClient {
6720
6725
  }
6721
6726
  }
6722
6727
 
6723
- /*! @azure/msal-common v15.10.0 2025-08-05 */
6728
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
6724
6729
 
6725
6730
  /*
6726
6731
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -6818,7 +6823,7 @@ class SilentFlowClient extends BaseClient {
6818
6823
  }
6819
6824
  }
6820
6825
 
6821
- /*! @azure/msal-common v15.10.0 2025-08-05 */
6826
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
6822
6827
 
6823
6828
  /*
6824
6829
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -6833,7 +6838,7 @@ const StubbedNetworkModule = {
6833
6838
  },
6834
6839
  };
6835
6840
 
6836
- /*! @azure/msal-common v15.10.0 2025-08-05 */
6841
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
6837
6842
 
6838
6843
  /*
6839
6844
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -7057,7 +7062,7 @@ function extractLoginHint(account) {
7057
7062
  return account.loginHint || account.idTokenClaims?.login_hint || null;
7058
7063
  }
7059
7064
 
7060
- /*! @azure/msal-common v15.10.0 2025-08-05 */
7065
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
7061
7066
 
7062
7067
  /*
7063
7068
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -7320,7 +7325,7 @@ class ServerTelemetryManager {
7320
7325
  }
7321
7326
  }
7322
7327
 
7323
- /*! @azure/msal-common v15.10.0 2025-08-05 */
7328
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
7324
7329
  /*
7325
7330
  * Copyright (c) Microsoft Corporation. All rights reserved.
7326
7331
  * Licensed under the MIT License.
@@ -7328,7 +7333,7 @@ class ServerTelemetryManager {
7328
7333
  const missingKidError = "missing_kid_error";
7329
7334
  const missingAlgError = "missing_alg_error";
7330
7335
 
7331
- /*! @azure/msal-common v15.10.0 2025-08-05 */
7336
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
7332
7337
 
7333
7338
  /*
7334
7339
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -7353,7 +7358,7 @@ function createJoseHeaderError(code) {
7353
7358
  return new JoseHeaderError(code, JoseHeaderErrorMessages[code]);
7354
7359
  }
7355
7360
 
7356
- /*! @azure/msal-common v15.10.0 2025-08-05 */
7361
+ /*! @azure/msal-common v15.11.0 2025-08-12 */
7357
7362
 
7358
7363
  /*
7359
7364
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -7751,7 +7756,7 @@ function ensureArgumentIsJSONString(argName, argValue, correlationId) {
7751
7756
 
7752
7757
  /* eslint-disable header/header */
7753
7758
  const name = "@azure/msal-browser";
7754
- const version = "4.19.0";
7759
+ const version = "4.20.0";
7755
7760
 
7756
7761
  /*
7757
7762
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -14531,11 +14536,6 @@ function getAllAccounts(logger, browserStorage, isInBrowser, correlationId, acco
14531
14536
  * @returns The first account found in the cache matching the provided filter or null if no account could be found.
14532
14537
  */
14533
14538
  function getAccount(accountFilter, logger, browserStorage, correlationId) {
14534
- logger.trace("getAccount called");
14535
- if (Object.keys(accountFilter).length === 0) {
14536
- logger.warning("getAccount: No accountFilter provided");
14537
- return null;
14538
- }
14539
14539
  const account = browserStorage.getAccountInfoFilteredBy(accountFilter, correlationId);
14540
14540
  if (account) {
14541
14541
  logger.verbose("getAccount: Account matching provided filter found, returning");
@@ -18560,12 +18560,12 @@ class StandardController {
18560
18560
  const navigate = typeof onRedirectNavigateCb === "function"
18561
18561
  ? onRedirectNavigateCb(url)
18562
18562
  : undefined;
18563
- if (navigate !== false) {
18564
- atrMeasurement.end({ success: true });
18565
- }
18566
- else {
18567
- atrMeasurement.discard();
18568
- }
18563
+ atrMeasurement.add({
18564
+ navigateCallbackResult: navigate !== false,
18565
+ });
18566
+ atrMeasurement.event =
18567
+ atrMeasurement.end({ success: true }) ||
18568
+ atrMeasurement.event;
18569
18569
  return navigate;
18570
18570
  };
18571
18571
  }
@@ -18575,12 +18575,12 @@ class StandardController {
18575
18575
  const navigate = typeof configOnRedirectNavigateCb === "function"
18576
18576
  ? configOnRedirectNavigateCb(url)
18577
18577
  : undefined;
18578
- if (navigate !== false) {
18579
- atrMeasurement.end({ success: true });
18580
- }
18581
- else {
18582
- atrMeasurement.discard();
18583
- }
18578
+ atrMeasurement.add({
18579
+ navigateCallbackResult: navigate !== false,
18580
+ });
18581
+ atrMeasurement.event =
18582
+ atrMeasurement.end({ success: true }) ||
18583
+ atrMeasurement.event;
18584
18584
  return navigate;
18585
18585
  };
18586
18586
  }
@@ -18624,7 +18624,18 @@ class StandardController {
18624
18624
  }
18625
18625
  catch (e) {
18626
18626
  this.browserStorage.resetRequestCache();
18627
- atrMeasurement.end({ success: false }, e);
18627
+ /*
18628
+ * Pre-redirect event completes before navigation occurs.
18629
+ * Timed out navigation needs to be instrumented separately as a post-redirect event.
18630
+ */
18631
+ if (atrMeasurement.event.status === 2) {
18632
+ this.performanceClient
18633
+ .startMeasurement(PerformanceEvents.AcquireTokenRedirect, correlationId)
18634
+ .end({ success: false }, e);
18635
+ }
18636
+ else {
18637
+ atrMeasurement.end({ success: false }, e);
18638
+ }
18628
18639
  if (isLoggedIn) {
18629
18640
  this.eventHandler.emitEvent(EventType.ACQUIRE_TOKEN_FAILURE, InteractionType.Redirect, null, e);
18630
18641
  }