@azure/msal-browser 4.28.2 → 4.29.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.
- package/dist/app/IPublicClientApplication.mjs +1 -1
- package/dist/app/PublicClientApplication.mjs +1 -1
- package/dist/app/PublicClientNext.mjs +1 -1
- package/dist/broker/nativeBroker/NativeStatusCodes.mjs +1 -1
- package/dist/broker/nativeBroker/PlatformAuthDOMHandler.mjs +1 -1
- package/dist/broker/nativeBroker/PlatformAuthExtensionHandler.mjs +1 -1
- package/dist/broker/nativeBroker/PlatformAuthProvider.mjs +1 -1
- package/dist/cache/AccountManager.mjs +1 -1
- package/dist/cache/AsyncMemoryStorage.mjs +1 -1
- package/dist/cache/BrowserCacheManager.mjs +1 -1
- package/dist/cache/CacheHelpers.mjs +1 -1
- package/dist/cache/CacheKeys.mjs +1 -1
- package/dist/cache/CookieStorage.mjs +1 -1
- package/dist/cache/DatabaseStorage.mjs +1 -1
- package/dist/cache/EncryptedData.mjs +1 -1
- package/dist/cache/LocalStorage.mjs +1 -1
- package/dist/cache/MemoryStorage.mjs +1 -1
- package/dist/cache/SessionStorage.mjs +1 -1
- package/dist/cache/TokenCache.mjs +1 -1
- package/dist/config/Configuration.d.ts +7 -0
- package/dist/config/Configuration.d.ts.map +1 -1
- package/dist/config/Configuration.mjs +2 -1
- package/dist/config/Configuration.mjs.map +1 -1
- package/dist/controllers/ControllerFactory.mjs +1 -1
- package/dist/controllers/NestedAppAuthController.mjs +1 -1
- package/dist/controllers/StandardController.d.ts +9 -0
- package/dist/controllers/StandardController.d.ts.map +1 -1
- package/dist/controllers/StandardController.mjs +56 -1
- package/dist/controllers/StandardController.mjs.map +1 -1
- package/dist/controllers/UnknownOperatingContextController.mjs +1 -1
- package/dist/crypto/BrowserCrypto.mjs +1 -1
- package/dist/crypto/CryptoOps.mjs +1 -1
- package/dist/crypto/PkceGenerator.mjs +1 -1
- package/dist/crypto/SignedHttpRequest.mjs +1 -1
- package/dist/custom-auth-path/app/PublicClientApplication.mjs +1 -1
- package/dist/custom-auth-path/broker/nativeBroker/NativeStatusCodes.mjs +1 -1
- package/dist/custom-auth-path/broker/nativeBroker/PlatformAuthDOMHandler.mjs +1 -1
- package/dist/custom-auth-path/broker/nativeBroker/PlatformAuthExtensionHandler.mjs +1 -1
- package/dist/custom-auth-path/broker/nativeBroker/PlatformAuthProvider.mjs +1 -1
- package/dist/custom-auth-path/cache/AccountManager.mjs +1 -1
- package/dist/custom-auth-path/cache/AsyncMemoryStorage.mjs +1 -1
- package/dist/custom-auth-path/cache/BrowserCacheManager.mjs +1 -1
- package/dist/custom-auth-path/cache/CacheHelpers.mjs +1 -1
- package/dist/custom-auth-path/cache/CacheKeys.mjs +1 -1
- package/dist/custom-auth-path/cache/CookieStorage.mjs +1 -1
- package/dist/custom-auth-path/cache/DatabaseStorage.mjs +1 -1
- package/dist/custom-auth-path/cache/EncryptedData.mjs +1 -1
- package/dist/custom-auth-path/cache/LocalStorage.mjs +1 -1
- package/dist/custom-auth-path/cache/MemoryStorage.mjs +1 -1
- package/dist/custom-auth-path/cache/SessionStorage.mjs +1 -1
- package/dist/custom-auth-path/cache/TokenCache.mjs +1 -1
- package/dist/custom-auth-path/config/Configuration.d.ts +7 -0
- package/dist/custom-auth-path/config/Configuration.d.ts.map +1 -1
- package/dist/custom-auth-path/config/Configuration.mjs +2 -1
- package/dist/custom-auth-path/config/Configuration.mjs.map +1 -1
- package/dist/custom-auth-path/controllers/ControllerFactory.mjs +1 -1
- package/dist/custom-auth-path/controllers/StandardController.d.ts +9 -0
- package/dist/custom-auth-path/controllers/StandardController.d.ts.map +1 -1
- package/dist/custom-auth-path/controllers/StandardController.mjs +56 -1
- package/dist/custom-auth-path/controllers/StandardController.mjs.map +1 -1
- package/dist/custom-auth-path/crypto/BrowserCrypto.mjs +1 -1
- package/dist/custom-auth-path/crypto/CryptoOps.mjs +1 -1
- package/dist/custom-auth-path/crypto/PkceGenerator.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/CustomAuthConstants.d.ts +1 -1
- package/dist/custom-auth-path/custom_auth/CustomAuthConstants.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/CustomAuthPublicClientApplication.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/controller/CustomAuthStandardController.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/CustomAuthAuthority.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/auth_flow/AuthFlowErrorBase.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/auth_flow/AuthFlowResultBase.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/auth_flow/AuthFlowState.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/auth_flow/AuthFlowStateTypes.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/auth_flow/jit/error_type/AuthMethodRegistrationError.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/auth_flow/jit/result/AuthMethodRegistrationChallengeMethodResult.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/auth_flow/jit/result/AuthMethodRegistrationSubmitChallengeResult.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationCompletedState.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationFailedState.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationState.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/error_type/MfaError.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/result/MfaRequestChallengeResult.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/result/MfaSubmitChallengeResult.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/state/MfaCompletedState.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/state/MfaFailedState.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/state/MfaState.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/error/CustomAuthApiError.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/error/CustomAuthError.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/error/HttpError.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/error/HttpErrorCodes.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/error/InvalidArgumentError.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/error/InvalidConfigurationError.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/error/InvalidConfigurationErrorCodes.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/error/MethodNotImplementedError.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/error/MsalCustomAuthError.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/error/NoCachedAccountFoundError.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/error/ParsedUrlError.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/error/ParsedUrlErrorCodes.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/error/UnexpectedError.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/error/UnsupportedEnvironmentError.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/error/UserAccountAttributeError.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/error/UserAlreadySignedInError.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/interaction_client/CustomAuthInteractionClientBase.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/interaction_client/CustomAuthInterationClientFactory.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/interaction_client/jit/JitClient.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/interaction_client/jit/result/JitActionResult.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/interaction_client/mfa/MfaClient.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/interaction_client/mfa/result/MfaActionResult.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/BaseApiClient.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/CustomAuthApiClient.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/CustomAuthApiEndpoint.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/RegisterApiClient.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/ResetPasswordApiClient.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/SignInApiClient.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/SignupApiClient.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/types/ApiErrorCodes.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/types/ApiSuberrors.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/network_client/http_client/FetchHttpClient.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/network_client/http_client/IHttpClient.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/telemetry/PublicApiId.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/utils/ArgumentValidator.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/utils/UrlUtils.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/get_account/auth_flow/CustomAuthAccountData.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/get_account/auth_flow/error_type/GetAccountError.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/get_account/auth_flow/result/GetAccessTokenResult.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/get_account/auth_flow/result/GetAccountResult.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/get_account/auth_flow/result/SignOutResult.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/get_account/auth_flow/state/GetAccessTokenState.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/get_account/auth_flow/state/GetAccountState.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/get_account/auth_flow/state/SignOutState.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/get_account/interaction_client/CustomAuthSilentCacheClient.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/index.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/operating_context/CustomAuthOperatingContext.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/error_type/ResetPasswordError.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/result/ResetPasswordResendCodeResult.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/result/ResetPasswordStartResult.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/result/ResetPasswordSubmitCodeResult.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/result/ResetPasswordSubmitPasswordResult.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordCodeRequiredState.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordCompletedState.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordFailedState.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordPasswordRequiredState.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordState.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/reset_password/interaction_client/ResetPasswordClient.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/SignInScenario.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/error_type/SignInError.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInResendCodeResult.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInResult.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInSubmitCodeResult.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInSubmitPasswordResult.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInCodeRequiredState.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInCompletedState.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInContinuationState.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInFailedState.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInPasswordRequiredState.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInState.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/sign_in/interaction_client/SignInClient.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/sign_in/interaction_client/result/SignInActionResult.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/error_type/SignUpError.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/result/SignUpResendCodeResult.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/result/SignUpResult.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/result/SignUpSubmitAttributesResult.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/result/SignUpSubmitCodeResult.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/result/SignUpSubmitPasswordResult.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpAttributesRequiredState.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpCodeRequiredState.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpCompletedState.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpFailedState.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpPasswordRequiredState.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpState.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/sign_up/interaction_client/SignUpClient.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/sign_up/interaction_client/result/SignUpActionResult.mjs +1 -1
- package/dist/custom-auth-path/encode/Base64Decode.mjs +1 -1
- package/dist/custom-auth-path/encode/Base64Encode.mjs +1 -1
- package/dist/custom-auth-path/error/BrowserAuthError.mjs +1 -1
- package/dist/custom-auth-path/error/BrowserAuthErrorCodes.mjs +1 -1
- package/dist/custom-auth-path/error/BrowserConfigurationAuthError.mjs +1 -1
- package/dist/custom-auth-path/error/BrowserConfigurationAuthErrorCodes.mjs +1 -1
- package/dist/custom-auth-path/error/NativeAuthError.mjs +1 -1
- package/dist/custom-auth-path/error/NativeAuthErrorCodes.mjs +1 -1
- package/dist/custom-auth-path/event/EventHandler.mjs +1 -1
- package/dist/custom-auth-path/event/EventType.mjs +1 -1
- package/dist/custom-auth-path/interaction_client/BaseInteractionClient.mjs +1 -1
- package/dist/custom-auth-path/interaction_client/HybridSpaAuthorizationCodeClient.mjs +1 -1
- package/dist/custom-auth-path/interaction_client/PlatformAuthInteractionClient.mjs +1 -1
- package/dist/custom-auth-path/interaction_client/PopupClient.mjs +1 -1
- package/dist/custom-auth-path/interaction_client/RedirectClient.mjs +1 -1
- package/dist/custom-auth-path/interaction_client/SilentAuthCodeClient.mjs +1 -1
- package/dist/custom-auth-path/interaction_client/SilentCacheClient.mjs +1 -1
- package/dist/custom-auth-path/interaction_client/SilentIframeClient.d.ts +7 -0
- package/dist/custom-auth-path/interaction_client/SilentIframeClient.d.ts.map +1 -1
- package/dist/custom-auth-path/interaction_client/SilentIframeClient.mjs +49 -3
- package/dist/custom-auth-path/interaction_client/SilentIframeClient.mjs.map +1 -1
- package/dist/custom-auth-path/interaction_client/SilentRefreshClient.mjs +1 -1
- package/dist/custom-auth-path/interaction_client/StandardInteractionClient.mjs +1 -1
- package/dist/custom-auth-path/interaction_handler/InteractionHandler.mjs +1 -1
- package/dist/custom-auth-path/interaction_handler/SilentHandler.mjs +1 -1
- package/dist/custom-auth-path/navigation/NavigationClient.mjs +1 -1
- package/dist/custom-auth-path/network/FetchClient.mjs +1 -1
- package/dist/custom-auth-path/operatingcontext/BaseOperatingContext.mjs +1 -1
- package/dist/custom-auth-path/operatingcontext/StandardOperatingContext.mjs +1 -1
- package/dist/custom-auth-path/packageMetadata.d.ts +1 -1
- package/dist/custom-auth-path/packageMetadata.mjs +2 -2
- package/dist/custom-auth-path/protocol/Authorize.mjs +1 -1
- package/dist/custom-auth-path/request/RequestHelpers.mjs +1 -1
- package/dist/custom-auth-path/response/ResponseHandler.mjs +1 -1
- package/dist/custom-auth-path/utils/BrowserConstants.mjs +1 -1
- package/dist/custom-auth-path/utils/BrowserProtocolUtils.mjs +1 -1
- package/dist/custom-auth-path/utils/BrowserUtils.mjs +1 -1
- package/dist/custom-auth-path/utils/Helpers.mjs +1 -1
- package/dist/custom-auth-path/utils/MsalFrameStatsUtils.mjs +1 -1
- package/dist/custom_auth/CustomAuthConstants.d.ts +1 -1
- package/dist/encode/Base64Decode.mjs +1 -1
- package/dist/encode/Base64Encode.mjs +1 -1
- package/dist/error/BrowserAuthError.mjs +1 -1
- package/dist/error/BrowserAuthErrorCodes.mjs +1 -1
- package/dist/error/BrowserConfigurationAuthError.mjs +1 -1
- package/dist/error/BrowserConfigurationAuthErrorCodes.mjs +1 -1
- package/dist/error/NativeAuthError.mjs +1 -1
- package/dist/error/NativeAuthErrorCodes.mjs +1 -1
- package/dist/error/NestedAppAuthError.mjs +1 -1
- package/dist/event/EventHandler.mjs +1 -1
- package/dist/event/EventMessage.mjs +1 -1
- package/dist/event/EventType.mjs +1 -1
- package/dist/index.mjs +1 -1
- package/dist/interaction_client/BaseInteractionClient.mjs +1 -1
- package/dist/interaction_client/HybridSpaAuthorizationCodeClient.mjs +1 -1
- package/dist/interaction_client/PlatformAuthInteractionClient.mjs +1 -1
- package/dist/interaction_client/PopupClient.mjs +1 -1
- package/dist/interaction_client/RedirectClient.mjs +1 -1
- package/dist/interaction_client/SilentAuthCodeClient.mjs +1 -1
- package/dist/interaction_client/SilentCacheClient.mjs +1 -1
- package/dist/interaction_client/SilentIframeClient.d.ts +7 -0
- package/dist/interaction_client/SilentIframeClient.d.ts.map +1 -1
- package/dist/interaction_client/SilentIframeClient.mjs +49 -3
- package/dist/interaction_client/SilentIframeClient.mjs.map +1 -1
- package/dist/interaction_client/SilentRefreshClient.mjs +1 -1
- package/dist/interaction_client/StandardInteractionClient.mjs +1 -1
- package/dist/interaction_handler/InteractionHandler.mjs +1 -1
- package/dist/interaction_handler/SilentHandler.mjs +1 -1
- package/dist/naa/BridgeError.mjs +1 -1
- package/dist/naa/BridgeProxy.mjs +1 -1
- package/dist/naa/BridgeStatusCode.mjs +1 -1
- package/dist/naa/mapping/NestedAppAuthAdapter.mjs +1 -1
- package/dist/navigation/NavigationClient.mjs +1 -1
- package/dist/network/FetchClient.mjs +1 -1
- package/dist/operatingcontext/BaseOperatingContext.mjs +1 -1
- package/dist/operatingcontext/NestedAppOperatingContext.mjs +1 -1
- package/dist/operatingcontext/StandardOperatingContext.mjs +1 -1
- package/dist/operatingcontext/UnknownOperatingContext.mjs +1 -1
- package/dist/packageMetadata.d.ts +1 -1
- package/dist/packageMetadata.mjs +2 -2
- package/dist/protocol/Authorize.mjs +1 -1
- package/dist/request/RequestHelpers.mjs +1 -1
- package/dist/response/ResponseHandler.mjs +1 -1
- package/dist/telemetry/BrowserPerformanceClient.mjs +1 -1
- package/dist/telemetry/BrowserPerformanceMeasurement.mjs +1 -1
- package/dist/utils/BrowserConstants.mjs +1 -1
- package/dist/utils/BrowserProtocolUtils.mjs +1 -1
- package/dist/utils/BrowserUtils.mjs +1 -1
- package/dist/utils/Helpers.mjs +1 -1
- package/dist/utils/MsalFrameStatsUtils.mjs +1 -1
- package/lib/custom-auth-path/msal-custom-auth.cjs +213 -68
- package/lib/custom-auth-path/msal-custom-auth.cjs.map +1 -1
- package/lib/custom-auth-path/msal-custom-auth.js +213 -68
- package/lib/custom-auth-path/msal-custom-auth.js.map +1 -1
- package/lib/custom-auth-path/types/config/Configuration.d.ts +7 -0
- package/lib/custom-auth-path/types/config/Configuration.d.ts.map +1 -1
- package/lib/custom-auth-path/types/controllers/StandardController.d.ts +9 -0
- package/lib/custom-auth-path/types/controllers/StandardController.d.ts.map +1 -1
- package/lib/custom-auth-path/types/custom_auth/CustomAuthConstants.d.ts +1 -1
- package/lib/custom-auth-path/types/interaction_client/SilentIframeClient.d.ts +7 -0
- package/lib/custom-auth-path/types/interaction_client/SilentIframeClient.d.ts.map +1 -1
- package/lib/custom-auth-path/types/packageMetadata.d.ts +1 -1
- package/lib/msal-browser.cjs +221 -70
- package/lib/msal-browser.cjs.map +1 -1
- package/lib/msal-browser.js +221 -70
- package/lib/msal-browser.js.map +1 -1
- package/lib/msal-browser.min.js +64 -64
- package/lib/types/config/Configuration.d.ts +7 -0
- package/lib/types/config/Configuration.d.ts.map +1 -1
- package/lib/types/controllers/StandardController.d.ts +9 -0
- package/lib/types/controllers/StandardController.d.ts.map +1 -1
- package/lib/types/custom_auth/CustomAuthConstants.d.ts +1 -1
- package/lib/types/interaction_client/SilentIframeClient.d.ts +7 -0
- package/lib/types/interaction_client/SilentIframeClient.d.ts.map +1 -1
- package/lib/types/packageMetadata.d.ts +1 -1
- package/package.json +2 -2
- package/src/config/Configuration.ts +8 -0
- package/src/controllers/StandardController.ts +92 -0
- package/src/interaction_client/SilentIframeClient.ts +136 -0
- package/src/packageMetadata.ts +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @azure/msal-browser v4.
|
|
1
|
+
/*! @azure/msal-browser v4.29.0 2026-02-23 */
|
|
2
2
|
'use strict';
|
|
3
3
|
(function (global, factory) {
|
|
4
4
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.msalCustomAuth = {}));
|
|
7
7
|
})(this, (function (exports) { 'use strict';
|
|
8
8
|
|
|
9
|
-
/*! @azure/msal-common v15.
|
|
9
|
+
/*! @azure/msal-common v15.15.0 2026-02-23 */
|
|
10
10
|
/*
|
|
11
11
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
12
12
|
* Licensed under the MIT License.
|
|
@@ -280,7 +280,7 @@
|
|
|
280
280
|
// Token renewal offset default in seconds
|
|
281
281
|
const DEFAULT_TOKEN_RENEWAL_OFFSET_SEC = 300;
|
|
282
282
|
|
|
283
|
-
/*! @azure/msal-common v15.
|
|
283
|
+
/*! @azure/msal-common v15.15.0 2026-02-23 */
|
|
284
284
|
/*
|
|
285
285
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
286
286
|
* Licensed under the MIT License.
|
|
@@ -291,7 +291,7 @@
|
|
|
291
291
|
const unexpectedError = "unexpected_error";
|
|
292
292
|
const postRequestFailed$1 = "post_request_failed";
|
|
293
293
|
|
|
294
|
-
/*! @azure/msal-common v15.
|
|
294
|
+
/*! @azure/msal-common v15.15.0 2026-02-23 */
|
|
295
295
|
|
|
296
296
|
/*
|
|
297
297
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -326,7 +326,7 @@
|
|
|
326
326
|
: AuthErrorMessages[code]);
|
|
327
327
|
}
|
|
328
328
|
|
|
329
|
-
/*! @azure/msal-common v15.
|
|
329
|
+
/*! @azure/msal-common v15.15.0 2026-02-23 */
|
|
330
330
|
/*
|
|
331
331
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
332
332
|
* Licensed under the MIT License.
|
|
@@ -377,7 +377,7 @@
|
|
|
377
377
|
const nestedAppAuthBridgeDisabled = "nested_app_auth_bridge_disabled";
|
|
378
378
|
const platformBrokerError = "platform_broker_error";
|
|
379
379
|
|
|
380
|
-
/*! @azure/msal-common v15.
|
|
380
|
+
/*! @azure/msal-common v15.15.0 2026-02-23 */
|
|
381
381
|
|
|
382
382
|
/*
|
|
383
383
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -452,7 +452,7 @@
|
|
|
452
452
|
return new ClientAuthError(errorCode, additionalMessage);
|
|
453
453
|
}
|
|
454
454
|
|
|
455
|
-
/*! @azure/msal-common v15.
|
|
455
|
+
/*! @azure/msal-common v15.15.0 2026-02-23 */
|
|
456
456
|
|
|
457
457
|
/*
|
|
458
458
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -491,7 +491,7 @@
|
|
|
491
491
|
},
|
|
492
492
|
};
|
|
493
493
|
|
|
494
|
-
/*! @azure/msal-common v15.
|
|
494
|
+
/*! @azure/msal-common v15.15.0 2026-02-23 */
|
|
495
495
|
|
|
496
496
|
/*
|
|
497
497
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -682,12 +682,12 @@
|
|
|
682
682
|
}
|
|
683
683
|
}
|
|
684
684
|
|
|
685
|
-
/*! @azure/msal-common v15.
|
|
685
|
+
/*! @azure/msal-common v15.15.0 2026-02-23 */
|
|
686
686
|
/* eslint-disable header/header */
|
|
687
687
|
const name$1 = "@azure/msal-common";
|
|
688
|
-
const version$1 = "15.
|
|
688
|
+
const version$1 = "15.15.0";
|
|
689
689
|
|
|
690
|
-
/*! @azure/msal-common v15.
|
|
690
|
+
/*! @azure/msal-common v15.15.0 2026-02-23 */
|
|
691
691
|
/*
|
|
692
692
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
693
693
|
* Licensed under the MIT License.
|
|
@@ -696,7 +696,7 @@
|
|
|
696
696
|
// AzureCloudInstance is not specified.
|
|
697
697
|
None: "none"};
|
|
698
698
|
|
|
699
|
-
/*! @azure/msal-common v15.
|
|
699
|
+
/*! @azure/msal-common v15.15.0 2026-02-23 */
|
|
700
700
|
/*
|
|
701
701
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
702
702
|
* Licensed under the MIT License.
|
|
@@ -726,7 +726,7 @@
|
|
|
726
726
|
const invalidAuthorizePostBodyParameters = "invalid_authorize_post_body_parameters";
|
|
727
727
|
const invalidPlatformBrokerConfiguration = "invalid_platform_broker_configuration";
|
|
728
728
|
|
|
729
|
-
/*! @azure/msal-common v15.
|
|
729
|
+
/*! @azure/msal-common v15.15.0 2026-02-23 */
|
|
730
730
|
|
|
731
731
|
/*
|
|
732
732
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -772,7 +772,7 @@
|
|
|
772
772
|
return new ClientConfigurationError(errorCode);
|
|
773
773
|
}
|
|
774
774
|
|
|
775
|
-
/*! @azure/msal-common v15.
|
|
775
|
+
/*! @azure/msal-common v15.15.0 2026-02-23 */
|
|
776
776
|
/*
|
|
777
777
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
778
778
|
* Licensed under the MIT License.
|
|
@@ -869,7 +869,7 @@
|
|
|
869
869
|
}
|
|
870
870
|
}
|
|
871
871
|
|
|
872
|
-
/*! @azure/msal-common v15.
|
|
872
|
+
/*! @azure/msal-common v15.15.0 2026-02-23 */
|
|
873
873
|
|
|
874
874
|
/*
|
|
875
875
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1064,7 +1064,7 @@
|
|
|
1064
1064
|
}
|
|
1065
1065
|
}
|
|
1066
1066
|
|
|
1067
|
-
/*! @azure/msal-common v15.
|
|
1067
|
+
/*! @azure/msal-common v15.15.0 2026-02-23 */
|
|
1068
1068
|
|
|
1069
1069
|
/*
|
|
1070
1070
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1104,7 +1104,7 @@
|
|
|
1104
1104
|
};
|
|
1105
1105
|
}
|
|
1106
1106
|
|
|
1107
|
-
/*! @azure/msal-common v15.
|
|
1107
|
+
/*! @azure/msal-common v15.15.0 2026-02-23 */
|
|
1108
1108
|
/*
|
|
1109
1109
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
1110
1110
|
* Licensed under the MIT License.
|
|
@@ -1186,7 +1186,7 @@
|
|
|
1186
1186
|
return updatedAccountInfo;
|
|
1187
1187
|
}
|
|
1188
1188
|
|
|
1189
|
-
/*! @azure/msal-common v15.
|
|
1189
|
+
/*! @azure/msal-common v15.15.0 2026-02-23 */
|
|
1190
1190
|
/*
|
|
1191
1191
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
1192
1192
|
* Licensed under the MIT License.
|
|
@@ -1201,7 +1201,7 @@
|
|
|
1201
1201
|
Ciam: 3,
|
|
1202
1202
|
};
|
|
1203
1203
|
|
|
1204
|
-
/*! @azure/msal-common v15.
|
|
1204
|
+
/*! @azure/msal-common v15.15.0 2026-02-23 */
|
|
1205
1205
|
/*
|
|
1206
1206
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
1207
1207
|
* Licensed under the MIT License.
|
|
@@ -1223,7 +1223,7 @@
|
|
|
1223
1223
|
return null;
|
|
1224
1224
|
}
|
|
1225
1225
|
|
|
1226
|
-
/*! @azure/msal-common v15.
|
|
1226
|
+
/*! @azure/msal-common v15.15.0 2026-02-23 */
|
|
1227
1227
|
/*
|
|
1228
1228
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
1229
1229
|
* Licensed under the MIT License.
|
|
@@ -1247,7 +1247,7 @@
|
|
|
1247
1247
|
EAR: "EAR",
|
|
1248
1248
|
};
|
|
1249
1249
|
|
|
1250
|
-
/*! @azure/msal-common v15.
|
|
1250
|
+
/*! @azure/msal-common v15.15.0 2026-02-23 */
|
|
1251
1251
|
|
|
1252
1252
|
/*
|
|
1253
1253
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1482,7 +1482,7 @@
|
|
|
1482
1482
|
}
|
|
1483
1483
|
}
|
|
1484
1484
|
|
|
1485
|
-
/*! @azure/msal-common v15.
|
|
1485
|
+
/*! @azure/msal-common v15.15.0 2026-02-23 */
|
|
1486
1486
|
|
|
1487
1487
|
/*
|
|
1488
1488
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1563,7 +1563,7 @@
|
|
|
1563
1563
|
}
|
|
1564
1564
|
}
|
|
1565
1565
|
|
|
1566
|
-
/*! @azure/msal-common v15.
|
|
1566
|
+
/*! @azure/msal-common v15.15.0 2026-02-23 */
|
|
1567
1567
|
|
|
1568
1568
|
/*
|
|
1569
1569
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1679,7 +1679,7 @@
|
|
|
1679
1679
|
}
|
|
1680
1680
|
}
|
|
1681
1681
|
|
|
1682
|
-
/*! @azure/msal-common v15.
|
|
1682
|
+
/*! @azure/msal-common v15.15.0 2026-02-23 */
|
|
1683
1683
|
|
|
1684
1684
|
/*
|
|
1685
1685
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1843,7 +1843,7 @@
|
|
|
1843
1843
|
}
|
|
1844
1844
|
}
|
|
1845
1845
|
|
|
1846
|
-
/*! @azure/msal-common v15.
|
|
1846
|
+
/*! @azure/msal-common v15.15.0 2026-02-23 */
|
|
1847
1847
|
|
|
1848
1848
|
/*
|
|
1849
1849
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -2018,7 +2018,7 @@
|
|
|
2018
2018
|
return null;
|
|
2019
2019
|
}
|
|
2020
2020
|
|
|
2021
|
-
/*! @azure/msal-common v15.
|
|
2021
|
+
/*! @azure/msal-common v15.15.0 2026-02-23 */
|
|
2022
2022
|
/*
|
|
2023
2023
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
2024
2024
|
* Licensed under the MIT License.
|
|
@@ -2026,7 +2026,7 @@
|
|
|
2026
2026
|
const cacheQuotaExceeded = "cache_quota_exceeded";
|
|
2027
2027
|
const cacheErrorUnknown = "cache_error_unknown";
|
|
2028
2028
|
|
|
2029
|
-
/*! @azure/msal-common v15.
|
|
2029
|
+
/*! @azure/msal-common v15.15.0 2026-02-23 */
|
|
2030
2030
|
|
|
2031
2031
|
/*
|
|
2032
2032
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -2071,7 +2071,7 @@
|
|
|
2071
2071
|
}
|
|
2072
2072
|
}
|
|
2073
2073
|
|
|
2074
|
-
/*! @azure/msal-common v15.
|
|
2074
|
+
/*! @azure/msal-common v15.15.0 2026-02-23 */
|
|
2075
2075
|
|
|
2076
2076
|
/*
|
|
2077
2077
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -3181,7 +3181,7 @@
|
|
|
3181
3181
|
}
|
|
3182
3182
|
}
|
|
3183
3183
|
|
|
3184
|
-
/*! @azure/msal-common v15.
|
|
3184
|
+
/*! @azure/msal-common v15.15.0 2026-02-23 */
|
|
3185
3185
|
/*
|
|
3186
3186
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3187
3187
|
* Licensed under the MIT License.
|
|
@@ -3443,6 +3443,11 @@
|
|
|
3443
3443
|
LoadIdToken: "loadIdToken",
|
|
3444
3444
|
LoadAccessToken: "loadAccessToken",
|
|
3445
3445
|
LoadRefreshToken: "loadRefreshToken",
|
|
3446
|
+
/**
|
|
3447
|
+
* SSO capability verification call (msal-browser).
|
|
3448
|
+
* Fire-and-forget SSO verification call made after interactive authentication completes.
|
|
3449
|
+
*/
|
|
3450
|
+
SsoCapable: "ssoCapable",
|
|
3446
3451
|
};
|
|
3447
3452
|
/**
|
|
3448
3453
|
* State of the performance event.
|
|
@@ -3453,7 +3458,7 @@
|
|
|
3453
3458
|
const PerformanceEventStatus = {
|
|
3454
3459
|
InProgress: 1};
|
|
3455
3460
|
|
|
3456
|
-
/*! @azure/msal-common v15.
|
|
3461
|
+
/*! @azure/msal-common v15.15.0 2026-02-23 */
|
|
3457
3462
|
|
|
3458
3463
|
/*
|
|
3459
3464
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -3532,7 +3537,7 @@
|
|
|
3532
3537
|
}
|
|
3533
3538
|
}
|
|
3534
3539
|
|
|
3535
|
-
/*! @azure/msal-common v15.
|
|
3540
|
+
/*! @azure/msal-common v15.15.0 2026-02-23 */
|
|
3536
3541
|
|
|
3537
3542
|
/*
|
|
3538
3543
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -3632,7 +3637,7 @@
|
|
|
3632
3637
|
return (config.authOptions.authority.options.protocolMode === ProtocolMode.OIDC);
|
|
3633
3638
|
}
|
|
3634
3639
|
|
|
3635
|
-
/*! @azure/msal-common v15.
|
|
3640
|
+
/*! @azure/msal-common v15.15.0 2026-02-23 */
|
|
3636
3641
|
/*
|
|
3637
3642
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3638
3643
|
* Licensed under the MIT License.
|
|
@@ -3642,7 +3647,7 @@
|
|
|
3642
3647
|
UPN: "UPN",
|
|
3643
3648
|
};
|
|
3644
3649
|
|
|
3645
|
-
/*! @azure/msal-common v15.
|
|
3650
|
+
/*! @azure/msal-common v15.15.0 2026-02-23 */
|
|
3646
3651
|
/*
|
|
3647
3652
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3648
3653
|
* Licensed under the MIT License.
|
|
@@ -3692,7 +3697,7 @@
|
|
|
3692
3697
|
const EAR_JWK = "ear_jwk";
|
|
3693
3698
|
const EAR_JWE_CRYPTO = "ear_jwe_crypto";
|
|
3694
3699
|
|
|
3695
|
-
/*! @azure/msal-common v15.
|
|
3700
|
+
/*! @azure/msal-common v15.15.0 2026-02-23 */
|
|
3696
3701
|
|
|
3697
3702
|
/*
|
|
3698
3703
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4072,7 +4077,7 @@
|
|
|
4072
4077
|
});
|
|
4073
4078
|
}
|
|
4074
4079
|
|
|
4075
|
-
/*! @azure/msal-common v15.
|
|
4080
|
+
/*! @azure/msal-common v15.15.0 2026-02-23 */
|
|
4076
4081
|
/*
|
|
4077
4082
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4078
4083
|
* Licensed under the MIT License.
|
|
@@ -4084,7 +4089,7 @@
|
|
|
4084
4089
|
response.hasOwnProperty("jwks_uri"));
|
|
4085
4090
|
}
|
|
4086
4091
|
|
|
4087
|
-
/*! @azure/msal-common v15.
|
|
4092
|
+
/*! @azure/msal-common v15.15.0 2026-02-23 */
|
|
4088
4093
|
/*
|
|
4089
4094
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4090
4095
|
* Licensed under the MIT License.
|
|
@@ -4094,7 +4099,7 @@
|
|
|
4094
4099
|
response.hasOwnProperty("metadata"));
|
|
4095
4100
|
}
|
|
4096
4101
|
|
|
4097
|
-
/*! @azure/msal-common v15.
|
|
4102
|
+
/*! @azure/msal-common v15.15.0 2026-02-23 */
|
|
4098
4103
|
/*
|
|
4099
4104
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4100
4105
|
* Licensed under the MIT License.
|
|
@@ -4104,7 +4109,7 @@
|
|
|
4104
4109
|
response.hasOwnProperty("error_description"));
|
|
4105
4110
|
}
|
|
4106
4111
|
|
|
4107
|
-
/*! @azure/msal-common v15.
|
|
4112
|
+
/*! @azure/msal-common v15.15.0 2026-02-23 */
|
|
4108
4113
|
/*
|
|
4109
4114
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4110
4115
|
* Licensed under the MIT License.
|
|
@@ -4200,7 +4205,7 @@
|
|
|
4200
4205
|
};
|
|
4201
4206
|
};
|
|
4202
4207
|
|
|
4203
|
-
/*! @azure/msal-common v15.
|
|
4208
|
+
/*! @azure/msal-common v15.15.0 2026-02-23 */
|
|
4204
4209
|
|
|
4205
4210
|
/*
|
|
4206
4211
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4306,7 +4311,7 @@
|
|
|
4306
4311
|
},
|
|
4307
4312
|
};
|
|
4308
4313
|
|
|
4309
|
-
/*! @azure/msal-common v15.
|
|
4314
|
+
/*! @azure/msal-common v15.15.0 2026-02-23 */
|
|
4310
4315
|
/*
|
|
4311
4316
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4312
4317
|
* Licensed under the MIT License.
|
|
@@ -4371,7 +4376,7 @@
|
|
|
4371
4376
|
return cachedAtSec > nowSeconds();
|
|
4372
4377
|
}
|
|
4373
4378
|
|
|
4374
|
-
/*! @azure/msal-common v15.
|
|
4379
|
+
/*! @azure/msal-common v15.15.0 2026-02-23 */
|
|
4375
4380
|
|
|
4376
4381
|
/*
|
|
4377
4382
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4633,7 +4638,7 @@
|
|
|
4633
4638
|
return metadata.expiresAt <= nowSeconds();
|
|
4634
4639
|
}
|
|
4635
4640
|
|
|
4636
|
-
/*! @azure/msal-common v15.
|
|
4641
|
+
/*! @azure/msal-common v15.15.0 2026-02-23 */
|
|
4637
4642
|
|
|
4638
4643
|
/*
|
|
4639
4644
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -5472,7 +5477,7 @@
|
|
|
5472
5477
|
};
|
|
5473
5478
|
}
|
|
5474
5479
|
|
|
5475
|
-
/*! @azure/msal-common v15.
|
|
5480
|
+
/*! @azure/msal-common v15.15.0 2026-02-23 */
|
|
5476
5481
|
|
|
5477
5482
|
/*
|
|
5478
5483
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -5503,7 +5508,7 @@
|
|
|
5503
5508
|
}
|
|
5504
5509
|
}
|
|
5505
5510
|
|
|
5506
|
-
/*! @azure/msal-common v15.
|
|
5511
|
+
/*! @azure/msal-common v15.15.0 2026-02-23 */
|
|
5507
5512
|
|
|
5508
5513
|
/*
|
|
5509
5514
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -5522,7 +5527,7 @@
|
|
|
5522
5527
|
}
|
|
5523
5528
|
}
|
|
5524
5529
|
|
|
5525
|
-
/*! @azure/msal-common v15.
|
|
5530
|
+
/*! @azure/msal-common v15.15.0 2026-02-23 */
|
|
5526
5531
|
/*
|
|
5527
5532
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
5528
5533
|
* Licensed under the MIT License.
|
|
@@ -5543,7 +5548,7 @@
|
|
|
5543
5548
|
};
|
|
5544
5549
|
}
|
|
5545
5550
|
|
|
5546
|
-
/*! @azure/msal-common v15.
|
|
5551
|
+
/*! @azure/msal-common v15.15.0 2026-02-23 */
|
|
5547
5552
|
|
|
5548
5553
|
/*
|
|
5549
5554
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -5630,7 +5635,7 @@
|
|
|
5630
5635
|
}
|
|
5631
5636
|
}
|
|
5632
5637
|
|
|
5633
|
-
/*! @azure/msal-common v15.
|
|
5638
|
+
/*! @azure/msal-common v15.15.0 2026-02-23 */
|
|
5634
5639
|
|
|
5635
5640
|
/*
|
|
5636
5641
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -5661,7 +5666,7 @@
|
|
|
5661
5666
|
return new NetworkError(error, httpStatus, responseHeaders);
|
|
5662
5667
|
}
|
|
5663
5668
|
|
|
5664
|
-
/*! @azure/msal-common v15.
|
|
5669
|
+
/*! @azure/msal-common v15.15.0 2026-02-23 */
|
|
5665
5670
|
|
|
5666
5671
|
/*
|
|
5667
5672
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -5809,23 +5814,58 @@
|
|
|
5809
5814
|
}
|
|
5810
5815
|
}
|
|
5811
5816
|
|
|
5812
|
-
/*! @azure/msal-common v15.
|
|
5817
|
+
/*! @azure/msal-common v15.15.0 2026-02-23 */
|
|
5813
5818
|
/*
|
|
5814
5819
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
5815
5820
|
* Licensed under the MIT License.
|
|
5816
5821
|
*/
|
|
5817
|
-
|
|
5822
|
+
/**
|
|
5823
|
+
* MSAL-defined interaction required error code indicating no tokens are found in cache.
|
|
5824
|
+
* @public
|
|
5825
|
+
*/
|
|
5818
5826
|
const noTokensFound = "no_tokens_found";
|
|
5827
|
+
/**
|
|
5828
|
+
* MSAL-defined error code indicating a native account is unavailable on the platform.
|
|
5829
|
+
* @public
|
|
5830
|
+
*/
|
|
5819
5831
|
const nativeAccountUnavailable = "native_account_unavailable";
|
|
5832
|
+
/**
|
|
5833
|
+
* MSAL-defined error code indicating the refresh token has expired and user interaction is needed.
|
|
5834
|
+
* @public
|
|
5835
|
+
*/
|
|
5820
5836
|
const refreshTokenExpired = "refresh_token_expired";
|
|
5837
|
+
/**
|
|
5838
|
+
* MSAL-defined error code indicating UI/UX is not allowed (e.g., blocked by policy), requiring alternate interaction.
|
|
5839
|
+
* @public
|
|
5840
|
+
*/
|
|
5821
5841
|
const uxNotAllowed = "ux_not_allowed";
|
|
5822
|
-
|
|
5842
|
+
/**
|
|
5843
|
+
* Server-originated error code indicating interaction is required to complete the request.
|
|
5844
|
+
* @public
|
|
5845
|
+
*/
|
|
5823
5846
|
const interactionRequired = "interaction_required";
|
|
5847
|
+
/**
|
|
5848
|
+
* Server-originated error code indicating user consent is required.
|
|
5849
|
+
* @public
|
|
5850
|
+
*/
|
|
5824
5851
|
const consentRequired = "consent_required";
|
|
5852
|
+
/**
|
|
5853
|
+
* Server-originated error code indicating user login is required.
|
|
5854
|
+
* @public
|
|
5855
|
+
*/
|
|
5825
5856
|
const loginRequired = "login_required";
|
|
5826
|
-
|
|
5857
|
+
/**
|
|
5858
|
+
* Server-originated error code indicating the token is invalid or corrupted.
|
|
5859
|
+
* @public
|
|
5860
|
+
*/
|
|
5861
|
+
const badToken = "bad_token";
|
|
5862
|
+
/**
|
|
5863
|
+
* Server-originated error code indicating the user was interrupted and must reattempt the flow.
|
|
5864
|
+
* @public
|
|
5865
|
+
*/
|
|
5866
|
+
const interruptedUser = "interrupted_user";
|
|
5827
5867
|
|
|
5828
|
-
/*! @azure/msal-common v15.
|
|
5868
|
+
/*! @azure/msal-common v15.15.0 2026-02-23 */
|
|
5829
5869
|
|
|
5830
5870
|
/*
|
|
5831
5871
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -5840,6 +5880,7 @@
|
|
|
5840
5880
|
loginRequired,
|
|
5841
5881
|
badToken,
|
|
5842
5882
|
uxNotAllowed,
|
|
5883
|
+
interruptedUser,
|
|
5843
5884
|
];
|
|
5844
5885
|
const InteractionRequiredAuthSubErrorMessage = [
|
|
5845
5886
|
"message_only",
|
|
@@ -5848,6 +5889,7 @@
|
|
|
5848
5889
|
"user_password_expired",
|
|
5849
5890
|
"consent_required",
|
|
5850
5891
|
"bad_token",
|
|
5892
|
+
"interrupted_user",
|
|
5851
5893
|
];
|
|
5852
5894
|
const InteractionRequiredAuthErrorMessages = {
|
|
5853
5895
|
[noTokensFound]: "No refresh token found in the cache. Please sign-in.",
|
|
@@ -5855,6 +5897,7 @@
|
|
|
5855
5897
|
[refreshTokenExpired]: "Refresh token has expired.",
|
|
5856
5898
|
[badToken]: "Identity provider returned bad_token due to an expired or invalid refresh token. Please invoke an interactive API to resolve.",
|
|
5857
5899
|
[uxNotAllowed]: "`canShowUI` flag in Edge was set to false. User interaction required on web page. Please invoke an interactive API to resolve.",
|
|
5900
|
+
[interruptedUser]: "The user could not be authenticated due to an interrupted state. Please invoke an interactive API to resolve.",
|
|
5858
5901
|
};
|
|
5859
5902
|
/**
|
|
5860
5903
|
* Error thrown when user interaction is required.
|
|
@@ -5897,7 +5940,7 @@
|
|
|
5897
5940
|
return new InteractionRequiredAuthError(errorCode, InteractionRequiredAuthErrorMessages[errorCode]);
|
|
5898
5941
|
}
|
|
5899
5942
|
|
|
5900
|
-
/*! @azure/msal-common v15.
|
|
5943
|
+
/*! @azure/msal-common v15.15.0 2026-02-23 */
|
|
5901
5944
|
|
|
5902
5945
|
/*
|
|
5903
5946
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -5969,7 +6012,7 @@
|
|
|
5969
6012
|
}
|
|
5970
6013
|
}
|
|
5971
6014
|
|
|
5972
|
-
/*! @azure/msal-common v15.
|
|
6015
|
+
/*! @azure/msal-common v15.15.0 2026-02-23 */
|
|
5973
6016
|
|
|
5974
6017
|
/*
|
|
5975
6018
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6051,7 +6094,7 @@
|
|
|
6051
6094
|
}
|
|
6052
6095
|
}
|
|
6053
6096
|
|
|
6054
|
-
/*! @azure/msal-common v15.
|
|
6097
|
+
/*! @azure/msal-common v15.15.0 2026-02-23 */
|
|
6055
6098
|
/*
|
|
6056
6099
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
6057
6100
|
* Licensed under the MIT License.
|
|
@@ -6078,7 +6121,7 @@
|
|
|
6078
6121
|
}
|
|
6079
6122
|
}
|
|
6080
6123
|
|
|
6081
|
-
/*! @azure/msal-common v15.
|
|
6124
|
+
/*! @azure/msal-common v15.15.0 2026-02-23 */
|
|
6082
6125
|
|
|
6083
6126
|
/*
|
|
6084
6127
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6417,7 +6460,7 @@
|
|
|
6417
6460
|
return baseAccount;
|
|
6418
6461
|
}
|
|
6419
6462
|
|
|
6420
|
-
/*! @azure/msal-common v15.
|
|
6463
|
+
/*! @azure/msal-common v15.15.0 2026-02-23 */
|
|
6421
6464
|
/*
|
|
6422
6465
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
6423
6466
|
* Licensed under the MIT License.
|
|
@@ -6435,7 +6478,7 @@
|
|
|
6435
6478
|
}
|
|
6436
6479
|
}
|
|
6437
6480
|
|
|
6438
|
-
/*! @azure/msal-common v15.
|
|
6481
|
+
/*! @azure/msal-common v15.15.0 2026-02-23 */
|
|
6439
6482
|
|
|
6440
6483
|
/*
|
|
6441
6484
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6671,7 +6714,7 @@
|
|
|
6671
6714
|
}
|
|
6672
6715
|
}
|
|
6673
6716
|
|
|
6674
|
-
/*! @azure/msal-common v15.
|
|
6717
|
+
/*! @azure/msal-common v15.15.0 2026-02-23 */
|
|
6675
6718
|
|
|
6676
6719
|
/*
|
|
6677
6720
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6883,7 +6926,7 @@
|
|
|
6883
6926
|
}
|
|
6884
6927
|
}
|
|
6885
6928
|
|
|
6886
|
-
/*! @azure/msal-common v15.
|
|
6929
|
+
/*! @azure/msal-common v15.15.0 2026-02-23 */
|
|
6887
6930
|
|
|
6888
6931
|
/*
|
|
6889
6932
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6981,7 +7024,7 @@
|
|
|
6981
7024
|
}
|
|
6982
7025
|
}
|
|
6983
7026
|
|
|
6984
|
-
/*! @azure/msal-common v15.
|
|
7027
|
+
/*! @azure/msal-common v15.15.0 2026-02-23 */
|
|
6985
7028
|
|
|
6986
7029
|
/*
|
|
6987
7030
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6996,7 +7039,7 @@
|
|
|
6996
7039
|
},
|
|
6997
7040
|
};
|
|
6998
7041
|
|
|
6999
|
-
/*! @azure/msal-common v15.
|
|
7042
|
+
/*! @azure/msal-common v15.15.0 2026-02-23 */
|
|
7000
7043
|
|
|
7001
7044
|
/*
|
|
7002
7045
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7220,7 +7263,7 @@
|
|
|
7220
7263
|
return account.loginHint || account.idTokenClaims?.login_hint || null;
|
|
7221
7264
|
}
|
|
7222
7265
|
|
|
7223
|
-
/*! @azure/msal-common v15.
|
|
7266
|
+
/*! @azure/msal-common v15.15.0 2026-02-23 */
|
|
7224
7267
|
|
|
7225
7268
|
/*
|
|
7226
7269
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7483,7 +7526,7 @@
|
|
|
7483
7526
|
}
|
|
7484
7527
|
}
|
|
7485
7528
|
|
|
7486
|
-
/*! @azure/msal-common v15.
|
|
7529
|
+
/*! @azure/msal-common v15.15.0 2026-02-23 */
|
|
7487
7530
|
/*
|
|
7488
7531
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
7489
7532
|
* Licensed under the MIT License.
|
|
@@ -7491,7 +7534,7 @@
|
|
|
7491
7534
|
const missingKidError = "missing_kid_error";
|
|
7492
7535
|
const missingAlgError = "missing_alg_error";
|
|
7493
7536
|
|
|
7494
|
-
/*! @azure/msal-common v15.
|
|
7537
|
+
/*! @azure/msal-common v15.15.0 2026-02-23 */
|
|
7495
7538
|
|
|
7496
7539
|
/*
|
|
7497
7540
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7516,7 +7559,7 @@
|
|
|
7516
7559
|
return new JoseHeaderError(code, JoseHeaderErrorMessages[code]);
|
|
7517
7560
|
}
|
|
7518
7561
|
|
|
7519
|
-
/*! @azure/msal-common v15.
|
|
7562
|
+
/*! @azure/msal-common v15.15.0 2026-02-23 */
|
|
7520
7563
|
|
|
7521
7564
|
/*
|
|
7522
7565
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7951,7 +7994,7 @@
|
|
|
7951
7994
|
|
|
7952
7995
|
/* eslint-disable header/header */
|
|
7953
7996
|
const name = "@azure/msal-browser";
|
|
7954
|
-
const version = "4.
|
|
7997
|
+
const version = "4.29.0";
|
|
7955
7998
|
|
|
7956
7999
|
/*
|
|
7957
8000
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -17806,6 +17849,7 @@
|
|
|
17806
17849
|
supportsNestedAppAuth: false,
|
|
17807
17850
|
instanceAware: false,
|
|
17808
17851
|
encodeExtraQueryParams: false,
|
|
17852
|
+
verifySSO: false,
|
|
17809
17853
|
};
|
|
17810
17854
|
// Default cache options for browser
|
|
17811
17855
|
const DEFAULT_CACHE_OPTIONS = {
|
|
@@ -19565,6 +19609,52 @@
|
|
|
19565
19609
|
return invokeAsync(handleResponseEAR, PerformanceEvents.HandleResponseEar, this.logger, this.performanceClient, correlationId)(silentRequest, serverParams, this.apiId, this.config, discoveredAuthority, this.browserStorage, this.nativeStorage, this.eventHandler, this.logger, this.performanceClient, this.platformAuthProvider);
|
|
19566
19610
|
}
|
|
19567
19611
|
}
|
|
19612
|
+
/**
|
|
19613
|
+
* Verifies SSO capability by making an iframe request to /authorize without exchanging the code for tokens.
|
|
19614
|
+
* This is useful for verifying SSO capability in the background without the overhead of a full token exchange.
|
|
19615
|
+
* @param request - The SSO silent request
|
|
19616
|
+
* @returns true if SSO verification was successful with a valid authorization code, false otherwise
|
|
19617
|
+
*/
|
|
19618
|
+
async verifySso(request) {
|
|
19619
|
+
this.performanceClient.addQueueMeasurement(PerformanceEvents.SilentIframeClientAcquireToken, request.correlationId);
|
|
19620
|
+
const inputRequest = { ...request };
|
|
19621
|
+
if (!inputRequest.prompt) {
|
|
19622
|
+
inputRequest.prompt = PromptValue.NONE;
|
|
19623
|
+
}
|
|
19624
|
+
// Create silent request
|
|
19625
|
+
const silentRequest = await invokeAsync(this.initializeAuthorizationRequest.bind(this), PerformanceEvents.StandardInteractionClientInitializeAuthorizationRequest, this.logger, this.performanceClient, request.correlationId)(inputRequest, InteractionType.Silent);
|
|
19626
|
+
const authClient = await invokeAsync(this.createAuthCodeClient.bind(this), PerformanceEvents.StandardInteractionClientCreateAuthCodeClient, this.logger, this.performanceClient, request.correlationId)({
|
|
19627
|
+
serverTelemetryManager: this.initializeServerTelemetryManager(this.apiId),
|
|
19628
|
+
requestAuthority: silentRequest.authority,
|
|
19629
|
+
requestAzureCloudOptions: silentRequest.azureCloudOptions,
|
|
19630
|
+
requestExtraQueryParameters: silentRequest.extraQueryParameters,
|
|
19631
|
+
account: silentRequest.account,
|
|
19632
|
+
});
|
|
19633
|
+
const correlationId = silentRequest.correlationId;
|
|
19634
|
+
const pkceCodes = await invokeAsync(generatePkceCodes, PerformanceEvents.GeneratePkceCodes, this.logger, this.performanceClient, correlationId)(this.performanceClient, this.logger, correlationId);
|
|
19635
|
+
const requestWithPkce = {
|
|
19636
|
+
...silentRequest,
|
|
19637
|
+
codeChallenge: pkceCodes.challenge,
|
|
19638
|
+
};
|
|
19639
|
+
// Create authorize request url
|
|
19640
|
+
const navigateUrl = await invokeAsync(getAuthCodeRequestUrl, PerformanceEvents.GetAuthCodeUrl, this.logger, this.performanceClient, correlationId)(this.config, authClient.authority, requestWithPkce, this.logger, this.performanceClient);
|
|
19641
|
+
// Get the frame handle for the silent request - this triggers the SSO verification
|
|
19642
|
+
const msalFrame = await invokeAsync(initiateCodeRequest, PerformanceEvents.SilentHandlerInitiateAuthRequest, this.logger, this.performanceClient, correlationId)(navigateUrl, this.performanceClient, this.logger, correlationId, this.config.system.navigateFrameWait);
|
|
19643
|
+
const responseType = this.config.auth.OIDCOptions.serverResponseType;
|
|
19644
|
+
// Monitor the iframe for the response
|
|
19645
|
+
const responseString = await invokeAsync(monitorIframeForHash, PerformanceEvents.SilentHandlerMonitorIframeForHash, this.logger, this.performanceClient, correlationId)(msalFrame, this.config.system.iframeHashTimeout, this.config.system.pollIntervalMilliseconds, this.performanceClient, this.logger, correlationId, responseType);
|
|
19646
|
+
// Deserialize the response
|
|
19647
|
+
const serverParams = invoke(deserializeResponse, PerformanceEvents.DeserializeResponse, this.logger, this.performanceClient, correlationId)(responseString, responseType, this.logger);
|
|
19648
|
+
// Validate the response - this checks for errors and validates state
|
|
19649
|
+
validateAuthorizationResponse(serverParams, silentRequest.state);
|
|
19650
|
+
// Verify a valid authorization code is present
|
|
19651
|
+
if (!serverParams.code) {
|
|
19652
|
+
this.logger.warning("SSO verification response did not contain an authorization code", correlationId);
|
|
19653
|
+
return false;
|
|
19654
|
+
}
|
|
19655
|
+
this.logger.verbose("SSO verification completed successfully with valid authorization code - skipped token exchange", correlationId);
|
|
19656
|
+
return true;
|
|
19657
|
+
}
|
|
19568
19658
|
/**
|
|
19569
19659
|
* Currently Unsupported
|
|
19570
19660
|
*/
|
|
@@ -20215,6 +20305,8 @@
|
|
|
20215
20305
|
rootMeasurement.end({
|
|
20216
20306
|
success: true,
|
|
20217
20307
|
}, undefined, result.account);
|
|
20308
|
+
// Fire-and-forget SSO capability verification in background
|
|
20309
|
+
this.verifySsoCapability(result.account, InteractionType.Redirect);
|
|
20218
20310
|
}
|
|
20219
20311
|
else {
|
|
20220
20312
|
/*
|
|
@@ -20447,6 +20539,8 @@
|
|
|
20447
20539
|
accessTokenSize: result.accessToken.length,
|
|
20448
20540
|
idTokenSize: result.idToken.length,
|
|
20449
20541
|
}, undefined, result.account);
|
|
20542
|
+
// SSO capability verification in background
|
|
20543
|
+
this.verifySsoCapability(result.account, InteractionType.Popup);
|
|
20450
20544
|
return result;
|
|
20451
20545
|
})
|
|
20452
20546
|
.catch((e) => {
|
|
@@ -20480,6 +20574,53 @@
|
|
|
20480
20574
|
visibilityChangeCount: 1,
|
|
20481
20575
|
});
|
|
20482
20576
|
}
|
|
20577
|
+
/**
|
|
20578
|
+
* SSO capability verification in the background.
|
|
20579
|
+
* This method makes an iframe request to /authorize to verify SSO capability without calling /token.
|
|
20580
|
+
* This method does not block the caller and tracks telemetry for success/failure.
|
|
20581
|
+
* This method only executes if verifySSO is set to true in the auth configuration.
|
|
20582
|
+
* @param account - The account to use for the SSO verification
|
|
20583
|
+
* @param parentApi - The API ID of the parent operation for logging purposes
|
|
20584
|
+
*/
|
|
20585
|
+
verifySsoCapability(account, parentApi) {
|
|
20586
|
+
// Check if SSO capability verification is enabled
|
|
20587
|
+
if (!this.config.auth.verifySSO) {
|
|
20588
|
+
return;
|
|
20589
|
+
}
|
|
20590
|
+
const correlationId = this.browserCrypto.createNewGuid();
|
|
20591
|
+
const ssoCapableMeasurement = this.performanceClient.startMeasurement(PerformanceEvents.SsoCapable, correlationId);
|
|
20592
|
+
ssoCapableMeasurement.add({
|
|
20593
|
+
parentApi: parentApi,
|
|
20594
|
+
});
|
|
20595
|
+
this.logger.verbose(`SSO capability verification initiated after ${parentApi}`, correlationId);
|
|
20596
|
+
/*
|
|
20597
|
+
* Use setTimeout to ensure this runs in a separate macrotask after the current call stack completes
|
|
20598
|
+
* This ensures the result is returned to the caller before the SSO verification starts and doesn't affect performance
|
|
20599
|
+
*/
|
|
20600
|
+
setTimeout(() => {
|
|
20601
|
+
const ssoVerificationRequest = {
|
|
20602
|
+
account: account,
|
|
20603
|
+
correlationId: correlationId,
|
|
20604
|
+
};
|
|
20605
|
+
const silentIframeClient = this.createSilentIframeClient(correlationId);
|
|
20606
|
+
silentIframeClient
|
|
20607
|
+
.verifySso(ssoVerificationRequest)
|
|
20608
|
+
.then((success) => {
|
|
20609
|
+
this.logger.verbose(`SSO capability verification completed after ${parentApi}, success: ${success}`, correlationId);
|
|
20610
|
+
ssoCapableMeasurement.end({
|
|
20611
|
+
fromCache: false,
|
|
20612
|
+
success: success,
|
|
20613
|
+
}, undefined, account);
|
|
20614
|
+
})
|
|
20615
|
+
.catch((error) => {
|
|
20616
|
+
this.logger.warning(`SSO capability verification failed after ${parentApi}: ${error.message}`, correlationId);
|
|
20617
|
+
ssoCapableMeasurement.end({
|
|
20618
|
+
fromCache: false,
|
|
20619
|
+
success: false,
|
|
20620
|
+
}, error, account);
|
|
20621
|
+
});
|
|
20622
|
+
}, 0);
|
|
20623
|
+
}
|
|
20483
20624
|
// #endregion
|
|
20484
20625
|
// #region Silent Flow
|
|
20485
20626
|
/**
|
|
@@ -21245,6 +21386,10 @@
|
|
|
21245
21386
|
const result = this.acquireTokenSilentNoIframe(silentRequest, cacheLookupPolicy).catch(async (refreshTokenError) => {
|
|
21246
21387
|
const shouldTryToResolveSilently = checkIfRefreshTokenErrorCanBeResolvedSilently(refreshTokenError, cacheLookupPolicy);
|
|
21247
21388
|
if (shouldTryToResolveSilently) {
|
|
21389
|
+
const silentRefreshReason = `${refreshTokenError.errorCode}${refreshTokenError.subError
|
|
21390
|
+
? `|${refreshTokenError.subError}`
|
|
21391
|
+
: ""}`;
|
|
21392
|
+
this.performanceClient.addFields({ silentRefreshReason }, silentRequest.correlationId);
|
|
21248
21393
|
if (!this.activeIframeRequest) {
|
|
21249
21394
|
let _resolve;
|
|
21250
21395
|
// Always set the active request tracker immediately after checking it to prevent races
|