@azure/msal-browser 5.6.0 → 5.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (309) hide show
  1. package/dist/app/IPublicClientApplication.mjs +1 -1
  2. package/dist/app/PublicClientApplication.mjs +3 -3
  3. package/dist/app/PublicClientApplication.mjs.map +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.mjs +1 -1
  9. package/dist/cache/AsyncMemoryStorage.mjs +1 -1
  10. package/dist/cache/BrowserCacheManager.mjs +1 -1
  11. package/dist/cache/CacheHelpers.mjs +1 -1
  12. package/dist/cache/CacheKeys.mjs +1 -1
  13. package/dist/cache/CookieStorage.mjs +1 -1
  14. package/dist/cache/DatabaseStorage.mjs +1 -1
  15. package/dist/cache/EncryptedData.mjs +1 -1
  16. package/dist/cache/LocalStorage.mjs +1 -1
  17. package/dist/cache/MemoryStorage.mjs +1 -1
  18. package/dist/cache/SessionStorage.mjs +1 -1
  19. package/dist/cache/TokenCache.mjs +1 -1
  20. package/dist/config/Configuration.mjs +1 -1
  21. package/dist/controllers/NestedAppAuthController.mjs +1 -1
  22. package/dist/controllers/StandardController.mjs +1 -1
  23. package/dist/crypto/BrowserCrypto.mjs +1 -1
  24. package/dist/crypto/CryptoOps.mjs +1 -1
  25. package/dist/crypto/PkceGenerator.mjs +1 -1
  26. package/dist/crypto/SignedHttpRequest.mjs +1 -1
  27. package/dist/custom-auth-path/app/PublicClientApplication.mjs +1 -1
  28. package/dist/custom-auth-path/broker/nativeBroker/NativeStatusCodes.mjs +1 -1
  29. package/dist/custom-auth-path/broker/nativeBroker/PlatformAuthDOMHandler.mjs +1 -1
  30. package/dist/custom-auth-path/broker/nativeBroker/PlatformAuthExtensionHandler.mjs +1 -1
  31. package/dist/custom-auth-path/broker/nativeBroker/PlatformAuthProvider.mjs +1 -1
  32. package/dist/custom-auth-path/cache/AccountManager.mjs +1 -1
  33. package/dist/custom-auth-path/cache/AsyncMemoryStorage.mjs +1 -1
  34. package/dist/custom-auth-path/cache/BrowserCacheManager.mjs +1 -1
  35. package/dist/custom-auth-path/cache/CacheHelpers.mjs +1 -1
  36. package/dist/custom-auth-path/cache/CacheKeys.mjs +1 -1
  37. package/dist/custom-auth-path/cache/CookieStorage.mjs +1 -1
  38. package/dist/custom-auth-path/cache/DatabaseStorage.mjs +1 -1
  39. package/dist/custom-auth-path/cache/EncryptedData.mjs +1 -1
  40. package/dist/custom-auth-path/cache/LocalStorage.mjs +1 -1
  41. package/dist/custom-auth-path/cache/MemoryStorage.mjs +1 -1
  42. package/dist/custom-auth-path/cache/SessionStorage.mjs +1 -1
  43. package/dist/custom-auth-path/config/Configuration.mjs +1 -1
  44. package/dist/custom-auth-path/controllers/StandardController.mjs +1 -1
  45. package/dist/custom-auth-path/crypto/BrowserCrypto.mjs +1 -1
  46. package/dist/custom-auth-path/crypto/CryptoOps.mjs +1 -1
  47. package/dist/custom-auth-path/crypto/PkceGenerator.mjs +1 -1
  48. package/dist/custom-auth-path/custom_auth/CustomAuthConstants.d.ts +1 -1
  49. package/dist/custom-auth-path/custom_auth/CustomAuthConstants.mjs +1 -1
  50. package/dist/custom-auth-path/custom_auth/CustomAuthPublicClientApplication.mjs +1 -1
  51. package/dist/custom-auth-path/custom_auth/controller/CustomAuthStandardController.mjs +1 -1
  52. package/dist/custom-auth-path/custom_auth/core/CustomAuthAuthority.mjs +1 -1
  53. package/dist/custom-auth-path/custom_auth/core/auth_flow/AuthFlowErrorBase.mjs +1 -1
  54. package/dist/custom-auth-path/custom_auth/core/auth_flow/AuthFlowResultBase.mjs +1 -1
  55. package/dist/custom-auth-path/custom_auth/core/auth_flow/AuthFlowState.mjs +1 -1
  56. package/dist/custom-auth-path/custom_auth/core/auth_flow/AuthFlowStateTypes.mjs +1 -1
  57. package/dist/custom-auth-path/custom_auth/core/auth_flow/jit/error_type/AuthMethodRegistrationError.mjs +1 -1
  58. package/dist/custom-auth-path/custom_auth/core/auth_flow/jit/result/AuthMethodRegistrationChallengeMethodResult.mjs +1 -1
  59. package/dist/custom-auth-path/custom_auth/core/auth_flow/jit/result/AuthMethodRegistrationSubmitChallengeResult.mjs +1 -1
  60. package/dist/custom-auth-path/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationCompletedState.mjs +1 -1
  61. package/dist/custom-auth-path/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationFailedState.mjs +1 -1
  62. package/dist/custom-auth-path/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationState.mjs +1 -1
  63. package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/error_type/MfaError.mjs +1 -1
  64. package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/result/MfaRequestChallengeResult.mjs +1 -1
  65. package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/result/MfaSubmitChallengeResult.mjs +1 -1
  66. package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/state/MfaCompletedState.mjs +1 -1
  67. package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/state/MfaFailedState.mjs +1 -1
  68. package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/state/MfaState.mjs +1 -1
  69. package/dist/custom-auth-path/custom_auth/core/error/CustomAuthApiError.mjs +1 -1
  70. package/dist/custom-auth-path/custom_auth/core/error/CustomAuthError.mjs +1 -1
  71. package/dist/custom-auth-path/custom_auth/core/error/HttpError.mjs +1 -1
  72. package/dist/custom-auth-path/custom_auth/core/error/HttpErrorCodes.mjs +1 -1
  73. package/dist/custom-auth-path/custom_auth/core/error/InvalidArgumentError.mjs +1 -1
  74. package/dist/custom-auth-path/custom_auth/core/error/InvalidConfigurationError.mjs +1 -1
  75. package/dist/custom-auth-path/custom_auth/core/error/InvalidConfigurationErrorCodes.mjs +1 -1
  76. package/dist/custom-auth-path/custom_auth/core/error/MethodNotImplementedError.mjs +1 -1
  77. package/dist/custom-auth-path/custom_auth/core/error/MsalCustomAuthError.mjs +1 -1
  78. package/dist/custom-auth-path/custom_auth/core/error/NoCachedAccountFoundError.mjs +1 -1
  79. package/dist/custom-auth-path/custom_auth/core/error/ParsedUrlError.mjs +1 -1
  80. package/dist/custom-auth-path/custom_auth/core/error/ParsedUrlErrorCodes.mjs +1 -1
  81. package/dist/custom-auth-path/custom_auth/core/error/UnexpectedError.mjs +1 -1
  82. package/dist/custom-auth-path/custom_auth/core/error/UnsupportedEnvironmentError.mjs +1 -1
  83. package/dist/custom-auth-path/custom_auth/core/error/UserAccountAttributeError.mjs +1 -1
  84. package/dist/custom-auth-path/custom_auth/core/error/UserAlreadySignedInError.mjs +1 -1
  85. package/dist/custom-auth-path/custom_auth/core/interaction_client/CustomAuthInteractionClientBase.mjs +1 -1
  86. package/dist/custom-auth-path/custom_auth/core/interaction_client/CustomAuthInterationClientFactory.mjs +1 -1
  87. package/dist/custom-auth-path/custom_auth/core/interaction_client/jit/JitClient.mjs +1 -1
  88. package/dist/custom-auth-path/custom_auth/core/interaction_client/jit/result/JitActionResult.mjs +1 -1
  89. package/dist/custom-auth-path/custom_auth/core/interaction_client/mfa/MfaClient.mjs +1 -1
  90. package/dist/custom-auth-path/custom_auth/core/interaction_client/mfa/result/MfaActionResult.mjs +1 -1
  91. package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/BaseApiClient.mjs +1 -1
  92. package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/CustomAuthApiClient.mjs +1 -1
  93. package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/CustomAuthApiEndpoint.mjs +1 -1
  94. package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/RegisterApiClient.mjs +1 -1
  95. package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/ResetPasswordApiClient.mjs +1 -1
  96. package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/SignInApiClient.mjs +1 -1
  97. package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/SignupApiClient.mjs +1 -1
  98. package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/types/ApiErrorCodes.mjs +1 -1
  99. package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/types/ApiSuberrors.mjs +1 -1
  100. package/dist/custom-auth-path/custom_auth/core/network_client/http_client/FetchHttpClient.mjs +1 -1
  101. package/dist/custom-auth-path/custom_auth/core/network_client/http_client/IHttpClient.mjs +1 -1
  102. package/dist/custom-auth-path/custom_auth/core/telemetry/PublicApiId.mjs +1 -1
  103. package/dist/custom-auth-path/custom_auth/core/utils/ArgumentValidator.mjs +1 -1
  104. package/dist/custom-auth-path/custom_auth/core/utils/UrlUtils.mjs +1 -1
  105. package/dist/custom-auth-path/custom_auth/get_account/auth_flow/CustomAuthAccountData.mjs +1 -1
  106. package/dist/custom-auth-path/custom_auth/get_account/auth_flow/error_type/GetAccountError.mjs +1 -1
  107. package/dist/custom-auth-path/custom_auth/get_account/auth_flow/result/GetAccessTokenResult.mjs +1 -1
  108. package/dist/custom-auth-path/custom_auth/get_account/auth_flow/result/GetAccountResult.mjs +1 -1
  109. package/dist/custom-auth-path/custom_auth/get_account/auth_flow/result/SignOutResult.mjs +1 -1
  110. package/dist/custom-auth-path/custom_auth/get_account/auth_flow/state/GetAccessTokenState.mjs +1 -1
  111. package/dist/custom-auth-path/custom_auth/get_account/auth_flow/state/GetAccountState.mjs +1 -1
  112. package/dist/custom-auth-path/custom_auth/get_account/auth_flow/state/SignOutState.mjs +1 -1
  113. package/dist/custom-auth-path/custom_auth/get_account/interaction_client/CustomAuthSilentCacheClient.mjs +1 -1
  114. package/dist/custom-auth-path/custom_auth/index.mjs +1 -1
  115. package/dist/custom-auth-path/custom_auth/operating_context/CustomAuthOperatingContext.mjs +1 -1
  116. package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/error_type/ResetPasswordError.mjs +1 -1
  117. package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/result/ResetPasswordResendCodeResult.mjs +1 -1
  118. package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/result/ResetPasswordStartResult.mjs +1 -1
  119. package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/result/ResetPasswordSubmitCodeResult.mjs +1 -1
  120. package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/result/ResetPasswordSubmitPasswordResult.mjs +1 -1
  121. package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordCodeRequiredState.mjs +1 -1
  122. package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordCompletedState.mjs +1 -1
  123. package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordFailedState.mjs +1 -1
  124. package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordPasswordRequiredState.mjs +1 -1
  125. package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordState.mjs +1 -1
  126. package/dist/custom-auth-path/custom_auth/reset_password/interaction_client/ResetPasswordClient.mjs +1 -1
  127. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/SignInScenario.mjs +1 -1
  128. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/error_type/SignInError.mjs +1 -1
  129. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInResendCodeResult.mjs +1 -1
  130. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInResult.mjs +1 -1
  131. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInSubmitCodeResult.mjs +1 -1
  132. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInSubmitPasswordResult.mjs +1 -1
  133. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInCodeRequiredState.mjs +1 -1
  134. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInCompletedState.mjs +1 -1
  135. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInContinuationState.mjs +1 -1
  136. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInFailedState.mjs +1 -1
  137. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInPasswordRequiredState.mjs +1 -1
  138. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInState.mjs +1 -1
  139. package/dist/custom-auth-path/custom_auth/sign_in/interaction_client/SignInClient.mjs +1 -1
  140. package/dist/custom-auth-path/custom_auth/sign_in/interaction_client/result/SignInActionResult.mjs +1 -1
  141. package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/error_type/SignUpError.mjs +1 -1
  142. package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/result/SignUpResendCodeResult.mjs +1 -1
  143. package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/result/SignUpResult.mjs +1 -1
  144. package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/result/SignUpSubmitAttributesResult.mjs +1 -1
  145. package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/result/SignUpSubmitCodeResult.mjs +1 -1
  146. package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/result/SignUpSubmitPasswordResult.mjs +1 -1
  147. package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpAttributesRequiredState.mjs +1 -1
  148. package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpCodeRequiredState.mjs +1 -1
  149. package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpCompletedState.mjs +1 -1
  150. package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpFailedState.mjs +1 -1
  151. package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpPasswordRequiredState.mjs +1 -1
  152. package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpState.mjs +1 -1
  153. package/dist/custom-auth-path/custom_auth/sign_up/interaction_client/SignUpClient.mjs +1 -1
  154. package/dist/custom-auth-path/custom_auth/sign_up/interaction_client/result/SignUpActionResult.mjs +1 -1
  155. package/dist/custom-auth-path/encode/Base64Decode.mjs +1 -1
  156. package/dist/custom-auth-path/encode/Base64Encode.mjs +1 -1
  157. package/dist/custom-auth-path/error/BrowserAuthError.mjs +1 -1
  158. package/dist/custom-auth-path/error/BrowserAuthErrorCodes.mjs +1 -1
  159. package/dist/custom-auth-path/error/BrowserConfigurationAuthError.mjs +1 -1
  160. package/dist/custom-auth-path/error/BrowserConfigurationAuthErrorCodes.mjs +1 -1
  161. package/dist/custom-auth-path/error/NativeAuthError.mjs +1 -1
  162. package/dist/custom-auth-path/error/NativeAuthErrorCodes.mjs +1 -1
  163. package/dist/custom-auth-path/event/EventHandler.mjs +1 -1
  164. package/dist/custom-auth-path/event/EventType.mjs +1 -1
  165. package/dist/custom-auth-path/interaction_client/BaseInteractionClient.mjs +1 -1
  166. package/dist/custom-auth-path/interaction_client/HybridSpaAuthorizationCodeClient.mjs +1 -1
  167. package/dist/custom-auth-path/interaction_client/PlatformAuthInteractionClient.mjs +1 -1
  168. package/dist/custom-auth-path/interaction_client/PopupClient.mjs +1 -1
  169. package/dist/custom-auth-path/interaction_client/RedirectClient.mjs +1 -1
  170. package/dist/custom-auth-path/interaction_client/SilentAuthCodeClient.mjs +1 -1
  171. package/dist/custom-auth-path/interaction_client/SilentCacheClient.mjs +1 -1
  172. package/dist/custom-auth-path/interaction_client/SilentIframeClient.mjs +1 -1
  173. package/dist/custom-auth-path/interaction_client/SilentRefreshClient.mjs +1 -1
  174. package/dist/custom-auth-path/interaction_client/StandardInteractionClient.mjs +1 -1
  175. package/dist/custom-auth-path/interaction_handler/InteractionHandler.mjs +1 -1
  176. package/dist/custom-auth-path/interaction_handler/SilentHandler.mjs +1 -1
  177. package/dist/custom-auth-path/log-strings-mapping.json +2 -2
  178. package/dist/custom-auth-path/navigation/NavigationClient.mjs +1 -1
  179. package/dist/custom-auth-path/network/FetchClient.mjs +1 -1
  180. package/dist/custom-auth-path/operatingcontext/BaseOperatingContext.d.ts +1 -1
  181. package/dist/custom-auth-path/operatingcontext/BaseOperatingContext.d.ts.map +1 -1
  182. package/dist/custom-auth-path/operatingcontext/BaseOperatingContext.mjs +1 -1
  183. package/dist/custom-auth-path/operatingcontext/NestedAppOperatingContext.d.ts +1 -1
  184. package/dist/custom-auth-path/operatingcontext/NestedAppOperatingContext.d.ts.map +1 -1
  185. package/dist/custom-auth-path/operatingcontext/StandardOperatingContext.d.ts +1 -1
  186. package/dist/custom-auth-path/operatingcontext/StandardOperatingContext.d.ts.map +1 -1
  187. package/dist/custom-auth-path/operatingcontext/StandardOperatingContext.mjs +1 -1
  188. package/dist/custom-auth-path/operatingcontext/StandardOperatingContext.mjs.map +1 -1
  189. package/dist/custom-auth-path/packageMetadata.d.ts +1 -1
  190. package/dist/custom-auth-path/packageMetadata.mjs +2 -2
  191. package/dist/custom-auth-path/protocol/Authorize.mjs +1 -1
  192. package/dist/custom-auth-path/request/RequestHelpers.mjs +1 -1
  193. package/dist/custom-auth-path/response/ResponseHandler.mjs +1 -1
  194. package/dist/custom-auth-path/telemetry/BrowserPerformanceEvents.mjs +1 -1
  195. package/dist/custom-auth-path/telemetry/BrowserRootPerformanceEvents.mjs +1 -1
  196. package/dist/custom-auth-path/utils/BrowserConstants.mjs +1 -1
  197. package/dist/custom-auth-path/utils/BrowserProtocolUtils.mjs +1 -1
  198. package/dist/custom-auth-path/utils/BrowserUtils.mjs +1 -1
  199. package/dist/custom-auth-path/utils/Helpers.mjs +1 -1
  200. package/dist/custom-auth-path/utils/MsalFrameStatsUtils.mjs +1 -1
  201. package/dist/custom_auth/CustomAuthConstants.d.ts +1 -1
  202. package/dist/encode/Base64Decode.mjs +1 -1
  203. package/dist/encode/Base64Encode.mjs +1 -1
  204. package/dist/error/BrowserAuthError.mjs +1 -1
  205. package/dist/error/BrowserAuthErrorCodes.mjs +1 -1
  206. package/dist/error/BrowserConfigurationAuthError.mjs +1 -1
  207. package/dist/error/BrowserConfigurationAuthErrorCodes.mjs +1 -1
  208. package/dist/error/NativeAuthError.mjs +1 -1
  209. package/dist/error/NativeAuthErrorCodes.mjs +1 -1
  210. package/dist/error/NestedAppAuthError.mjs +1 -1
  211. package/dist/event/EventHandler.mjs +1 -1
  212. package/dist/event/EventMessage.mjs +1 -1
  213. package/dist/event/EventType.mjs +1 -1
  214. package/dist/index.mjs +1 -1
  215. package/dist/interaction_client/BaseInteractionClient.mjs +1 -1
  216. package/dist/interaction_client/HybridSpaAuthorizationCodeClient.mjs +1 -1
  217. package/dist/interaction_client/PlatformAuthInteractionClient.mjs +1 -1
  218. package/dist/interaction_client/PopupClient.mjs +1 -1
  219. package/dist/interaction_client/RedirectClient.mjs +1 -1
  220. package/dist/interaction_client/SilentAuthCodeClient.mjs +1 -1
  221. package/dist/interaction_client/SilentCacheClient.mjs +1 -1
  222. package/dist/interaction_client/SilentIframeClient.mjs +1 -1
  223. package/dist/interaction_client/SilentRefreshClient.mjs +1 -1
  224. package/dist/interaction_client/StandardInteractionClient.mjs +1 -1
  225. package/dist/interaction_handler/InteractionHandler.mjs +1 -1
  226. package/dist/interaction_handler/SilentHandler.mjs +1 -1
  227. package/dist/log-strings-mapping.json +2 -2
  228. package/dist/naa/BridgeError.mjs +1 -1
  229. package/dist/naa/BridgeProxy.mjs +1 -1
  230. package/dist/naa/BridgeStatusCode.mjs +1 -1
  231. package/dist/naa/mapping/NestedAppAuthAdapter.mjs +1 -1
  232. package/dist/navigation/NavigationClient.mjs +1 -1
  233. package/dist/network/FetchClient.mjs +1 -1
  234. package/dist/operatingcontext/BaseOperatingContext.d.ts +1 -1
  235. package/dist/operatingcontext/BaseOperatingContext.d.ts.map +1 -1
  236. package/dist/operatingcontext/BaseOperatingContext.mjs +1 -1
  237. package/dist/operatingcontext/NestedAppOperatingContext.d.ts +1 -1
  238. package/dist/operatingcontext/NestedAppOperatingContext.d.ts.map +1 -1
  239. package/dist/operatingcontext/NestedAppOperatingContext.mjs +4 -3
  240. package/dist/operatingcontext/NestedAppOperatingContext.mjs.map +1 -1
  241. package/dist/operatingcontext/StandardOperatingContext.d.ts +1 -1
  242. package/dist/operatingcontext/StandardOperatingContext.d.ts.map +1 -1
  243. package/dist/operatingcontext/StandardOperatingContext.mjs +1 -1
  244. package/dist/operatingcontext/StandardOperatingContext.mjs.map +1 -1
  245. package/dist/packageMetadata.d.ts +1 -1
  246. package/dist/packageMetadata.mjs +2 -2
  247. package/dist/protocol/Authorize.mjs +1 -1
  248. package/dist/redirect-bridge/cache/CacheKeys.mjs +1 -1
  249. package/dist/redirect-bridge/config/Configuration.mjs +1 -1
  250. package/dist/redirect-bridge/custom_auth/CustomAuthConstants.d.ts +1 -1
  251. package/dist/redirect-bridge/encode/Base64Decode.mjs +1 -1
  252. package/dist/redirect-bridge/error/BrowserAuthError.mjs +1 -1
  253. package/dist/redirect-bridge/error/BrowserAuthErrorCodes.mjs +1 -1
  254. package/dist/redirect-bridge/navigation/NavigationClient.mjs +1 -1
  255. package/dist/redirect-bridge/operatingcontext/BaseOperatingContext.d.ts +1 -1
  256. package/dist/redirect-bridge/operatingcontext/BaseOperatingContext.d.ts.map +1 -1
  257. package/dist/redirect-bridge/operatingcontext/NestedAppOperatingContext.d.ts +1 -1
  258. package/dist/redirect-bridge/operatingcontext/NestedAppOperatingContext.d.ts.map +1 -1
  259. package/dist/redirect-bridge/operatingcontext/StandardOperatingContext.d.ts +1 -1
  260. package/dist/redirect-bridge/operatingcontext/StandardOperatingContext.d.ts.map +1 -1
  261. package/dist/redirect-bridge/packageMetadata.d.ts +1 -1
  262. package/dist/redirect-bridge/redirect_bridge/index.mjs +1 -1
  263. package/dist/redirect-bridge/utils/BrowserConstants.mjs +1 -1
  264. package/dist/redirect-bridge/utils/BrowserUtils.mjs +1 -1
  265. package/dist/request/RequestHelpers.mjs +1 -1
  266. package/dist/response/ResponseHandler.mjs +1 -1
  267. package/dist/telemetry/BrowserPerformanceClient.mjs +1 -1
  268. package/dist/telemetry/BrowserPerformanceEvents.mjs +1 -1
  269. package/dist/telemetry/BrowserPerformanceMeasurement.mjs +1 -1
  270. package/dist/telemetry/BrowserRootPerformanceEvents.mjs +1 -1
  271. package/dist/utils/BrowserConstants.mjs +1 -1
  272. package/dist/utils/BrowserProtocolUtils.mjs +1 -1
  273. package/dist/utils/BrowserUtils.mjs +1 -1
  274. package/dist/utils/Helpers.mjs +1 -1
  275. package/dist/utils/MsalFrameStatsUtils.mjs +1 -1
  276. package/lib/custom-auth-path/log-strings-mapping.json +2 -2
  277. package/lib/custom-auth-path/msal-custom-auth.cjs +69 -68
  278. package/lib/custom-auth-path/msal-custom-auth.cjs.map +1 -1
  279. package/lib/custom-auth-path/types/custom_auth/CustomAuthConstants.d.ts +1 -1
  280. package/lib/custom-auth-path/types/operatingcontext/BaseOperatingContext.d.ts +1 -1
  281. package/lib/custom-auth-path/types/operatingcontext/BaseOperatingContext.d.ts.map +1 -1
  282. package/lib/custom-auth-path/types/operatingcontext/NestedAppOperatingContext.d.ts +1 -1
  283. package/lib/custom-auth-path/types/operatingcontext/NestedAppOperatingContext.d.ts.map +1 -1
  284. package/lib/custom-auth-path/types/operatingcontext/StandardOperatingContext.d.ts +1 -1
  285. package/lib/custom-auth-path/types/operatingcontext/StandardOperatingContext.d.ts.map +1 -1
  286. package/lib/custom-auth-path/types/packageMetadata.d.ts +1 -1
  287. package/lib/log-strings-mapping.json +2 -2
  288. package/lib/msal-browser.cjs +73 -72
  289. package/lib/msal-browser.cjs.map +1 -1
  290. package/lib/msal-browser.js +73 -72
  291. package/lib/msal-browser.js.map +1 -1
  292. package/lib/msal-browser.min.js +2 -2
  293. package/lib/redirect-bridge/msal-redirect-bridge.js +10 -10
  294. package/lib/redirect-bridge/msal-redirect-bridge.js.map +1 -1
  295. package/lib/redirect-bridge/msal-redirect-bridge.min.js +1 -1
  296. package/lib/types/custom_auth/CustomAuthConstants.d.ts +1 -1
  297. package/lib/types/operatingcontext/BaseOperatingContext.d.ts +1 -1
  298. package/lib/types/operatingcontext/BaseOperatingContext.d.ts.map +1 -1
  299. package/lib/types/operatingcontext/NestedAppOperatingContext.d.ts +1 -1
  300. package/lib/types/operatingcontext/NestedAppOperatingContext.d.ts.map +1 -1
  301. package/lib/types/operatingcontext/StandardOperatingContext.d.ts +1 -1
  302. package/lib/types/operatingcontext/StandardOperatingContext.d.ts.map +1 -1
  303. package/lib/types/packageMetadata.d.ts +1 -1
  304. package/package.json +1 -1
  305. package/src/app/PublicClientApplication.ts +2 -2
  306. package/src/operatingcontext/BaseOperatingContext.ts +1 -1
  307. package/src/operatingcontext/NestedAppOperatingContext.ts +4 -3
  308. package/src/operatingcontext/StandardOperatingContext.ts +1 -1
  309. package/src/packageMetadata.ts +1 -1
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v5.6.0 2026-03-18 */
1
+ /*! @azure/msal-browser v5.6.1 2026-03-19 */
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 v16.4.0 2026-03-18 */
9
+ /*! @azure/msal-common v16.4.0 2026-03-19 */
10
10
  /*
11
11
  * Copyright (c) Microsoft Corporation. All rights reserved.
12
12
  * Licensed under the MIT License.
@@ -238,7 +238,7 @@
238
238
  // Token renewal offset default in seconds
239
239
  const DEFAULT_TOKEN_RENEWAL_OFFSET_SEC = 300;
240
240
 
241
- /*! @azure/msal-common v16.4.0 2026-03-18 */
241
+ /*! @azure/msal-common v16.4.0 2026-03-19 */
242
242
  /*
243
243
  * Copyright (c) Microsoft Corporation. All rights reserved.
244
244
  * Licensed under the MIT License.
@@ -290,7 +290,7 @@
290
290
  const RESOURCE = "resource";
291
291
  const CLI_DATA = "clidata";
292
292
 
293
- /*! @azure/msal-common v16.4.0 2026-03-18 */
293
+ /*! @azure/msal-common v16.4.0 2026-03-19 */
294
294
  /*
295
295
  * Copyright (c) Microsoft Corporation. All rights reserved.
296
296
  * Licensed under the MIT License.
@@ -321,7 +321,7 @@
321
321
  return new AuthError(code, additionalMessage || getDefaultErrorMessage$1(code));
322
322
  }
323
323
 
324
- /*! @azure/msal-common v16.4.0 2026-03-18 */
324
+ /*! @azure/msal-common v16.4.0 2026-03-19 */
325
325
 
