@azure/msal-browser 4.24.1 → 4.25.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 (445) 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.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/ControllerFactory.mjs +1 -1
  22. package/dist/controllers/NestedAppAuthController.mjs +1 -1
  23. package/dist/controllers/StandardController.mjs +1 -1
  24. package/dist/controllers/UnknownOperatingContextController.mjs +1 -1
  25. package/dist/crypto/BrowserCrypto.mjs +1 -1
  26. package/dist/crypto/CryptoOps.mjs +1 -1
  27. package/dist/crypto/PkceGenerator.mjs +1 -1
  28. package/dist/crypto/SignedHttpRequest.mjs +1 -1
  29. package/dist/custom-auth-path/app/PublicClientApplication.mjs +1 -1
  30. package/dist/custom-auth-path/broker/nativeBroker/NativeStatusCodes.mjs +1 -1
  31. package/dist/custom-auth-path/broker/nativeBroker/PlatformAuthDOMHandler.mjs +1 -1
  32. package/dist/custom-auth-path/broker/nativeBroker/PlatformAuthExtensionHandler.mjs +1 -1
  33. package/dist/custom-auth-path/broker/nativeBroker/PlatformAuthProvider.mjs +1 -1
  34. package/dist/custom-auth-path/cache/AccountManager.mjs +1 -1
  35. package/dist/custom-auth-path/cache/AsyncMemoryStorage.mjs +1 -1
  36. package/dist/custom-auth-path/cache/BrowserCacheManager.mjs +1 -1
  37. package/dist/custom-auth-path/cache/CacheHelpers.mjs +1 -1
  38. package/dist/custom-auth-path/cache/CacheKeys.mjs +1 -1
  39. package/dist/custom-auth-path/cache/CookieStorage.mjs +1 -1
  40. package/dist/custom-auth-path/cache/DatabaseStorage.mjs +1 -1
  41. package/dist/custom-auth-path/cache/EncryptedData.mjs +1 -1
  42. package/dist/custom-auth-path/cache/LocalStorage.mjs +1 -1
  43. package/dist/custom-auth-path/cache/MemoryStorage.mjs +1 -1
  44. package/dist/custom-auth-path/cache/SessionStorage.mjs +1 -1
  45. package/dist/custom-auth-path/cache/TokenCache.mjs +1 -1
  46. package/dist/custom-auth-path/config/Configuration.mjs +1 -1
  47. package/dist/custom-auth-path/controllers/ControllerFactory.mjs +1 -1
  48. package/dist/custom-auth-path/controllers/StandardController.mjs +1 -1
  49. package/dist/custom-auth-path/crypto/BrowserCrypto.mjs +1 -1
  50. package/dist/custom-auth-path/crypto/CryptoOps.mjs +1 -1
  51. package/dist/custom-auth-path/crypto/PkceGenerator.mjs +1 -1
  52. package/dist/custom-auth-path/custom_auth/CustomAuthConstants.d.ts +1 -1
  53. package/dist/custom-auth-path/custom_auth/CustomAuthConstants.mjs +1 -1
  54. package/dist/custom-auth-path/custom_auth/CustomAuthPublicClientApplication.mjs +1 -1
  55. package/dist/custom-auth-path/custom_auth/controller/CustomAuthStandardController.d.ts +1 -0
  56. package/dist/custom-auth-path/custom_auth/controller/CustomAuthStandardController.d.ts.map +1 -1
  57. package/dist/custom-auth-path/custom_auth/controller/CustomAuthStandardController.mjs +25 -2
  58. package/dist/custom-auth-path/custom_auth/controller/CustomAuthStandardController.mjs.map +1 -1
  59. package/dist/custom-auth-path/custom_auth/core/CustomAuthAuthority.mjs +1 -1
  60. package/dist/custom-auth-path/custom_auth/core/auth_flow/AuthFlowErrorBase.d.ts.map +1 -1
  61. package/dist/custom-auth-path/custom_auth/core/auth_flow/AuthFlowErrorBase.mjs +6 -6
  62. package/dist/custom-auth-path/custom_auth/core/auth_flow/AuthFlowErrorBase.mjs.map +1 -1
  63. package/dist/custom-auth-path/custom_auth/core/auth_flow/AuthFlowResultBase.mjs +1 -1
  64. package/dist/custom-auth-path/custom_auth/core/auth_flow/AuthFlowState.mjs +1 -1
  65. package/dist/custom-auth-path/custom_auth/core/auth_flow/jit/error_type/AuthMethodRegistrationError.mjs +1 -1
  66. package/dist/custom-auth-path/custom_auth/core/auth_flow/jit/result/AuthMethodRegistrationChallengeMethodResult.mjs +1 -1
  67. package/dist/custom-auth-path/custom_auth/core/auth_flow/jit/result/AuthMethodRegistrationSubmitChallengeResult.mjs +1 -1
  68. package/dist/custom-auth-path/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationCompletedState.mjs +1 -1
  69. package/dist/custom-auth-path/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationFailedState.mjs +1 -1
  70. package/dist/custom-auth-path/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationState.mjs +1 -1
  71. package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/error_type/MfaError.d.ts +5 -0
  72. package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/error_type/MfaError.d.ts.map +1 -1
  73. package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/error_type/MfaError.mjs +42 -0
  74. package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/error_type/MfaError.mjs.map +1 -0
  75. package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/result/MfaRequestChallengeResult.mjs +45 -0
  76. package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/result/MfaRequestChallengeResult.mjs.map +1 -0
  77. package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/result/MfaSubmitChallengeResult.mjs +45 -0
  78. package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/result/MfaSubmitChallengeResult.mjs.map +1 -0
  79. package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/state/MfaCompletedState.mjs +16 -0
  80. package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/state/MfaCompletedState.mjs.map +1 -0
  81. package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/state/MfaFailedState.mjs +16 -0
  82. package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/state/MfaFailedState.mjs.map +1 -0
  83. package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/state/MfaState.mjs +125 -0
  84. package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/state/MfaState.mjs.map +1 -0
  85. package/dist/custom-auth-path/custom_auth/core/error/CustomAuthApiError.mjs +1 -1
  86. package/dist/custom-auth-path/custom_auth/core/error/CustomAuthError.mjs +1 -1
  87. package/dist/custom-auth-path/custom_auth/core/error/HttpError.mjs +1 -1
  88. package/dist/custom-auth-path/custom_auth/core/error/HttpErrorCodes.mjs +1 -1
  89. package/dist/custom-auth-path/custom_auth/core/error/InvalidArgumentError.mjs +1 -1
  90. package/dist/custom-auth-path/custom_auth/core/error/InvalidConfigurationError.mjs +1 -1
  91. package/dist/custom-auth-path/custom_auth/core/error/InvalidConfigurationErrorCodes.mjs +1 -1
  92. package/dist/custom-auth-path/custom_auth/core/error/MethodNotImplementedError.mjs +1 -1
  93. package/dist/custom-auth-path/custom_auth/core/error/MsalCustomAuthError.mjs +1 -1
  94. package/dist/custom-auth-path/custom_auth/core/error/NoCachedAccountFoundError.mjs +1 -1
  95. package/dist/custom-auth-path/custom_auth/core/error/ParsedUrlError.mjs +1 -1
  96. package/dist/custom-auth-path/custom_auth/core/error/ParsedUrlErrorCodes.mjs +1 -1
  97. package/dist/custom-auth-path/custom_auth/core/error/UnexpectedError.mjs +1 -1
  98. package/dist/custom-auth-path/custom_auth/core/error/UnsupportedEnvironmentError.mjs +1 -1
  99. package/dist/custom-auth-path/custom_auth/core/error/UserAccountAttributeError.mjs +1 -1
  100. package/dist/custom-auth-path/custom_auth/core/error/UserAlreadySignedInError.mjs +1 -1
  101. package/dist/custom-auth-path/custom_auth/core/interaction_client/CustomAuthInteractionClientBase.mjs +1 -1
  102. package/dist/custom-auth-path/custom_auth/core/interaction_client/CustomAuthInterationClientFactory.mjs +1 -1
  103. package/dist/custom-auth-path/custom_auth/core/interaction_client/jit/JitClient.mjs +1 -1
  104. package/dist/custom-auth-path/custom_auth/core/interaction_client/jit/result/JitActionResult.mjs +1 -1
  105. package/dist/custom-auth-path/custom_auth/core/interaction_client/mfa/MfaClient.mjs +85 -0
  106. package/dist/custom-auth-path/custom_auth/core/interaction_client/mfa/MfaClient.mjs.map +1 -0
  107. package/dist/custom-auth-path/custom_auth/core/interaction_client/mfa/result/MfaActionResult.mjs +24 -0
  108. package/dist/custom-auth-path/custom_auth/core/interaction_client/mfa/result/MfaActionResult.mjs.map +1 -0
  109. package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/BaseApiClient.mjs +1 -1
  110. package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/CustomAuthApiClient.d.ts.map +1 -1
  111. package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/CustomAuthApiClient.mjs +2 -2
  112. package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/CustomAuthApiClient.mjs.map +1 -1
  113. package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/CustomAuthApiEndpoint.mjs +1 -1
  114. package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/RegisterApiClient.mjs +1 -1
  115. package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/ResetPasswordApiClient.mjs +1 -1
  116. package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/SignInApiClient.mjs +1 -1
  117. package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/SignupApiClient.mjs +1 -1
  118. package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/types/ApiErrorCodes.d.ts +1 -0
  119. package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/types/ApiErrorCodes.d.ts.map +1 -1
  120. package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/types/ApiErrorCodes.mjs +4 -3
  121. package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/types/ApiErrorCodes.mjs.map +1 -1
  122. package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/types/ApiSuberrors.d.ts +1 -0
  123. package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/types/ApiSuberrors.d.ts.map +1 -1
  124. package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/types/ApiSuberrors.mjs +4 -3
  125. package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/types/ApiSuberrors.mjs.map +1 -1
  126. package/dist/custom-auth-path/custom_auth/core/network_client/http_client/FetchHttpClient.mjs +1 -1
  127. package/dist/custom-auth-path/custom_auth/core/network_client/http_client/IHttpClient.mjs +1 -1
  128. package/dist/custom-auth-path/custom_auth/core/telemetry/PublicApiId.mjs +6 -3
  129. package/dist/custom-auth-path/custom_auth/core/telemetry/PublicApiId.mjs.map +1 -1
  130. package/dist/custom-auth-path/custom_auth/core/utils/ArgumentValidator.mjs +1 -1
  131. package/dist/custom-auth-path/custom_auth/core/utils/UrlUtils.mjs +1 -1
  132. package/dist/custom-auth-path/custom_auth/get_account/auth_flow/CustomAuthAccountData.mjs +1 -1
  133. package/dist/custom-auth-path/custom_auth/get_account/auth_flow/error_type/GetAccountError.mjs +1 -1
  134. package/dist/custom-auth-path/custom_auth/get_account/auth_flow/result/GetAccessTokenResult.mjs +1 -1
  135. package/dist/custom-auth-path/custom_auth/get_account/auth_flow/result/GetAccountResult.mjs +1 -1
  136. package/dist/custom-auth-path/custom_auth/get_account/auth_flow/result/SignOutResult.mjs +1 -1
  137. package/dist/custom-auth-path/custom_auth/get_account/auth_flow/state/GetAccessTokenState.mjs +1 -1
  138. package/dist/custom-auth-path/custom_auth/get_account/auth_flow/state/GetAccountState.mjs +1 -1
  139. package/dist/custom-auth-path/custom_auth/get_account/auth_flow/state/SignOutState.mjs +1 -1
  140. package/dist/custom-auth-path/custom_auth/get_account/interaction_client/CustomAuthSilentCacheClient.d.ts.map +1 -1
  141. package/dist/custom-auth-path/custom_auth/get_account/interaction_client/CustomAuthSilentCacheClient.mjs +15 -13
  142. package/dist/custom-auth-path/custom_auth/get_account/interaction_client/CustomAuthSilentCacheClient.mjs.map +1 -1
  143. package/dist/custom-auth-path/custom_auth/index.d.ts +7 -0
  144. package/dist/custom-auth-path/custom_auth/index.d.ts.map +1 -1
  145. package/dist/custom-auth-path/custom_auth/index.mjs +7 -1
  146. package/dist/custom-auth-path/custom_auth/index.mjs.map +1 -1
  147. package/dist/custom-auth-path/custom_auth/operating_context/CustomAuthOperatingContext.mjs +1 -1
  148. package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/error_type/ResetPasswordError.mjs +1 -1
  149. package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/result/ResetPasswordResendCodeResult.mjs +1 -1
  150. package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/result/ResetPasswordStartResult.mjs +1 -1
  151. package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/result/ResetPasswordSubmitCodeResult.mjs +1 -1
  152. package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/result/ResetPasswordSubmitPasswordResult.mjs +1 -1
  153. package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordCodeRequiredState.d.ts.map +1 -1
  154. package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordCodeRequiredState.mjs +3 -1
  155. package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordCodeRequiredState.mjs.map +1 -1
  156. package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordCompletedState.mjs +1 -1
  157. package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordFailedState.mjs +1 -1
  158. package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordPasswordRequiredState.d.ts.map +1 -1
  159. package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordPasswordRequiredState.mjs +2 -1
  160. package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordPasswordRequiredState.mjs.map +1 -1
  161. package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordState.mjs +1 -1
  162. package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordStateParameters.d.ts +2 -0
  163. package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordStateParameters.d.ts.map +1 -1
  164. package/dist/custom-auth-path/custom_auth/reset_password/interaction_client/ResetPasswordClient.mjs +1 -1
  165. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/SignInScenario.mjs +1 -1
  166. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/error_type/SignInError.mjs +1 -1
  167. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInResendCodeResult.mjs +1 -1
  168. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInResult.d.ts +10 -1
  169. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInResult.d.ts.map +1 -1
  170. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInResult.mjs +9 -1
  171. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInResult.mjs.map +1 -1
  172. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInSubmitCodeResult.d.ts +19 -1
  173. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInSubmitCodeResult.d.ts.map +1 -1
  174. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInSubmitCodeResult.mjs +17 -1
  175. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInSubmitCodeResult.mjs.map +1 -1
  176. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInSubmitPasswordResult.d.ts +10 -1
  177. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInSubmitPasswordResult.d.ts.map +1 -1
  178. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInSubmitPasswordResult.mjs +9 -1
  179. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInSubmitPasswordResult.mjs.map +1 -1
  180. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInCodeRequiredState.d.ts.map +1 -1
  181. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInCodeRequiredState.mjs +6 -13
  182. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInCodeRequiredState.mjs.map +1 -1
  183. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInCompletedState.mjs +1 -1
  184. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInContinuationState.d.ts.map +1 -1
  185. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInContinuationState.mjs +5 -33
  186. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInContinuationState.mjs.map +1 -1
  187. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInFailedState.mjs +1 -1
  188. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInPasswordRequiredState.d.ts.map +1 -1
  189. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInPasswordRequiredState.mjs +5 -30
  190. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInPasswordRequiredState.mjs.map +1 -1
  191. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInState.d.ts +16 -0
  192. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInState.d.ts.map +1 -1
  193. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInState.mjs +68 -1
  194. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInState.mjs.map +1 -1
  195. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInStateParameters.d.ts +2 -0
  196. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInStateParameters.d.ts.map +1 -1
  197. package/dist/custom-auth-path/custom_auth/sign_in/interaction_client/SignInClient.mjs +1 -1
  198. package/dist/custom-auth-path/custom_auth/sign_in/interaction_client/result/SignInActionResult.mjs +1 -1
  199. package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/error_type/SignUpError.mjs +1 -1
  200. package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/result/SignUpResendCodeResult.mjs +1 -1
  201. package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/result/SignUpResult.mjs +1 -1
  202. package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/result/SignUpSubmitAttributesResult.mjs +1 -1
  203. package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/result/SignUpSubmitCodeResult.mjs +1 -1
  204. package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/result/SignUpSubmitPasswordResult.mjs +1 -1
  205. package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpAttributesRequiredState.d.ts.map +1 -1
  206. package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpAttributesRequiredState.mjs +2 -1
  207. package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpAttributesRequiredState.mjs.map +1 -1
  208. package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpCodeRequiredState.d.ts.map +1 -1
  209. package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpCodeRequiredState.mjs +5 -1
  210. package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpCodeRequiredState.mjs.map +1 -1
  211. package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpCompletedState.mjs +1 -1
  212. package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpFailedState.mjs +1 -1
  213. package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpPasswordRequiredState.d.ts.map +1 -1
  214. package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpPasswordRequiredState.mjs +3 -1
  215. package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpPasswordRequiredState.mjs.map +1 -1
  216. package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpState.mjs +1 -1
  217. package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpStateParameters.d.ts +2 -0
  218. package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpStateParameters.d.ts.map +1 -1
  219. package/dist/custom-auth-path/custom_auth/sign_up/interaction_client/SignUpClient.mjs +1 -1
  220. package/dist/custom-auth-path/custom_auth/sign_up/interaction_client/result/SignUpActionResult.mjs +1 -1
  221. package/dist/custom-auth-path/encode/Base64Decode.mjs +1 -1
  222. package/dist/custom-auth-path/encode/Base64Encode.mjs +1 -1
  223. package/dist/custom-auth-path/error/BrowserAuthError.mjs +1 -1
  224. package/dist/custom-auth-path/error/BrowserAuthErrorCodes.mjs +1 -1
  225. package/dist/custom-auth-path/error/BrowserConfigurationAuthError.mjs +1 -1
  226. package/dist/custom-auth-path/error/BrowserConfigurationAuthErrorCodes.mjs +1 -1
  227. package/dist/custom-auth-path/error/NativeAuthError.mjs +1 -1
  228. package/dist/custom-auth-path/error/NativeAuthErrorCodes.mjs +1 -1
  229. package/dist/custom-auth-path/event/EventHandler.mjs +1 -1
  230. package/dist/custom-auth-path/event/EventType.mjs +1 -1
  231. package/dist/custom-auth-path/interaction_client/BaseInteractionClient.mjs +1 -1
  232. package/dist/custom-auth-path/interaction_client/HybridSpaAuthorizationCodeClient.mjs +1 -1
  233. package/dist/custom-auth-path/interaction_client/PlatformAuthInteractionClient.mjs +1 -1
  234. package/dist/custom-auth-path/interaction_client/PopupClient.mjs +1 -1
  235. package/dist/custom-auth-path/interaction_client/RedirectClient.mjs +1 -1
  236. package/dist/custom-auth-path/interaction_client/SilentAuthCodeClient.mjs +1 -1
  237. package/dist/custom-auth-path/interaction_client/SilentCacheClient.mjs +1 -1
  238. package/dist/custom-auth-path/interaction_client/SilentIframeClient.mjs +1 -1
  239. package/dist/custom-auth-path/interaction_client/SilentRefreshClient.mjs +1 -1
  240. package/dist/custom-auth-path/interaction_client/StandardInteractionClient.mjs +1 -1
  241. package/dist/custom-auth-path/interaction_handler/InteractionHandler.mjs +1 -1
  242. package/dist/custom-auth-path/interaction_handler/SilentHandler.mjs +1 -1
  243. package/dist/custom-auth-path/navigation/NavigationClient.mjs +1 -1
  244. package/dist/custom-auth-path/network/FetchClient.mjs +1 -1
  245. package/dist/custom-auth-path/operatingcontext/BaseOperatingContext.mjs +1 -1
  246. package/dist/custom-auth-path/operatingcontext/StandardOperatingContext.mjs +1 -1
  247. package/dist/custom-auth-path/packageMetadata.d.ts +1 -1
  248. package/dist/custom-auth-path/packageMetadata.mjs +2 -2
  249. package/dist/custom-auth-path/protocol/Authorize.mjs +1 -1
  250. package/dist/custom-auth-path/request/RequestHelpers.mjs +1 -1
  251. package/dist/custom-auth-path/response/ResponseHandler.mjs +1 -1
  252. package/dist/custom-auth-path/utils/BrowserConstants.mjs +1 -1
  253. package/dist/custom-auth-path/utils/BrowserProtocolUtils.mjs +1 -1
  254. package/dist/custom-auth-path/utils/BrowserUtils.mjs +1 -1
  255. package/dist/custom-auth-path/utils/Helpers.mjs +1 -1
  256. package/dist/custom-auth-path/utils/MsalFrameStatsUtils.mjs +1 -1
  257. package/dist/custom_auth/CustomAuthConstants.d.ts +1 -1
  258. package/dist/custom_auth/controller/CustomAuthStandardController.d.ts +1 -0
  259. package/dist/custom_auth/controller/CustomAuthStandardController.d.ts.map +1 -1
  260. package/dist/custom_auth/core/auth_flow/AuthFlowErrorBase.d.ts.map +1 -1
  261. package/dist/custom_auth/core/auth_flow/mfa/error_type/MfaError.d.ts +5 -0
  262. package/dist/custom_auth/core/auth_flow/mfa/error_type/MfaError.d.ts.map +1 -1
  263. package/dist/custom_auth/core/network_client/custom_auth_api/CustomAuthApiClient.d.ts.map +1 -1
  264. package/dist/custom_auth/core/network_client/custom_auth_api/types/ApiErrorCodes.d.ts +1 -0
  265. package/dist/custom_auth/core/network_client/custom_auth_api/types/ApiErrorCodes.d.ts.map +1 -1
  266. package/dist/custom_auth/core/network_client/custom_auth_api/types/ApiSuberrors.d.ts +1 -0
  267. package/dist/custom_auth/core/network_client/custom_auth_api/types/ApiSuberrors.d.ts.map +1 -1
  268. package/dist/custom_auth/get_account/interaction_client/CustomAuthSilentCacheClient.d.ts.map +1 -1
  269. package/dist/custom_auth/index.d.ts +7 -0
  270. package/dist/custom_auth/index.d.ts.map +1 -1
  271. package/dist/custom_auth/reset_password/auth_flow/state/ResetPasswordCodeRequiredState.d.ts.map +1 -1
  272. package/dist/custom_auth/reset_password/auth_flow/state/ResetPasswordPasswordRequiredState.d.ts.map +1 -1
  273. package/dist/custom_auth/reset_password/auth_flow/state/ResetPasswordStateParameters.d.ts +2 -0
  274. package/dist/custom_auth/reset_password/auth_flow/state/ResetPasswordStateParameters.d.ts.map +1 -1
  275. package/dist/custom_auth/sign_in/auth_flow/result/SignInResult.d.ts +10 -1
  276. package/dist/custom_auth/sign_in/auth_flow/result/SignInResult.d.ts.map +1 -1
  277. package/dist/custom_auth/sign_in/auth_flow/result/SignInSubmitCodeResult.d.ts +19 -1
  278. package/dist/custom_auth/sign_in/auth_flow/result/SignInSubmitCodeResult.d.ts.map +1 -1
  279. package/dist/custom_auth/sign_in/auth_flow/result/SignInSubmitPasswordResult.d.ts +10 -1
  280. package/dist/custom_auth/sign_in/auth_flow/result/SignInSubmitPasswordResult.d.ts.map +1 -1
  281. package/dist/custom_auth/sign_in/auth_flow/state/SignInCodeRequiredState.d.ts.map +1 -1
  282. package/dist/custom_auth/sign_in/auth_flow/state/SignInContinuationState.d.ts.map +1 -1
  283. package/dist/custom_auth/sign_in/auth_flow/state/SignInPasswordRequiredState.d.ts.map +1 -1
  284. package/dist/custom_auth/sign_in/auth_flow/state/SignInState.d.ts +16 -0
  285. package/dist/custom_auth/sign_in/auth_flow/state/SignInState.d.ts.map +1 -1
  286. package/dist/custom_auth/sign_in/auth_flow/state/SignInStateParameters.d.ts +2 -0
  287. package/dist/custom_auth/sign_in/auth_flow/state/SignInStateParameters.d.ts.map +1 -1
  288. package/dist/custom_auth/sign_up/auth_flow/state/SignUpAttributesRequiredState.d.ts.map +1 -1
  289. package/dist/custom_auth/sign_up/auth_flow/state/SignUpCodeRequiredState.d.ts.map +1 -1
  290. package/dist/custom_auth/sign_up/auth_flow/state/SignUpPasswordRequiredState.d.ts.map +1 -1
  291. package/dist/custom_auth/sign_up/auth_flow/state/SignUpStateParameters.d.ts +2 -0
  292. package/dist/custom_auth/sign_up/auth_flow/state/SignUpStateParameters.d.ts.map +1 -1
  293. package/dist/encode/Base64Decode.mjs +1 -1
  294. package/dist/encode/Base64Encode.mjs +1 -1
  295. package/dist/error/BrowserAuthError.mjs +1 -1
  296. package/dist/error/BrowserAuthErrorCodes.mjs +1 -1
  297. package/dist/error/BrowserConfigurationAuthError.mjs +1 -1
  298. package/dist/error/BrowserConfigurationAuthErrorCodes.mjs +1 -1
  299. package/dist/error/NativeAuthError.mjs +1 -1
  300. package/dist/error/NativeAuthErrorCodes.mjs +1 -1
  301. package/dist/error/NestedAppAuthError.mjs +1 -1
  302. package/dist/event/EventHandler.mjs +1 -1
  303. package/dist/event/EventMessage.mjs +1 -1
  304. package/dist/event/EventType.mjs +1 -1
  305. package/dist/index.mjs +1 -1
  306. package/dist/interaction_client/BaseInteractionClient.mjs +1 -1
  307. package/dist/interaction_client/HybridSpaAuthorizationCodeClient.mjs +1 -1
  308. package/dist/interaction_client/PlatformAuthInteractionClient.mjs +1 -1
  309. package/dist/interaction_client/PopupClient.mjs +1 -1
  310. package/dist/interaction_client/RedirectClient.mjs +1 -1
  311. package/dist/interaction_client/SilentAuthCodeClient.mjs +1 -1
  312. package/dist/interaction_client/SilentCacheClient.mjs +1 -1
  313. package/dist/interaction_client/SilentIframeClient.mjs +1 -1
  314. package/dist/interaction_client/SilentRefreshClient.mjs +1 -1
  315. package/dist/interaction_client/StandardInteractionClient.mjs +1 -1
  316. package/dist/interaction_handler/InteractionHandler.mjs +1 -1
  317. package/dist/interaction_handler/SilentHandler.mjs +1 -1
  318. package/dist/naa/BridgeError.mjs +1 -1
  319. package/dist/naa/BridgeProxy.mjs +1 -1
  320. package/dist/naa/BridgeStatusCode.mjs +1 -1
  321. package/dist/naa/mapping/NestedAppAuthAdapter.mjs +1 -1
  322. package/dist/navigation/NavigationClient.mjs +1 -1
  323. package/dist/network/FetchClient.mjs +1 -1
  324. package/dist/operatingcontext/BaseOperatingContext.mjs +1 -1
  325. package/dist/operatingcontext/NestedAppOperatingContext.mjs +1 -1
  326. package/dist/operatingcontext/StandardOperatingContext.mjs +1 -1
  327. package/dist/operatingcontext/UnknownOperatingContext.mjs +1 -1
  328. package/dist/packageMetadata.d.ts +1 -1
  329. package/dist/packageMetadata.mjs +2 -2
  330. package/dist/protocol/Authorize.mjs +1 -1
  331. package/dist/request/RequestHelpers.mjs +1 -1
  332. package/dist/response/ResponseHandler.mjs +1 -1
  333. package/dist/telemetry/BrowserPerformanceClient.mjs +1 -1
  334. package/dist/telemetry/BrowserPerformanceMeasurement.mjs +1 -1
  335. package/dist/utils/BrowserConstants.mjs +1 -1
  336. package/dist/utils/BrowserProtocolUtils.mjs +1 -1
  337. package/dist/utils/BrowserUtils.mjs +1 -1
  338. package/dist/utils/Helpers.mjs +1 -1
  339. package/dist/utils/MsalFrameStatsUtils.mjs +1 -1
  340. package/lib/custom-auth-path/msal-custom-auth.cjs +890 -468
  341. package/lib/custom-auth-path/msal-custom-auth.cjs.map +1 -1
  342. package/lib/custom-auth-path/types/custom_auth/CustomAuthConstants.d.ts +1 -1
  343. package/lib/custom-auth-path/types/custom_auth/controller/CustomAuthStandardController.d.ts +1 -0
  344. package/lib/custom-auth-path/types/custom_auth/controller/CustomAuthStandardController.d.ts.map +1 -1
  345. package/lib/custom-auth-path/types/custom_auth/core/auth_flow/AuthFlowErrorBase.d.ts.map +1 -1
  346. package/lib/custom-auth-path/types/custom_auth/core/auth_flow/mfa/error_type/MfaError.d.ts +5 -0
  347. package/lib/custom-auth-path/types/custom_auth/core/auth_flow/mfa/error_type/MfaError.d.ts.map +1 -1
  348. package/lib/custom-auth-path/types/custom_auth/core/network_client/custom_auth_api/CustomAuthApiClient.d.ts.map +1 -1
  349. package/lib/custom-auth-path/types/custom_auth/core/network_client/custom_auth_api/types/ApiErrorCodes.d.ts +1 -0
  350. package/lib/custom-auth-path/types/custom_auth/core/network_client/custom_auth_api/types/ApiErrorCodes.d.ts.map +1 -1
  351. package/lib/custom-auth-path/types/custom_auth/core/network_client/custom_auth_api/types/ApiSuberrors.d.ts +1 -0
  352. package/lib/custom-auth-path/types/custom_auth/core/network_client/custom_auth_api/types/ApiSuberrors.d.ts.map +1 -1
  353. package/lib/custom-auth-path/types/custom_auth/get_account/interaction_client/CustomAuthSilentCacheClient.d.ts.map +1 -1
  354. package/lib/custom-auth-path/types/custom_auth/index.d.ts +7 -0
  355. package/lib/custom-auth-path/types/custom_auth/index.d.ts.map +1 -1
  356. package/lib/custom-auth-path/types/custom_auth/reset_password/auth_flow/state/ResetPasswordCodeRequiredState.d.ts.map +1 -1
  357. package/lib/custom-auth-path/types/custom_auth/reset_password/auth_flow/state/ResetPasswordPasswordRequiredState.d.ts.map +1 -1
  358. package/lib/custom-auth-path/types/custom_auth/reset_password/auth_flow/state/ResetPasswordStateParameters.d.ts +2 -0
  359. package/lib/custom-auth-path/types/custom_auth/reset_password/auth_flow/state/ResetPasswordStateParameters.d.ts.map +1 -1
  360. package/lib/custom-auth-path/types/custom_auth/sign_in/auth_flow/result/SignInResult.d.ts +10 -1
  361. package/lib/custom-auth-path/types/custom_auth/sign_in/auth_flow/result/SignInResult.d.ts.map +1 -1
  362. package/lib/custom-auth-path/types/custom_auth/sign_in/auth_flow/result/SignInSubmitCodeResult.d.ts +19 -1
  363. package/lib/custom-auth-path/types/custom_auth/sign_in/auth_flow/result/SignInSubmitCodeResult.d.ts.map +1 -1
  364. package/lib/custom-auth-path/types/custom_auth/sign_in/auth_flow/result/SignInSubmitPasswordResult.d.ts +10 -1
  365. package/lib/custom-auth-path/types/custom_auth/sign_in/auth_flow/result/SignInSubmitPasswordResult.d.ts.map +1 -1
  366. package/lib/custom-auth-path/types/custom_auth/sign_in/auth_flow/state/SignInCodeRequiredState.d.ts.map +1 -1
  367. package/lib/custom-auth-path/types/custom_auth/sign_in/auth_flow/state/SignInContinuationState.d.ts.map +1 -1
  368. package/lib/custom-auth-path/types/custom_auth/sign_in/auth_flow/state/SignInPasswordRequiredState.d.ts.map +1 -1
  369. package/lib/custom-auth-path/types/custom_auth/sign_in/auth_flow/state/SignInState.d.ts +16 -0
  370. package/lib/custom-auth-path/types/custom_auth/sign_in/auth_flow/state/SignInState.d.ts.map +1 -1
  371. package/lib/custom-auth-path/types/custom_auth/sign_in/auth_flow/state/SignInStateParameters.d.ts +2 -0
  372. package/lib/custom-auth-path/types/custom_auth/sign_in/auth_flow/state/SignInStateParameters.d.ts.map +1 -1
  373. package/lib/custom-auth-path/types/custom_auth/sign_up/auth_flow/state/SignUpAttributesRequiredState.d.ts.map +1 -1
  374. package/lib/custom-auth-path/types/custom_auth/sign_up/auth_flow/state/SignUpCodeRequiredState.d.ts.map +1 -1
  375. package/lib/custom-auth-path/types/custom_auth/sign_up/auth_flow/state/SignUpPasswordRequiredState.d.ts.map +1 -1
  376. package/lib/custom-auth-path/types/custom_auth/sign_up/auth_flow/state/SignUpStateParameters.d.ts +2 -0
  377. package/lib/custom-auth-path/types/custom_auth/sign_up/auth_flow/state/SignUpStateParameters.d.ts.map +1 -1
  378. package/lib/custom-auth-path/types/packageMetadata.d.ts +1 -1
  379. package/lib/msal-browser.cjs +66 -66
  380. package/lib/msal-browser.cjs.map +1 -1
  381. package/lib/msal-browser.js +66 -66
  382. package/lib/msal-browser.js.map +1 -1
  383. package/lib/msal-browser.min.js +60 -60
  384. package/lib/types/custom_auth/CustomAuthConstants.d.ts +1 -1
  385. package/lib/types/custom_auth/controller/CustomAuthStandardController.d.ts +1 -0
  386. package/lib/types/custom_auth/controller/CustomAuthStandardController.d.ts.map +1 -1
  387. package/lib/types/custom_auth/core/auth_flow/AuthFlowErrorBase.d.ts.map +1 -1
  388. package/lib/types/custom_auth/core/auth_flow/mfa/error_type/MfaError.d.ts +5 -0
  389. package/lib/types/custom_auth/core/auth_flow/mfa/error_type/MfaError.d.ts.map +1 -1
  390. package/lib/types/custom_auth/core/network_client/custom_auth_api/CustomAuthApiClient.d.ts.map +1 -1
  391. package/lib/types/custom_auth/core/network_client/custom_auth_api/types/ApiErrorCodes.d.ts +1 -0
  392. package/lib/types/custom_auth/core/network_client/custom_auth_api/types/ApiErrorCodes.d.ts.map +1 -1
  393. package/lib/types/custom_auth/core/network_client/custom_auth_api/types/ApiSuberrors.d.ts +1 -0
  394. package/lib/types/custom_auth/core/network_client/custom_auth_api/types/ApiSuberrors.d.ts.map +1 -1
  395. package/lib/types/custom_auth/get_account/interaction_client/CustomAuthSilentCacheClient.d.ts.map +1 -1
  396. package/lib/types/custom_auth/index.d.ts +7 -0
  397. package/lib/types/custom_auth/index.d.ts.map +1 -1
  398. package/lib/types/custom_auth/reset_password/auth_flow/state/ResetPasswordCodeRequiredState.d.ts.map +1 -1
  399. package/lib/types/custom_auth/reset_password/auth_flow/state/ResetPasswordPasswordRequiredState.d.ts.map +1 -1
  400. package/lib/types/custom_auth/reset_password/auth_flow/state/ResetPasswordStateParameters.d.ts +2 -0
  401. package/lib/types/custom_auth/reset_password/auth_flow/state/ResetPasswordStateParameters.d.ts.map +1 -1
  402. package/lib/types/custom_auth/sign_in/auth_flow/result/SignInResult.d.ts +10 -1
  403. package/lib/types/custom_auth/sign_in/auth_flow/result/SignInResult.d.ts.map +1 -1
  404. package/lib/types/custom_auth/sign_in/auth_flow/result/SignInSubmitCodeResult.d.ts +19 -1
  405. package/lib/types/custom_auth/sign_in/auth_flow/result/SignInSubmitCodeResult.d.ts.map +1 -1
  406. package/lib/types/custom_auth/sign_in/auth_flow/result/SignInSubmitPasswordResult.d.ts +10 -1
  407. package/lib/types/custom_auth/sign_in/auth_flow/result/SignInSubmitPasswordResult.d.ts.map +1 -1
  408. package/lib/types/custom_auth/sign_in/auth_flow/state/SignInCodeRequiredState.d.ts.map +1 -1
  409. package/lib/types/custom_auth/sign_in/auth_flow/state/SignInContinuationState.d.ts.map +1 -1
  410. package/lib/types/custom_auth/sign_in/auth_flow/state/SignInPasswordRequiredState.d.ts.map +1 -1
  411. package/lib/types/custom_auth/sign_in/auth_flow/state/SignInState.d.ts +16 -0
  412. package/lib/types/custom_auth/sign_in/auth_flow/state/SignInState.d.ts.map +1 -1
  413. package/lib/types/custom_auth/sign_in/auth_flow/state/SignInStateParameters.d.ts +2 -0
  414. package/lib/types/custom_auth/sign_in/auth_flow/state/SignInStateParameters.d.ts.map +1 -1
  415. package/lib/types/custom_auth/sign_up/auth_flow/state/SignUpAttributesRequiredState.d.ts.map +1 -1
  416. package/lib/types/custom_auth/sign_up/auth_flow/state/SignUpCodeRequiredState.d.ts.map +1 -1
  417. package/lib/types/custom_auth/sign_up/auth_flow/state/SignUpPasswordRequiredState.d.ts.map +1 -1
  418. package/lib/types/custom_auth/sign_up/auth_flow/state/SignUpStateParameters.d.ts +2 -0
  419. package/lib/types/custom_auth/sign_up/auth_flow/state/SignUpStateParameters.d.ts.map +1 -1
  420. package/lib/types/packageMetadata.d.ts +1 -1
  421. package/package.json +1 -1
  422. package/src/custom_auth/controller/CustomAuthStandardController.ts +33 -0
  423. package/src/custom_auth/core/auth_flow/AuthFlowErrorBase.ts +3 -5
  424. package/src/custom_auth/core/auth_flow/mfa/error_type/MfaError.ts +8 -0
  425. package/src/custom_auth/core/network_client/custom_auth_api/CustomAuthApiClient.ts +2 -1
  426. package/src/custom_auth/core/network_client/custom_auth_api/types/ApiErrorCodes.ts +1 -0
  427. package/src/custom_auth/core/network_client/custom_auth_api/types/ApiSuberrors.ts +1 -0
  428. package/src/custom_auth/get_account/interaction_client/CustomAuthSilentCacheClient.ts +17 -15
  429. package/src/custom_auth/index.ts +22 -0
  430. package/src/custom_auth/reset_password/auth_flow/state/ResetPasswordCodeRequiredState.ts +2 -0
  431. package/src/custom_auth/reset_password/auth_flow/state/ResetPasswordPasswordRequiredState.ts +1 -0
  432. package/src/custom_auth/reset_password/auth_flow/state/ResetPasswordStateParameters.ts +2 -0
  433. package/src/custom_auth/sign_in/auth_flow/result/SignInResult.ts +12 -1
  434. package/src/custom_auth/sign_in/auth_flow/result/SignInSubmitCodeResult.ts +27 -1
  435. package/src/custom_auth/sign_in/auth_flow/result/SignInSubmitPasswordResult.ts +14 -1
  436. package/src/custom_auth/sign_in/auth_flow/state/SignInCodeRequiredState.ts +12 -22
  437. package/src/custom_auth/sign_in/auth_flow/state/SignInContinuationState.ts +8 -50
  438. package/src/custom_auth/sign_in/auth_flow/state/SignInPasswordRequiredState.ts +12 -49
  439. package/src/custom_auth/sign_in/auth_flow/state/SignInState.ts +108 -0
  440. package/src/custom_auth/sign_in/auth_flow/state/SignInStateParameters.ts +2 -0
  441. package/src/custom_auth/sign_up/auth_flow/state/SignUpAttributesRequiredState.ts +1 -0
  442. package/src/custom_auth/sign_up/auth_flow/state/SignUpCodeRequiredState.ts +4 -0
  443. package/src/custom_auth/sign_up/auth_flow/state/SignUpPasswordRequiredState.ts +2 -0
  444. package/src/custom_auth/sign_up/auth_flow/state/SignUpStateParameters.ts +2 -0
  445. package/src/packageMetadata.ts +1 -1
