@azure/msal-browser 4.23.0 → 4.24.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 (495) 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.d.ts.map +1 -1
  23. package/dist/controllers/NestedAppAuthController.mjs +15 -15
  24. package/dist/controllers/NestedAppAuthController.mjs.map +1 -1
  25. package/dist/controllers/StandardController.d.ts.map +1 -1
  26. package/dist/controllers/StandardController.mjs +24 -51
  27. package/dist/controllers/StandardController.mjs.map +1 -1
  28. package/dist/controllers/UnknownOperatingContextController.mjs +1 -1
  29. package/dist/crypto/BrowserCrypto.mjs +1 -1
  30. package/dist/crypto/CryptoOps.mjs +1 -1
  31. package/dist/crypto/PkceGenerator.mjs +1 -1
  32. package/dist/crypto/SignedHttpRequest.mjs +1 -1
  33. package/dist/custom-auth-path/app/PublicClientApplication.mjs +1 -1
  34. package/dist/custom-auth-path/broker/nativeBroker/NativeStatusCodes.mjs +1 -1
  35. package/dist/custom-auth-path/broker/nativeBroker/PlatformAuthDOMHandler.mjs +1 -1
  36. package/dist/custom-auth-path/broker/nativeBroker/PlatformAuthExtensionHandler.mjs +1 -1
  37. package/dist/custom-auth-path/broker/nativeBroker/PlatformAuthProvider.mjs +1 -1
  38. package/dist/custom-auth-path/cache/AccountManager.mjs +1 -1
  39. package/dist/custom-auth-path/cache/AsyncMemoryStorage.mjs +1 -1
  40. package/dist/custom-auth-path/cache/BrowserCacheManager.mjs +1 -1
  41. package/dist/custom-auth-path/cache/CacheHelpers.mjs +1 -1
  42. package/dist/custom-auth-path/cache/CacheKeys.mjs +1 -1
  43. package/dist/custom-auth-path/cache/CookieStorage.mjs +1 -1
  44. package/dist/custom-auth-path/cache/DatabaseStorage.mjs +1 -1
  45. package/dist/custom-auth-path/cache/EncryptedData.mjs +1 -1
  46. package/dist/custom-auth-path/cache/LocalStorage.mjs +1 -1
  47. package/dist/custom-auth-path/cache/MemoryStorage.mjs +1 -1
  48. package/dist/custom-auth-path/cache/SessionStorage.mjs +1 -1
  49. package/dist/custom-auth-path/cache/TokenCache.mjs +1 -1
  50. package/dist/custom-auth-path/config/Configuration.mjs +1 -1
  51. package/dist/custom-auth-path/controllers/ControllerFactory.mjs +1 -1
  52. package/dist/custom-auth-path/controllers/NestedAppAuthController.d.ts.map +1 -1
  53. package/dist/custom-auth-path/controllers/StandardController.d.ts.map +1 -1
  54. package/dist/custom-auth-path/controllers/StandardController.mjs +24 -51
  55. package/dist/custom-auth-path/controllers/StandardController.mjs.map +1 -1
  56. package/dist/custom-auth-path/crypto/BrowserCrypto.mjs +1 -1
  57. package/dist/custom-auth-path/crypto/CryptoOps.mjs +1 -1
  58. package/dist/custom-auth-path/crypto/PkceGenerator.mjs +1 -1
  59. package/dist/custom-auth-path/custom_auth/CustomAuthConstants.d.ts +2 -1
  60. package/dist/custom-auth-path/custom_auth/CustomAuthConstants.d.ts.map +1 -1
  61. package/dist/custom-auth-path/custom_auth/CustomAuthConstants.mjs +2 -1
  62. package/dist/custom-auth-path/custom_auth/CustomAuthConstants.mjs.map +1 -1
  63. package/dist/custom-auth-path/custom_auth/CustomAuthPublicClientApplication.mjs +1 -1
  64. package/dist/custom-auth-path/custom_auth/controller/CustomAuthStandardController.mjs +1 -1
  65. package/dist/custom-auth-path/custom_auth/core/CustomAuthAuthority.mjs +1 -1
  66. package/dist/custom-auth-path/custom_auth/core/auth_flow/AuthFlowErrorBase.d.ts +2 -1
  67. package/dist/custom-auth-path/custom_auth/core/auth_flow/AuthFlowErrorBase.d.ts.map +1 -1
  68. package/dist/custom-auth-path/custom_auth/core/auth_flow/AuthFlowErrorBase.mjs +11 -3
  69. package/dist/custom-auth-path/custom_auth/core/auth_flow/AuthFlowErrorBase.mjs.map +1 -1
  70. package/dist/custom-auth-path/custom_auth/core/auth_flow/AuthFlowResultBase.mjs +1 -1
  71. package/dist/custom-auth-path/custom_auth/core/auth_flow/AuthFlowState.mjs +1 -1
  72. package/dist/custom-auth-path/custom_auth/core/auth_flow/jit/error_type/AuthMethodRegistrationError.d.ts +5 -0
  73. package/dist/custom-auth-path/custom_auth/core/auth_flow/jit/error_type/AuthMethodRegistrationError.d.ts.map +1 -1
  74. package/dist/custom-auth-path/custom_auth/core/auth_flow/jit/error_type/AuthMethodRegistrationError.mjs +9 -2
  75. package/dist/custom-auth-path/custom_auth/core/auth_flow/jit/error_type/AuthMethodRegistrationError.mjs.map +1 -1
  76. package/dist/custom-auth-path/custom_auth/core/auth_flow/jit/result/AuthMethodRegistrationChallengeMethodResult.mjs +1 -1
  77. package/dist/custom-auth-path/custom_auth/core/auth_flow/jit/result/AuthMethodRegistrationSubmitChallengeResult.mjs +1 -1
  78. package/dist/custom-auth-path/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationCompletedState.mjs +1 -1
  79. package/dist/custom-auth-path/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationFailedState.mjs +1 -1
  80. package/dist/custom-auth-path/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationState.mjs +1 -1
  81. package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/error_type/MfaError.d.ts +22 -0
  82. package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/error_type/MfaError.d.ts.map +1 -0
  83. package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/result/MfaRequestChallengeResult.d.ts +36 -0
  84. package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/result/MfaRequestChallengeResult.d.ts.map +1 -0
  85. package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/result/MfaSubmitChallengeResult.d.ts +30 -0
  86. package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/result/MfaSubmitChallengeResult.d.ts.map +1 -0
  87. package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/state/MfaCompletedState.d.ts +7 -0
  88. package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/state/MfaCompletedState.d.ts.map +1 -0
  89. package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/state/MfaFailedState.d.ts +7 -0
  90. package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/state/MfaFailedState.d.ts.map +1 -0
  91. package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/state/MfaState.d.ts +59 -0
  92. package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/state/MfaState.d.ts.map +1 -0
  93. package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/state/MfaStateParameters.d.ts +19 -0
  94. package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/state/MfaStateParameters.d.ts.map +1 -0
  95. package/dist/custom-auth-path/custom_auth/core/error/CustomAuthApiError.mjs +1 -1
  96. package/dist/custom-auth-path/custom_auth/core/error/CustomAuthError.mjs +1 -1
  97. package/dist/custom-auth-path/custom_auth/core/error/HttpError.mjs +1 -1
  98. package/dist/custom-auth-path/custom_auth/core/error/HttpErrorCodes.mjs +1 -1
  99. package/dist/custom-auth-path/custom_auth/core/error/InvalidArgumentError.mjs +1 -1
  100. package/dist/custom-auth-path/custom_auth/core/error/InvalidConfigurationError.mjs +1 -1
  101. package/dist/custom-auth-path/custom_auth/core/error/InvalidConfigurationErrorCodes.mjs +1 -1
  102. package/dist/custom-auth-path/custom_auth/core/error/MethodNotImplementedError.mjs +1 -1
  103. package/dist/custom-auth-path/custom_auth/core/error/MsalCustomAuthError.mjs +1 -1
  104. package/dist/custom-auth-path/custom_auth/core/error/NoCachedAccountFoundError.mjs +1 -1
  105. package/dist/custom-auth-path/custom_auth/core/error/ParsedUrlError.mjs +1 -1
  106. package/dist/custom-auth-path/custom_auth/core/error/ParsedUrlErrorCodes.mjs +1 -1
  107. package/dist/custom-auth-path/custom_auth/core/error/UnexpectedError.mjs +1 -1
  108. package/dist/custom-auth-path/custom_auth/core/error/UnsupportedEnvironmentError.mjs +1 -1
  109. package/dist/custom-auth-path/custom_auth/core/error/UserAccountAttributeError.mjs +1 -1
  110. package/dist/custom-auth-path/custom_auth/core/error/UserAlreadySignedInError.mjs +1 -1
  111. package/dist/custom-auth-path/custom_auth/core/interaction_client/CustomAuthInteractionClientBase.mjs +2 -2
  112. package/dist/custom-auth-path/custom_auth/core/interaction_client/CustomAuthInterationClientFactory.mjs +1 -1
  113. package/dist/custom-auth-path/custom_auth/core/interaction_client/jit/JitClient.d.ts +2 -8
  114. package/dist/custom-auth-path/custom_auth/core/interaction_client/jit/JitClient.d.ts.map +1 -1
  115. package/dist/custom-auth-path/custom_auth/core/interaction_client/jit/JitClient.mjs +4 -26
  116. package/dist/custom-auth-path/custom_auth/core/interaction_client/jit/JitClient.mjs.map +1 -1
  117. package/dist/custom-auth-path/custom_auth/core/interaction_client/jit/parameter/JitParams.d.ts +0 -1
  118. package/dist/custom-auth-path/custom_auth/core/interaction_client/jit/parameter/JitParams.d.ts.map +1 -1
  119. package/dist/custom-auth-path/custom_auth/core/interaction_client/jit/result/JitActionResult.d.ts +2 -11
  120. package/dist/custom-auth-path/custom_auth/core/interaction_client/jit/result/JitActionResult.d.ts.map +1 -1
  121. package/dist/custom-auth-path/custom_auth/core/interaction_client/jit/result/JitActionResult.mjs +2 -9
  122. package/dist/custom-auth-path/custom_auth/core/interaction_client/jit/result/JitActionResult.mjs.map +1 -1
  123. package/dist/custom-auth-path/custom_auth/core/interaction_client/mfa/MfaClient.d.ts +21 -0
  124. package/dist/custom-auth-path/custom_auth/core/interaction_client/mfa/MfaClient.d.ts.map +1 -0
  125. package/dist/custom-auth-path/custom_auth/core/interaction_client/mfa/parameter/MfaClientParameters.d.ts +14 -0
  126. package/dist/custom-auth-path/custom_auth/core/interaction_client/mfa/parameter/MfaClientParameters.d.ts.map +1 -0
  127. package/dist/custom-auth-path/custom_auth/core/interaction_client/mfa/result/MfaActionResult.d.ts +23 -0
  128. package/dist/custom-auth-path/custom_auth/core/interaction_client/mfa/result/MfaActionResult.d.ts.map +1 -0
  129. package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/BaseApiClient.mjs +1 -1
  130. package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/CustomAuthApiClient.mjs +1 -1
  131. package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/CustomAuthApiEndpoint.d.ts +1 -0
  132. package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/CustomAuthApiEndpoint.d.ts.map +1 -1
  133. package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/CustomAuthApiEndpoint.mjs +3 -2
  134. package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/CustomAuthApiEndpoint.mjs.map +1 -1
  135. package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/RegisterApiClient.mjs +1 -1
  136. package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/ResetPasswordApiClient.mjs +1 -1
  137. package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/SignInApiClient.d.ts +7 -2
  138. package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/SignInApiClient.d.ts.map +1 -1
  139. package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/SignInApiClient.mjs +14 -3
  140. package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/SignInApiClient.mjs.map +1 -1
  141. package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/SignupApiClient.mjs +1 -1
  142. package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/types/ApiErrorCodes.mjs +1 -1
  143. package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/types/ApiRequestTypes.d.ts +5 -0
  144. package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/types/ApiRequestTypes.d.ts.map +1 -1
  145. package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/types/ApiResponseTypes.d.ts +5 -1
  146. package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/types/ApiResponseTypes.d.ts.map +1 -1
  147. package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/types/ApiSuberrors.d.ts +1 -0
  148. package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/types/ApiSuberrors.d.ts.map +1 -1
  149. package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/types/ApiSuberrors.mjs +4 -3
  150. package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/types/ApiSuberrors.mjs.map +1 -1
  151. package/dist/custom-auth-path/custom_auth/core/network_client/http_client/FetchHttpClient.mjs +1 -1
  152. package/dist/custom-auth-path/custom_auth/core/network_client/http_client/IHttpClient.mjs +1 -1
  153. package/dist/custom-auth-path/custom_auth/core/telemetry/PublicApiId.d.ts +4 -3
  154. package/dist/custom-auth-path/custom_auth/core/telemetry/PublicApiId.d.ts.map +1 -1
  155. package/dist/custom-auth-path/custom_auth/core/telemetry/PublicApiId.mjs +4 -5
  156. package/dist/custom-auth-path/custom_auth/core/telemetry/PublicApiId.mjs.map +1 -1
  157. package/dist/custom-auth-path/custom_auth/core/utils/ArgumentValidator.mjs +1 -1
  158. package/dist/custom-auth-path/custom_auth/core/utils/UrlUtils.mjs +1 -1
  159. package/dist/custom-auth-path/custom_auth/get_account/auth_flow/CustomAuthAccountData.mjs +1 -1
  160. package/dist/custom-auth-path/custom_auth/get_account/auth_flow/error_type/GetAccountError.mjs +1 -1
  161. package/dist/custom-auth-path/custom_auth/get_account/auth_flow/result/GetAccessTokenResult.mjs +1 -1
  162. package/dist/custom-auth-path/custom_auth/get_account/auth_flow/result/GetAccountResult.mjs +1 -1
  163. package/dist/custom-auth-path/custom_auth/get_account/auth_flow/result/SignOutResult.mjs +1 -1
  164. package/dist/custom-auth-path/custom_auth/get_account/auth_flow/state/GetAccessTokenState.mjs +1 -1
  165. package/dist/custom-auth-path/custom_auth/get_account/auth_flow/state/GetAccountState.mjs +1 -1
  166. package/dist/custom-auth-path/custom_auth/get_account/auth_flow/state/SignOutState.mjs +1 -1
  167. package/dist/custom-auth-path/custom_auth/get_account/interaction_client/CustomAuthSilentCacheClient.mjs +1 -1
  168. package/dist/custom-auth-path/custom_auth/index.mjs +1 -1
  169. package/dist/custom-auth-path/custom_auth/operating_context/CustomAuthOperatingContext.mjs +1 -1
  170. package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/error_type/ResetPasswordError.mjs +1 -1
  171. package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/result/ResetPasswordResendCodeResult.mjs +1 -1
  172. package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/result/ResetPasswordStartResult.mjs +1 -1
  173. package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/result/ResetPasswordSubmitCodeResult.mjs +1 -1
  174. package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/result/ResetPasswordSubmitPasswordResult.mjs +1 -1
  175. package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordCodeRequiredState.mjs +1 -1
  176. package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordCompletedState.mjs +1 -1
  177. package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordFailedState.mjs +1 -1
  178. package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordPasswordRequiredState.mjs +1 -1
  179. package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordState.mjs +1 -1
  180. package/dist/custom-auth-path/custom_auth/reset_password/interaction_client/ResetPasswordClient.mjs +1 -1
  181. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/SignInScenario.mjs +1 -1
  182. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/error_type/SignInError.mjs +1 -1
  183. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInResendCodeResult.mjs +1 -1
  184. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInResult.mjs +1 -1
  185. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInSubmitCodeResult.mjs +1 -1
  186. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInSubmitPasswordResult.mjs +1 -1
  187. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInCodeRequiredState.d.ts.map +1 -1
  188. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInCodeRequiredState.mjs +13 -4
  189. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInCodeRequiredState.mjs.map +1 -1
  190. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInCompletedState.mjs +1 -1
  191. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInContinuationState.mjs +1 -1
  192. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInFailedState.mjs +1 -1
  193. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInPasswordRequiredState.mjs +1 -1
  194. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInState.mjs +1 -1
  195. package/dist/custom-auth-path/custom_auth/sign_in/interaction_client/SignInClient.d.ts +8 -6
  196. package/dist/custom-auth-path/custom_auth/sign_in/interaction_client/SignInClient.d.ts.map +1 -1
  197. package/dist/custom-auth-path/custom_auth/sign_in/interaction_client/SignInClient.mjs +51 -29
  198. package/dist/custom-auth-path/custom_auth/sign_in/interaction_client/SignInClient.mjs.map +1 -1
  199. package/dist/custom-auth-path/custom_auth/sign_in/interaction_client/result/SignInActionResult.d.ts +6 -0
  200. package/dist/custom-auth-path/custom_auth/sign_in/interaction_client/result/SignInActionResult.d.ts.map +1 -1
  201. package/dist/custom-auth-path/custom_auth/sign_in/interaction_client/result/SignInActionResult.mjs +9 -2
  202. package/dist/custom-auth-path/custom_auth/sign_in/interaction_client/result/SignInActionResult.mjs.map +1 -1
  203. package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/error_type/SignUpError.mjs +1 -1
  204. package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/result/SignUpResendCodeResult.mjs +1 -1
  205. package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/result/SignUpResult.mjs +1 -1
  206. package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/result/SignUpSubmitAttributesResult.mjs +1 -1
  207. package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/result/SignUpSubmitCodeResult.mjs +1 -1
  208. package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/result/SignUpSubmitPasswordResult.mjs +1 -1
  209. package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpAttributesRequiredState.mjs +1 -1
  210. package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpCodeRequiredState.mjs +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.mjs +1 -1
  214. package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpState.mjs +1 -1
  215. package/dist/custom-auth-path/custom_auth/sign_up/interaction_client/SignUpClient.mjs +1 -1
  216. package/dist/custom-auth-path/custom_auth/sign_up/interaction_client/result/SignUpActionResult.mjs +1 -1
  217. package/dist/custom-auth-path/encode/Base64Decode.mjs +1 -1
  218. package/dist/custom-auth-path/encode/Base64Encode.mjs +1 -1
  219. package/dist/custom-auth-path/error/BrowserAuthError.mjs +1 -1
  220. package/dist/custom-auth-path/error/BrowserAuthErrorCodes.mjs +1 -1
  221. package/dist/custom-auth-path/error/BrowserConfigurationAuthError.mjs +1 -1
  222. package/dist/custom-auth-path/error/BrowserConfigurationAuthErrorCodes.mjs +1 -1
  223. package/dist/custom-auth-path/error/NativeAuthError.mjs +1 -1
  224. package/dist/custom-auth-path/error/NativeAuthErrorCodes.mjs +1 -1
  225. package/dist/custom-auth-path/event/EventHandler.mjs +1 -1
  226. package/dist/custom-auth-path/event/EventType.mjs +1 -1
  227. package/dist/custom-auth-path/interaction_client/BaseInteractionClient.mjs +1 -1
  228. package/dist/custom-auth-path/interaction_client/HybridSpaAuthorizationCodeClient.mjs +1 -1
  229. package/dist/custom-auth-path/interaction_client/PlatformAuthInteractionClient.mjs +1 -1
  230. package/dist/custom-auth-path/interaction_client/PopupClient.mjs +1 -1
  231. package/dist/custom-auth-path/interaction_client/RedirectClient.mjs +1 -1
  232. package/dist/custom-auth-path/interaction_client/SilentAuthCodeClient.mjs +1 -1
  233. package/dist/custom-auth-path/interaction_client/SilentCacheClient.mjs +1 -1
  234. package/dist/custom-auth-path/interaction_client/SilentIframeClient.mjs +1 -1
  235. package/dist/custom-auth-path/interaction_client/SilentRefreshClient.mjs +1 -1
  236. package/dist/custom-auth-path/interaction_client/StandardInteractionClient.mjs +1 -1
  237. package/dist/custom-auth-path/interaction_handler/InteractionHandler.mjs +1 -1
  238. package/dist/custom-auth-path/interaction_handler/SilentHandler.mjs +1 -1
  239. package/dist/custom-auth-path/navigation/NavigationClient.mjs +1 -1
  240. package/dist/custom-auth-path/network/FetchClient.mjs +1 -1
  241. package/dist/custom-auth-path/operatingcontext/BaseOperatingContext.mjs +1 -1
  242. package/dist/custom-auth-path/operatingcontext/StandardOperatingContext.mjs +1 -1
  243. package/dist/custom-auth-path/packageMetadata.d.ts +1 -1
  244. package/dist/custom-auth-path/packageMetadata.mjs +2 -2
  245. package/dist/custom-auth-path/protocol/Authorize.mjs +1 -1
  246. package/dist/custom-auth-path/request/RequestHelpers.mjs +1 -1
  247. package/dist/custom-auth-path/response/ResponseHandler.mjs +1 -1
  248. package/dist/custom-auth-path/telemetry/BrowserPerformanceClient.d.ts.map +1 -1
  249. package/dist/custom-auth-path/utils/BrowserConstants.mjs +1 -1
  250. package/dist/custom-auth-path/utils/BrowserProtocolUtils.mjs +1 -1
  251. package/dist/custom-auth-path/utils/BrowserUtils.mjs +1 -1
  252. package/dist/custom-auth-path/utils/Helpers.mjs +1 -1
  253. package/dist/custom-auth-path/utils/MsalFrameStatsUtils.mjs +1 -1
  254. package/dist/custom_auth/CustomAuthConstants.d.ts +2 -1
  255. package/dist/custom_auth/CustomAuthConstants.d.ts.map +1 -1
  256. package/dist/custom_auth/core/auth_flow/AuthFlowErrorBase.d.ts +2 -1
  257. package/dist/custom_auth/core/auth_flow/AuthFlowErrorBase.d.ts.map +1 -1
  258. package/dist/custom_auth/core/auth_flow/jit/error_type/AuthMethodRegistrationError.d.ts +5 -0
  259. package/dist/custom_auth/core/auth_flow/jit/error_type/AuthMethodRegistrationError.d.ts.map +1 -1
  260. package/dist/custom_auth/core/auth_flow/mfa/error_type/MfaError.d.ts +22 -0
  261. package/dist/custom_auth/core/auth_flow/mfa/error_type/MfaError.d.ts.map +1 -0
  262. package/dist/custom_auth/core/auth_flow/mfa/result/MfaRequestChallengeResult.d.ts +36 -0
  263. package/dist/custom_auth/core/auth_flow/mfa/result/MfaRequestChallengeResult.d.ts.map +1 -0
  264. package/dist/custom_auth/core/auth_flow/mfa/result/MfaSubmitChallengeResult.d.ts +30 -0
  265. package/dist/custom_auth/core/auth_flow/mfa/result/MfaSubmitChallengeResult.d.ts.map +1 -0
  266. package/dist/custom_auth/core/auth_flow/mfa/state/MfaCompletedState.d.ts +7 -0
  267. package/dist/custom_auth/core/auth_flow/mfa/state/MfaCompletedState.d.ts.map +1 -0
  268. package/dist/custom_auth/core/auth_flow/mfa/state/MfaFailedState.d.ts +7 -0
  269. package/dist/custom_auth/core/auth_flow/mfa/state/MfaFailedState.d.ts.map +1 -0
  270. package/dist/custom_auth/core/auth_flow/mfa/state/MfaState.d.ts +59 -0
  271. package/dist/custom_auth/core/auth_flow/mfa/state/MfaState.d.ts.map +1 -0
  272. package/dist/custom_auth/core/auth_flow/mfa/state/MfaStateParameters.d.ts +19 -0
  273. package/dist/custom_auth/core/auth_flow/mfa/state/MfaStateParameters.d.ts.map +1 -0
  274. package/dist/custom_auth/core/interaction_client/jit/JitClient.d.ts +2 -8
  275. package/dist/custom_auth/core/interaction_client/jit/JitClient.d.ts.map +1 -1
  276. package/dist/custom_auth/core/interaction_client/jit/parameter/JitParams.d.ts +0 -1
  277. package/dist/custom_auth/core/interaction_client/jit/parameter/JitParams.d.ts.map +1 -1
  278. package/dist/custom_auth/core/interaction_client/jit/result/JitActionResult.d.ts +2 -11
  279. package/dist/custom_auth/core/interaction_client/jit/result/JitActionResult.d.ts.map +1 -1
  280. package/dist/custom_auth/core/interaction_client/mfa/MfaClient.d.ts +21 -0
  281. package/dist/custom_auth/core/interaction_client/mfa/MfaClient.d.ts.map +1 -0
  282. package/dist/custom_auth/core/interaction_client/mfa/parameter/MfaClientParameters.d.ts +14 -0
  283. package/dist/custom_auth/core/interaction_client/mfa/parameter/MfaClientParameters.d.ts.map +1 -0
  284. package/dist/custom_auth/core/interaction_client/mfa/result/MfaActionResult.d.ts +23 -0
  285. package/dist/custom_auth/core/interaction_client/mfa/result/MfaActionResult.d.ts.map +1 -0
  286. package/dist/custom_auth/core/network_client/custom_auth_api/CustomAuthApiEndpoint.d.ts +1 -0
  287. package/dist/custom_auth/core/network_client/custom_auth_api/CustomAuthApiEndpoint.d.ts.map +1 -1
  288. package/dist/custom_auth/core/network_client/custom_auth_api/SignInApiClient.d.ts +7 -2
  289. package/dist/custom_auth/core/network_client/custom_auth_api/SignInApiClient.d.ts.map +1 -1
  290. package/dist/custom_auth/core/network_client/custom_auth_api/types/ApiRequestTypes.d.ts +5 -0
  291. package/dist/custom_auth/core/network_client/custom_auth_api/types/ApiRequestTypes.d.ts.map +1 -1
  292. package/dist/custom_auth/core/network_client/custom_auth_api/types/ApiResponseTypes.d.ts +5 -1
  293. package/dist/custom_auth/core/network_client/custom_auth_api/types/ApiResponseTypes.d.ts.map +1 -1
  294. package/dist/custom_auth/core/network_client/custom_auth_api/types/ApiSuberrors.d.ts +1 -0
  295. package/dist/custom_auth/core/network_client/custom_auth_api/types/ApiSuberrors.d.ts.map +1 -1
  296. package/dist/custom_auth/core/telemetry/PublicApiId.d.ts +4 -3
  297. package/dist/custom_auth/core/telemetry/PublicApiId.d.ts.map +1 -1
  298. package/dist/custom_auth/sign_in/auth_flow/state/SignInCodeRequiredState.d.ts.map +1 -1
  299. package/dist/custom_auth/sign_in/interaction_client/SignInClient.d.ts +8 -6
  300. package/dist/custom_auth/sign_in/interaction_client/SignInClient.d.ts.map +1 -1
  301. package/dist/custom_auth/sign_in/interaction_client/result/SignInActionResult.d.ts +6 -0
  302. package/dist/custom_auth/sign_in/interaction_client/result/SignInActionResult.d.ts.map +1 -1
  303. package/dist/encode/Base64Decode.mjs +1 -1
  304. package/dist/encode/Base64Encode.mjs +1 -1
  305. package/dist/error/BrowserAuthError.mjs +1 -1
  306. package/dist/error/BrowserAuthErrorCodes.mjs +1 -1
  307. package/dist/error/BrowserConfigurationAuthError.mjs +1 -1
  308. package/dist/error/BrowserConfigurationAuthErrorCodes.mjs +1 -1
  309. package/dist/error/NativeAuthError.mjs +1 -1
  310. package/dist/error/NativeAuthErrorCodes.mjs +1 -1
  311. package/dist/error/NestedAppAuthError.mjs +1 -1
  312. package/dist/event/EventHandler.mjs +1 -1
  313. package/dist/event/EventMessage.mjs +1 -1
  314. package/dist/event/EventType.mjs +1 -1
  315. package/dist/index.mjs +1 -1
  316. package/dist/interaction_client/BaseInteractionClient.mjs +1 -1
  317. package/dist/interaction_client/HybridSpaAuthorizationCodeClient.mjs +1 -1
  318. package/dist/interaction_client/PlatformAuthInteractionClient.mjs +1 -1
  319. package/dist/interaction_client/PopupClient.mjs +1 -1
  320. package/dist/interaction_client/RedirectClient.mjs +1 -1
  321. package/dist/interaction_client/SilentAuthCodeClient.mjs +1 -1
  322. package/dist/interaction_client/SilentCacheClient.mjs +1 -1
  323. package/dist/interaction_client/SilentIframeClient.mjs +1 -1
  324. package/dist/interaction_client/SilentRefreshClient.mjs +1 -1
  325. package/dist/interaction_client/StandardInteractionClient.mjs +1 -1
  326. package/dist/interaction_handler/InteractionHandler.mjs +1 -1
  327. package/dist/interaction_handler/SilentHandler.mjs +1 -1
  328. package/dist/naa/BridgeError.mjs +1 -1
  329. package/dist/naa/BridgeProxy.mjs +1 -1
  330. package/dist/naa/BridgeStatusCode.mjs +1 -1
  331. package/dist/naa/mapping/NestedAppAuthAdapter.mjs +1 -1
  332. package/dist/navigation/NavigationClient.mjs +1 -1
  333. package/dist/network/FetchClient.mjs +1 -1
  334. package/dist/operatingcontext/BaseOperatingContext.mjs +1 -1
  335. package/dist/operatingcontext/NestedAppOperatingContext.mjs +1 -1
  336. package/dist/operatingcontext/StandardOperatingContext.mjs +1 -1
  337. package/dist/operatingcontext/UnknownOperatingContext.mjs +1 -1
  338. package/dist/packageMetadata.d.ts +1 -1
  339. package/dist/packageMetadata.mjs +2 -2
  340. package/dist/protocol/Authorize.mjs +1 -1
  341. package/dist/request/RequestHelpers.mjs +1 -1
  342. package/dist/response/ResponseHandler.mjs +1 -1
  343. package/dist/telemetry/BrowserPerformanceClient.d.ts.map +1 -1
  344. package/dist/telemetry/BrowserPerformanceClient.mjs +3 -3
  345. package/dist/telemetry/BrowserPerformanceClient.mjs.map +1 -1
  346. package/dist/telemetry/BrowserPerformanceMeasurement.mjs +1 -1
  347. package/dist/utils/BrowserConstants.mjs +1 -1
  348. package/dist/utils/BrowserProtocolUtils.mjs +1 -1
  349. package/dist/utils/BrowserUtils.mjs +1 -1
  350. package/dist/utils/Helpers.mjs +1 -1
  351. package/dist/utils/MsalFrameStatsUtils.mjs +1 -1
  352. package/lib/custom-auth-path/msal-custom-auth.cjs +230 -215
  353. package/lib/custom-auth-path/msal-custom-auth.cjs.map +1 -1
  354. package/lib/custom-auth-path/types/controllers/NestedAppAuthController.d.ts.map +1 -1
  355. package/lib/custom-auth-path/types/controllers/StandardController.d.ts.map +1 -1
  356. package/lib/custom-auth-path/types/custom_auth/CustomAuthConstants.d.ts +2 -1
  357. package/lib/custom-auth-path/types/custom_auth/CustomAuthConstants.d.ts.map +1 -1
  358. package/lib/custom-auth-path/types/custom_auth/core/auth_flow/AuthFlowErrorBase.d.ts +2 -1
  359. package/lib/custom-auth-path/types/custom_auth/core/auth_flow/AuthFlowErrorBase.d.ts.map +1 -1
  360. package/lib/custom-auth-path/types/custom_auth/core/auth_flow/jit/error_type/AuthMethodRegistrationError.d.ts +5 -0
  361. package/lib/custom-auth-path/types/custom_auth/core/auth_flow/jit/error_type/AuthMethodRegistrationError.d.ts.map +1 -1
  362. package/lib/custom-auth-path/types/custom_auth/core/auth_flow/mfa/error_type/MfaError.d.ts +22 -0
  363. package/lib/custom-auth-path/types/custom_auth/core/auth_flow/mfa/error_type/MfaError.d.ts.map +1 -0
  364. package/lib/custom-auth-path/types/custom_auth/core/auth_flow/mfa/result/MfaRequestChallengeResult.d.ts +36 -0
  365. package/lib/custom-auth-path/types/custom_auth/core/auth_flow/mfa/result/MfaRequestChallengeResult.d.ts.map +1 -0
  366. package/lib/custom-auth-path/types/custom_auth/core/auth_flow/mfa/result/MfaSubmitChallengeResult.d.ts +30 -0
  367. package/lib/custom-auth-path/types/custom_auth/core/auth_flow/mfa/result/MfaSubmitChallengeResult.d.ts.map +1 -0
  368. package/lib/custom-auth-path/types/custom_auth/core/auth_flow/mfa/state/MfaCompletedState.d.ts +7 -0
  369. package/lib/custom-auth-path/types/custom_auth/core/auth_flow/mfa/state/MfaCompletedState.d.ts.map +1 -0
  370. package/lib/custom-auth-path/types/custom_auth/core/auth_flow/mfa/state/MfaFailedState.d.ts +7 -0
  371. package/lib/custom-auth-path/types/custom_auth/core/auth_flow/mfa/state/MfaFailedState.d.ts.map +1 -0
  372. package/lib/custom-auth-path/types/custom_auth/core/auth_flow/mfa/state/MfaState.d.ts +59 -0
  373. package/lib/custom-auth-path/types/custom_auth/core/auth_flow/mfa/state/MfaState.d.ts.map +1 -0
  374. package/lib/custom-auth-path/types/custom_auth/core/auth_flow/mfa/state/MfaStateParameters.d.ts +19 -0
  375. package/lib/custom-auth-path/types/custom_auth/core/auth_flow/mfa/state/MfaStateParameters.d.ts.map +1 -0
  376. package/lib/custom-auth-path/types/custom_auth/core/interaction_client/jit/JitClient.d.ts +2 -8
  377. package/lib/custom-auth-path/types/custom_auth/core/interaction_client/jit/JitClient.d.ts.map +1 -1
  378. package/lib/custom-auth-path/types/custom_auth/core/interaction_client/jit/parameter/JitParams.d.ts +0 -1
  379. package/lib/custom-auth-path/types/custom_auth/core/interaction_client/jit/parameter/JitParams.d.ts.map +1 -1
  380. package/lib/custom-auth-path/types/custom_auth/core/interaction_client/jit/result/JitActionResult.d.ts +2 -11
  381. package/lib/custom-auth-path/types/custom_auth/core/interaction_client/jit/result/JitActionResult.d.ts.map +1 -1
  382. package/lib/custom-auth-path/types/custom_auth/core/interaction_client/mfa/MfaClient.d.ts +21 -0
  383. package/lib/custom-auth-path/types/custom_auth/core/interaction_client/mfa/MfaClient.d.ts.map +1 -0
  384. package/lib/custom-auth-path/types/custom_auth/core/interaction_client/mfa/parameter/MfaClientParameters.d.ts +14 -0
  385. package/lib/custom-auth-path/types/custom_auth/core/interaction_client/mfa/parameter/MfaClientParameters.d.ts.map +1 -0
  386. package/lib/custom-auth-path/types/custom_auth/core/interaction_client/mfa/result/MfaActionResult.d.ts +23 -0
  387. package/lib/custom-auth-path/types/custom_auth/core/interaction_client/mfa/result/MfaActionResult.d.ts.map +1 -0
  388. package/lib/custom-auth-path/types/custom_auth/core/network_client/custom_auth_api/CustomAuthApiEndpoint.d.ts +1 -0
  389. package/lib/custom-auth-path/types/custom_auth/core/network_client/custom_auth_api/CustomAuthApiEndpoint.d.ts.map +1 -1
  390. package/lib/custom-auth-path/types/custom_auth/core/network_client/custom_auth_api/SignInApiClient.d.ts +7 -2
  391. package/lib/custom-auth-path/types/custom_auth/core/network_client/custom_auth_api/SignInApiClient.d.ts.map +1 -1
  392. package/lib/custom-auth-path/types/custom_auth/core/network_client/custom_auth_api/types/ApiRequestTypes.d.ts +5 -0
  393. package/lib/custom-auth-path/types/custom_auth/core/network_client/custom_auth_api/types/ApiRequestTypes.d.ts.map +1 -1
  394. package/lib/custom-auth-path/types/custom_auth/core/network_client/custom_auth_api/types/ApiResponseTypes.d.ts +5 -1
  395. package/lib/custom-auth-path/types/custom_auth/core/network_client/custom_auth_api/types/ApiResponseTypes.d.ts.map +1 -1
  396. package/lib/custom-auth-path/types/custom_auth/core/network_client/custom_auth_api/types/ApiSuberrors.d.ts +1 -0
  397. package/lib/custom-auth-path/types/custom_auth/core/network_client/custom_auth_api/types/ApiSuberrors.d.ts.map +1 -1
  398. package/lib/custom-auth-path/types/custom_auth/core/telemetry/PublicApiId.d.ts +4 -3
  399. package/lib/custom-auth-path/types/custom_auth/core/telemetry/PublicApiId.d.ts.map +1 -1
  400. package/lib/custom-auth-path/types/custom_auth/sign_in/auth_flow/state/SignInCodeRequiredState.d.ts.map +1 -1
  401. package/lib/custom-auth-path/types/custom_auth/sign_in/interaction_client/SignInClient.d.ts +8 -6
  402. package/lib/custom-auth-path/types/custom_auth/sign_in/interaction_client/SignInClient.d.ts.map +1 -1
  403. package/lib/custom-auth-path/types/custom_auth/sign_in/interaction_client/result/SignInActionResult.d.ts +6 -0
  404. package/lib/custom-auth-path/types/custom_auth/sign_in/interaction_client/result/SignInActionResult.d.ts.map +1 -1
  405. package/lib/custom-auth-path/types/packageMetadata.d.ts +1 -1
  406. package/lib/custom-auth-path/types/telemetry/BrowserPerformanceClient.d.ts.map +1 -1
  407. package/lib/msal-browser.cjs +133 -136
  408. package/lib/msal-browser.cjs.map +1 -1
  409. package/lib/msal-browser.js +133 -136
  410. package/lib/msal-browser.js.map +1 -1
  411. package/lib/msal-browser.min.js +60 -60
  412. package/lib/types/controllers/NestedAppAuthController.d.ts.map +1 -1
  413. package/lib/types/controllers/StandardController.d.ts.map +1 -1
  414. package/lib/types/custom_auth/CustomAuthConstants.d.ts +2 -1
  415. package/lib/types/custom_auth/CustomAuthConstants.d.ts.map +1 -1
  416. package/lib/types/custom_auth/core/auth_flow/AuthFlowErrorBase.d.ts +2 -1
  417. package/lib/types/custom_auth/core/auth_flow/AuthFlowErrorBase.d.ts.map +1 -1
  418. package/lib/types/custom_auth/core/auth_flow/jit/error_type/AuthMethodRegistrationError.d.ts +5 -0
  419. package/lib/types/custom_auth/core/auth_flow/jit/error_type/AuthMethodRegistrationError.d.ts.map +1 -1
  420. package/lib/types/custom_auth/core/auth_flow/mfa/error_type/MfaError.d.ts +22 -0
  421. package/lib/types/custom_auth/core/auth_flow/mfa/error_type/MfaError.d.ts.map +1 -0
  422. package/lib/types/custom_auth/core/auth_flow/mfa/result/MfaRequestChallengeResult.d.ts +36 -0
  423. package/lib/types/custom_auth/core/auth_flow/mfa/result/MfaRequestChallengeResult.d.ts.map +1 -0
  424. package/lib/types/custom_auth/core/auth_flow/mfa/result/MfaSubmitChallengeResult.d.ts +30 -0
  425. package/lib/types/custom_auth/core/auth_flow/mfa/result/MfaSubmitChallengeResult.d.ts.map +1 -0
  426. package/lib/types/custom_auth/core/auth_flow/mfa/state/MfaCompletedState.d.ts +7 -0
  427. package/lib/types/custom_auth/core/auth_flow/mfa/state/MfaCompletedState.d.ts.map +1 -0
  428. package/lib/types/custom_auth/core/auth_flow/mfa/state/MfaFailedState.d.ts +7 -0
  429. package/lib/types/custom_auth/core/auth_flow/mfa/state/MfaFailedState.d.ts.map +1 -0
  430. package/lib/types/custom_auth/core/auth_flow/mfa/state/MfaState.d.ts +59 -0
  431. package/lib/types/custom_auth/core/auth_flow/mfa/state/MfaState.d.ts.map +1 -0
  432. package/lib/types/custom_auth/core/auth_flow/mfa/state/MfaStateParameters.d.ts +19 -0
  433. package/lib/types/custom_auth/core/auth_flow/mfa/state/MfaStateParameters.d.ts.map +1 -0
  434. package/lib/types/custom_auth/core/interaction_client/jit/JitClient.d.ts +2 -8
  435. package/lib/types/custom_auth/core/interaction_client/jit/JitClient.d.ts.map +1 -1
  436. package/lib/types/custom_auth/core/interaction_client/jit/parameter/JitParams.d.ts +0 -1
  437. package/lib/types/custom_auth/core/interaction_client/jit/parameter/JitParams.d.ts.map +1 -1
  438. package/lib/types/custom_auth/core/interaction_client/jit/result/JitActionResult.d.ts +2 -11
  439. package/lib/types/custom_auth/core/interaction_client/jit/result/JitActionResult.d.ts.map +1 -1
  440. package/lib/types/custom_auth/core/interaction_client/mfa/MfaClient.d.ts +21 -0
  441. package/lib/types/custom_auth/core/interaction_client/mfa/MfaClient.d.ts.map +1 -0
  442. package/lib/types/custom_auth/core/interaction_client/mfa/parameter/MfaClientParameters.d.ts +14 -0
  443. package/lib/types/custom_auth/core/interaction_client/mfa/parameter/MfaClientParameters.d.ts.map +1 -0
  444. package/lib/types/custom_auth/core/interaction_client/mfa/result/MfaActionResult.d.ts +23 -0
  445. package/lib/types/custom_auth/core/interaction_client/mfa/result/MfaActionResult.d.ts.map +1 -0
  446. package/lib/types/custom_auth/core/network_client/custom_auth_api/CustomAuthApiEndpoint.d.ts +1 -0
  447. package/lib/types/custom_auth/core/network_client/custom_auth_api/CustomAuthApiEndpoint.d.ts.map +1 -1
  448. package/lib/types/custom_auth/core/network_client/custom_auth_api/SignInApiClient.d.ts +7 -2
  449. package/lib/types/custom_auth/core/network_client/custom_auth_api/SignInApiClient.d.ts.map +1 -1
  450. package/lib/types/custom_auth/core/network_client/custom_auth_api/types/ApiRequestTypes.d.ts +5 -0
  451. package/lib/types/custom_auth/core/network_client/custom_auth_api/types/ApiRequestTypes.d.ts.map +1 -1
  452. package/lib/types/custom_auth/core/network_client/custom_auth_api/types/ApiResponseTypes.d.ts +5 -1
  453. package/lib/types/custom_auth/core/network_client/custom_auth_api/types/ApiResponseTypes.d.ts.map +1 -1
  454. package/lib/types/custom_auth/core/network_client/custom_auth_api/types/ApiSuberrors.d.ts +1 -0
  455. package/lib/types/custom_auth/core/network_client/custom_auth_api/types/ApiSuberrors.d.ts.map +1 -1
  456. package/lib/types/custom_auth/core/telemetry/PublicApiId.d.ts +4 -3
  457. package/lib/types/custom_auth/core/telemetry/PublicApiId.d.ts.map +1 -1
  458. package/lib/types/custom_auth/sign_in/auth_flow/state/SignInCodeRequiredState.d.ts.map +1 -1
  459. package/lib/types/custom_auth/sign_in/interaction_client/SignInClient.d.ts +8 -6
  460. package/lib/types/custom_auth/sign_in/interaction_client/SignInClient.d.ts.map +1 -1
  461. package/lib/types/custom_auth/sign_in/interaction_client/result/SignInActionResult.d.ts +6 -0
  462. package/lib/types/custom_auth/sign_in/interaction_client/result/SignInActionResult.d.ts.map +1 -1
  463. package/lib/types/packageMetadata.d.ts +1 -1
  464. package/lib/types/telemetry/BrowserPerformanceClient.d.ts.map +1 -1
  465. package/package.json +2 -2
  466. package/src/controllers/NestedAppAuthController.ts +40 -23
  467. package/src/controllers/StandardController.ts +97 -79
  468. package/src/custom_auth/CustomAuthConstants.ts +1 -0
  469. package/src/custom_auth/core/auth_flow/AuthFlowErrorBase.ts +15 -2
  470. package/src/custom_auth/core/auth_flow/jit/error_type/AuthMethodRegistrationError.ts +9 -1
  471. package/src/custom_auth/core/auth_flow/mfa/error_type/MfaError.ts +32 -0
  472. package/src/custom_auth/core/auth_flow/mfa/result/MfaRequestChallengeResult.ts +59 -0
  473. package/src/custom_auth/core/auth_flow/mfa/result/MfaSubmitChallengeResult.ts +52 -0
  474. package/src/custom_auth/core/auth_flow/mfa/state/MfaCompletedState.ts +11 -0
  475. package/src/custom_auth/core/auth_flow/mfa/state/MfaFailedState.ts +11 -0
  476. package/src/custom_auth/core/auth_flow/mfa/state/MfaState.ts +188 -0
  477. package/src/custom_auth/core/auth_flow/mfa/state/MfaStateParameters.ts +28 -0
  478. package/src/custom_auth/core/interaction_client/CustomAuthInteractionClientBase.ts +1 -1
  479. package/src/custom_auth/core/interaction_client/jit/JitClient.ts +1 -42
  480. package/src/custom_auth/core/interaction_client/jit/parameter/JitParams.ts +0 -2
  481. package/src/custom_auth/core/interaction_client/jit/result/JitActionResult.ts +2 -22
  482. package/src/custom_auth/core/interaction_client/mfa/MfaClient.ts +148 -0
  483. package/src/custom_auth/core/interaction_client/mfa/parameter/MfaClientParameters.ts +20 -0
  484. package/src/custom_auth/core/interaction_client/mfa/result/MfaActionResult.ts +48 -0
  485. package/src/custom_auth/core/network_client/custom_auth_api/CustomAuthApiEndpoint.ts +1 -0
  486. package/src/custom_auth/core/network_client/custom_auth_api/SignInApiClient.ts +27 -1
  487. package/src/custom_auth/core/network_client/custom_auth_api/types/ApiRequestTypes.ts +6 -0
  488. package/src/custom_auth/core/network_client/custom_auth_api/types/ApiResponseTypes.ts +6 -1
  489. package/src/custom_auth/core/network_client/custom_auth_api/types/ApiSuberrors.ts +1 -0
  490. package/src/custom_auth/core/telemetry/PublicApiId.ts +6 -3
  491. package/src/custom_auth/sign_in/auth_flow/state/SignInCodeRequiredState.ts +22 -12
  492. package/src/custom_auth/sign_in/interaction_client/SignInClient.ts +123 -41
  493. package/src/custom_auth/sign_in/interaction_client/result/SignInActionResult.ts +15 -0
  494. package/src/packageMetadata.ts +1 -1
  495. package/src/telemetry/BrowserPerformanceClient.ts +5 -2