326
326
  /*
327
327
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -341,7 +341,7 @@
341
341
  return new ClientConfigurationError(errorCode);
342
342
  }
343
343
 
344
- /*! @azure/msal-common v16.4.0 2026-03-18 */
344
+ /*! @azure/msal-common v16.4.0 2026-03-19 */
345
345
  /*
346
346
  * Copyright (c) Microsoft Corporation. All rights reserved.
347
347
  * Licensed under the MIT License.
@@ -421,7 +421,7 @@
421
421
  }
422
422
  }
423
423
 
424
- /*! @azure/msal-common v16.4.0 2026-03-18 */
424
+ /*! @azure/msal-common v16.4.0 2026-03-19 */
425
425
 
426
426
  /*
427
427
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -444,7 +444,7 @@
444
444
  return new ClientAuthError(errorCode, additionalMessage);
445
445
  }
446
446
 
447
- /*! @azure/msal-common v16.4.0 2026-03-18 */
447
+ /*! @azure/msal-common v16.4.0 2026-03-19 */
448
448
  /*
449
449
  * Copyright (c) Microsoft Corporation. All rights reserved.
450
450
  * Licensed under the MIT License.
@@ -498,7 +498,7 @@
498
498
  urlParseError: urlParseError
499
499
  });
500
500
 
501
- /*! @azure/msal-common v16.4.0 2026-03-18 */
501
+ /*! @azure/msal-common v16.4.0 2026-03-19 */
502
502
  /*
503
503
  * Copyright (c) Microsoft Corporation. All rights reserved.
504
504
  * Licensed under the MIT License.
@@ -586,7 +586,7 @@
586
586
  userCanceled: userCanceled
587
587
  });
588
588
 
589
- /*! @azure/msal-common v16.4.0 2026-03-18 */
589
+ /*! @azure/msal-common v16.4.0 2026-03-19 */
590
590
 