@@ -0,0 +1,85 @@
1
+ /*! @azure/msal-browser v4.25.0 2025-10-09 */
2
+ 'use strict';
3
+ import { CustomAuthInteractionClientBase } from '../CustomAuthInteractionClientBase.mjs';
4
+ import { createMfaVerificationRequiredResult, createMfaCompletedResult } from './result/MfaActionResult.mjs';
5
+ import { ChallengeType, GrantType, DefaultCustomAuthApiCodeLength } from '../../../CustomAuthConstants.mjs';
6
+ import { MFA_REQUEST_CHALLENGE, MFA_SUBMIT_CHALLENGE } from '../../telemetry/PublicApiId.mjs';
7
+ import { ensureArgumentIsNotEmptyString } from '../../utils/ArgumentValidator.mjs';
8
+ import { CustomAuthApiError } from '../../error/CustomAuthApiError.mjs';
9
+ import { UNSUPPORTED_CHALLENGE_TYPE } from '../../network_client/custom_auth_api/types/ApiErrorCodes.mjs';
10
+
11
+ /*
12
+ * Copyright (c) Microsoft Corporation. All rights reserved.
13
+ * Licensed under the MIT License.
14
+ */
15
+ /**
16
+ * MFA client for handling multi-factor authentication flows.
17
+ */
18
+ class MfaClient extends CustomAuthInteractionClientBase {
19
+ /**
20
+ * Requests an MFA challenge to be sent to the user.
21
+ * @param parameters The parameters for requesting the challenge.
22
+ * @returns Promise that resolves to either MfaVerificationRequiredResult.
23
+ */
24
+ async requestChallenge(parameters) {
25
+ const apiId = MFA_REQUEST_CHALLENGE;
26
+ const telemetryManager = this.initializeServerTelemetryManager(apiId);
27
+ this.logger.verbose("Calling challenge endpoint for MFA.", parameters.correlationId);
28
+ const challengeReq = {
29
+ challenge_type: this.getChallengeTypes(parameters.challengeType),
30
+ continuation_token: parameters.continuationToken,
31
+ id: parameters.authMethodId,
32
+ correlationId: parameters.correlationId,
33
+ telemetryManager: telemetryManager,
34
+ };
35
+ const challengeResponse = await this.customAuthApiClient.signInApi.requestChallenge(challengeReq);
36
+ this.logger.verbose("Challenge endpoint called for MFA.", parameters.correlationId);
37
+ if (challengeResponse.challenge_type === ChallengeType.OOB) {
38
+ // Verification required - code will be sent
39
+ return createMfaVerificationRequiredResult({
40
+ correlationId: challengeResponse.correlation_id,
41
+ continuationToken: challengeResponse.continuation_token ?? "",
42
+ challengeChannel: challengeResponse.challenge_channel ?? "",
43
+ challengeTargetLabel: challengeResponse.challenge_target_label ?? "",
44
+ codeLength: challengeResponse.code_length ??
45
+ DefaultCustomAuthApiCodeLength,
46
+ bindingMethod: challengeResponse.binding_method ?? "",
47
+ });
48
+ }
49
+ this.logger.error(`Unsupported challenge type '${challengeResponse.challenge_type}' for MFA.`, parameters.correlationId);
50
+ throw new CustomAuthApiError(UNSUPPORTED_CHALLENGE_TYPE, `Unsupported challenge type '${challengeResponse.challenge_type}'.`, challengeResponse.correlation_id);
51
+ }
52
+ /**
53
+ * Submits the MFA challenge response (e.g., OTP code).
54
+ * @param parameters The parameters for submitting the challenge.
55
+ * @returns Promise that resolves to MfaCompletedResult.
56
+ */
57
+ async submitChallenge(parameters) {
58
+ ensureArgumentIsNotEmptyString("parameters.challenge", parameters.challenge, parameters.correlationId);
59
+ const apiId = MFA_SUBMIT_CHALLENGE;
60
+ const telemetryManager = this.initializeServerTelemetryManager(apiId);
61
+ const scopes = this.getScopes(parameters.scopes);
62
+ const request = {
63
+ continuation_token: parameters.continuationToken,
64
+ oob: parameters.challenge,
65
+ grant_type: GrantType.MFA_OOB,
66
+ scope: scopes.join(" "),
67
+ correlationId: parameters.correlationId,
68
+ telemetryManager: telemetryManager,
69
+ ...(parameters.claims && {
70
+ claims: parameters.claims,
71
+ }),
72
+ };
73
+ this.logger.verbose("Calling token endpoint for MFA challenge submission.", parameters.correlationId);
74
+ const tokenResponse = await this.customAuthApiClient.signInApi.requestTokensWithOob(request);
75
+ // Save tokens and create authentication result
76
+ const result = await this.handleTokenResponse(tokenResponse, scopes, tokenResponse.correlation_id ?? parameters.correlationId);
77
+ return createMfaCompletedResult({
78
+ correlationId: parameters.correlationId,
79
+ authenticationResult: result,
80
+ });
81
+ }
82
+ }
83
+
84
+ export { MfaClient };
85
+ //# sourceMappingURL=MfaClient.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MfaClient.mjs","sources":["../../../../../../../src/custom_auth/core/interaction_client/mfa/MfaClient.ts"],"sourcesContent":[null],"names":["PublicApiId.MFA_REQUEST_CHALLENGE","CustomAuthApiErrorCode.UNSUPPORTED_CHALLENGE_TYPE","PublicApiId.MFA_SUBMIT_CHALLENGE"],"mappings":"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"}
@@ -0,0 +1,24 @@
1
+ /*! @azure/msal-browser v4.25.0 2025-10-09 */
2
+ 'use strict';
3
+ /*
4
+ * Copyright (c) Microsoft Corporation. All rights reserved.
5
+ * Licensed under the MIT License.
6
+ */
7
+ // Result type constants
8
+ const MFA_VERIFICATION_REQUIRED_RESULT_TYPE = "MfaVerificationRequiredResult";
9
+ const MFA_COMPLETED_RESULT_TYPE = "MfaCompletedResult";
10
+ function createMfaVerificationRequiredResult(input) {
11
+ return {
12
+ type: MFA_VERIFICATION_REQUIRED_RESULT_TYPE,
13
+ ...input,
14
+ };
15
+ }
16
+ function createMfaCompletedResult(input) {
17
+ return {
18
+ type: MFA_COMPLETED_RESULT_TYPE,
19
+ ...input,
20
+ };
21
+ }
22
+
23
+ export { MFA_COMPLETED_RESULT_TYPE, MFA_VERIFICATION_REQUIRED_RESULT_TYPE, createMfaCompletedResult, createMfaVerificationRequiredResult };
24
+ //# sourceMappingURL=MfaActionResult.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MfaActionResult.mjs","sources":["../../../../../../../../src/custom_auth/core/interaction_client/mfa/result/MfaActionResult.ts"],"sourcesContent":[null],"names":[],"mappings":";;AAAA;;;AAGG;AAuBH;AACO,MAAM,qCAAqC,GAC9C,gCAAgC;AAC7B,MAAM,yBAAyB,GAAG,qBAAqB;AAExD,SAAU,mCAAmC,CAC/C,KAAkD,EAAA;IAElD,OAAO;AACH,QAAA,IAAI,EAAE,qCAAqC;AAC3C,QAAA,GAAG,KAAK;KACX,CAAC;AACN,CAAC;AAEK,SAAU,wBAAwB,CACpC,KAAuC,EAAA;IAEvC,OAAO;AACH,QAAA,IAAI,EAAE,yBAAyB;AAC/B,QAAA,GAAG,KAAK;KACX,CAAC;AACN;;;;"}
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v4.24.1 2025-09-30 */
1
+ /*! @azure/msal-browser v4.25.0 2025-10-09 */
2
2
  'use strict';