@@ -1 +1 @@
1
- {"version":3,"file":"ApiResponseTypes.d.ts","sourceRoot":"","sources":["../../../../../../../src/custom_auth/core/network_client/custom_auth_api/types/ApiResponseTypes.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAEpD,UAAU,kBAAmB,SAAQ,eAAe;IAChD,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC/B;AAED,UAAU,gBAAiB,SAAQ,kBAAkB;IACjD,cAAc,CAAC,EAAE,MAAM,CAAC;CAC3B;AAED,UAAU,iBAAkB,SAAQ,eAAe;IAC/C,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAChC,WAAW,CAAC,EAAE,MAAM,CAAC;CACxB;AAGD,MAAM,MAAM,sBAAsB,GAAG,gBAAgB,CAAC;AAEtD,MAAM,MAAM,uBAAuB,GAAG,iBAAiB,CAAC;AAExD,MAAM,WAAW,mBAAoB,SAAQ,eAAe;IACxD,UAAU,EAAE,QAAQ,CAAC;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IACnB,YAAY,EAAE,MAAM,CAAC;IACrB,aAAa,EAAE,MAAM,CAAC;IACtB,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,EAAE,MAAM,CAAC;IACpB,cAAc,CAAC,EAAE,MAAM,CAAC;CAC3B;AAED,MAAM,WAAW,oBAAoB;IACjC,EAAE,EAAE,MAAM,CAAC;IACX,cAAc,EAAE,MAAM,CAAC;IACvB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,UAAU,EAAE,MAAM,CAAC;CACtB;AAGD,MAAM,MAAM,mBAAmB,GAAG,gBAAgB,CAAC;AAEnD,MAAM,WAAW,uBAAwB,SAAQ,iBAAiB;IAC9D,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,MAAM,MAAM,sBAAsB,GAAG,gBAAgB,CAAC;AAGtD,MAAM,MAAM,0BAA0B,GAAG,gBAAgB,CAAC;AAE1D,MAAM,MAAM,8BAA8B,GAAG,iBAAiB,CAAC;AAE/D,MAAM,WAAW,6BAA8B,SAAQ,kBAAkB;IACrE,UAAU,EAAE,MAAM,CAAC;CACtB;AAED,MAAM,WAAW,2BAA4B,SAAQ,kBAAkB;IACnE,aAAa,EAAE,MAAM,CAAC;CACzB;AAED,MAAM,WAAW,mCACb,SAAQ,kBAAkB;IAC1B,MAAM,EAAE,MAAM,CAAC;CAClB;AAGD,MAAM,WAAW,0BAA2B,SAAQ,eAAe;IAC/D,kBAAkB,EAAE,MAAM,CAAC;IAC3B,OAAO,EAAE,oBAAoB,EAAE,CAAC;CACnC;AAED,MAAM,WAAW,yBAA0B,SAAQ,eAAe;IAC9D,kBAAkB,EAAE,MAAM,CAAC;IAC3B,cAAc,EAAE,MAAM,CAAC;IACvB,cAAc,EAAE,MAAM,CAAC;IACvB,gBAAgB,EAAE,MAAM,CAAC;IACzB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,MAAM,WAAW,wBAAyB,SAAQ,eAAe;IAC7D,kBAAkB,EAAE,MAAM,CAAC;CAC9B"}
1
+ {"version":3,"file":"ApiResponseTypes.d.ts","sourceRoot":"","sources":["../../../../../../../src/custom_auth/core/network_client/custom_auth_api/types/ApiResponseTypes.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAEpD,UAAU,kBAAmB,SAAQ,eAAe;IAChD,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC/B;AAED,UAAU,gBAAiB,SAAQ,kBAAkB;IACjD,cAAc,CAAC,EAAE,MAAM,CAAC;CAC3B;AAED,UAAU,iBAAkB,SAAQ,eAAe;IAC/C,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAChC,WAAW,CAAC,EAAE,MAAM,CAAC;CACxB;AAGD,MAAM,MAAM,sBAAsB,GAAG,gBAAgB,CAAC;AAEtD,MAAM,MAAM,uBAAuB,GAAG,iBAAiB,CAAC;AAExD,MAAM,WAAW,mBAAoB,SAAQ,eAAe;IACxD,UAAU,EAAE,QAAQ,CAAC;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IACnB,YAAY,EAAE,MAAM,CAAC;IACrB,aAAa,EAAE,MAAM,CAAC;IACtB,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,EAAE,MAAM,CAAC;IACpB,cAAc,CAAC,EAAE,MAAM,CAAC;CAC3B;AAED,MAAM,WAAW,oBAAoB;IACjC,EAAE,EAAE,MAAM,CAAC;IACX,cAAc,EAAE,MAAM,CAAC;IACvB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,UAAU,CAAC,EAAE,MAAM,CAAC;CACvB;AAED,MAAM,WAAW,wBAAyB,SAAQ,eAAe;IAC7D,kBAAkB,EAAE,MAAM,CAAC;IAC3B,OAAO,EAAE,oBAAoB,EAAE,CAAC;CACnC;AAGD,MAAM,MAAM,mBAAmB,GAAG,gBAAgB,CAAC;AAEnD,MAAM,WAAW,uBAAwB,SAAQ,iBAAiB;IAC9D,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,MAAM,MAAM,sBAAsB,GAAG,gBAAgB,CAAC;AAGtD,MAAM,MAAM,0BAA0B,GAAG,gBAAgB,CAAC;AAE1D,MAAM,MAAM,8BAA8B,GAAG,iBAAiB,CAAC;AAE/D,MAAM,WAAW,6BAA8B,SAAQ,kBAAkB;IACrE,UAAU,EAAE,MAAM,CAAC;CACtB;AAED,MAAM,WAAW,2BAA4B,SAAQ,kBAAkB;IACnE,aAAa,EAAE,MAAM,CAAC;CACzB;AAED,MAAM,WAAW,mCACb,SAAQ,kBAAkB;IAC1B,MAAM,EAAE,MAAM,CAAC;CAClB;AAGD,MAAM,WAAW,0BAA2B,SAAQ,eAAe;IAC/D,kBAAkB,EAAE,MAAM,CAAC;IAC3B,OAAO,EAAE,oBAAoB,EAAE,CAAC;CACnC;AAED,MAAM,WAAW,yBAA0B,SAAQ,eAAe;IAC9D,kBAAkB,EAAE,MAAM,CAAC;IAC3B,cAAc,EAAE,MAAM,CAAC;IACvB,cAAc,EAAE,MAAM,CAAC;IACvB,gBAAgB,EAAE,MAAM,CAAC;IACzB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,MAAM,WAAW,wBAAyB,SAAQ,eAAe;IAC7D,kBAAkB,EAAE,MAAM,CAAC;CAC9B"}
@@ -8,4 +8,5 @@ export declare const INVALID_OOB_VALUE = "invalid_oob_value";
8
8
  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
+ export declare const MFA_REQUIRED = "mfa_required";
11
12
  //# 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"}
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"}
@@ -18,7 +18,8 @@ export declare const PASSWORD_RESET_RESEND_CODE = 100044;
18
18
  export declare const ACCOUNT_GET_ACCOUNT = 100061;
19
19
  export declare const ACCOUNT_SIGN_OUT = 100062;
20
20
  export declare const ACCOUNT_GET_ACCESS_TOKEN = 100063;
21
- export declare const JIT_GET_AUTH_METHODS = 100081;
22
- export declare const JIT_CHALLENGE_AUTH_METHOD = 100082;
23
- export declare const JIT_SUBMIT_CHALLENGE = 100083;
21
+ export declare const JIT_CHALLENGE_AUTH_METHOD = 100081;
22
+ export declare const JIT_SUBMIT_CHALLENGE = 100082;
23
+ export declare const MFA_REQUEST_CHALLENGE = 100101;
24
+ export declare const MFA_SUBMIT_CHALLENGE = 100102;
24
25
  //# sourceMappingURL=PublicApiId.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"PublicApiId.d.ts","sourceRoot":"","sources":["../../../../../src/custom_auth/core/telemetry/PublicApiId.ts"],"names":[],"mappings":"AAWA,eAAO,MAAM,uBAAuB,SAAS,CAAC;AAC9C,eAAO,MAAM,2BAA2B,SAAS,CAAC;AAClD,eAAO,MAAM,mBAAmB,SAAS,CAAC;AAC1C,eAAO,MAAM,uBAAuB,SAAS,CAAC;AAC9C,eAAO,MAAM,mBAAmB,SAAS,CAAC;AAC1C,eAAO,MAAM,qBAAqB,SAAS,CAAC;AAC5C,eAAO,MAAM,4BAA4B,SAAS,CAAC;AAGnD,eAAO,MAAM,2BAA2B,SAAS,CAAC;AAClD,eAAO,MAAM,aAAa,SAAS,CAAC;AACpC,eAAO,MAAM,mBAAmB,SAAS,CAAC;AAC1C,eAAO,MAAM,uBAAuB,SAAS,CAAC;AAC9C,eAAO,MAAM,yBAAyB,SAAS,CAAC;AAChD,eAAO,MAAM,mBAAmB,SAAS,CAAC;AAG1C,eAAO,MAAM,oBAAoB,SAAS,CAAC;AAC3C,eAAO,MAAM,0BAA0B,SAAS,CAAC;AACjD,eAAO,MAAM,8BAA8B,SAAS,CAAC;AACrD,eAAO,MAAM,0BAA0B,SAAS,CAAC;AAGjD,eAAO,MAAM,mBAAmB,SAAS,CAAC;AAC1C,eAAO,MAAM,gBAAgB,SAAS,CAAC;AACvC,eAAO,MAAM,wBAAwB,SAAS,CAAC;AAG/C,eAAO,MAAM,oBAAoB,SAAS,CAAC;AAC3C,eAAO,MAAM,yBAAyB,SAAS,CAAC;AAChD,eAAO,MAAM,oBAAoB,SAAS,CAAC"}
1
+ {"version":3,"file":"PublicApiId.d.ts","sourceRoot":"","sources":["../../../../../src/custom_auth/core/telemetry/PublicApiId.ts"],"names":[],"mappings":"AAWA,eAAO,MAAM,uBAAuB,SAAS,CAAC;AAC9C,eAAO,MAAM,2BAA2B,SAAS,CAAC;AAClD,eAAO,MAAM,mBAAmB,SAAS,CAAC;AAC1C,eAAO,MAAM,uBAAuB,SAAS,CAAC;AAC9C,eAAO,MAAM,mBAAmB,SAAS,CAAC;AAC1C,eAAO,MAAM,qBAAqB,SAAS,CAAC;AAC5C,eAAO,MAAM,4BAA4B,SAAS,CAAC;AAGnD,eAAO,MAAM,2BAA2B,SAAS,CAAC;AAClD,eAAO,MAAM,aAAa,SAAS,CAAC;AACpC,eAAO,MAAM,mBAAmB,SAAS,CAAC;AAC1C,eAAO,MAAM,uBAAuB,SAAS,CAAC;AAC9C,eAAO,MAAM,yBAAyB,SAAS,CAAC;AAChD,eAAO,MAAM,mBAAmB,SAAS,CAAC;AAG1C,eAAO,MAAM,oBAAoB,SAAS,CAAC;AAC3C,eAAO,MAAM,0BAA0B,SAAS,CAAC;AACjD,eAAO,MAAM,8BAA8B,SAAS,CAAC;AACrD,eAAO,MAAM,0BAA0B,SAAS,CAAC;AAGjD,eAAO,MAAM,mBAAmB,SAAS,CAAC;AAC1C,eAAO,MAAM,gBAAgB,SAAS,CAAC;AACvC,eAAO,MAAM,wBAAwB,SAAS,CAAC;AAG/C,eAAO,MAAM,yBAAyB,SAAS,CAAC;AAChD,eAAO,MAAM,oBAAoB,SAAS,CAAC;AAG3C,eAAO,MAAM,qBAAqB,SAAS,CAAC;AAC5C,eAAO,MAAM,oBAAoB,SAAS,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"SignInCodeRequiredState.d.ts","sourceRoot":"","sources":["../../../../../../src/custom_auth/sign_in/auth_flow/state/SignInCodeRequiredState.ts"],"names":[],"mappings":"AAUA,OAAO,EAAE,sBAAsB,EAAE,MAAM,qCAAqC,CAAC;AAC7E,OAAO,EAAE,sBAAsB,EAAE,MAAM,qCAAqC,CAAC;AAC7E,OAAO,EAAE,iCAAiC,EAAE,MAAM,4BAA4B,CAAC;AAC/E,OAAO,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAM/C,qBAAa,uBAAwB,SAAQ,WAAW,CAAC,iCAAiC,CAAC;IACvF;;;;;OAKG;IACG,UAAU,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC,sBAAsB,CAAC;IAqD/D;;;OAGG;IACG,UAAU,IAAI,OAAO,CAAC,sBAAsB,CAAC;IA4CnD;;;OAGG;IACH,aAAa,IAAI,MAAM;IAIvB;;;OAGG;IACH,SAAS,IAAI,MAAM,EAAE,GAAG,SAAS;CAGpC"}
1
+ {"version":3,"file":"SignInCodeRequiredState.d.ts","sourceRoot":"","sources":["../../../../../../src/custom_auth/sign_in/auth_flow/state/SignInCodeRequiredState.ts"],"names":[],"mappings":"AAUA,OAAO,EAAE,sBAAsB,EAAE,MAAM,qCAAqC,CAAC;AAC7E,OAAO,EAAE,sBAAsB,EAAE,MAAM,qCAAqC,CAAC;AAC7E,OAAO,EAAE,iCAAiC,EAAE,MAAM,4BAA4B,CAAC;AAC/E,OAAO,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAO/C,qBAAa,uBAAwB,SAAQ,WAAW,CAAC,iCAAiC,CAAC;IACvF;;;;;OAKG;IACG,UAAU,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC,sBAAsB,CAAC;IA8D/D;;;OAGG;IACG,UAAU,IAAI,OAAO,CAAC,sBAAsB,CAAC;IA4CnD;;;OAGG;IACH,aAAa,IAAI,MAAM;IAIvB;;;OAGG;IACH,SAAS,IAAI,MAAM,EAAE,GAAG,SAAS;CAGpC"}
@@ -1,6 +1,6 @@
1
1
  import { CustomAuthInteractionClientBase } from "../../core/interaction_client/CustomAuthInteractionClientBase.js";
2
2
  import { SignInStartParams, SignInResendCodeParams, SignInSubmitCodeParams, SignInSubmitPasswordParams, SignInContinuationTokenParams } from "./parameter/SignInParams.js";
3
- import { SignInCodeSendResult, SignInCompletedResult, SignInPasswordRequiredResult, SignInJitRequiredResult } from "./result/SignInActionResult.js";
3
+ import { SignInCodeSendResult, SignInCompletedResult, SignInPasswordRequiredResult, SignInJitRequiredResult, SignInMfaRequiredResult } from "./result/SignInActionResult.js";
4
4
  export declare class SignInClient extends CustomAuthInteractionClientBase {
5
5
  /**
6
6
  * Starts the signin flow.
@@ -19,29 +19,31 @@ export declare class SignInClient extends CustomAuthInteractionClientBase {
19
19
  * @param parameters The parameters required to submit the code.
20
20
  * @returns The result of the sign-in submit code action.
21
21
  */
22
- submitCode(parameters: SignInSubmitCodeParams): Promise<SignInCompletedResult>;
22
+ submitCode(parameters: SignInSubmitCodeParams): Promise<SignInCompletedResult | SignInJitRequiredResult | SignInMfaRequiredResult>;
23
23
  /**
24
24
  * Submits the password for sign-in flow.
25
25
  * @param parameters The parameters required to submit the password.
26
26
  * @returns The result of the sign-in submit password action.
27
27
  */
28
- submitPassword(parameters: SignInSubmitPasswordParams): Promise<SignInCompletedResult | SignInJitRequiredResult>;
28
+ submitPassword(parameters: SignInSubmitPasswordParams): Promise<SignInCompletedResult | SignInJitRequiredResult | SignInMfaRequiredResult>;
29
29
  /**
30
30
  * Signs in with continuation token.
31
31
  * @param parameters The parameters required to sign in with continuation token.
32
32
  * @returns The result of the sign-in complete action.
33
33
  */
34
- signInWithContinuationToken(parameters: SignInContinuationTokenParams): Promise<SignInCompletedResult | SignInJitRequiredResult>;
34
+ signInWithContinuationToken(parameters: SignInContinuationTokenParams): Promise<SignInCompletedResult | SignInJitRequiredResult | SignInMfaRequiredResult>;
35
35
  /**
36
36
  * Common method to handle token endpoint calls and create sign-in results.
37
37
  * @param tokenEndpointCaller Function that calls the specific token endpoint
38
38
  * @param scopes Scopes for the token request
39
39
  * @param correlationId Correlation ID for logging and result
40
- * @param handleJit Whether to handle JIT required errors or throw them
41
- * @returns SignInCompletedResult with authentication result
40
+ * @param telemetryManager Telemetry manager for telemetry logging
41
+ * @returns SignInCompletedResult | SignInJitRequiredResult | SignInMfaRequiredResult with authentication result
42
42
  */
43
43
  private performTokenRequest;
44
44
  private performChallengeRequest;
45
45
  private getPublicApiIdBySignInScenario;
46
+ private handleJitRequiredError;
47
+ private handleMfaRequiredError;
46
48
  }
47
49
  //# sourceMappingURL=SignInClient.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SignInClient.d.ts","sourceRoot":"","sources":["../../../../../src/custom_auth/sign_in/interaction_client/SignInClient.ts"],"names":[],"mappings":"AAaA,OAAO,EAAE,+BAA+B,EAAE,MAAM,kEAAkE,CAAC;AACnH,OAAO,EACH,iBAAiB,EACjB,sBAAsB,EACtB,sBAAsB,EACtB,0BAA0B,EAC1B,6BAA6B,EAChC,MAAM,6BAA6B,CAAC;AACrC,OAAO,EAMH,oBAAoB,EACpB,qBAAqB,EACrB,4BAA4B,EAC5B,uBAAuB,EAC1B,MAAM,gCAAgC,CAAC;AAmBxC,qBAAa,YAAa,SAAQ,+BAA+B;IAC7D;;;;OAIG;IACG,KAAK,CACP,UAAU,EAAE,iBAAiB,GAC9B,OAAO,CAAC,4BAA4B,GAAG,oBAAoB,CAAC;IAoC/D;;;;OAIG;IACG,UAAU,CACZ,UAAU,EAAE,sBAAsB,GACnC,OAAO,CAAC,oBAAoB,CAAC;IA6BhC;;;;OAIG;IACG,UAAU,CACZ,UAAU,EAAE,sBAAsB,GACnC,OAAO,CAAC,qBAAqB,CAAC;IAoCjC;;;;OAIG;IACG,cAAc,CAChB,UAAU,EAAE,0BAA0B,GACvC,OAAO,CAAC,qBAAqB,GAAG,uBAAuB,CAAC;IAkC3D;;;;OAIG;IACG,2BAA2B,CAC7B,UAAU,EAAE,6BAA6B,GAC1C,OAAO,CAAC,qBAAqB,GAAG,uBAAuB,CAAC;IAiC3D;;;;;;;OAOG;YACW,mBAAmB;YAmEnB,uBAAuB;IA6DrC,OAAO,CAAC,8BAA8B;CAgBzC"}
1
+ {"version":3,"file":"SignInClient.d.ts","sourceRoot":"","sources":["../../../../../src/custom_auth/sign_in/interaction_client/SignInClient.ts"],"names":[],"mappings":"AAiBA,OAAO,EAAE,+BAA+B,EAAE,MAAM,kEAAkE,CAAC;AACnH,OAAO,EACH,iBAAiB,EACjB,sBAAsB,EACtB,sBAAsB,EACtB,0BAA0B,EAC1B,6BAA6B,EAChC,MAAM,6BAA6B,CAAC;AACrC,OAAO,EAMH,oBAAoB,EACpB,qBAAqB,EACrB,4BAA4B,EAC5B,uBAAuB,EACvB,uBAAuB,EAE1B,MAAM,gCAAgC,CAAC;AAoBxC,qBAAa,YAAa,SAAQ,+BAA+B;IAC7D;;;;OAIG;IACG,KAAK,CACP,UAAU,EAAE,iBAAiB,GAC9B,OAAO,CAAC,4BAA4B,GAAG,oBAAoB,CAAC;IAoC/D;;;;OAIG;IACG,UAAU,CACZ,UAAU,EAAE,sBAAsB,GACnC,OAAO,CAAC,oBAAoB,CAAC;IA6BhC;;;;OAIG;IACG,UAAU,CACZ,UAAU,EAAE,sBAAsB,GACnC,OAAO,CACJ,qBAAqB,GACrB,uBAAuB,GACvB,uBAAuB,CAC5B;IAkCD;;;;OAIG;IACG,cAAc,CAChB,UAAU,EAAE,0BAA0B,GACvC,OAAO,CACJ,qBAAqB,GACrB,uBAAuB,GACvB,uBAAuB,CAC5B;IAiCD;;;;OAIG;IACG,2BAA2B,CAC7B,UAAU,EAAE,6BAA6B,GAC1C,OAAO,CACJ,qBAAqB,GACrB,uBAAuB,GACvB,uBAAuB,CAC5B;IAgCD;;;;;;;OAOG;YACW,mBAAmB;YA2DnB,uBAAuB;IA6DrC,OAAO,CAAC,8BAA8B;YAiBxB,sBAAsB;YAuCtB,sBAAsB;CAmCvC"}
@@ -25,13 +25,19 @@ export interface SignInJitRequiredResult extends SignInContinuationTokenResult {
25
25
  type: typeof SIGN_IN_JIT_REQUIRED_RESULT_TYPE;
26
26
  authMethods: AuthenticationMethod[];
27
27
  }
28
+ export interface SignInMfaRequiredResult extends SignInContinuationTokenResult {
29
+ type: typeof SIGN_IN_MFA_REQUIRED_RESULT_TYPE;
30
+ authMethods: AuthenticationMethod[];
31
+ }
28
32
  export declare const SIGN_IN_CODE_SEND_RESULT_TYPE = "SignInCodeSendResult";
29
33
  export declare const SIGN_IN_PASSWORD_REQUIRED_RESULT_TYPE = "SignInPasswordRequiredResult";
30
34
  export declare const SIGN_IN_COMPLETED_RESULT_TYPE = "SignInCompletedResult";
31
35
  export declare const SIGN_IN_JIT_REQUIRED_RESULT_TYPE = "SignInJitRequiredResult";
36
+ export declare const SIGN_IN_MFA_REQUIRED_RESULT_TYPE = "SignInMfaRequiredResult";
32
37
  export declare function createSignInCompleteResult(input: Omit<SignInCompletedResult, "type">): SignInCompletedResult;
33
38
  export declare function createSignInPasswordRequiredResult(input: Omit<SignInPasswordRequiredResult, "type">): SignInPasswordRequiredResult;
34
39
  export declare function createSignInCodeSendResult(input: Omit<SignInCodeSendResult, "type">): SignInCodeSendResult;
35
40
  export declare function createSignInJitRequiredResult(input: Omit<SignInJitRequiredResult, "type">): SignInJitRequiredResult;
41
+ export declare function createSignInMfaRequiredResult(input: Omit<SignInMfaRequiredResult, "type">): SignInMfaRequiredResult;
36
42
  export {};
37
43
  //# sourceMappingURL=SignInActionResult.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SignInActionResult.d.ts","sourceRoot":"","sources":["../../../../../../src/custom_auth/sign_in/interaction_client/result/SignInActionResult.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,oBAAoB,EAAE,MAAM,8CAA8C,CAAC;AACpF,OAAO,EAAE,oBAAoB,EAAE,MAAM,wEAAwE,CAAC;AAE9G,UAAU,kBAAkB;IACxB,IAAI,EAAE,MAAM,CAAC;IACb,aAAa,EAAE,MAAM,CAAC;CACzB;AAED,UAAU,6BAA8B,SAAQ,kBAAkB;IAC9D,iBAAiB,EAAE,MAAM,CAAC;CAC7B;AAED,MAAM,WAAW,qBAAsB,SAAQ,kBAAkB;IAC7D,IAAI,EAAE,OAAO,6BAA6B,CAAC;IAC3C,oBAAoB,EAAE,oBAAoB,CAAC;CAC9C;AAED,MAAM,WAAW,4BACb,SAAQ,6BAA6B;IACrC,IAAI,EAAE,OAAO,qCAAqC,CAAC;CACtD;AAED,MAAM,WAAW,oBAAqB,SAAQ,6BAA6B;IACvE,IAAI,EAAE,OAAO,6BAA6B,CAAC;IAC3C,gBAAgB,EAAE,MAAM,CAAC;IACzB,oBAAoB,EAAE,MAAM,CAAC;IAC7B,UAAU,EAAE,MAAM,CAAC;IACnB,aAAa,EAAE,MAAM,CAAC;CACzB;AAED,MAAM,WAAW,uBAAwB,SAAQ,6BAA6B;IAC1E,IAAI,EAAE,OAAO,gCAAgC,CAAC;IAC9C,WAAW,EAAE,oBAAoB,EAAE,CAAC;CACvC;AAED,eAAO,MAAM,6BAA6B,yBAAyB,CAAC;AACpE,eAAO,MAAM,qCAAqC,iCAChB,CAAC;AACnC,eAAO,MAAM,6BAA6B,0BAA0B,CAAC;AACrE,eAAO,MAAM,gCAAgC,4BAA4B,CAAC;AAE1E,wBAAgB,0BAA0B,CACtC,KAAK,EAAE,IAAI,CAAC,qBAAqB,EAAE,MAAM,CAAC,GAC3C,qBAAqB,CAKvB;AAED,wBAAgB,kCAAkC,CAC9C,KAAK,EAAE,IAAI,CAAC,4BAA4B,EAAE,MAAM,CAAC,GAClD,4BAA4B,CAK9B;AAED,wBAAgB,0BAA0B,CACtC,KAAK,EAAE,IAAI,CAAC,oBAAoB,EAAE,MAAM,CAAC,GAC1C,oBAAoB,CAKtB;AAED,wBAAgB,6BAA6B,CACzC,KAAK,EAAE,IAAI,CAAC,uBAAuB,EAAE,MAAM,CAAC,GAC7C,uBAAuB,CAKzB"}
1
+ {"version":3,"file":"SignInActionResult.d.ts","sourceRoot":"","sources":["../../../../../../src/custom_auth/sign_in/interaction_client/result/SignInActionResult.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,oBAAoB,EAAE,MAAM,8CAA8C,CAAC;AACpF,OAAO,EAAE,oBAAoB,EAAE,MAAM,wEAAwE,CAAC;AAE9G,UAAU,kBAAkB;IACxB,IAAI,EAAE,MAAM,CAAC;IACb,aAAa,EAAE,MAAM,CAAC;CACzB;AAED,UAAU,6BAA8B,SAAQ,kBAAkB;IAC9D,iBAAiB,EAAE,MAAM,CAAC;CAC7B;AAED,MAAM,WAAW,qBAAsB,SAAQ,kBAAkB;IAC7D,IAAI,EAAE,OAAO,6BAA6B,CAAC;IAC3C,oBAAoB,EAAE,oBAAoB,CAAC;CAC9C;AAED,MAAM,WAAW,4BACb,SAAQ,6BAA6B;IACrC,IAAI,EAAE,OAAO,qCAAqC,CAAC;CACtD;AAED,MAAM,WAAW,oBAAqB,SAAQ,6BAA6B;IACvE,IAAI,EAAE,OAAO,6BAA6B,CAAC;IAC3C,gBAAgB,EAAE,MAAM,CAAC;IACzB,oBAAoB,EAAE,MAAM,CAAC;IAC7B,UAAU,EAAE,MAAM,CAAC;IACnB,aAAa,EAAE,MAAM,CAAC;CACzB;AAED,MAAM,WAAW,uBAAwB,SAAQ,6BAA6B;IAC1E,IAAI,EAAE,OAAO,gCAAgC,CAAC;IAC9C,WAAW,EAAE,oBAAoB,EAAE,CAAC;CACvC;AAED,MAAM,WAAW,uBAAwB,SAAQ,6BAA6B;IAC1E,IAAI,EAAE,OAAO,gCAAgC,CAAC;IAC9C,WAAW,EAAE,oBAAoB,EAAE,CAAC;CACvC;AAED,eAAO,MAAM,6BAA6B,yBAAyB,CAAC;AACpE,eAAO,MAAM,qCAAqC,iCAChB,CAAC;AACnC,eAAO,MAAM,6BAA6B,0BAA0B,CAAC;AACrE,eAAO,MAAM,gCAAgC,4BAA4B,CAAC;AAC1E,eAAO,MAAM,gCAAgC,4BAA4B,CAAC;AAE1E,wBAAgB,0BAA0B,CACtC,KAAK,EAAE,IAAI,CAAC,qBAAqB,EAAE,MAAM,CAAC,GAC3C,qBAAqB,CAKvB;AAED,wBAAgB,kCAAkC,CAC9C,KAAK,EAAE,IAAI,CAAC,4BAA4B,EAAE,MAAM,CAAC,GAClD,4BAA4B,CAK9B;AAED,wBAAgB,0BAA0B,CACtC,KAAK,EAAE,IAAI,CAAC,oBAAoB,EAAE,MAAM,CAAC,GAC1C,oBAAoB,CAKtB;AAED,wBAAgB,6BAA6B,CACzC,KAAK,EAAE,IAAI,CAAC,uBAAuB,EAAE,MAAM,CAAC,GAC7C,uBAAuB,CAKzB;AAED,wBAAgB,6BAA6B,CACzC,KAAK,EAAE,IAAI,CAAC,uBAAuB,EAAE,MAAM,CAAC,GAC7C,uBAAuB,CAKzB"}
@@ -1,3 +1,3 @@
1
1
  export declare const name = "@azure/msal-browser";
2
- export declare const version = "4.23.0";
2
+ export declare const version = "4.24.0";
3
3
  //# sourceMappingURL=packageMetadata.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"BrowserPerformanceClient.d.ts","sourceRoot":"","sources":["../../../src/telemetry/BrowserPerformanceClient.ts"],"names":[],"mappings":"AAKA,OAAO,EAEH,0BAA0B,EAC1B,kBAAkB,EAElB,iBAAiB,EAEjB,iBAAiB,EAGpB,MAAM,4BAA4B,CAAC;AACpC,OAAO,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAiD3D,qBAAa,wBACT,SAAQ,iBACR,YAAW,kBAAkB;gBAGzB,aAAa,EAAE,aAAa,EAC5B,SAAS,CAAC,EAAE,GAAG,CAAC,MAAM,CAAC,EACvB,aAAa,CAAC,EAAE,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC;IAqBvC,UAAU,IAAI,MAAM;IAIpB,OAAO,CAAC,iBAAiB;IAIzB,OAAO,CAAC,+BAA+B;IA0BvC;;;;;;;OAOG;IACH,gBAAgB,CACZ,WAAW,EAAE,MAAM,EACnB,aAAa,CAAC,EAAE,MAAM,GACvB,0BAA0B;IAuD7B;;;;;OAKG;IACH,eAAe,CACX,SAAS,EAAE,iBAAiB,EAC5B,aAAa,CAAC,EAAE,MAAM,GACvB,IAAI;IAuCP;;;;;;;;OAQG;IACH,mBAAmB,CACf,SAAS,EAAE,MAAM,EACjB,aAAa,CAAC,EAAE,MAAM,EACtB,SAAS,CAAC,EAAE,MAAM,EAClB,iBAAiB,CAAC,EAAE,OAAO,GAC5B,IAAI;CA+BV"}
1
+ {"version":3,"file":"BrowserPerformanceClient.d.ts","sourceRoot":"","sources":["../../../src/telemetry/BrowserPerformanceClient.ts"],"names":[],"mappings":"AAKA,OAAO,EAGH,0BAA0B,EAC1B,kBAAkB,EAElB,iBAAiB,EAEjB,iBAAiB,EAGpB,MAAM,4BAA4B,CAAC;AACpC,OAAO,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAiD3D,qBAAa,wBACT,SAAQ,iBACR,YAAW,kBAAkB;gBAGzB,aAAa,EAAE,aAAa,EAC5B,SAAS,CAAC,EAAE,GAAG,CAAC,MAAM,CAAC,EACvB,aAAa,CAAC,EAAE,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC;IAqBvC,UAAU,IAAI,MAAM;IAIpB,OAAO,CAAC,iBAAiB;IAIzB,OAAO,CAAC,+BAA+B;IA0BvC;;;;;;;OAOG;IACH,gBAAgB,CACZ,WAAW,EAAE,MAAM,EACnB,aAAa,CAAC,EAAE,MAAM,GACvB,0BAA0B;IAyD7B;;;;;OAKG;IACH,eAAe,CACX,SAAS,EAAE,iBAAiB,EAC5B,aAAa,CAAC,EAAE,MAAM,GACvB,IAAI;IAuCP;;;;;;;;OAQG;IACH,mBAAmB,CACf,SAAS,EAAE,MAAM,EACjB,aAAa,CAAC,EAAE,MAAM,EACtB,SAAS,CAAC,EAAE,MAAM,EAClB,iBAAiB,CAAC,EAAE,OAAO,GAC5B,IAAI;CA+BV"}
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "type": "git",
11
11
  "url": "https://github.com/AzureAD/microsoft-authentication-library-for-js.git"
12
12
  },
13
- "version": "4.23.0",
13
+ "version": "4.24.0",
14
14
  "description": "Microsoft Authentication Library for js",
15
15
  "keywords": [
16
16
  "implicit",
@@ -114,6 +114,6 @@
114
114
  "typescript": "^4.9.5"
115
115
  },
116
116
  "dependencies": {
117
- "@azure/msal-common": "15.12.0"
117
+ "@azure/msal-common": "15.13.0"
118
118
  }
119
119
  }
@@ -211,7 +211,7 @@ export class NestedAppAuthController implements IController {
211
211
  validRequest.correlationId
212
212
  );
213
213
 
214
- atPopupMeasurement?.add({ nestedAppAuthRequest: true });
214
+ atPopupMeasurement.add({ nestedAppAuthRequest: true });
215
215
 
216
216
  try {
217
217
  const naaRequest =
@@ -257,10 +257,14 @@ export class NestedAppAuthController implements IController {
257
257
  idTokenSize: result.idToken.length,
258
258
  });
259
259
 
260
- atPopupMeasurement.end({
261
- success: true,
262
- requestId: result.requestId,
263
- });
260
+ atPopupMeasurement.end(
261
+ {
262
+ success: true,
263
+ requestId: result.requestId,
264
+ },
265
+ undefined,
266
+ result.account
267
+ );
264
268
 
265
269
  return result;
266
270
  } catch (e) {
@@ -279,7 +283,8 @@ export class NestedAppAuthController implements IController {
279
283
  {
280
284
  success: false,
281
285
  },
282
- e
286
+ e,
287
+ request.account
283
288
  );
284
289
 
285
290
  throw error;
@@ -318,11 +323,10 @@ export class NestedAppAuthController implements IController {
318
323
  validRequest.correlationId
319
324
  );
320
325
 
321
- ssoSilentMeasurement?.increment({
326
+ ssoSilentMeasurement.increment({
322
327
  visibilityChangeCount: 0,
323
328
  });
324
-
325
- ssoSilentMeasurement?.add({
329
+ ssoSilentMeasurement.add({
326
330
  nestedAppAuthRequest: true,
327
331
  });
328
332
 
@@ -367,10 +371,14 @@ export class NestedAppAuthController implements IController {
367
371
  accessTokenSize: result.accessToken.length,
368
372
  idTokenSize: result.idToken.length,
369
373
  });
370
- ssoSilentMeasurement?.end({
371
- success: true,
372
- requestId: result.requestId,
373
- });
374
+ ssoSilentMeasurement?.end(
375
+ {
376
+ success: true,
377
+ requestId: result.requestId,
378
+ },
379
+ undefined,
380
+ result.account
381
+ );
374
382
  return result;
375
383
  } catch (e) {
376
384
  const error =
@@ -387,7 +395,8 @@ export class NestedAppAuthController implements IController {
387
395
  {
388
396
  success: false,
389
397
  },
390
- e
398
+ e,
399
+ request.account
391
400
  );
392
401
  throw error;
393
402
  }
@@ -448,13 +457,17 @@ export class NestedAppAuthController implements IController {
448
457
  InteractionType.Silent,
449
458
  result
450
459
  );
451
- atsMeasurement?.add({
452
- accessTokenSize: result?.accessToken.length,
453
- idTokenSize: result?.idToken.length,
454
- });
455
- atsMeasurement?.end({
456
- success: true,
460
+ atsMeasurement.add({
461
+ accessTokenSize: result.accessToken.length,
462
+ idTokenSize: result.idToken.length,
457
463
  });
464
+ atsMeasurement.end(
465
+ {
466
+ success: true,
467
+ },
468
+ undefined,
469
+ result.account
470
+ );
458
471
  return result;
459
472
  }
460
473
 
@@ -467,9 +480,13 @@ export class NestedAppAuthController implements IController {
467
480
  InteractionType.Silent,
468
481
  null
469
482
  );
470
- atsMeasurement?.end({
471
- success: false,
472
- });
483
+ atsMeasurement.end(
484
+ {
485
+ success: false,
486
+ },
487
+ undefined,
488
+ request.account
489
+ );
473
490
 
474
491
  return null;
475
492
  }
@@ -94,30 +94,15 @@ import {
94
94
  import { IPlatformAuthHandler } from "../broker/nativeBroker/IPlatformAuthHandler.js";
95
95
  import { collectInstanceStats } from "../utils/MsalFrameStatsUtils.js";
96
96
 
97
- function getAccountType(
98
- account?: AccountInfo
99
- ): "AAD" | "MSA" | "B2C" | undefined {
100
- const idTokenClaims = account?.idTokenClaims;
101
- if (idTokenClaims?.tfp || idTokenClaims?.acr) {
102
- return "B2C";
103
- }
104
-
105
- if (!idTokenClaims?.tid) {
106
- return undefined;
107
- } else if (idTokenClaims?.tid === "9188040d-6c67-4c5b-b112-36a304b66dad") {
108
- return "MSA";
109
- }
110
- return "AAD";
111
- }
112
-
113
97
  function preflightCheck(
114
98
  initialized: boolean,
115
- performanceEvent: InProgressPerformanceEvent
99
+ performanceEvent: InProgressPerformanceEvent,
100
+ account?: AccountInfo
116
101
  ) {
117
102
  try {
118
103
  BrowserUtils.preflightCheck(initialized);
119
104
  } catch (e) {
120
- performanceEvent.end({ success: false }, e);
105
+ performanceEvent.end({ success: false }, e, account);
121
106
  throw e;
122
107
  }
123
108
  }
@@ -572,17 +557,20 @@ export class StandardController implements IController {
572
557
  "handleRedirectResponse returned result, acquire token success"
573
558
  );
574
559
  }
575
- rootMeasurement.end({
576
- success: true,
577
- accountType: getAccountType(result.account),
578
- });
560
+ rootMeasurement.end(
561
+ {
562
+ success: true,
563
+ },
564
+ undefined,
565
+ result.account
566
+ );
579
567
  } else {
580
568
  /*
581
569
  * Instrument an event only if an error code is set. Otherwise, discard it when the redirect response
582
570
  * is empty and the error code is missing.
583
571
  */
584
572
  if (rootMeasurement.event.errorCode) {
585
- rootMeasurement.end({ success: false });
573
+ rootMeasurement.end({ success: false }, undefined);
586
574
  } else {
587
575
  rootMeasurement.discard();
588
576
  }
@@ -649,7 +637,6 @@ export class StandardController implements IController {
649
637
  correlationId
650
638
  );
651
639
  atrMeasurement.add({
652
- accountType: getAccountType(request.account),
653
640
  scenarioId: request.scenarioId,
654
641
  });
655
642
 
@@ -665,8 +652,11 @@ export class StandardController implements IController {
665
652
  navigateCallbackResult: navigate !== false,
666
653
  });
667
654
  atrMeasurement.event =
668
- atrMeasurement.end({ success: true }) ||
669
- atrMeasurement.event;
655
+ atrMeasurement.end(
656
+ { success: true },
657
+ undefined,
658
+ request.account
659
+ ) || atrMeasurement.event;
670
660
  return navigate;
671
661
  };
672
662
  } else {
@@ -681,8 +671,11 @@ export class StandardController implements IController {
681
671
  navigateCallbackResult: navigate !== false,
682
672
  });
683
673
  atrMeasurement.event =
684
- atrMeasurement.end({ success: true }) ||
685
- atrMeasurement.event;
674
+ atrMeasurement.end(
675
+ { success: true },
676
+ undefined,
677
+ request.account
678
+ ) || atrMeasurement.event;
686
679
  return navigate;
687
680
  };