591
591
  /*
592
592
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -781,7 +781,7 @@
781
781
  }
782
782
  }
783
783
 
784
- /*! @azure/msal-common v16.4.0 2026-03-18 */
784
+ /*! @azure/msal-common v16.4.0 2026-03-19 */
785
785
 
786
786
  /*
787
787
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1159,7 +1159,7 @@
1159
1159
  }
1160
1160
  }
1161
1161
 
1162
- /*! @azure/msal-common v16.4.0 2026-03-18 */
1162
+ /*! @azure/msal-common v16.4.0 2026-03-19 */
1163
1163
 
1164
1164
  /*
1165
1165
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1268,7 +1268,7 @@
1268
1268
  }
1269
1269
  }
1270
1270
 
1271
- /*! @azure/msal-common v16.4.0 2026-03-18 */
1271
+ /*! @azure/msal-common v16.4.0 2026-03-19 */
1272
1272
 
1273
1273
  /*
1274
1274
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1307,7 +1307,7 @@
1307
1307
  },
1308
1308
  };
1309
1309
 
1310
- /*! @azure/msal-common v16.4.0 2026-03-18 */
1310
+ /*! @azure/msal-common v16.4.0 2026-03-19 */
1311
1311
  /*
1312
1312
  * Copyright (c) Microsoft Corporation. All rights reserved.
1313
1313
  * Licensed under the MIT License.
@@ -1582,12 +1582,12 @@
1582
1582
  }
1583
1583
  }
1584
1584
 
1585
- /*! @azure/msal-common v16.4.0 2026-03-18 */
1585
+ /*! @azure/msal-common v16.4.0 2026-03-19 */
1586
1586
  /* eslint-disable header/header */