3
3
  import { HttpHeaderKeys, DefaultPackageInfo, ChallengeType } from '../../../CustomAuthConstants.mjs';
4
4
  import { HTTP_REQUEST_FAILED, CONTINUATION_TOKEN_MISSING, INVALID_RESPONSE_BODY } from './types/ApiErrorCodes.mjs';
@@ -1 +1 @@
1
- {"version":3,"file":"CustomAuthApiClient.d.ts","sourceRoot":"","sources":["../../../../../../src/custom_auth/core/network_client/custom_auth_api/CustomAuthApiClient.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AACrE,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AACvD,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AACvD,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAC3D,OAAO,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AACjE,OAAO,EAAE,WAAW,EAAE,MAAM,+BAA+B,CAAC;AAE5D,qBAAa,mBAAoB,YAAW,oBAAoB;IAC5D,SAAS,EAAE,eAAe,CAAC;IAC3B,SAAS,EAAE,eAAe,CAAC;IAC3B,gBAAgB,EAAE,sBAAsB,CAAC;IACzC,WAAW,EAAE,iBAAiB,CAAC;gBAG3B,oBAAoB,EAAE,MAAM,EAC5B,QAAQ,EAAE,MAAM,EAChB,UAAU,EAAE,WAAW,EACvB,YAAY,CAAC,EAAE,MAAM,EACrB,wBAAwB,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC;CA6BxD"}
1
+ {"version":3,"file":"CustomAuthApiClient.d.ts","sourceRoot":"","sources":["../../../../../../src/custom_auth/core/network_client/custom_auth_api/CustomAuthApiClient.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AACrE,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AACvD,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AACvD,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAC3D,OAAO,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AACjE,OAAO,EAAE,WAAW,EAAE,MAAM,+BAA+B,CAAC;AAE5D,qBAAa,mBAAoB,YAAW,oBAAoB;IAC5D,SAAS,EAAE,eAAe,CAAC;IAC3B,SAAS,EAAE,eAAe,CAAC;IAC3B,gBAAgB,EAAE,sBAAsB,CAAC;IACzC,WAAW,EAAE,iBAAiB,CAAC;gBAG3B,oBAAoB,EAAE,MAAM,EAC5B,QAAQ,EAAE,MAAM,EAChB,UAAU,EAAE,WAAW,EACvB,YAAY,CAAC,EAAE,MAAM,EACrB,wBAAwB,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC;CA8BxD"}
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v4.24.1 2025-09-30 */
1
+ /*! @azure/msal-browser v4.25.0 2025-10-09 */
2
2
  'use strict';
3
3
  import { ResetPasswordApiClient } from './ResetPasswordApiClient.mjs';
4
4
  import { SignupApiClient } from './SignupApiClient.mjs';
@@ -14,7 +14,7 @@ class CustomAuthApiClient {
14
14
  this.signInApi = new SignInApiClient(customAuthApiBaseUrl, clientId, httpClient, capabilities, customAuthApiQueryParams);
15
15
  this.signUpApi = new SignupApiClient(customAuthApiBaseUrl, clientId, httpClient, capabilities, customAuthApiQueryParams);
16
16
  this.resetPasswordApi = new ResetPasswordApiClient(customAuthApiBaseUrl, clientId, httpClient, capabilities, customAuthApiQueryParams);
17
- this.registerApi = new RegisterApiClient(customAuthApiBaseUrl, clientId, httpClient);
17
+ this.registerApi = new RegisterApiClient(customAuthApiBaseUrl, clientId, httpClient, customAuthApiQueryParams);
18
18
  }
19
19
  }
20
20
 
@@ -1 +1 @@
1
- {"version":3,"file":"CustomAuthApiClient.mjs","sources":["../../../../../../../src/custom_auth/core/network_client/custom_auth_api/CustomAuthApiClient.ts"],"sourcesContent":[null],"names":[],"mappings":";;;;;;;AAAA;;;AAGG;MASU,mBAAmB,CAAA;IAM5B,WACI,CAAA,oBAA4B,EAC5B,QAAgB,EAChB,UAAuB,EACvB,YAAqB,EACrB,wBAAiD,EAAA;AAEjD,QAAA,IAAI,CAAC,SAAS,GAAG,IAAI,eAAe,CAChC,oBAAoB,EACpB,QAAQ,EACR,UAAU,EACV,YAAY,EACZ,wBAAwB,CAC3B,CAAC;AACF,QAAA,IAAI,CAAC,SAAS,GAAG,IAAI,eAAe,CAChC,oBAAoB,EACpB,QAAQ,EACR,UAAU,EACV,YAAY,EACZ,wBAAwB,CAC3B,CAAC;AACF,QAAA,IAAI,CAAC,gBAAgB,GAAG,IAAI,sBAAsB,CAC9C,oBAAoB,EACpB,QAAQ,EACR,UAAU,EACV,YAAY,EACZ,wBAAwB,CAC3B,CAAC;AACF,QAAA,IAAI,CAAC,WAAW,GAAG,IAAI,iBAAiB,CACpC,oBAAoB,EACpB,QAAQ,EACR,UAAU,CACb,CAAC;KACL;AACJ;;;;"}
1
+ {"version":3,"file":"CustomAuthApiClient.mjs","sources":["../../../../../../../src/custom_auth/core/network_client/custom_auth_api/CustomAuthApiClient.ts"],"sourcesContent":[null],"names":[],"mappings":";;;;;;;AAAA;;;AAGG;MASU,mBAAmB,CAAA;IAM5B,WACI,CAAA,oBAA4B,EAC5B,QAAgB,EAChB,UAAuB,EACvB,YAAqB,EACrB,wBAAiD,EAAA;AAEjD,QAAA,IAAI,CAAC,SAAS,GAAG,IAAI,eAAe,CAChC,oBAAoB,EACpB,QAAQ,EACR,UAAU,EACV,YAAY,EACZ,wBAAwB,CAC3B,CAAC;AACF,QAAA,IAAI,CAAC,SAAS,GAAG,IAAI,eAAe,CAChC,oBAAoB,EACpB,QAAQ,EACR,UAAU,EACV,YAAY,EACZ,wBAAwB,CAC3B,CAAC;AACF,QAAA,IAAI,CAAC,gBAAgB,GAAG,IAAI,sBAAsB,CAC9C,oBAAoB,EACpB,QAAQ,EACR,UAAU,EACV,YAAY,EACZ,wBAAwB,CAC3B,CAAC;AACF,QAAA,IAAI,CAAC,WAAW,GAAG,IAAI,iBAAiB,CACpC,oBAAoB,EACpB,QAAQ,EACR,UAAU,EACV,wBAAwB,CAC3B,CAAC;KACL;AACJ;;;;"}
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v4.24.1 2025-09-30 */
1
+ /*! @azure/msal-browser v4.25.0 2025-10-09 */
2
2
  'use strict';
3
3
  /*
4
4
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v4.24.1 2025-09-30 */
1
+ /*! @azure/msal-browser v4.25.0 2025-10-09 */
2
2
  'use strict';
3
3
  import { BaseApiClient } from './BaseApiClient.mjs';
4
4
  import { REGISTER_INTROSPECT, REGISTER_CHALLENGE, REGISTER_CONTINUE } from './CustomAuthApiEndpoint.mjs';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v4.24.1 2025-09-30 */
1
+ /*! @azure/msal-browser v4.25.0 2025-10-09 */
2
2
  'use strict';
3
3
  import { GrantType, ResetPasswordPollStatus } from '../../../CustomAuthConstants.mjs';
4
4
  import { CustomAuthApiError } from '../../error/CustomAuthApiError.mjs';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v4.24.1 2025-09-30 */
1
+ /*! @azure/msal-browser v4.25.0 2025-10-09 */
2
2
  'use strict';
3
3
  import { GrantType } from '../../../CustomAuthConstants.mjs';
4
4
  import { CustomAuthApiError } from '../../error/CustomAuthApiError.mjs';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v4.24.1 2025-09-30 */
1
+ /*! @azure/msal-browser v4.25.0 2025-10-09 */
2
2
  'use strict';
3
3
  import { GrantType } from '../../../CustomAuthConstants.mjs';
4
4
  import { BaseApiClient } from './BaseApiClient.mjs';
@@ -19,4 +19,5 @@ export declare const PASSWORD_CHANGE_FAILED = "password_change_failed";
19
19
  export declare const PASSWORD_RESET_TIMEOUT = "password_reset_timeout";
20
20
  export declare const CLIENT_INFO_MISSING = "client_info_missing";
21
21
  export declare const EXPIRED_TOKEN = "expired_token";
22
+ export declare const ACCESS_DENIED = "access_denied";
22
23
  //# sourceMappingURL=ApiErrorCodes.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ApiErrorCodes.d.ts","sourceRoot":"","sources":["../../../../../../../src/custom_auth/core/network_client/custom_auth_api/types/ApiErrorCodes.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,0BAA0B,+BAA+B,CAAC;AACvE,eAAO,MAAM,qBAAqB,0BAA0B,CAAC;AAC7D,eAAO,MAAM,cAAc,mBAAmB,CAAC;AAC/C,eAAO,MAAM,0BAA0B,+BAA+B,CAAC;AACvE,eAAO,MAAM,oBAAoB,yBAAyB,CAAC;AAC3D,eAAO,MAAM,gBAAgB,qBAAqB,CAAC;AACnD,eAAO,MAAM,qBAAqB,0BAA0B,CAAC;AAC7D,eAAO,MAAM,kBAAkB,uBAAuB,CAAC;AACvD,eAAO,MAAM,kBAAkB,uBAAuB,CAAC;AACvD,eAAO,MAAM,mBAAmB,wBAAwB,CAAC;AACzD,eAAO,MAAM,eAAe,oBAAoB,CAAC;AACjD,eAAO,MAAM,cAAc,mBAAmB,CAAC;AAC/C,eAAO,MAAM,aAAa,kBAAkB,CAAC;AAC7C,eAAO,MAAM,mBAAmB,wBAAwB,CAAC;AACzD,eAAO,MAAM,mBAAmB,wBAAwB,CAAC;AACzD,eAAO,MAAM,mBAAmB,wBAAwB,CAAC;AACzD,eAAO,MAAM,mBAAmB,wBAAwB,CAAC;AACzD,eAAO,MAAM,sBAAsB,2BAA2B,CAAC;AAC/D,eAAO,MAAM,sBAAsB,2BAA2B,CAAC;AAC/D,eAAO,MAAM,mBAAmB,wBAAwB,CAAC;AACzD,eAAO,MAAM,aAAa,kBAAkB,CAAC"}
1
+ {"version":3,"file":"ApiErrorCodes.d.ts","sourceRoot":"","sources":["../../../../../../../src/custom_auth/core/network_client/custom_auth_api/types/ApiErrorCodes.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,0BAA0B,+BAA+B,CAAC;AACvE,eAAO,MAAM,qBAAqB,0BAA0B,CAAC;AAC7D,eAAO,MAAM,cAAc,mBAAmB,CAAC;AAC/C,eAAO,MAAM,0BAA0B,+BAA+B,CAAC;AACvE,eAAO,MAAM,oBAAoB,yBAAyB,CAAC;AAC3D,eAAO,MAAM,gBAAgB,qBAAqB,CAAC;AACnD,eAAO,MAAM,qBAAqB,0BAA0B,CAAC;AAC7D,eAAO,MAAM,kBAAkB,uBAAuB,CAAC;AACvD,eAAO,MAAM,kBAAkB,uBAAuB,CAAC;AACvD,eAAO,MAAM,mBAAmB,wBAAwB,CAAC;AACzD,eAAO,MAAM,eAAe,oBAAoB,CAAC;AACjD,eAAO,MAAM,cAAc,mBAAmB,CAAC;AAC/C,eAAO,MAAM,aAAa,kBAAkB,CAAC;AAC7C,eAAO,MAAM,mBAAmB,wBAAwB,CAAC;AACzD,eAAO,MAAM,mBAAmB,wBAAwB,CAAC;AACzD,eAAO,MAAM,mBAAmB,wBAAwB,CAAC;AACzD,eAAO,MAAM,mBAAmB,wBAAwB,CAAC;AACzD,eAAO,MAAM,sBAAsB,2BAA2B,CAAC;AAC/D,eAAO,MAAM,sBAAsB,2BAA2B,CAAC;AAC/D,eAAO,MAAM,mBAAmB,wBAAwB,CAAC;AACzD,eAAO,MAAM,aAAa,kBAAkB,CAAC;AAC7C,eAAO,MAAM,aAAa,kBAAkB,CAAC"}
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v4.24.1 2025-09-30 */
1
+ /*! @azure/msal-browser v4.25.0 2025-10-09 */
2
2
  'use strict';
3
3
  /*
4
4
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -23,7 +23,8 @@ const INVALID_POLL_STATUS = "invalid_poll_status";
23
23
  const PASSWORD_CHANGE_FAILED = "password_change_failed";
24
24
  const PASSWORD_RESET_TIMEOUT = "password_reset_timeout";
25
25
  const CLIENT_INFO_MISSING = "client_info_missing";
26
- const EXPIRED_TOKEN = "expired_token";
26
+ const EXPIRED_TOKEN = "expired_token";
27
+ const ACCESS_DENIED = "access_denied";
27
28
 
28
- export { ACCESS_TOKEN_MISSING, ATTRIBUTES_REQUIRED, CLIENT_INFO_MISSING, CONTINUATION_TOKEN_MISSING, CREDENTIAL_REQUIRED, EXPIRED_TOKEN, HTTP_REQUEST_FAILED, ID_TOKEN_MISSING, INVALID_EXPIRES_IN, INVALID_GRANT, INVALID_POLL_STATUS, INVALID_REQUEST, INVALID_RESPONSE_BODY, INVALID_TOKEN_TYPE, PASSWORD_CHANGE_FAILED, PASSWORD_RESET_TIMEOUT, REFRESH_TOKEN_MISSING, UNSUPPORTED_CHALLENGE_TYPE, USER_ALREADY_EXISTS, USER_NOT_FOUND };
29
+ export { ACCESS_DENIED, ACCESS_TOKEN_MISSING, ATTRIBUTES_REQUIRED, CLIENT_INFO_MISSING, CONTINUATION_TOKEN_MISSING, CREDENTIAL_REQUIRED, EXPIRED_TOKEN, HTTP_REQUEST_FAILED, ID_TOKEN_MISSING, INVALID_EXPIRES_IN, INVALID_GRANT, INVALID_POLL_STATUS, INVALID_REQUEST, INVALID_RESPONSE_BODY, INVALID_TOKEN_TYPE, PASSWORD_CHANGE_FAILED, PASSWORD_RESET_TIMEOUT, REFRESH_TOKEN_MISSING, UNSUPPORTED_CHALLENGE_TYPE, USER_ALREADY_EXISTS, USER_NOT_FOUND };
29
30
  //# sourceMappingURL=ApiErrorCodes.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"ApiErrorCodes.mjs","sources":["../../../../../../../../src/custom_auth/core/network_client/custom_auth_api/types/ApiErrorCodes.ts"],"sourcesContent":[null],"names":[],"mappings":";;AAAA;;;AAGG;AAEI,MAAM,0BAA0B,GAAG,6BAA6B;AAChE,MAAM,qBAAqB,GAAG,wBAAwB;AAEtD,MAAM,0BAA0B,GAAG,6BAA6B;AAChE,MAAM,oBAAoB,GAAG,uBAAuB;AACpD,MAAM,gBAAgB,GAAG,mBAAmB;AAC5C,MAAM,qBAAqB,GAAG,wBAAwB;AACtD,MAAM,kBAAkB,GAAG,qBAAqB;AAChD,MAAM,kBAAkB,GAAG,qBAAqB;AAChD,MAAM,mBAAmB,GAAG,sBAAsB;AAClD,MAAM,eAAe,GAAG,kBAAkB;AAC1C,MAAM,cAAc,GAAG,iBAAiB;AACxC,MAAM,aAAa,GAAG,gBAAgB;AACtC,MAAM,mBAAmB,GAAG,sBAAsB;AAClD,MAAM,mBAAmB,GAAG,sBAAsB;AAClD,MAAM,mBAAmB,GAAG,sBAAsB;AAClD,MAAM,mBAAmB,GAAG,sBAAsB;AAClD,MAAM,sBAAsB,GAAG,yBAAyB;AACxD,MAAM,sBAAsB,GAAG,yBAAyB;AACxD,MAAM,mBAAmB,GAAG,sBAAsB;AAClD,MAAM,aAAa,GAAG;;;;"}
1
+ {"version":3,"file":"ApiErrorCodes.mjs","sources":["../../../../../../../../src/custom_auth/core/network_client/custom_auth_api/types/ApiErrorCodes.ts"],"sourcesContent":[null],"names":[],"mappings":";;AAAA;;;AAGG;AAEI,MAAM,0BAA0B,GAAG,6BAA6B;AAChE,MAAM,qBAAqB,GAAG,wBAAwB;AAEtD,MAAM,0BAA0B,GAAG,6BAA6B;AAChE,MAAM,oBAAoB,GAAG,uBAAuB;AACpD,MAAM,gBAAgB,GAAG,mBAAmB;AAC5C,MAAM,qBAAqB,GAAG,wBAAwB;AACtD,MAAM,kBAAkB,GAAG,qBAAqB;AAChD,MAAM,kBAAkB,GAAG,qBAAqB;AAChD,MAAM,mBAAmB,GAAG,sBAAsB;AAClD,MAAM,eAAe,GAAG,kBAAkB;AAC1C,MAAM,cAAc,GAAG,iBAAiB;AACxC,MAAM,aAAa,GAAG,gBAAgB;AACtC,MAAM,mBAAmB,GAAG,sBAAsB;AAClD,MAAM,mBAAmB,GAAG,sBAAsB;AAClD,MAAM,mBAAmB,GAAG,sBAAsB;AAClD,MAAM,mBAAmB,GAAG,sBAAsB;AAClD,MAAM,sBAAsB,GAAG,yBAAyB;AACxD,MAAM,sBAAsB,GAAG,yBAAyB;AACxD,MAAM,mBAAmB,GAAG,sBAAsB;AAClD,MAAM,aAAa,GAAG,gBAAgB;AACtC,MAAM,aAAa,GAAG;;;;"}
@@ -9,4 +9,5 @@ export declare const ATTRIBUTE_VALIATION_FAILED = "attribute_validation_failed";
9
9
  export declare const NATIVEAUTHAPI_DISABLED = "nativeauthapi_disabled";
10
10
  export declare const REGISTRATION_REQUIRED = "registration_required";
11
11
  export declare const MFA_REQUIRED = "mfa_required";
12
+ export declare const PROVIDER_BLOCKED_BY_REPUTATION = "provider_blocked_by_rep";
12
13
  //# sourceMappingURL=ApiSuberrors.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ApiSuberrors.d.ts","sourceRoot":"","sources":["../../../../../../../src/custom_auth/core/network_client/custom_auth_api/types/ApiSuberrors.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,iBAAiB,sBAAsB,CAAC;AACrD,eAAO,MAAM,kBAAkB,uBAAuB,CAAC;AACvD,eAAO,MAAM,iBAAiB,sBAAsB,CAAC;AACrD,eAAO,MAAM,sBAAsB,2BAA2B,CAAC;AAC/D,eAAO,MAAM,eAAe,oBAAoB,CAAC;AACjD,eAAO,MAAM,mBAAmB,wBAAwB,CAAC;AACzD,eAAO,MAAM,iBAAiB,sBAAsB,CAAC;AACrD,eAAO,MAAM,0BAA0B,gCAAgC,CAAC;AACxE,eAAO,MAAM,sBAAsB,2BAA2B,CAAC;AAC/D,eAAO,MAAM,qBAAqB,0BAA0B,CAAC;AAC7D,eAAO,MAAM,YAAY,iBAAiB,CAAC"}
1
+ {"version":3,"file":"ApiSuberrors.d.ts","sourceRoot":"","sources":["../../../../../../../src/custom_auth/core/network_client/custom_auth_api/types/ApiSuberrors.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,iBAAiB,sBAAsB,CAAC;AACrD,eAAO,MAAM,kBAAkB,uBAAuB,CAAC;AACvD,eAAO,MAAM,iBAAiB,sBAAsB,CAAC;AACrD,eAAO,MAAM,sBAAsB,2BAA2B,CAAC;AAC/D,eAAO,MAAM,eAAe,oBAAoB,CAAC;AACjD,eAAO,MAAM,mBAAmB,wBAAwB,CAAC;AACzD,eAAO,MAAM,iBAAiB,sBAAsB,CAAC;AACrD,eAAO,MAAM,0BAA0B,gCAAgC,CAAC;AACxE,eAAO,MAAM,sBAAsB,2BAA2B,CAAC;AAC/D,eAAO,MAAM,qBAAqB,0BAA0B,CAAC;AAC7D,eAAO,MAAM,YAAY,iBAAiB,CAAC;AAC3C,eAAO,MAAM,8BAA8B,4BAA4B,CAAC"}
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v4.24.1 2025-09-30 */
1
+ /*! @azure/msal-browser v4.25.0 2025-10-09 */
2
2
  'use strict';
3
3
  /*
4
4
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -13,7 +13,8 @@ const PASSWORD_IS_INVALID = "password_is_invalid";
13
13
  const INVALID_OOB_VALUE = "invalid_oob_value";
14
14
  const ATTRIBUTE_VALIATION_FAILED = "attribute_validation_failed";
15
15
  const REGISTRATION_REQUIRED = "registration_required";
16
- const MFA_REQUIRED = "mfa_required";
16
+ const MFA_REQUIRED = "mfa_required";
17
+ const PROVIDER_BLOCKED_BY_REPUTATION = "provider_blocked_by_rep";
17
18
 
18
- export { ATTRIBUTE_VALIATION_FAILED, INVALID_OOB_VALUE, MFA_REQUIRED, PASSWORD_BANNED, PASSWORD_IS_INVALID, PASSWORD_RECENTLY_USED, PASSWORD_TOO_LONG, PASSWORD_TOO_SHORT, PASSWORD_TOO_WEAK, REGISTRATION_REQUIRED };
19
+ export { ATTRIBUTE_VALIATION_FAILED, INVALID_OOB_VALUE, MFA_REQUIRED, PASSWORD_BANNED, PASSWORD_IS_INVALID, PASSWORD_RECENTLY_USED, PASSWORD_TOO_LONG, PASSWORD_TOO_SHORT, PASSWORD_TOO_WEAK, PROVIDER_BLOCKED_BY_REPUTATION, REGISTRATION_REQUIRED };
19
20
  //# sourceMappingURL=ApiSuberrors.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"ApiSuberrors.mjs","sources":["../../../../../../../../src/custom_auth/core/network_client/custom_auth_api/types/ApiSuberrors.ts"],"sourcesContent":[null],"names":[],"mappings":";;AAAA;;;AAGG;AAEI,MAAM,iBAAiB,GAAG,oBAAoB;AAC9C,MAAM,kBAAkB,GAAG,qBAAqB;AAChD,MAAM,iBAAiB,GAAG,oBAAoB;AAC9C,MAAM,sBAAsB,GAAG,yBAAyB;AACxD,MAAM,eAAe,GAAG,kBAAkB;AAC1C,MAAM,mBAAmB,GAAG,sBAAsB;AAClD,MAAM,iBAAiB,GAAG,oBAAoB;AAC9C,MAAM,0BAA0B,GAAG,8BAA8B;AAEjE,MAAM,qBAAqB,GAAG,wBAAwB;AACtD,MAAM,YAAY,GAAG;;;;"}
1
+ {"version":3,"file":"ApiSuberrors.mjs","sources":["../../../../../../../../src/custom_auth/core/network_client/custom_auth_api/types/ApiSuberrors.ts"],"sourcesContent":[null],"names":[],"mappings":";;AAAA;;;AAGG;AAEI,MAAM,iBAAiB,GAAG,oBAAoB;AAC9C,MAAM,kBAAkB,GAAG,qBAAqB;AAChD,MAAM,iBAAiB,GAAG,oBAAoB;AAC9C,MAAM,sBAAsB,GAAG,yBAAyB;AACxD,MAAM,eAAe,GAAG,kBAAkB;AAC1C,MAAM,mBAAmB,GAAG,sBAAsB;AAClD,MAAM,iBAAiB,GAAG,oBAAoB;AAC9C,MAAM,0BAA0B,GAAG,8BAA8B;AAEjE,MAAM,qBAAqB,GAAG,wBAAwB;AACtD,MAAM,YAAY,GAAG,eAAe;AACpC,MAAM,8BAA8B,GAAG;;;;"}
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v4.24.1 2025-09-30 */
1
+ /*! @azure/msal-browser v4.25.0 2025-10-09 */
2
2
  'use strict';
3
3
  import { HttpMethod } from './IHttpClient.mjs';
4
4
  import { HttpError } from '../../error/HttpError.mjs';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v4.24.1 2025-09-30 */
1
+ /*! @azure/msal-browser v4.25.0 2025-10-09 */
2
2
  'use strict';
3
3
  /*
4
4
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v4.24.1 2025-09-30 */
1
+ /*! @azure/msal-browser v4.25.0 2025-10-09 */
2
2
  'use strict';
3
3
  /*
4
4
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -31,7 +31,10 @@ const PASSWORD_RESET_RESEND_CODE = 100044;
31
31
  const ACCOUNT_GET_ACCESS_TOKEN = 100063;
32
32
  // JIT (Just-In-Time) Auth Method Registration
33
33
  const JIT_CHALLENGE_AUTH_METHOD = 100081;
34
- const JIT_SUBMIT_CHALLENGE = 100082;
34
+ const JIT_SUBMIT_CHALLENGE = 100082;
35
+ // MFA
36
+ const MFA_REQUEST_CHALLENGE = 100101;
37
+ const MFA_SUBMIT_CHALLENGE = 100102;
35
38
 
36
- export { ACCOUNT_GET_ACCESS_TOKEN, JIT_CHALLENGE_AUTH_METHOD, JIT_SUBMIT_CHALLENGE, PASSWORD_RESET_RESEND_CODE, PASSWORD_RESET_START, PASSWORD_RESET_SUBMIT_CODE, PASSWORD_RESET_SUBMIT_PASSWORD, SIGN_IN_AFTER_PASSWORD_RESET, SIGN_IN_AFTER_SIGN_UP, SIGN_IN_RESEND_CODE, SIGN_IN_SUBMIT_CODE, SIGN_IN_SUBMIT_PASSWORD, SIGN_IN_WITH_CODE_START, SIGN_IN_WITH_PASSWORD_START, SIGN_UP_RESEND_CODE, SIGN_UP_START, SIGN_UP_SUBMIT_ATTRIBUTES, SIGN_UP_SUBMIT_CODE, SIGN_UP_SUBMIT_PASSWORD, SIGN_UP_WITH_PASSWORD_START };
39
+ export { ACCOUNT_GET_ACCESS_TOKEN, JIT_CHALLENGE_AUTH_METHOD, JIT_SUBMIT_CHALLENGE, MFA_REQUEST_CHALLENGE, MFA_SUBMIT_CHALLENGE, PASSWORD_RESET_RESEND_CODE, PASSWORD_RESET_START, PASSWORD_RESET_SUBMIT_CODE, PASSWORD_RESET_SUBMIT_PASSWORD, SIGN_IN_AFTER_PASSWORD_RESET, SIGN_IN_AFTER_SIGN_UP, SIGN_IN_RESEND_CODE, SIGN_IN_SUBMIT_CODE, SIGN_IN_SUBMIT_PASSWORD, SIGN_IN_WITH_CODE_START, SIGN_IN_WITH_PASSWORD_START, SIGN_UP_RESEND_CODE, SIGN_UP_START, SIGN_UP_SUBMIT_ATTRIBUTES, SIGN_UP_SUBMIT_CODE, SIGN_UP_SUBMIT_PASSWORD, SIGN_UP_WITH_PASSWORD_START };
37
40
  //# sourceMappingURL=PublicApiId.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"PublicApiId.mjs","sources":["../../../../../../src/custom_auth/core/telemetry/PublicApiId.ts"],"sourcesContent":[null],"names":[],"mappings":";;AAAA;;;AAGG;AAEH;;;AAGG;AAEH;AACO,MAAM,uBAAuB,GAAG,OAAO;AACvC,MAAM,2BAA2B,GAAG,OAAO;AAC3C,MAAM,mBAAmB,GAAG,OAAO;AACnC,MAAM,uBAAuB,GAAG,OAAO;AACvC,MAAM,mBAAmB,GAAG,OAAO;AACnC,MAAM,qBAAqB,GAAG,OAAO;AACrC,MAAM,4BAA4B,GAAG,OAAO;AAEnD;AACO,MAAM,2BAA2B,GAAG,OAAO;AAC3C,MAAM,aAAa,GAAG,OAAO;AAC7B,MAAM,mBAAmB,GAAG,OAAO;AACnC,MAAM,uBAAuB,GAAG,OAAO;AACvC,MAAM,yBAAyB,GAAG,OAAO;AACzC,MAAM,mBAAmB,GAAG,OAAO;AAE1C;AACO,MAAM,oBAAoB,GAAG,OAAO;AACpC,MAAM,0BAA0B,GAAG,OAAO;AAC1C,MAAM,8BAA8B,GAAG,OAAO;AAC9C,MAAM,0BAA0B,GAAG,OAAO;AAK1C,MAAM,wBAAwB,GAAG,OAAO;AAE/C;AACO,MAAM,yBAAyB,GAAG,OAAO;AACzC,MAAM,oBAAoB,GAAG;;;;"}
1
+ {"version":3,"file":"PublicApiId.mjs","sources":["../../../../../../src/custom_auth/core/telemetry/PublicApiId.ts"],"sourcesContent":[null],"names":[],"mappings":";;AAAA;;;AAGG;AAEH;;;AAGG;AAEH;AACO,MAAM,uBAAuB,GAAG,OAAO;AACvC,MAAM,2BAA2B,GAAG,OAAO;AAC3C,MAAM,mBAAmB,GAAG,OAAO;AACnC,MAAM,uBAAuB,GAAG,OAAO;AACvC,MAAM,mBAAmB,GAAG,OAAO;AACnC,MAAM,qBAAqB,GAAG,OAAO;AACrC,MAAM,4BAA4B,GAAG,OAAO;AAEnD;AACO,MAAM,2BAA2B,GAAG,OAAO;AAC3C,MAAM,aAAa,GAAG,OAAO;AAC7B,MAAM,mBAAmB,GAAG,OAAO;AACnC,MAAM,uBAAuB,GAAG,OAAO;AACvC,MAAM,yBAAyB,GAAG,OAAO;AACzC,MAAM,mBAAmB,GAAG,OAAO;AAE1C;AACO,MAAM,oBAAoB,GAAG,OAAO;AACpC,MAAM,0BAA0B,GAAG,OAAO;AAC1C,MAAM,8BAA8B,GAAG,OAAO;AAC9C,MAAM,0BAA0B,GAAG,OAAO;AAK1C,MAAM,wBAAwB,GAAG,OAAO;AAE/C;AACO,MAAM,yBAAyB,GAAG,OAAO;AACzC,MAAM,oBAAoB,GAAG,OAAO;AAE3C;AACO,MAAM,qBAAqB,GAAG,OAAO;AACrC,MAAM,oBAAoB,GAAG;;;;"}
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v4.24.1 2025-09-30 */
1
+ /*! @azure/msal-browser v4.25.0 2025-10-09 */
2
2
  'use strict';
3
3
  import { InvalidArgumentError } from '../error/InvalidArgumentError.mjs';
4
4
 
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v4.24.1 2025-09-30 */
1
+ /*! @azure/msal-browser v4.25.0 2025-10-09 */
2
2
  'use strict';
3
3
  import { ParsedUrlError } from '../error/ParsedUrlError.mjs';
4
4
  import { InvalidUrl } from '../error/ParsedUrlErrorCodes.mjs';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v4.24.1 2025-09-30 */
1
+ /*! @azure/msal-browser v4.25.0 2025-10-09 */
2
2
  'use strict';
3
3
  import { SignOutResult } from './result/SignOutResult.mjs';
4
4
  import { GetAccessTokenResult } from './result/GetAccessTokenResult.mjs';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v4.24.1 2025-09-30 */
1
+ /*! @azure/msal-browser v4.25.0 2025-10-09 */
2
2
  'use strict';
3
3
  import { AuthFlowErrorBase } from '../../../core/auth_flow/AuthFlowErrorBase.mjs';
4
4
 
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v4.24.1 2025-09-30 */
1
+ /*! @azure/msal-browser v4.25.0 2025-10-09 */
2
2
  'use strict';
3
3
  import { AuthFlowResultBase } from '../../../core/auth_flow/AuthFlowResultBase.mjs';
4
4
  import { GetCurrentAccountAccessTokenError } from '../error_type/GetAccountError.mjs';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v4.24.1 2025-09-30 */
1
+ /*! @azure/msal-browser v4.25.0 2025-10-09 */
2
2
  'use strict';
3
3
  import { AuthFlowResultBase } from '../../../core/auth_flow/AuthFlowResultBase.mjs';
4
4
  import { GetAccountError } from '../error_type/GetAccountError.mjs';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v4.24.1 2025-09-30 */
1
+ /*! @azure/msal-browser v4.25.0 2025-10-09 */
2
2
  'use strict';
3
3
  import { AuthFlowResultBase } from '../../../core/auth_flow/AuthFlowResultBase.mjs';
4
4
  import { SignOutError } from '../error_type/GetAccountError.mjs';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v4.24.1 2025-09-30 */
1
+ /*! @azure/msal-browser v4.25.0 2025-10-09 */
2
2
  'use strict';
3
3
  import { AuthFlowStateBase } from '../../../core/auth_flow/AuthFlowState.mjs';
4
4
 
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v4.24.1 2025-09-30 */
1
+ /*! @azure/msal-browser v4.25.0 2025-10-09 */
2
2
  'use strict';
3
3
  import { AuthFlowStateBase } from '../../../core/auth_flow/AuthFlowState.mjs';
4
4
 
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v4.24.1 2025-09-30 */
1
+ /*! @azure/msal-browser v4.25.0 2025-10-09 */
2
2
  'use strict';
3
3
  import { AuthFlowStateBase } from '../../../core/auth_flow/AuthFlowState.mjs';
4
4
 
@@ -1 +1 @@
1
- {"version":3,"file":"CustomAuthSilentCacheClient.d.ts","sourceRoot":"","sources":["../../../../../src/custom_auth/get_account/interaction_client/CustomAuthSilentCacheClient.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,+BAA+B,EAAE,MAAM,kEAAkE,CAAC;AACnH,OAAO,EACH,WAAW,EAIX,uBAAuB,EAK1B,MAAM,4BAA4B,CAAC;AACpC,OAAO,EAAE,oBAAoB,EAAE,MAAM,2CAA2C,CAAC;AACjF,OAAO,EAAE,iBAAiB,EAAE,MAAM,uCAAuC,CAAC;AAI1E,qBAAa,2BAA4B,SAAQ,+BAA+B;IAC5E;;;;;;;;;OASG;IACY,YAAY,CACvB,aAAa,EAAE,uBAAuB,GACvC,OAAO,CAAC,oBAAoB,CAAC;IAkEjB,MAAM,CAAC,aAAa,CAAC,EAAE,iBAAiB,GAAG,OAAO,CAAC,IAAI,CAAC;IAoCvE,iBAAiB,CAAC,aAAa,EAAE,MAAM,GAAG,WAAW,GAAG,IAAI;IAiC5D,OAAO,CAAC,gCAAgC;CAyC3C"}
1
+ {"version":3,"file":"CustomAuthSilentCacheClient.d.ts","sourceRoot":"","sources":["../../../../../src/custom_auth/get_account/interaction_client/CustomAuthSilentCacheClient.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,+BAA+B,EAAE,MAAM,kEAAkE,CAAC;AACnH,OAAO,EACH,WAAW,EAIX,uBAAuB,EAK1B,MAAM,4BAA4B,CAAC;AACpC,OAAO,EAAE,oBAAoB,EAAE,MAAM,2CAA2C,CAAC;AACjF,OAAO,EAAE,iBAAiB,EAAE,MAAM,uCAAuC,CAAC;AAI1E,qBAAa,2BAA4B,SAAQ,+BAA+B;IAC5E;;;;;;;;;OASG;IACY,YAAY,CACvB,aAAa,EAAE,uBAAuB,GACvC,OAAO,CAAC,oBAAoB,CAAC;IAoEjB,MAAM,CAAC,aAAa,CAAC,EAAE,iBAAiB,GAAG,OAAO,CAAC,IAAI,CAAC;IAmCvE,iBAAiB,CAAC,aAAa,EAAE,MAAM,GAAG,WAAW,GAAG,IAAI;IAiC5D,OAAO,CAAC,gCAAgC;CA0C3C"}
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v4.24.1 2025-09-30 */
1
+ /*! @azure/msal-browser v4.25.0 2025-10-09 */
2
2
  'use strict';
3
3
  import { DefaultPackageInfo } from '../../CustomAuthConstants.mjs';
4
4
  import { ACCOUNT_GET_ACCESS_TOKEN } from '../../core/telemetry/PublicApiId.mjs';
@@ -23,38 +23,40 @@ class CustomAuthSilentCacheClient extends CustomAuthInteractionClientBase {
23
23
  * @returns {Promise<AuthenticationResult>} The promise that resolves to an AuthenticationResult.
24
24
  */
25
25
  async acquireToken(silentRequest) {
26
+ const correlationId = silentRequest.correlationId || this.correlationId;
26
27
  const telemetryManager = this.initializeServerTelemetryManager(ACCOUNT_GET_ACCESS_TOKEN);
27
- const clientConfig = this.getCustomAuthClientConfiguration(telemetryManager, this.customAuthAuthority);
28
+ const clientConfig = this.getCustomAuthClientConfiguration(telemetryManager, this.customAuthAuthority, correlationId);
28
29
  const silentFlowClient = new SilentFlowClient(clientConfig, this.performanceClient);
29
30
  try {
30
- this.logger.verbose("Starting silent flow to acquire token from cache", this.correlationId);
31
+ this.logger.verbose("Starting silent flow to acquire token from cache", correlationId);
31
32
  const result = await silentFlowClient.acquireCachedToken(silentRequest);
32
- this.logger.verbose("Silent flow to acquire token from cache is completed and token is found", this.correlationId);
33
+ this.logger.verbose("Silent flow to acquire token from cache is completed and token is found", correlationId);
33
34
  return result[0];
34
35
  }
35
36
  catch (error) {
36
37
  if (error instanceof ClientAuthError &&
37
38
  error.errorCode === ClientAuthErrorCodes.tokenRefreshRequired) {
38
- this.logger.verbose("Token refresh is required to acquire token silently", this.correlationId);
39
+ this.logger.verbose("Token refresh is required to acquire token silently", correlationId);
39
40
  const refreshTokenClient = new RefreshTokenClient(clientConfig, this.performanceClient);
40
- this.logger.verbose("Starting refresh flow to refresh token", this.correlationId);
41
+ this.logger.verbose("Starting refresh flow to refresh token", correlationId);
41
42
  const refreshTokenResult = await refreshTokenClient.acquireTokenByRefreshToken(silentRequest);
42
- this.logger.verbose("Refresh flow to refresh token is completed", this.correlationId);
43
+ this.logger.verbose("Refresh flow to refresh token is completed", correlationId);
43
44
  return refreshTokenResult;
44
45
  }
45
46
  throw error;
46
47
  }
47
48
  }
48
49
  async logout(logoutRequest) {
50
+ const correlationId = logoutRequest?.correlationId || this.correlationId;
49
51
  const validLogoutRequest = this.initializeLogoutRequest(logoutRequest);
50
52
  // Clear the cache
51
- this.logger.verbose("Start to clear the cache", logoutRequest?.correlationId);
52
- await this.clearCacheOnLogout(validLogoutRequest.correlationId, validLogoutRequest?.account);
53
- this.logger.verbose("Cache cleared", logoutRequest?.correlationId);
53
+ this.logger.verbose("Start to clear the cache", correlationId);
54
+ await this.clearCacheOnLogout(correlationId, validLogoutRequest?.account);
55
+ this.logger.verbose("Cache cleared", correlationId);
54
56
  const postLogoutRedirectUri = this.config.auth.postLogoutRedirectUri;
55
57
  if (postLogoutRedirectUri) {
56
58
  const absoluteRedirectUri = UrlString.getAbsoluteUrl(postLogoutRedirectUri, getCurrentUri());
57
- this.logger.verbose("Post logout redirect uri is set, redirecting to uri", logoutRequest?.correlationId);
59
+ this.logger.verbose("Post logout redirect uri is set, redirecting to uri", correlationId);
58
60
  // Redirect to post logout redirect uri
59
61
  await this.navigationClient.navigateExternal(absoluteRedirectUri, {
60
62
  apiId: ApiId.logout,
@@ -81,7 +83,7 @@ class CustomAuthSilentCacheClient extends CustomAuthInteractionClientBase {
81
83
  }
82
84
  return account;
83
85
  }
84
- getCustomAuthClientConfiguration(serverTelemetryManager, customAuthAuthority) {
86
+ getCustomAuthClientConfiguration(serverTelemetryManager, customAuthAuthority, correlationId) {
85
87
  const logger = this.config.system.loggerOptions;
86
88
  return {
87
89
  authOptions: {
@@ -98,7 +100,7 @@ class CustomAuthSilentCacheClient extends CustomAuthInteractionClientBase {
98
100
  loggerCallback: logger.loggerCallback,
99
101
  piiLoggingEnabled: logger.piiLoggingEnabled,
100
102
  logLevel: logger.logLevel,
101
- correlationId: this.correlationId,
103
+ correlationId: correlationId,
102
104
  },
103
105
  cacheOptions: {
104
106
  claimsBasedCachingEnabled: this.config.cache.claimsBasedCachingEnabled,
@@ -1 +1 @@
1
- {"version":3,"file":"CustomAuthSilentCacheClient.mjs","sources":["../../../../../../src/custom_auth/get_account/interaction_client/CustomAuthSilentCacheClient.ts"],"sourcesContent":[null],"names":["PublicApiId.ACCOUNT_GET_ACCESS_TOKEN"],"mappings":"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"}
1
+ {"version":3,"file":"CustomAuthSilentCacheClient.mjs","sources":["../../../../../../src/custom_auth/get_account/interaction_client/CustomAuthSilentCacheClient.ts"],"sourcesContent":[null],"names":["PublicApiId.ACCOUNT_GET_ACCESS_TOKEN"],"mappings":";;;;;;;;;AAAA;;;AAGG;AAsBG,MAAO,2BAA4B,SAAQ,+BAA+B,CAAA;AAC5E;;;;;;;;;AASG;IACM,MAAM,YAAY,CACvB,aAAsC,EAAA;QAEtC,MAAM,aAAa,GAAG,aAAa,CAAC,aAAa,IAAI,IAAI,CAAC,aAAa,CAAC;QACxE,MAAM,gBAAgB,GAAG,IAAI,CAAC,gCAAgC,CAC1DA,wBAAoC,CACvC,CAAC;AACF,QAAA,MAAM,YAAY,GAAG,IAAI,CAAC,gCAAgC,CACtD,gBAAgB,EAChB,IAAI,CAAC,mBAAmB,EACxB,aAAa,CAChB,CAAC;QACF,MAAM,gBAAgB,GAAG,IAAI,gBAAgB,CACzC,YAAY,EACZ,IAAI,CAAC,iBAAiB,CACzB,CAAC;QAEF,IAAI;YACA,IAAI,CAAC,MAAM,CAAC,OAAO,CACf,kDAAkD,EAClD,aAAa,CAChB,CAAC;YAEF,MAAM,MAAM,GAAG,MAAM,gBAAgB,CAAC,kBAAkB,CACpD,aAAa,CAChB,CAAC;YAEF,IAAI,CAAC,MAAM,CAAC,OAAO,CACf,yEAAyE,EACzE,aAAa,CAChB,CAAC;AAEF,YAAA,OAAO,MAAM,CAAC,CAAC,CAAyB,CAAC;AAC5C,SAAA;AAAC,QAAA,OAAO,KAAK,EAAE;YACZ,IACI,KAAK,YAAY,eAAe;AAChC,gBAAA,KAAK,CAAC,SAAS,KAAK,oBAAoB,CAAC,oBAAoB,EAC/D;gBACE,IAAI,CAAC,MAAM,CAAC,OAAO,CACf,qDAAqD,EACrD,aAAa,CAChB,CAAC;gBAEF,MAAM,kBAAkB,GAAG,IAAI,kBAAkB,CAC7C,YAAY,EACZ,IAAI,CAAC,iBAAiB,CACzB,CAAC;gBAEF,IAAI,CAAC,MAAM,CAAC,OAAO,CACf,wCAAwC,EACxC,aAAa,CAChB,CAAC;gBAEF,MAAM,kBAAkB,GACpB,MAAM,kBAAkB,CAAC,0BAA0B,CAC/C,aAAa,CAChB,CAAC;gBAEN,IAAI,CAAC,MAAM,CAAC,OAAO,CACf,4CAA4C,EAC5C,aAAa,CAChB,CAAC;AAEF,gBAAA,OAAO,kBAA0C,CAAC;AACrD,aAAA;AAED,YAAA,MAAM,KAAK,CAAC;AACf,SAAA;KACJ;IAEQ,MAAM,MAAM,CAAC,aAAiC,EAAA;QACnD,MAAM,aAAa,GACf,aAAa,EAAE,aAAa,IAAI,IAAI,CAAC,aAAa,CAAC;QACvD,MAAM,kBAAkB,GAAG,IAAI,CAAC,uBAAuB,CAAC,aAAa,CAAC,CAAC;;QAGvE,IAAI,CAAC,MAAM,CAAC,OAAO,CAAC,0BAA0B,EAAE,aAAa,CAAC,CAAC;QAC/D,MAAM,IAAI,CAAC,kBAAkB,CACzB,aAAa,EACb,kBAAkB,EAAE,OAAO,CAC9B,CAAC;QACF,IAAI,CAAC,MAAM,CAAC,OAAO,CAAC,eAAe,EAAE,aAAa,CAAC,CAAC;QAEpD,MAAM,qBAAqB,GAAG,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,qBAAqB,CAAC;AAErE,QAAA,IAAI,qBAAqB,EAAE;YACvB,MAAM,mBAAmB,GAAG,SAAS,CAAC,cAAc,CAChD,qBAAqB,EACrB,aAAa,EAAE,CAClB,CAAC;YAEF,IAAI,CAAC,MAAM,CAAC,OAAO,CACf,qDAAqD,EACrD,aAAa,CAChB,CAAC;;AAGF,YAAA,MAAM,IAAI,CAAC,gBAAgB,CAAC,gBAAgB,CAAC,mBAAmB,EAAE;gBAC9D,KAAK,EAAE,KAAK,CAAC,MAAM;AACnB,gBAAA,OAAO,EAAE,IAAI,CAAC,MAAM,CAAC,MAAM,CAAC,yBAAyB;AACrD,gBAAA,SAAS,EAAE,KAAK;AACnB,aAAA,CAAC,CAAC;AACN,SAAA;KACJ;AAED,IAAA,iBAAiB,CAAC,aAAqB,EAAA;QACnC,IAAI,OAAO,GAAuB,IAAI,CAAC;QAEvC,IAAI,CAAC,MAAM,CAAC,OAAO,CACf,uCAAuC,EACvC,aAAa,CAChB,CAAC;AAEF,QAAA,MAAM,WAAW,GAAG,IAAI,CAAC,cAAc,CAAC,cAAc,CAClD,EAAE,EACF,aAAa,CAChB,CAAC;AAEF,QAAA,IAAI,WAAW,CAAC,MAAM,GAAG,CAAC,EAAE;AACxB,YAAA,IAAI,WAAW,CAAC,MAAM,KAAK,CAAC,EAAE;gBAC1B,IAAI,CAAC,MAAM,CAAC,OAAO,CACf,sFAAsF,EACtF,aAAa,CAChB,CAAC;AACL,aAAA;AAED,YAAA,OAAO,GAAG,WAAW,CAAC,CAAC,CAAC,CAAC;AAC5B,SAAA;AAED,QAAA,IAAI,OAAO,EAAE;YACT,IAAI,CAAC,MAAM,CAAC,OAAO,CAAC,qBAAqB,EAAE,aAAa,CAAC,CAAC;AAC7D,SAAA;AAAM,aAAA;YACH,IAAI,CAAC,MAAM,CAAC,OAAO,CAAC,wBAAwB,EAAE,aAAa,CAAC,CAAC;AAChE,SAAA;AAED,QAAA,OAAO,OAAO,CAAC;KAClB;AAEO,IAAA,gCAAgC,CACpC,sBAA8C,EAC9C,mBAAwC,EACxC,aAAqB,EAAA;QAErB,MAAM,MAAM,GAAG,IAAI,CAAC,MAAM,CAAC,MAAM,CAAC,aAAa,CAAC;QAEhD,OAAO;AACH,YAAA,WAAW,EAAE;AACT,gBAAA,QAAQ,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,QAAQ;AACnC,gBAAA,SAAS,EAAE,mBAAmB;AAC9B,gBAAA,kBAAkB,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,kBAAkB;AACvD,gBAAA,WAAW,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,WAAW;AAC5C,aAAA;AACD,YAAA,aAAa,EAAE;AACX,gBAAA,yBAAyB,EACrB,IAAI,CAAC,MAAM,CAAC,MAAM,CAAC,yBAAyB;AAChD,gBAAA,oBAAoB,EAAE,IAAI;AAC7B,aAAA;AACD,YAAA,aAAa,EAAE;gBACX,cAAc,EAAE,MAAM,CAAC,cAAc;gBACrC,iBAAiB,EAAE,MAAM,CAAC,iBAAiB;gBAC3C,QAAQ,EAAE,MAAM,CAAC,QAAQ;AACzB,gBAAA,aAAa,EAAE,aAAa;AAC/B,aAAA;AACD,YAAA,YAAY,EAAE;AACV,gBAAA,yBAAyB,EACrB,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,yBAAyB;AAClD,aAAA;YACD,eAAe,EAAE,IAAI,CAAC,aAAa;YACnC,gBAAgB,EAAE,IAAI,CAAC,aAAa;YACpC,gBAAgB,EAAE,IAAI,CAAC,cAAc;AACrC,YAAA,sBAAsB,EAAE,sBAAsB;AAC9C,YAAA,WAAW,EAAE;gBACT,GAAG,EAAE,kBAAkB,CAAC,GAAG;gBAC3B,OAAO,EAAE,kBAAkB,CAAC,OAAO;gBACnC,GAAG,EAAE,kBAAkB,CAAC,GAAG;gBAC3B,EAAE,EAAE,kBAAkB,CAAC,EAAE;AAC5B,aAAA;AACD,YAAA,SAAS,EAAE,IAAI,CAAC,MAAM,CAAC,SAAS;SACnC,CAAC;KACL;AACJ;;;;"}
@@ -73,5 +73,12 @@ export { AuthMethodRegistrationChallengeMethodResult, AuthMethodRegistrationChal
73
73
  export { AuthMethodRegistrationSubmitChallengeResult, AuthMethodRegistrationSubmitChallengeResultState, } from "./core/auth_flow/jit/result/AuthMethodRegistrationSubmitChallengeResult.js";
74
74
  export { AuthMethodRegistrationChallengeMethodError, AuthMethodRegistrationSubmitChallengeError, } from "./core/auth_flow/jit/error_type/AuthMethodRegistrationError.js";
75
75
  export { AuthMethodDetails } from "./core/auth_flow/jit/AuthMethodDetails.js";
76
+ export { MfaAwaitingState } from "./core/auth_flow/mfa/state/MfaState.js";
77
+ export { MfaVerificationRequiredState } from "./core/auth_flow/mfa/state/MfaState.js";
78
+ export { MfaCompletedState } from "./core/auth_flow/mfa/state/MfaCompletedState.js";
79
+ export { MfaFailedState } from "./core/auth_flow/mfa/state/MfaFailedState.js";
80
+ export { MfaRequestChallengeResult, MfaRequestChallengeResultState, } from "./core/auth_flow/mfa/result/MfaRequestChallengeResult.js";
81
+ export { MfaSubmitChallengeResult, MfaSubmitChallengeResultState, } from "./core/auth_flow/mfa/result/MfaSubmitChallengeResult.js";
82
+ export { MfaRequestChallengeError, MfaSubmitChallengeError, } from "./core/auth_flow/mfa/error_type/MfaError.js";
76
83
  export { LogLevel } from "@azure/msal-common/browser";
77
84
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/custom_auth/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/custom_auth/index.ts"],"names":[],"mappings":"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"}
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v4.24.1 2025-09-30 */
1
+ /*! @azure/msal-browser v4.25.0 2025-10-09 */
2
2
  'use strict';
3
3
  export { CustomAuthPublicClientApplication } from './CustomAuthPublicClientApplication.mjs';
4
4
  export { CustomAuthAccountData } from './get_account/auth_flow/CustomAuthAccountData.mjs';
@@ -59,5 +59,11 @@ export { AuthMethodRegistrationFailedState } from './core/auth_flow/jit/state/Au
59
59
  export { AuthMethodRegistrationChallengeMethodResult } from './core/auth_flow/jit/result/AuthMethodRegistrationChallengeMethodResult.mjs';
60
60
  export { AuthMethodRegistrationSubmitChallengeResult } from './core/auth_flow/jit/result/AuthMethodRegistrationSubmitChallengeResult.mjs';
61
61
  export { AuthMethodRegistrationChallengeMethodError, AuthMethodRegistrationSubmitChallengeError } from './core/auth_flow/jit/error_type/AuthMethodRegistrationError.mjs';
62
+ export { MfaAwaitingState, MfaVerificationRequiredState } from './core/auth_flow/mfa/state/MfaState.mjs';
63
+ export { MfaCompletedState } from './core/auth_flow/mfa/state/MfaCompletedState.mjs';
64
+ export { MfaFailedState } from './core/auth_flow/mfa/state/MfaFailedState.mjs';
65
+ export { MfaRequestChallengeResult } from './core/auth_flow/mfa/result/MfaRequestChallengeResult.mjs';
66
+ export { MfaSubmitChallengeResult } from './core/auth_flow/mfa/result/MfaSubmitChallengeResult.mjs';
67
+ export { MfaRequestChallengeError, MfaSubmitChallengeError } from './core/auth_flow/mfa/error_type/MfaError.mjs';
62
68
  export { LogLevel } from '@azure/msal-common/browser';
63
69
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v4.24.1 2025-09-30 */
1
+ /*! @azure/msal-browser v4.25.0 2025-10-09 */
2
2
  'use strict';
3
3
  import { BaseOperatingContext } from '../../operatingcontext/BaseOperatingContext.mjs';
4
4
 
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v4.24.1 2025-09-30 */
1
+ /*! @azure/msal-browser v4.25.0 2025-10-09 */
2
2
  'use strict';
3
3
  import { AuthActionErrorBase } from '../../../core/auth_flow/AuthFlowErrorBase.mjs';
4
4
  import { CustomAuthApiError } from '../../../core/error/CustomAuthApiError.mjs';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v4.24.1 2025-09-30 */
1
+ /*! @azure/msal-browser v4.25.0 2025-10-09 */
2
2
  'use strict';
3
3
  import { AuthFlowResultBase } from '../../../core/auth_flow/AuthFlowResultBase.mjs';
4
4
  import { ResetPasswordResendCodeError } from '../error_type/ResetPasswordError.mjs';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v4.24.1 2025-09-30 */
1
+ /*! @azure/msal-browser v4.25.0 2025-10-09 */
2
2
  'use strict';
3
3
  import { AuthFlowResultBase } from '../../../core/auth_flow/AuthFlowResultBase.mjs';
4
4
  import { ResetPasswordError } from '../error_type/ResetPasswordError.mjs';