688
681
  }
@@ -774,9 +767,9 @@ export class StandardController implements IController {
774
767
  PerformanceEvents.AcquireTokenRedirect,
775
768
  correlationId
776
769
  )
777
- .end({ success: false }, e);
770
+ .end({ success: false }, e, request.account);
778
771
  } else {
779
- atrMeasurement.end({ success: false }, e);
772
+ atrMeasurement.end({ success: false }, e, request.account);
780
773
  }
781
774
 
782
775
  if (isLoggedIn) {
@@ -818,12 +811,15 @@ export class StandardController implements IController {
818
811
 
819
812
  atPopupMeasurement.add({
820
813
  scenarioId: request.scenarioId,
821
- accountType: getAccountType(request.account),
822
814
  });
823
815
 
824
816
  try {
825
817
  this.logger.verbose("acquireTokenPopup called", correlationId);
826
- preflightCheck(this.initialized, atPopupMeasurement);
818
+ preflightCheck(
819
+ this.initialized,
820
+ atPopupMeasurement,
821
+ request.account
822
+ );
827
823
  this.browserStorage.setInteractionInProgress(
828
824
  true,
829
825
  INTERACTION_TYPE.SIGNIN
@@ -864,10 +860,13 @@ export class StandardController implements IController {
864
860
  ApiId.acquireTokenPopup
865
861
  )
866
862
  .then((response) => {
867
- atPopupMeasurement.end({
868
- success: true,
869
- accountType: getAccountType(response.account),
870
- });
863
+ atPopupMeasurement.end(
864
+ {
865
+ success: true,
866
+ },
867
+ undefined,
868
+ response.account
869
+ );
871
870
  return response;
872
871
  })
873
872
  .catch((e: AuthError) => {
@@ -919,12 +918,15 @@ export class StandardController implements IController {
919
918
  );
920
919
  }
921
920
 
922
- atPopupMeasurement.end({
923
- success: true,
924
- accessTokenSize: result.accessToken.length,
925
- idTokenSize: result.idToken.length,
926
- accountType: getAccountType(result.account),
927
- });
921
+ atPopupMeasurement.end(
922
+ {
923
+ success: true,
924
+ accessTokenSize: result.accessToken.length,
925
+ idTokenSize: result.idToken.length,
926
+ },
927
+ undefined,
928
+ result.account
929
+ );
928
930
  return result;
929
931
  })
930
932
  .catch((e: Error) => {
@@ -948,7 +950,8 @@ export class StandardController implements IController {
948
950
  {
949
951
  success: false,
950
952
  },
951
- e
953
+ e,
954
+ request.account
952
955
  );
953
956
 
954
957
  // Since this function is syncronous we need to reject
@@ -1011,9 +1014,12 @@ export class StandardController implements IController {
1011
1014
  );
1012
1015
  this.ssoSilentMeasurement?.add({
1013
1016
  scenarioId: request.scenarioId,
1014
- accountType: getAccountType(request.account),
1015
1017
  });
1016
- preflightCheck(this.initialized, this.ssoSilentMeasurement);
1018
+ preflightCheck(
1019
+ this.initialized,
1020
+ this.ssoSilentMeasurement,
1021
+ request.account
1022
+ );
1017
1023
  this.ssoSilentMeasurement?.increment({
1018
1024
  visibilityChangeCount: 0,
1019
1025
  });
@@ -1067,12 +1073,15 @@ export class StandardController implements IController {
1067
1073
  InteractionType.Silent,
1068
1074
  response
1069
1075
  );
1070
- this.ssoSilentMeasurement?.end({
1071
- success: true,
1072
- accessTokenSize: response.accessToken.length,
1073
- idTokenSize: response.idToken.length,
1074
- accountType: getAccountType(response.account),
1075
- });
1076
+ this.ssoSilentMeasurement?.end(
1077
+ {
1078
+ success: true,
1079
+ accessTokenSize: response.accessToken.length,
1080
+ idTokenSize: response.idToken.length,
1081
+ },
1082
+ undefined,
1083
+ response.account
1084
+ );
1076
1085
  return response;
1077
1086
  })
1078
1087
  .catch((e: Error) => {
@@ -1086,7 +1095,8 @@ export class StandardController implements IController {
1086
1095
  {
1087
1096
  success: false,
1088
1097
  },
1089
- e
1098
+ e,
1099
+ request.account
1090
1100
  );
1091
1101
  throw e;
1092
1102
  })
@@ -1150,12 +1160,15 @@ export class StandardController implements IController {
1150
1160
  result
1151
1161
  );
1152
1162
  this.hybridAuthCodeResponses.delete(hybridAuthCode);
1153
- atbcMeasurement.end({
1154
- success: true,
1155
- accessTokenSize: result.accessToken.length,
1156
- idTokenSize: result.idToken.length,
1157
- accountType: getAccountType(result.account),
1158
- });
1163
+ atbcMeasurement.end(
1164
+ {
1165
+ success: true,
1166
+ accessTokenSize: result.accessToken.length,
1167
+ idTokenSize: result.idToken.length,
1168
+ },
1169
+ undefined,
1170
+ result.account
1171
+ );
1159
1172
  return result;
1160
1173
  })
1161
1174
  .catch((error: Error) => {
@@ -1211,10 +1224,13 @@ export class StandardController implements IController {
1211
1224
  });
1212
1225
  throw e;
1213
1226
  });