1587
1587
  const name$1 = "@azure/msal-common";
1588
1588
  const version$1 = "16.4.0";
1589
1589
 
1590
- /*! @azure/msal-common v16.4.0 2026-03-18 */
1590
+ /*! @azure/msal-common v16.4.0 2026-03-19 */
1591
1591
  /*
1592
1592
  * Copyright (c) Microsoft Corporation. All rights reserved.
1593
1593
  * Licensed under the MIT License.
@@ -1607,7 +1607,7 @@
1607
1607
  AzureUsGovernment: "https://login.microsoftonline.us",
1608
1608
  };
1609
1609
 
1610
- /*! @azure/msal-common v16.4.0 2026-03-18 */
1610
+ /*! @azure/msal-common v16.4.0 2026-03-19 */
1611
1611
  /*
1612
1612
  * Copyright (c) Microsoft Corporation. All rights reserved.
1613
1613
  * Licensed under the MIT License.
@@ -1689,7 +1689,7 @@
1689
1689
  return updatedAccountInfo;
1690
1690
  }
1691
1691
 
1692
- /*! @azure/msal-common v16.4.0 2026-03-18 */
1692
+ /*! @azure/msal-common v16.4.0 2026-03-19 */
1693
1693
 
1694
1694
  /*
1695
1695
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1769,7 +1769,7 @@
1769
1769
  }
1770
1770
  }
1771
1771
 
1772
- /*! @azure/msal-common v16.4.0 2026-03-18 */
1772
+ /*! @azure/msal-common v16.4.0 2026-03-19 */
1773
1773
 
1774
1774
  /*
1775
1775
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1926,7 +1926,7 @@
1926
1926
  }
1927
1927
  }
1928
1928
 
1929
- /*! @azure/msal-common v16.4.0 2026-03-18 */
1929
+ /*! @azure/msal-common v16.4.0 2026-03-19 */
1930
1930
 
1931
1931
  /*
1932
1932
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -2083,7 +2083,7 @@
2083
2083
  return null;
2084
2084
  }
2085
2085
 
2086
- /*! @azure/msal-common v16.4.0 2026-03-18 */
2086
+ /*! @azure/msal-common v16.4.0 2026-03-19 */
2087
2087
  /*
2088
2088
  * Copyright (c) Microsoft Corporation. All rights reserved.
2089
2089
  * Licensed under the MIT License.
@@ -2091,7 +2091,7 @@
2091
2091
  const cacheQuotaExceeded = "cache_quota_exceeded";
2092
2092
  const cacheErrorUnknown = "cache_error_unknown";
2093
2093
 
2094
- /*! @azure/msal-common v16.4.0 2026-03-18 */
2094
+ /*! @azure/msal-common v16.4.0 2026-03-19 */
2095
2095
 
2096
2096
  /*
2097
2097
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -2129,7 +2129,7 @@
2129
2129
  }
2130
2130
  }
2131
2131
 
2132
- /*! @azure/msal-common v16.4.0 2026-03-18 */
2132
+ /*! @azure/msal-common v16.4.0 2026-03-19 */
2133
2133
 