1214
- atbcMeasurement.end({
1215
- accountType: getAccountType(result.account),
1216
- success: true,
1217
- });
1227
+ atbcMeasurement.end(
1228
+ {
1229
+ success: true,
1230
+ },
1231
+ undefined,
1232
+ result.account
1233
+ );
1218
1234
  return result;
1219
1235
  } else {
1220
1236
  throw createBrowserAuthError(
@@ -2069,23 +2085,26 @@ export class StandardController implements IController {
2069
2085
  scenarioId: request.scenarioId,
2070
2086
  });
2071
2087
 
2072
- preflightCheck(this.initialized, atsMeasurement);
2088
+ preflightCheck(this.initialized, atsMeasurement, request.account);
2073
2089
  this.logger.verbose("acquireTokenSilent called", correlationId);
2074
2090
 
2075
2091
  const account = request.account || this.getActiveAccount();
2076
2092
  if (!account) {
2077
2093
  throw createBrowserAuthError(BrowserAuthErrorCodes.noAccountError);
2078
2094
  }
2079
- atsMeasurement.add({ accountType: getAccountType(account) });
2080
2095
 
2081
2096
  return this.acquireTokenSilentDeduped(request, account, correlationId)
2082
2097
  .then((result) => {
2083
- atsMeasurement.end({
2084
- success: true,
2085
- fromCache: result.fromCache,
2086
- accessTokenSize: result.accessToken.length,
2087
- idTokenSize: result.idToken.length,
2088
- });
2098
+ atsMeasurement.end(
2099
+ {
2100
+ success: true,
2101
+ fromCache: result.fromCache,
2102
+ accessTokenSize: result.accessToken.length,
2103
+ idTokenSize: result.idToken.length,
2104
+ },
2105
+ undefined,
2106
+ result.account
2107
+ );
2089
2108
  return {
2090
2109
  ...result,
2091
2110
  state: request.state,
@@ -2102,7 +2121,8 @@ export class StandardController implements IController {
2102
2121
  {
2103
2122
  success: false,
2104
2123
  },
2105
- error
2124
+ error,
2125
+ account
2106
2126
  );
2107
2127
  throw error;
2108
2128
  });
@@ -2317,14 +2337,12 @@ export class StandardController implements IController {
2317
2337
  InteractionType.Silent,
2318
2338
  response
2319
2339
  );
2320
- if (request.correlationId) {
2321
- this.performanceClient.addFields(
2322
- {
2323
- fromCache: response.fromCache,
2324
- },
2325
- request.correlationId
2326
- );
2327
- }
2340
+ this.performanceClient.addFields(
2341
+ {
2342
+ fromCache: response.fromCache,
2343
+ },
2344
+ request.correlationId
2345
+ );
2328
2346
 
2329
2347
  return response;
2330
2348
  })
@@ -12,6 +12,7 @@ export const GrantType = {
12
12
  CONTINUATION_TOKEN: "continuation_token",
13
13
  REDIRECT: "redirect",
14
14
  ATTRIBUTES: "attributes",
15
+ MFA_OOB: "mfa_oob",
15
16
  } as const;
16
17
 
17
18
  export const ChallengeType = {