2134
2134
  /*
2135
2135
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -2167,7 +2167,7 @@
2167
2167
  };
2168
2168
  }
2169
2169
 
2170
- /*! @azure/msal-common v16.4.0 2026-03-18 */
2170
+ /*! @azure/msal-common v16.4.0 2026-03-19 */
2171
2171
  /*
2172
2172
  * Copyright (c) Microsoft Corporation. All rights reserved.
2173
2173
  * Licensed under the MIT License.
@@ -2182,7 +2182,7 @@
2182
2182
  Ciam: 3,
2183
2183
  };
2184
2184
 
2185
- /*! @azure/msal-common v16.4.0 2026-03-18 */
2185
+ /*! @azure/msal-common v16.4.0 2026-03-19 */
2186
2186
  /*
2187
2187
  * Copyright (c) Microsoft Corporation. All rights reserved.
2188
2188
  * Licensed under the MIT License.
@@ -2204,7 +2204,7 @@
2204
2204
  return null;
2205
2205
  }
2206
2206
 
2207
- /*! @azure/msal-common v16.4.0 2026-03-18 */
2207
+ /*! @azure/msal-common v16.4.0 2026-03-19 */
2208
2208
  /*
2209
2209
  * Copyright (c) Microsoft Corporation. All rights reserved.
2210
2210
  * Licensed under the MIT License.
@@ -2228,7 +2228,7 @@
2228
2228
  EAR: "EAR",
2229
2229
  };
2230
2230
 
2231
- /*! @azure/msal-common v16.4.0 2026-03-18 */
2231
+ /*! @azure/msal-common v16.4.0 2026-03-19 */
2232
2232
  /**
2233
2233
  * Returns the AccountInfo interface for this account.
2234
2234
  */
@@ -2403,7 +2403,7 @@
2403
2403
  entity.hasOwnProperty("authorityType"));
2404
2404
  }
2405
2405
 
2406
- /*! @azure/msal-common v16.4.0 2026-03-18 */
2406
+ /*! @azure/msal-common v16.4.0 2026-03-19 */
2407
2407
 
2408
2408
  /*
2409
2409
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -3505,7 +3505,7 @@
3505
3505
  }
3506
3506
  }
3507
3507
 
3508
- /*! @azure/msal-common v16.4.0 2026-03-18 */
3508
+ /*! @azure/msal-common v16.4.0 2026-03-19 */
3509
3509
  /*
3510
3510
  * Copyright (c) Microsoft Corporation. All rights reserved.
3511
3511
  * Licensed under the MIT License.
@@ -3555,7 +3555,7 @@
3555
3555
  "redirectBridgeMessageVersion",
3556
3556
  ]);
3557
3557
 
3558
- /*! @azure/msal-common v16.4.0 2026-03-18 */
3558
+ /*! @azure/msal-common v16.4.0 2026-03-19 */
3559
3559
 
3560
3560
  /*
3561
3561
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -3610,7 +3610,7 @@
3610
3610
  }
3611
3611
  }
3612
3612
 
3613
- /*! @azure/msal-common v16.4.0 2026-03-18 */
3613
+ /*! @azure/msal-common v16.4.0 2026-03-19 */
3614
3614
 
3615
3615
  /*
3616
3616
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -3705,7 +3705,7 @@
3705
3705
  return (config.authOptions.authority.options.protocolMode === ProtocolMode.OIDC);
3706
3706
  }
3707
3707
 
3708
- /*! @azure/msal-common v16.4.0 2026-03-18 */
3708
+ /*! @azure/msal-common v16.4.0 2026-03-19 */
3709
3709
 
3710
3710
  /*
3711
3711
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -3724,7 +3724,7 @@
3724
3724
  }
3725
3725
  }
3726
3726
 
3727
- /*! @azure/msal-common v16.4.0 2026-03-18 */
3727
+ /*! @azure/msal-common v16.4.0 2026-03-19 */
3728
3728
  /*
3729
3729
  * Copyright (c) Microsoft Corporation. All rights reserved.
3730
3730
  * Licensed under the MIT License.
@@ -3788,7 +3788,7 @@
3788
3788
  uxNotAllowed: uxNotAllowed
3789
3789
  });
3790
3790
 
3791
- /*! @azure/msal-common v16.4.0 2026-03-18 */
3791
+ /*! @azure/msal-common v16.4.0 2026-03-19 */
3792
3792
 
3793
3793
  /*
3794
3794
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -3856,7 +3856,7 @@
3856
3856
  return new InteractionRequiredAuthError(errorCode, errorMessage);
3857
3857
  }
3858
3858
 
3859
- /*! @azure/msal-common v16.4.0 2026-03-18 */
3859
+ /*! @azure/msal-common v16.4.0 2026-03-19 */
3860
3860
 
3861
3861
  /*
3862
3862
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -3924,7 +3924,7 @@
3924
3924
  }
3925
3925
  }
3926
3926
 
3927
- /*! @azure/msal-common v16.4.0 2026-03-18 */
3927
+ /*! @azure/msal-common v16.4.0 2026-03-19 */
3928
3928
  /*
3929
3929
  * Copyright (c) Microsoft Corporation. All rights reserved.
3930
3930
  * Licensed under the MIT License.
@@ -3989,7 +3989,7 @@
3989
3989
  return cachedAtSec > nowSeconds();
3990
3990
  }
3991
3991
 
3992
- /*! @azure/msal-common v16.4.0 2026-03-18 */
3992
+ /*! @azure/msal-common v16.4.0 2026-03-19 */
3993
3993
  /*
3994
3994
  * Copyright (c) Microsoft Corporation. All rights reserved.
3995
3995
  * Licensed under the MIT License.
@@ -4060,7 +4060,7 @@
4060
4060
  const CacheManagerGetRefreshToken = "cacheManagerGetRefreshToken";
4061
4061
  const SetUserData = "setUserData";
4062
4062
 
4063
- /*! @azure/msal-common v16.4.0 2026-03-18 */
4063
+ /*! @azure/msal-common v16.4.0 2026-03-19 */
4064
4064
  /*
4065
4065
  * Copyright (c) Microsoft Corporation. All rights reserved.
4066
4066
  * Licensed under the MIT License.
@@ -4153,7 +4153,7 @@
4153
4153
  };
4154
4154
  };
4155
4155
 
4156
- /*! @azure/msal-common v16.4.0 2026-03-18 */
4156
+ /*! @azure/msal-common v16.4.0 2026-03-19 */
4157
4157
 
4158
4158
  /*
4159
4159
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -4233,7 +4233,7 @@
4233
4233
  }
4234
4234
  }
4235
4235
 
4236
- /*! @azure/msal-common v16.4.0 2026-03-18 */
4236
+ /*! @azure/msal-common v16.4.0 2026-03-19 */
4237
4237
  /*
4238
4238
  * Copyright (c) Microsoft Corporation. All rights reserved.
4239
4239
  * Licensed under the MIT License.
@@ -4260,7 +4260,7 @@
4260
4260
  }
4261
4261
  }
4262
4262
 
4263
- /*! @azure/msal-common v16.4.0 2026-03-18 */
4263
+ /*! @azure/msal-common v16.4.0 2026-03-19 */
4264
4264
 
4265
4265
  /*
4266
4266
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -4519,7 +4519,7 @@
4519
4519
  return metadata.expiresAt <= nowSeconds();
4520
4520
  }
4521
4521
 
4522
- /*! @azure/msal-common v16.4.0 2026-03-18 */
4522
+ /*! @azure/msal-common v16.4.0 2026-03-19 */
4523
4523
 
4524
4524
  /*
4525
4525
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -4860,7 +4860,7 @@
4860
4860
  return baseAccount;
4861
4861
  }
4862
4862
 
4863
- /*! @azure/msal-common v16.4.0 2026-03-18 */
4863
+ /*! @azure/msal-common v16.4.0 2026-03-19 */
4864
4864
  /*
4865
4865
  * Copyright (c) Microsoft Corporation. All rights reserved.
4866
4866
  * Licensed under the MIT License.
@@ -4870,7 +4870,7 @@
4870
4870
  UPN: "UPN",
4871
4871
  };
4872
4872
 
4873
- /*! @azure/msal-common v16.4.0 2026-03-18 */
4873
+ /*! @azure/msal-common v16.4.0 2026-03-19 */
4874
4874
  /*
4875
4875
  * Copyright (c) Microsoft Corporation. All rights reserved.
4876
4876
  * Licensed under the MIT License.
@@ -4888,7 +4888,7 @@
4888
4888
  }
4889
4889
  }
4890
4890
 
4891
- /*! @azure/msal-common v16.4.0 2026-03-18 */
4891
+ /*! @azure/msal-common v16.4.0 2026-03-19 */
4892
4892
  /*
4893
4893
  * Copyright (c) Microsoft Corporation. All rights reserved.
4894
4894
  * Licensed under the MIT License.
@@ -4909,7 +4909,7 @@
4909
4909
  };
4910
4910
  }
4911
4911
 
4912
- /*! @azure/msal-common v16.4.0 2026-03-18 */
4912
+ /*! @azure/msal-common v16.4.0 2026-03-19 */
4913
4913
 
4914
4914
  /*
4915
4915
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -4995,7 +4995,7 @@
4995
4995
  }
4996
4996
  }
4997
4997
 
4998
- /*! @azure/msal-common v16.4.0 2026-03-18 */
4998
+ /*! @azure/msal-common v16.4.0 2026-03-19 */
4999
4999
 
5000
5000
  /*
5001
5001
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -5026,7 +5026,7 @@
5026
5026
  return new NetworkError(error, httpStatus, responseHeaders);
5027
5027
  }
5028
5028
 
5029
- /*! @azure/msal-common v16.4.0 2026-03-18 */
5029
+ /*! @azure/msal-common v16.4.0 2026-03-19 */
5030
5030
 
5031
5031
  /*
5032
5032
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -5140,7 +5140,7 @@
5140
5140
  return response;
5141
5141
  }
5142
5142
 
5143
- /*! @azure/msal-common v16.4.0 2026-03-18 */
5143
+ /*! @azure/msal-common v16.4.0 2026-03-19 */
5144
5144
  /*
5145
5145
  * Copyright (c) Microsoft Corporation. All rights reserved.
5146
5146
  * Licensed under the MIT License.
@@ -5152,7 +5152,7 @@
5152
5152
  response.hasOwnProperty("jwks_uri"));
5153
5153
  }
5154
5154
 
5155
- /*! @azure/msal-common v16.4.0 2026-03-18 */
5155
+ /*! @azure/msal-common v16.4.0 2026-03-19 */
5156
5156
  /*
5157
5157
  * Copyright (c) Microsoft Corporation. All rights reserved.
5158
5158
  * Licensed under the MIT License.
@@ -5162,7 +5162,7 @@
5162
5162
  response.hasOwnProperty("metadata"));
5163
5163
  }
5164
5164
 
5165
- /*! @azure/msal-common v16.4.0 2026-03-18 */
5165
+ /*! @azure/msal-common v16.4.0 2026-03-19 */
5166
5166
  /*
5167
5167
  * Copyright (c) Microsoft Corporation. All rights reserved.
5168
5168
  * Licensed under the MIT License.
@@ -5172,7 +5172,7 @@
5172
5172
  response.hasOwnProperty("error_description"));
5173
5173
  }
5174
5174
 
5175
- /*! @azure/msal-common v16.4.0 2026-03-18 */
5175
+ /*! @azure/msal-common v16.4.0 2026-03-19 */
5176
5176
 
5177
5177
  /*
5178
5178
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -5277,7 +5277,7 @@
5277
5277
  },
5278
5278
  };
5279
5279
 
5280
- /*! @azure/msal-common v16.4.0 2026-03-18 */
5280
+ /*! @azure/msal-common v16.4.0 2026-03-19 */
5281
5281
 
5282
5282
  /*
5283
5283
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -6097,7 +6097,7 @@
6097
6097
  };
6098
6098
  }
6099
6099
 
6100
- /*! @azure/msal-common v16.4.0 2026-03-18 */
6100
+ /*! @azure/msal-common v16.4.0 2026-03-19 */
6101
6101
 
6102
6102
  /*
6103
6103
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -6131,7 +6131,7 @@
6131
6131
  }
6132
6132
  }
6133
6133
 
6134
- /*! @azure/msal-common v16.4.0 2026-03-18 */
6134
+ /*! @azure/msal-common v16.4.0 2026-03-19 */
6135
6135
 
6136
6136
  /*
6137
6137
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -6392,7 +6392,7 @@
6392
6392
  }
6393
6393
  }
6394
6394
 
6395
- /*! @azure/msal-common v16.4.0 2026-03-18 */
6395
+ /*! @azure/msal-common v16.4.0 2026-03-19 */
6396
6396
 
6397
6397
  /*
6398
6398
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -6617,7 +6617,7 @@
6617
6617
  }
6618
6618
  }
6619
6619
 
6620
- /*! @azure/msal-common v16.4.0 2026-03-18 */
6620
+ /*! @azure/msal-common v16.4.0 2026-03-19 */
6621
6621
 
6622
6622
  /*
6623
6623
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -6733,7 +6733,7 @@
6733
6733
  }
6734
6734
  }
6735
6735
 
6736
- /*! @azure/msal-common v16.4.0 2026-03-18 */
6736
+ /*! @azure/msal-common v16.4.0 2026-03-19 */
6737
6737
 
6738
6738
  /*
6739
6739
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -6748,7 +6748,7 @@
6748
6748
  },
6749
6749
  };
6750
6750
 
6751
- /*! @azure/msal-common v16.4.0 2026-03-18 */
6751
+ /*! @azure/msal-common v16.4.0 2026-03-19 */
6752
6752
 
6753
6753
  /*
6754
6754
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -6975,7 +6975,7 @@
6975
6975
  return account.loginHint || account.idTokenClaims?.login_hint || null;
6976
6976
  }
6977
6977
 
6978
- /*! @azure/msal-common v16.4.0 2026-03-18 */
6978
+ /*! @azure/msal-common v16.4.0 2026-03-19 */
6979
6979
 
6980
6980
  /*
6981
6981
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -7008,7 +7008,7 @@
7008
7008
  return Object.prototype.hasOwnProperty.call(params, "resource");
7009
7009
  }
7010
7010
 
7011
- /*! @azure/msal-common v16.4.0 2026-03-18 */
7011
+ /*! @azure/msal-common v16.4.0 2026-03-19 */
7012
7012
 
7013
7013
  /*
7014
7014
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -7066,7 +7066,7 @@
7066
7066
  }
7067
7067
  }
7068
7068
 
7069
- /*! @azure/msal-common v16.4.0 2026-03-18 */
7069
+ /*! @azure/msal-common v16.4.0 2026-03-19 */
7070
7070
  /*
7071
7071
  * Copyright (c) Microsoft Corporation. All rights reserved.
7072
7072
  * Licensed under the MIT License.
@@ -7083,7 +7083,7 @@
7083
7083
  unexpectedError: unexpectedError
7084
7084
  });
7085
7085
 
7086
- /*! @azure/msal-common v16.4.0 2026-03-18 */
7086
+ /*! @azure/msal-common v16.4.0 2026-03-19 */
7087
7087
 
7088
7088
  /*
7089
7089
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -7344,7 +7344,7 @@
7344
7344
  }
7345
7345
  }
7346
7346
 
7347
- /*! @azure/msal-common v16.4.0 2026-03-18 */
7347
+ /*! @azure/msal-common v16.4.0 2026-03-19 */
7348
7348
 
7349
7349
  /*
7350
7350
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -7365,7 +7365,7 @@
7365
7365
  return new JoseHeaderError(code);
7366
7366
  }
7367
7367
 
7368
- /*! @azure/msal-common v16.4.0 2026-03-18 */
7368
+ /*! @azure/msal-common v16.4.0 2026-03-19 */
7369
7369
  /*
7370
7370
  * Copyright (c) Microsoft Corporation. All rights reserved.
7371
7371
  * Licensed under the MIT License.
@@ -7373,7 +7373,7 @@
7373
7373
  const missingKidError = "missing_kid_error";
7374
7374
  const missingAlgError = "missing_alg_error";
7375
7375
 
7376
- /*! @azure/msal-common v16.4.0 2026-03-18 */
7376
+ /*! @azure/msal-common v16.4.0 2026-03-19 */
7377
7377
 
7378
7378
  /*
7379
7379
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -7413,7 +7413,7 @@
7413
7413
  }
7414
7414
  }
7415
7415
 
7416
- /*! @azure/msal-common v16.4.0 2026-03-18 */
7416
+ /*! @azure/msal-common v16.4.0 2026-03-19 */
7417
7417
 
7418
7418
  /*
7419
7419
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -10298,7 +10298,7 @@
10298
10298
 
10299
10299
  /* eslint-disable header/header */
10300
10300
  const name = "@azure/msal-browser";
10301
- const version = "5.6.0";
10301
+ const version = "5.6.1";
10302
10302
 
10303
10303
  /*
10304
10304
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -17824,6 +17824,7 @@
17824
17824
  * @returns Promise<boolean> indicating whether this operating context is currently available.
17825
17825
  */
17826
17826
  async initialize(correlationId) {
17827
+ const cid = correlationId || "";
17827
17828
  try {
17828
17829
  if (typeof window !== "undefined") {
17829
17830
  if (typeof window.__initializeNestedAppAuth === "function") {
@@ -17841,9 +17842,9 @@
17841
17842
  }
17842
17843
  }
17843
17844
  catch (ex) {
17844
- this.logger.infoPii("1mdxyj", correlationId);
17845
+ this.logger.infoPii("1mdxyj", cid);
17845
17846
  }
17846
- this.logger.info("12jy9a", correlationId);
17847
+ this.logger.info("12jy9a", cid);
17847
17848
  return this.available;
17848
17849
  }
17849
17850
  }
@@ -18135,10 +18136,10 @@
18135
18136
  *
18136
18137
  */
18137
18138
  async function createNestablePublicClientApplication(configuration, correlationId, pcaFactory) {
18138
- const cid = correlationId || createNewGuid();
18139
18139
  const nestedAppAuth = new NestedAppOperatingContext(configuration);
18140
- await nestedAppAuth.initialize(cid);
18140
+ await nestedAppAuth.initialize(correlationId);
18141
18141
  if (nestedAppAuth.isAvailable()) {
18142
+ const cid = correlationId || createNewGuid();
18142
18143
  const controller = new NestedAppAuthController(nestedAppAuth);
18143
18144
  const nestablePCA = pcaFactory
18144
18145
  ? pcaFactory(configuration, controller)