@azure/msal-browser 4.26.0 → 4.26.2
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.mjs +1 -1
- package/dist/controllers/ControllerFactory.mjs +1 -1
- package/dist/controllers/NestedAppAuthController.mjs +1 -1
- package/dist/controllers/StandardController.mjs +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.mjs +1 -1
- package/dist/custom-auth-path/controllers/ControllerFactory.mjs +1 -1
- package/dist/custom-auth-path/controllers/StandardController.mjs +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.d.ts +0 -3
- package/dist/custom-auth-path/custom_auth/core/auth_flow/jit/result/AuthMethodRegistrationChallengeMethodResult.d.ts.map +1 -1
- package/dist/custom-auth-path/custom_auth/core/auth_flow/jit/result/AuthMethodRegistrationChallengeMethodResult.mjs +1 -4
- package/dist/custom-auth-path/custom_auth/core/auth_flow/jit/result/AuthMethodRegistrationChallengeMethodResult.mjs.map +1 -1
- package/dist/custom-auth-path/custom_auth/core/auth_flow/jit/result/AuthMethodRegistrationSubmitChallengeResult.d.ts +0 -2
- package/dist/custom-auth-path/custom_auth/core/auth_flow/jit/result/AuthMethodRegistrationSubmitChallengeResult.d.ts.map +1 -1
- package/dist/custom-auth-path/custom_auth/core/auth_flow/jit/result/AuthMethodRegistrationSubmitChallengeResult.mjs +1 -3
- package/dist/custom-auth-path/custom_auth/core/auth_flow/jit/result/AuthMethodRegistrationSubmitChallengeResult.mjs.map +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.d.ts +0 -7
- package/dist/custom-auth-path/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationState.d.ts.map +1 -1
- package/dist/custom-auth-path/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationState.mjs +3 -10
- package/dist/custom-auth-path/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationState.mjs.map +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.d.ts +0 -2
- package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/result/MfaRequestChallengeResult.d.ts.map +1 -1
- package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/result/MfaRequestChallengeResult.mjs +1 -3
- package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/result/MfaRequestChallengeResult.mjs.map +1 -1
- package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/result/MfaSubmitChallengeResult.d.ts +0 -2
- package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/result/MfaSubmitChallengeResult.d.ts.map +1 -1
- package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/result/MfaSubmitChallengeResult.mjs +1 -3
- package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/result/MfaSubmitChallengeResult.mjs.map +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.d.ts +0 -6
- package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/state/MfaState.d.ts.map +1 -1
- package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/state/MfaState.mjs +1 -7
- package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/state/MfaState.mjs.map +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.d.ts +0 -2
- package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInResult.d.ts.map +1 -1
- package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInResult.mjs +1 -3
- package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInResult.mjs.map +1 -1
- package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInSubmitCodeResult.d.ts +0 -2
- package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInSubmitCodeResult.d.ts.map +1 -1
- package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInSubmitCodeResult.mjs +1 -3
- package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInSubmitCodeResult.mjs.map +1 -1
- package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInSubmitPasswordResult.d.ts +0 -2
- package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInSubmitPasswordResult.d.ts.map +1 -1
- package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInSubmitPasswordResult.mjs +1 -3
- package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInSubmitPasswordResult.mjs.map +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.d.ts +1 -1
- package/dist/custom-auth-path/interaction_client/PopupClient.d.ts.map +1 -1
- package/dist/custom-auth-path/interaction_client/PopupClient.mjs +20 -4
- package/dist/custom-auth-path/interaction_client/PopupClient.mjs.map +1 -1
- package/dist/custom-auth-path/interaction_client/RedirectClient.d.ts.map +1 -1
- package/dist/custom-auth-path/interaction_client/RedirectClient.mjs +4 -2
- package/dist/custom-auth-path/interaction_client/RedirectClient.mjs.map +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.map +1 -1
- package/dist/custom-auth-path/interaction_client/SilentIframeClient.mjs +19 -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.d.ts +3 -1
- package/dist/custom-auth-path/interaction_client/StandardInteractionClient.d.ts.map +1 -1
- package/dist/custom-auth-path/interaction_client/StandardInteractionClient.mjs +8 -7
- package/dist/custom-auth-path/interaction_client/StandardInteractionClient.mjs.map +1 -1
- package/dist/custom-auth-path/interaction_handler/InteractionHandler.mjs +1 -1
- package/dist/custom-auth-path/interaction_handler/SilentHandler.mjs +2 -1
- package/dist/custom-auth-path/interaction_handler/SilentHandler.mjs.map +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.d.ts.map +1 -1
- package/dist/custom-auth-path/protocol/Authorize.mjs +3 -1
- package/dist/custom-auth-path/protocol/Authorize.mjs.map +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/custom_auth/core/auth_flow/jit/result/AuthMethodRegistrationChallengeMethodResult.d.ts +0 -3
- package/dist/custom_auth/core/auth_flow/jit/result/AuthMethodRegistrationChallengeMethodResult.d.ts.map +1 -1
- package/dist/custom_auth/core/auth_flow/jit/result/AuthMethodRegistrationSubmitChallengeResult.d.ts +0 -2
- package/dist/custom_auth/core/auth_flow/jit/result/AuthMethodRegistrationSubmitChallengeResult.d.ts.map +1 -1
- package/dist/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationState.d.ts +0 -7
- package/dist/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationState.d.ts.map +1 -1
- package/dist/custom_auth/core/auth_flow/mfa/result/MfaRequestChallengeResult.d.ts +0 -2
- package/dist/custom_auth/core/auth_flow/mfa/result/MfaRequestChallengeResult.d.ts.map +1 -1
- package/dist/custom_auth/core/auth_flow/mfa/result/MfaSubmitChallengeResult.d.ts +0 -2
- package/dist/custom_auth/core/auth_flow/mfa/result/MfaSubmitChallengeResult.d.ts.map +1 -1
- package/dist/custom_auth/core/auth_flow/mfa/state/MfaState.d.ts +0 -6
- package/dist/custom_auth/core/auth_flow/mfa/state/MfaState.d.ts.map +1 -1
- package/dist/custom_auth/sign_in/auth_flow/result/SignInResult.d.ts +0 -2
- package/dist/custom_auth/sign_in/auth_flow/result/SignInResult.d.ts.map +1 -1
- package/dist/custom_auth/sign_in/auth_flow/result/SignInSubmitCodeResult.d.ts +0 -2
- package/dist/custom_auth/sign_in/auth_flow/result/SignInSubmitCodeResult.d.ts.map +1 -1
- package/dist/custom_auth/sign_in/auth_flow/result/SignInSubmitPasswordResult.d.ts +0 -2
- package/dist/custom_auth/sign_in/auth_flow/result/SignInSubmitPasswordResult.d.ts.map +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.d.ts +1 -1
- package/dist/interaction_client/PopupClient.d.ts.map +1 -1
- package/dist/interaction_client/PopupClient.mjs +20 -4
- package/dist/interaction_client/PopupClient.mjs.map +1 -1
- package/dist/interaction_client/RedirectClient.d.ts.map +1 -1
- package/dist/interaction_client/RedirectClient.mjs +4 -2
- package/dist/interaction_client/RedirectClient.mjs.map +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.map +1 -1
- package/dist/interaction_client/SilentIframeClient.mjs +19 -3
- package/dist/interaction_client/SilentIframeClient.mjs.map +1 -1
- package/dist/interaction_client/SilentRefreshClient.mjs +1 -1
- package/dist/interaction_client/StandardInteractionClient.d.ts +3 -1
- package/dist/interaction_client/StandardInteractionClient.d.ts.map +1 -1
- package/dist/interaction_client/StandardInteractionClient.mjs +8 -7
- package/dist/interaction_client/StandardInteractionClient.mjs.map +1 -1
- package/dist/interaction_handler/InteractionHandler.mjs +1 -1
- package/dist/interaction_handler/SilentHandler.mjs +2 -1
- package/dist/interaction_handler/SilentHandler.mjs.map +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.d.ts.map +1 -1
- package/dist/protocol/Authorize.mjs +3 -1
- package/dist/protocol/Authorize.mjs.map +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 +119 -107
- package/lib/custom-auth-path/msal-custom-auth.cjs.map +1 -1
- package/lib/custom-auth-path/types/custom_auth/CustomAuthConstants.d.ts +1 -1
- package/lib/custom-auth-path/types/custom_auth/core/auth_flow/jit/result/AuthMethodRegistrationChallengeMethodResult.d.ts +0 -3
- package/lib/custom-auth-path/types/custom_auth/core/auth_flow/jit/result/AuthMethodRegistrationChallengeMethodResult.d.ts.map +1 -1
- package/lib/custom-auth-path/types/custom_auth/core/auth_flow/jit/result/AuthMethodRegistrationSubmitChallengeResult.d.ts +0 -2
- package/lib/custom-auth-path/types/custom_auth/core/auth_flow/jit/result/AuthMethodRegistrationSubmitChallengeResult.d.ts.map +1 -1
- package/lib/custom-auth-path/types/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationState.d.ts +0 -7
- package/lib/custom-auth-path/types/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationState.d.ts.map +1 -1
- package/lib/custom-auth-path/types/custom_auth/core/auth_flow/mfa/result/MfaRequestChallengeResult.d.ts +0 -2
- package/lib/custom-auth-path/types/custom_auth/core/auth_flow/mfa/result/MfaRequestChallengeResult.d.ts.map +1 -1
- package/lib/custom-auth-path/types/custom_auth/core/auth_flow/mfa/result/MfaSubmitChallengeResult.d.ts +0 -2
- package/lib/custom-auth-path/types/custom_auth/core/auth_flow/mfa/result/MfaSubmitChallengeResult.d.ts.map +1 -1
- package/lib/custom-auth-path/types/custom_auth/core/auth_flow/mfa/state/MfaState.d.ts +0 -6
- package/lib/custom-auth-path/types/custom_auth/core/auth_flow/mfa/state/MfaState.d.ts.map +1 -1
- package/lib/custom-auth-path/types/custom_auth/sign_in/auth_flow/result/SignInResult.d.ts +0 -2
- package/lib/custom-auth-path/types/custom_auth/sign_in/auth_flow/result/SignInResult.d.ts.map +1 -1
- package/lib/custom-auth-path/types/custom_auth/sign_in/auth_flow/result/SignInSubmitCodeResult.d.ts +0 -2
- package/lib/custom-auth-path/types/custom_auth/sign_in/auth_flow/result/SignInSubmitCodeResult.d.ts.map +1 -1
- package/lib/custom-auth-path/types/custom_auth/sign_in/auth_flow/result/SignInSubmitPasswordResult.d.ts +0 -2
- package/lib/custom-auth-path/types/custom_auth/sign_in/auth_flow/result/SignInSubmitPasswordResult.d.ts.map +1 -1
- package/lib/custom-auth-path/types/interaction_client/PopupClient.d.ts +1 -1
- package/lib/custom-auth-path/types/interaction_client/PopupClient.d.ts.map +1 -1
- package/lib/custom-auth-path/types/interaction_client/RedirectClient.d.ts.map +1 -1
- package/lib/custom-auth-path/types/interaction_client/SilentIframeClient.d.ts.map +1 -1
- package/lib/custom-auth-path/types/interaction_client/StandardInteractionClient.d.ts +3 -1
- package/lib/custom-auth-path/types/interaction_client/StandardInteractionClient.d.ts.map +1 -1
- package/lib/custom-auth-path/types/packageMetadata.d.ts +1 -1
- package/lib/custom-auth-path/types/protocol/Authorize.d.ts.map +1 -1
- package/lib/msal-browser.cjs +124 -79
- package/lib/msal-browser.cjs.map +1 -1
- package/lib/msal-browser.js +124 -79
- package/lib/msal-browser.js.map +1 -1
- package/lib/msal-browser.min.js +66 -66
- package/lib/types/custom_auth/CustomAuthConstants.d.ts +1 -1
- package/lib/types/custom_auth/core/auth_flow/jit/result/AuthMethodRegistrationChallengeMethodResult.d.ts +0 -3
- package/lib/types/custom_auth/core/auth_flow/jit/result/AuthMethodRegistrationChallengeMethodResult.d.ts.map +1 -1
- package/lib/types/custom_auth/core/auth_flow/jit/result/AuthMethodRegistrationSubmitChallengeResult.d.ts +0 -2
- package/lib/types/custom_auth/core/auth_flow/jit/result/AuthMethodRegistrationSubmitChallengeResult.d.ts.map +1 -1
- package/lib/types/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationState.d.ts +0 -7
- package/lib/types/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationState.d.ts.map +1 -1
- package/lib/types/custom_auth/core/auth_flow/mfa/result/MfaRequestChallengeResult.d.ts +0 -2
- package/lib/types/custom_auth/core/auth_flow/mfa/result/MfaRequestChallengeResult.d.ts.map +1 -1
- package/lib/types/custom_auth/core/auth_flow/mfa/result/MfaSubmitChallengeResult.d.ts +0 -2
- package/lib/types/custom_auth/core/auth_flow/mfa/result/MfaSubmitChallengeResult.d.ts.map +1 -1
- package/lib/types/custom_auth/core/auth_flow/mfa/state/MfaState.d.ts +0 -6
- package/lib/types/custom_auth/core/auth_flow/mfa/state/MfaState.d.ts.map +1 -1
- package/lib/types/custom_auth/sign_in/auth_flow/result/SignInResult.d.ts +0 -2
- package/lib/types/custom_auth/sign_in/auth_flow/result/SignInResult.d.ts.map +1 -1
- package/lib/types/custom_auth/sign_in/auth_flow/result/SignInSubmitCodeResult.d.ts +0 -2
- package/lib/types/custom_auth/sign_in/auth_flow/result/SignInSubmitCodeResult.d.ts.map +1 -1
- package/lib/types/custom_auth/sign_in/auth_flow/result/SignInSubmitPasswordResult.d.ts +0 -2
- package/lib/types/custom_auth/sign_in/auth_flow/result/SignInSubmitPasswordResult.d.ts.map +1 -1
- package/lib/types/interaction_client/PopupClient.d.ts +1 -1
- package/lib/types/interaction_client/PopupClient.d.ts.map +1 -1
- package/lib/types/interaction_client/RedirectClient.d.ts.map +1 -1
- package/lib/types/interaction_client/SilentIframeClient.d.ts.map +1 -1
- package/lib/types/interaction_client/StandardInteractionClient.d.ts +3 -1
- package/lib/types/interaction_client/StandardInteractionClient.d.ts.map +1 -1
- package/lib/types/packageMetadata.d.ts +1 -1
- package/lib/types/protocol/Authorize.d.ts.map +1 -1
- package/package.json +2 -2
- package/src/custom_auth/core/auth_flow/jit/result/AuthMethodRegistrationChallengeMethodResult.ts +0 -3
- package/src/custom_auth/core/auth_flow/jit/result/AuthMethodRegistrationSubmitChallengeResult.ts +0 -2
- package/src/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationState.ts +4 -11
- package/src/custom_auth/core/auth_flow/mfa/result/MfaRequestChallengeResult.ts +0 -2
- package/src/custom_auth/core/auth_flow/mfa/result/MfaSubmitChallengeResult.ts +0 -2
- package/src/custom_auth/core/auth_flow/mfa/state/MfaState.ts +0 -6
- package/src/custom_auth/sign_in/auth_flow/result/SignInResult.ts +0 -2
- package/src/custom_auth/sign_in/auth_flow/result/SignInSubmitCodeResult.ts +0 -2
- package/src/custom_auth/sign_in/auth_flow/result/SignInSubmitPasswordResult.ts +0 -2
- package/src/interaction_client/PopupClient.ts +73 -21
- package/src/interaction_client/RedirectClient.ts +14 -1
- package/src/interaction_client/SilentIframeClient.ts +68 -19
- package/src/interaction_client/StandardInteractionClient.ts +17 -12
- package/src/interaction_handler/SilentHandler.ts +1 -0
- package/src/packageMetadata.ts +1 -1
- package/src/protocol/Authorize.ts +7 -0
package/lib/msal-browser.cjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
/*! @azure/msal-browser v4.26.
|
|
1
|
+
/*! @azure/msal-browser v4.26.2 2025-11-19 */
|
|
2
2
|
'use strict';
|
|
3
3
|
'use strict';
|
|
4
4
|
|
|
5
|
-
/*! @azure/msal-common v15.13.
|
|
5
|
+
/*! @azure/msal-common v15.13.2 2025-11-19 */
|
|
6
6
|
/*
|
|
7
7
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
8
8
|
* Licensed under the MIT License.
|
|
@@ -279,7 +279,7 @@ const JsonWebTokenTypes = {
|
|
|
279
279
|
// Token renewal offset default in seconds
|
|
280
280
|
const DEFAULT_TOKEN_RENEWAL_OFFSET_SEC = 300;
|
|
281
281
|
|
|
282
|
-
/*! @azure/msal-common v15.13.
|
|
282
|
+
/*! @azure/msal-common v15.13.2 2025-11-19 */
|
|
283
283
|
/*
|
|
284
284
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
285
285
|
* Licensed under the MIT License.
|
|
@@ -296,7 +296,7 @@ var AuthErrorCodes = /*#__PURE__*/Object.freeze({
|
|
|
296
296
|
unexpectedError: unexpectedError
|
|
297
297
|
});
|
|
298
298
|
|
|
299
|
-
/*! @azure/msal-common v15.13.
|
|
299
|
+
/*! @azure/msal-common v15.13.2 2025-11-19 */
|
|
300
300
|
|
|
301
301
|
/*
|
|
302
302
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -345,7 +345,7 @@ function createAuthError(code, additionalMessage) {
|
|
|
345
345
|
: AuthErrorMessages[code]);
|
|
346
346
|
}
|
|
347
347
|
|
|
348
|
-
/*! @azure/msal-common v15.13.
|
|
348
|
+
/*! @azure/msal-common v15.13.2 2025-11-19 */
|
|
349
349
|
/*
|
|
350
350
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
351
351
|
* Licensed under the MIT License.
|
|
@@ -393,7 +393,8 @@ const noNetworkConnectivity$1 = "no_network_connectivity";
|
|
|
393
393
|
const userCanceled = "user_canceled";
|
|
394
394
|
const missingTenantIdError = "missing_tenant_id_error";
|
|
395
395
|
const methodNotImplemented = "method_not_implemented";
|
|
396
|
-
const nestedAppAuthBridgeDisabled = "nested_app_auth_bridge_disabled";
|
|
396
|
+
const nestedAppAuthBridgeDisabled = "nested_app_auth_bridge_disabled";
|
|
397
|
+
const platformBrokerError = "platform_broker_error";
|
|
397
398
|
|
|
398
399
|
var ClientAuthErrorCodes = /*#__PURE__*/Object.freeze({
|
|
399
400
|
__proto__: null,
|
|
@@ -432,6 +433,7 @@ var ClientAuthErrorCodes = /*#__PURE__*/Object.freeze({
|
|
|
432
433
|
nonceMismatch: nonceMismatch,
|
|
433
434
|
nullOrEmptyToken: nullOrEmptyToken,
|
|
434
435
|
openIdConfigError: openIdConfigError,
|
|
436
|
+
platformBrokerError: platformBrokerError,
|
|
435
437
|
requestCannotBeMade: requestCannotBeMade,
|
|
436
438
|
stateMismatch: stateMismatch,
|
|
437
439
|
stateNotFound: stateNotFound,
|
|
@@ -443,7 +445,7 @@ var ClientAuthErrorCodes = /*#__PURE__*/Object.freeze({
|
|
|
443
445
|
userTimeoutReached: userTimeoutReached
|
|
444
446
|
});
|
|
445
447
|
|
|
446
|
-
/*! @azure/msal-common v15.13.
|
|
448
|
+
/*! @azure/msal-common v15.13.2 2025-11-19 */
|
|
447
449
|
|
|
448
450
|
/*
|
|
449
451
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -500,6 +502,7 @@ const ClientAuthErrorMessages = {
|
|
|
500
502
|
[missingTenantIdError]: "A tenant id - not common, organizations, or consumers - must be specified when using the client_credentials flow.",
|
|
501
503
|
[methodNotImplemented]: "This method has not been implemented",
|
|
502
504
|
[nestedAppAuthBridgeDisabled]: "The nested app auth bridge is disabled",
|
|
505
|
+
[platformBrokerError]: "An error occurred in the native broker. See the platformBrokerError property for details.",
|
|
503
506
|
};
|
|
504
507
|
/**
|
|
505
508
|
* String constants used by error codes and messages.
|
|
@@ -678,6 +681,10 @@ const ClientAuthErrorMessage = {
|
|
|
678
681
|
code: nestedAppAuthBridgeDisabled,
|
|
679
682
|
desc: ClientAuthErrorMessages[nestedAppAuthBridgeDisabled],
|
|
680
683
|
},
|
|
684
|
+
platformBrokerError: {
|
|
685
|
+
code: platformBrokerError,
|
|
686
|
+
desc: ClientAuthErrorMessages[platformBrokerError],
|
|
687
|
+
},
|
|
681
688
|
};
|
|
682
689
|
/**
|
|
683
690
|
* Error thrown when there is an error in the client code running on the browser.
|
|
@@ -695,7 +702,7 @@ function createClientAuthError(errorCode, additionalMessage) {
|
|
|
695
702
|
return new ClientAuthError(errorCode, additionalMessage);
|
|
696
703
|
}
|
|
697
704
|
|
|
698
|
-
/*! @azure/msal-common v15.13.
|
|
705
|
+
/*! @azure/msal-common v15.13.2 2025-11-19 */
|
|
699
706
|
|
|
700
707
|
/*
|
|
701
708
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -734,7 +741,7 @@ const DEFAULT_CRYPTO_IMPLEMENTATION = {
|
|
|
734
741
|
},
|
|
735
742
|
};
|
|
736
743
|
|
|
737
|
-
/*! @azure/msal-common v15.13.
|
|
744
|
+
/*! @azure/msal-common v15.13.2 2025-11-19 */
|
|
738
745
|
|
|
739
746
|
/*
|
|
740
747
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -925,12 +932,12 @@ class Logger {
|
|
|
925
932
|
}
|
|
926
933
|
}
|
|
927
934
|
|
|
928
|
-
/*! @azure/msal-common v15.13.
|
|
935
|
+
/*! @azure/msal-common v15.13.2 2025-11-19 */
|
|
929
936
|
/* eslint-disable header/header */
|
|
930
937
|
const name$1 = "@azure/msal-common";
|
|
931
|
-
const version$1 = "15.13.
|
|
938
|
+
const version$1 = "15.13.2";
|
|
932
939
|
|
|
933
|
-
/*! @azure/msal-common v15.13.
|
|
940
|
+
/*! @azure/msal-common v15.13.2 2025-11-19 */
|
|
934
941
|
/*
|
|
935
942
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
936
943
|
* Licensed under the MIT License.
|
|
@@ -950,7 +957,7 @@ const AzureCloudInstance = {
|
|
|
950
957
|
AzureUsGovernment: "https://login.microsoftonline.us",
|
|
951
958
|
};
|
|
952
959
|
|
|
953
|
-
/*! @azure/msal-common v15.13.
|
|
960
|
+
/*! @azure/msal-common v15.13.2 2025-11-19 */
|
|
954
961
|
/*
|
|
955
962
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
956
963
|
* Licensed under the MIT License.
|
|
@@ -1006,7 +1013,7 @@ var ClientConfigurationErrorCodes = /*#__PURE__*/Object.freeze({
|
|
|
1006
1013
|
urlParseError: urlParseError
|
|
1007
1014
|
});
|
|
1008
1015
|
|
|
1009
|
-
/*! @azure/msal-common v15.13.
|
|
1016
|
+
/*! @azure/msal-common v15.13.2 2025-11-19 */
|
|
1010
1017
|
|
|
1011
1018
|
/*
|
|
1012
1019
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1149,7 +1156,7 @@ function createClientConfigurationError(errorCode) {
|
|
|
1149
1156
|
return new ClientConfigurationError(errorCode);
|
|
1150
1157
|
}
|
|
1151
1158
|
|
|
1152
|
-
/*! @azure/msal-common v15.13.
|
|
1159
|
+
/*! @azure/msal-common v15.13.2 2025-11-19 */
|
|
1153
1160
|
/*
|
|
1154
1161
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
1155
1162
|
* Licensed under the MIT License.
|
|
@@ -1246,7 +1253,7 @@ class StringUtils {
|
|
|
1246
1253
|
}
|
|
1247
1254
|
}
|
|
1248
1255
|
|
|
1249
|
-
/*! @azure/msal-common v15.13.
|
|
1256
|
+
/*! @azure/msal-common v15.13.2 2025-11-19 */
|
|
1250
1257
|
|
|
1251
1258
|
/*
|
|
1252
1259
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1441,7 +1448,7 @@ class ScopeSet {
|
|
|
1441
1448
|
}
|
|
1442
1449
|
}
|
|
1443
1450
|
|
|
1444
|
-
/*! @azure/msal-common v15.13.
|
|
1451
|
+
/*! @azure/msal-common v15.13.2 2025-11-19 */
|
|
1445
1452
|
|
|
1446
1453
|
/*
|
|
1447
1454
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1481,7 +1488,7 @@ function buildClientInfoFromHomeAccountId(homeAccountId) {
|
|
|
1481
1488
|
};
|
|
1482
1489
|
}
|
|
1483
1490
|
|
|
1484
|
-
/*! @azure/msal-common v15.13.
|
|
1491
|
+
/*! @azure/msal-common v15.13.2 2025-11-19 */
|
|
1485
1492
|
/*
|
|
1486
1493
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
1487
1494
|
* Licensed under the MIT License.
|
|
@@ -1563,7 +1570,7 @@ function updateAccountTenantProfileData(baseAccountInfo, tenantProfile, idTokenC
|
|
|
1563
1570
|
return updatedAccountInfo;
|
|
1564
1571
|
}
|
|
1565
1572
|
|
|
1566
|
-
/*! @azure/msal-common v15.13.
|
|
1573
|
+
/*! @azure/msal-common v15.13.2 2025-11-19 */
|
|
1567
1574
|
/*
|
|
1568
1575
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
1569
1576
|
* Licensed under the MIT License.
|
|
@@ -1578,7 +1585,7 @@ const AuthorityType = {
|
|
|
1578
1585
|
Ciam: 3,
|
|
1579
1586
|
};
|
|
1580
1587
|
|
|
1581
|
-
/*! @azure/msal-common v15.13.
|
|
1588
|
+
/*! @azure/msal-common v15.13.2 2025-11-19 */
|
|
1582
1589
|
/*
|
|
1583
1590
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
1584
1591
|
* Licensed under the MIT License.
|
|
@@ -1600,7 +1607,7 @@ function getTenantIdFromIdTokenClaims(idTokenClaims) {
|
|
|
1600
1607
|
return null;
|
|
1601
1608
|
}
|
|
1602
1609
|
|
|
1603
|
-
/*! @azure/msal-common v15.13.
|
|
1610
|
+
/*! @azure/msal-common v15.13.2 2025-11-19 */
|
|
1604
1611
|
/*
|
|
1605
1612
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
1606
1613
|
* Licensed under the MIT License.
|
|
@@ -1624,7 +1631,7 @@ const ProtocolMode = {
|
|
|
1624
1631
|
EAR: "EAR",
|
|
1625
1632
|
};
|
|
1626
1633
|
|
|
1627
|
-
/*! @azure/msal-common v15.13.
|
|
1634
|
+
/*! @azure/msal-common v15.13.2 2025-11-19 */
|
|
1628
1635
|
|
|
1629
1636
|
/*
|
|
1630
1637
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1845,7 +1852,7 @@ class AccountEntity {
|
|
|
1845
1852
|
}
|
|
1846
1853
|
}
|
|
1847
1854
|
|
|
1848
|
-
/*! @azure/msal-common v15.13.
|
|
1855
|
+
/*! @azure/msal-common v15.13.2 2025-11-19 */
|
|
1849
1856
|
|
|
1850
1857
|
/*
|
|
1851
1858
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1926,7 +1933,7 @@ function checkMaxAge(authTime, maxAge) {
|
|
|
1926
1933
|
}
|
|
1927
1934
|
}
|
|
1928
1935
|
|
|
1929
|
-
/*! @azure/msal-common v15.13.
|
|
1936
|
+
/*! @azure/msal-common v15.13.2 2025-11-19 */
|
|
1930
1937
|
|
|
1931
1938
|
/*
|
|
1932
1939
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -2042,7 +2049,7 @@ function normalizeUrlForComparison(url) {
|
|
|
2042
2049
|
}
|
|
2043
2050
|
}
|
|
2044
2051
|
|
|
2045
|
-
/*! @azure/msal-common v15.13.
|
|
2052
|
+
/*! @azure/msal-common v15.13.2 2025-11-19 */
|
|
2046
2053
|
|
|
2047
2054
|
/*
|
|
2048
2055
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -2206,7 +2213,7 @@ class UrlString {
|
|
|
2206
2213
|
}
|
|
2207
2214
|
}
|
|
2208
2215
|
|
|
2209
|
-
/*! @azure/msal-common v15.13.
|
|
2216
|
+
/*! @azure/msal-common v15.13.2 2025-11-19 */
|
|
2210
2217
|
|
|
2211
2218
|
/*
|
|
2212
2219
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -2345,7 +2352,7 @@ function getCloudDiscoveryMetadataFromNetworkResponse(response, authorityHost) {
|
|
|
2345
2352
|
return null;
|
|
2346
2353
|
}
|
|
2347
2354
|
|
|
2348
|
-
/*! @azure/msal-common v15.13.
|
|
2355
|
+
/*! @azure/msal-common v15.13.2 2025-11-19 */
|
|
2349
2356
|
/*
|
|
2350
2357
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
2351
2358
|
* Licensed under the MIT License.
|
|
@@ -2353,7 +2360,7 @@ function getCloudDiscoveryMetadataFromNetworkResponse(response, authorityHost) {
|
|
|
2353
2360
|
const cacheQuotaExceeded = "cache_quota_exceeded";
|
|
2354
2361
|
const cacheErrorUnknown = "cache_error_unknown";
|
|
2355
2362
|
|
|
2356
|
-
/*! @azure/msal-common v15.13.
|
|
2363
|
+
/*! @azure/msal-common v15.13.2 2025-11-19 */
|
|
2357
2364
|
|
|
2358
2365
|
/*
|
|
2359
2366
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -2398,7 +2405,7 @@ function createCacheError(e) {
|
|
|
2398
2405
|
}
|
|
2399
2406
|
}
|
|
2400
2407
|
|
|
2401
|
-
/*! @azure/msal-common v15.13.
|
|
2408
|
+
/*! @azure/msal-common v15.13.2 2025-11-19 */
|
|
2402
2409
|
|
|
2403
2410
|
/*
|
|
2404
2411
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -3508,7 +3515,7 @@ class DefaultStorageClass extends CacheManager {
|
|
|
3508
3515
|
}
|
|
3509
3516
|
}
|
|
3510
3517
|
|
|
3511
|
-
/*! @azure/msal-common v15.13.
|
|
3518
|
+
/*! @azure/msal-common v15.13.2 2025-11-19 */
|
|
3512
3519
|
/*
|
|
3513
3520
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3514
3521
|
* Licensed under the MIT License.
|
|
@@ -4030,7 +4037,7 @@ const IntFields = new Set([
|
|
|
4030
4037
|
"upgradedCacheCount",
|
|
4031
4038
|
]);
|
|
4032
4039
|
|
|
4033
|
-
/*! @azure/msal-common v15.13.
|
|
4040
|
+
/*! @azure/msal-common v15.13.2 2025-11-19 */
|
|
4034
4041
|
|
|
4035
4042
|
/*
|
|
4036
4043
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4109,7 +4116,7 @@ class StubPerformanceClient {
|
|
|
4109
4116
|
}
|
|
4110
4117
|
}
|
|
4111
4118
|
|
|
4112
|
-
/*! @azure/msal-common v15.13.
|
|
4119
|
+
/*! @azure/msal-common v15.13.2 2025-11-19 */
|
|
4113
4120
|
|
|
4114
4121
|
/*
|
|
4115
4122
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4209,7 +4216,7 @@ function isOidcProtocolMode(config) {
|
|
|
4209
4216
|
return (config.authOptions.authority.options.protocolMode === ProtocolMode.OIDC);
|
|
4210
4217
|
}
|
|
4211
4218
|
|
|
4212
|
-
/*! @azure/msal-common v15.13.
|
|
4219
|
+
/*! @azure/msal-common v15.13.2 2025-11-19 */
|
|
4213
4220
|
/*
|
|
4214
4221
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4215
4222
|
* Licensed under the MIT License.
|
|
@@ -4219,7 +4226,7 @@ const CcsCredentialType = {
|
|
|
4219
4226
|
UPN: "UPN",
|
|
4220
4227
|
};
|
|
4221
4228
|
|
|
4222
|
-
/*! @azure/msal-common v15.13.
|
|
4229
|
+
/*! @azure/msal-common v15.13.2 2025-11-19 */
|
|
4223
4230
|
/*
|
|
4224
4231
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4225
4232
|
* Licensed under the MIT License.
|
|
@@ -4269,7 +4276,7 @@ const INSTANCE_AWARE = "instance_aware";
|
|
|
4269
4276
|
const EAR_JWK = "ear_jwk";
|
|
4270
4277
|
const EAR_JWE_CRYPTO = "ear_jwe_crypto";
|
|
4271
4278
|
|
|
4272
|
-
/*! @azure/msal-common v15.13.
|
|
4279
|
+
/*! @azure/msal-common v15.13.2 2025-11-19 */
|
|
4273
4280
|
|
|
4274
4281
|
/*
|
|
4275
4282
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4649,7 +4656,7 @@ function addPostBodyParameters(parameters, bodyParameters) {
|
|
|
4649
4656
|
});
|
|
4650
4657
|
}
|
|
4651
4658
|
|
|
4652
|
-
/*! @azure/msal-common v15.13.
|
|
4659
|
+
/*! @azure/msal-common v15.13.2 2025-11-19 */
|
|
4653
4660
|
/*
|
|
4654
4661
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4655
4662
|
* Licensed under the MIT License.
|
|
@@ -4661,7 +4668,7 @@ function isOpenIdConfigResponse(response) {
|
|
|
4661
4668
|
response.hasOwnProperty("jwks_uri"));
|
|
4662
4669
|
}
|
|
4663
4670
|
|
|
4664
|
-
/*! @azure/msal-common v15.13.
|
|
4671
|
+
/*! @azure/msal-common v15.13.2 2025-11-19 */
|
|
4665
4672
|
/*
|
|
4666
4673
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4667
4674
|
* Licensed under the MIT License.
|
|
@@ -4671,7 +4678,7 @@ function isCloudInstanceDiscoveryResponse(response) {
|
|
|
4671
4678
|
response.hasOwnProperty("metadata"));
|
|
4672
4679
|
}
|
|
4673
4680
|
|
|
4674
|
-
/*! @azure/msal-common v15.13.
|
|
4681
|
+
/*! @azure/msal-common v15.13.2 2025-11-19 */
|
|
4675
4682
|
/*
|
|
4676
4683
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4677
4684
|
* Licensed under the MIT License.
|
|
@@ -4681,7 +4688,7 @@ function isCloudInstanceDiscoveryErrorResponse(response) {
|
|
|
4681
4688
|
response.hasOwnProperty("error_description"));
|
|
4682
4689
|
}
|
|
4683
4690
|
|
|
4684
|
-
/*! @azure/msal-common v15.13.
|
|
4691
|
+
/*! @azure/msal-common v15.13.2 2025-11-19 */
|
|
4685
4692
|
/*
|
|
4686
4693
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4687
4694
|
* Licensed under the MIT License.
|
|
@@ -4777,7 +4784,7 @@ const invokeAsync = (callback, eventName, logger, telemetryClient, correlationId
|
|
|
4777
4784
|
};
|
|
4778
4785
|
};
|
|
4779
4786
|
|
|
4780
|
-
/*! @azure/msal-common v15.13.
|
|
4787
|
+
/*! @azure/msal-common v15.13.2 2025-11-19 */
|
|
4781
4788
|
|
|
4782
4789
|
/*
|
|
4783
4790
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4883,7 +4890,7 @@ RegionDiscovery.IMDS_OPTIONS = {
|
|
|
4883
4890
|
},
|
|
4884
4891
|
};
|
|
4885
4892
|
|
|
4886
|
-
/*! @azure/msal-common v15.13.
|
|
4893
|
+
/*! @azure/msal-common v15.13.2 2025-11-19 */
|
|
4887
4894
|
/*
|
|
4888
4895
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4889
4896
|
* Licensed under the MIT License.
|
|
@@ -4948,7 +4955,7 @@ function wasClockTurnedBack(cachedAt) {
|
|
|
4948
4955
|
return cachedAtSec > nowSeconds();
|
|
4949
4956
|
}
|
|
4950
4957
|
|
|
4951
|
-
/*! @azure/msal-common v15.13.
|
|
4958
|
+
/*! @azure/msal-common v15.13.2 2025-11-19 */
|
|
4952
4959
|
|
|
4953
4960
|
/*
|
|
4954
4961
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -5210,7 +5217,7 @@ function isAuthorityMetadataExpired(metadata) {
|
|
|
5210
5217
|
return metadata.expiresAt <= nowSeconds();
|
|
5211
5218
|
}
|
|
5212
5219
|
|
|
5213
|
-
/*! @azure/msal-common v15.13.
|
|
5220
|
+
/*! @azure/msal-common v15.13.2 2025-11-19 */
|
|
5214
5221
|
|
|
5215
5222
|
/*
|
|
5216
5223
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6049,7 +6056,7 @@ function buildStaticAuthorityOptions(authOptions) {
|
|
|
6049
6056
|
};
|
|
6050
6057
|
}
|
|
6051
6058
|
|
|
6052
|
-
/*! @azure/msal-common v15.13.
|
|
6059
|
+
/*! @azure/msal-common v15.13.2 2025-11-19 */
|
|
6053
6060
|
|
|
6054
6061
|
/*
|
|
6055
6062
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6080,7 +6087,7 @@ async function createDiscoveredInstance(authorityUri, networkClient, cacheManage
|
|
|
6080
6087
|
}
|
|
6081
6088
|
}
|
|
6082
6089
|
|
|
6083
|
-
/*! @azure/msal-common v15.13.
|
|
6090
|
+
/*! @azure/msal-common v15.13.2 2025-11-19 */
|
|
6084
6091
|
|
|
6085
6092
|
/*
|
|
6086
6093
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6099,7 +6106,7 @@ class ServerError extends AuthError {
|
|
|
6099
6106
|
}
|
|
6100
6107
|
}
|
|
6101
6108
|
|
|
6102
|
-
/*! @azure/msal-common v15.13.
|
|
6109
|
+
/*! @azure/msal-common v15.13.2 2025-11-19 */
|
|
6103
6110
|
/*
|
|
6104
6111
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
6105
6112
|
* Licensed under the MIT License.
|
|
@@ -6120,7 +6127,7 @@ function getRequestThumbprint(clientId, request, homeAccountId) {
|
|
|
6120
6127
|
};
|
|
6121
6128
|
}
|
|
6122
6129
|
|
|
6123
|
-
/*! @azure/msal-common v15.13.
|
|
6130
|
+
/*! @azure/msal-common v15.13.2 2025-11-19 */
|
|
6124
6131
|
|
|
6125
6132
|
/*
|
|
6126
6133
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6207,7 +6214,7 @@ class ThrottlingUtils {
|
|
|
6207
6214
|
}
|
|
6208
6215
|
}
|
|
6209
6216
|
|
|
6210
|
-
/*! @azure/msal-common v15.13.
|
|
6217
|
+
/*! @azure/msal-common v15.13.2 2025-11-19 */
|
|
6211
6218
|
|
|
6212
6219
|
/*
|
|
6213
6220
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6238,7 +6245,7 @@ function createNetworkError(error, httpStatus, responseHeaders, additionalError)
|
|
|
6238
6245
|
return new NetworkError(error, httpStatus, responseHeaders);
|
|
6239
6246
|
}
|
|
6240
6247
|
|
|
6241
|
-
/*! @azure/msal-common v15.13.
|
|
6248
|
+
/*! @azure/msal-common v15.13.2 2025-11-19 */
|
|
6242
6249
|
|
|
6243
6250
|
/*
|
|
6244
6251
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6386,7 +6393,7 @@ class BaseClient {
|
|
|
6386
6393
|
}
|
|
6387
6394
|
}
|
|
6388
6395
|
|
|
6389
|
-
/*! @azure/msal-common v15.13.
|
|
6396
|
+
/*! @azure/msal-common v15.13.2 2025-11-19 */
|
|
6390
6397
|
/*
|
|
6391
6398
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
6392
6399
|
* Licensed under the MIT License.
|
|
@@ -6414,7 +6421,7 @@ var InteractionRequiredAuthErrorCodes = /*#__PURE__*/Object.freeze({
|
|
|
6414
6421
|
uxNotAllowed: uxNotAllowed
|
|
6415
6422
|
});
|
|
6416
6423
|
|
|
6417
|
-
/*! @azure/msal-common v15.13.
|
|
6424
|
+
/*! @azure/msal-common v15.13.2 2025-11-19 */
|
|
6418
6425
|
|
|
6419
6426
|
/*
|
|
6420
6427
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6504,7 +6511,7 @@ function createInteractionRequiredAuthError(errorCode) {
|
|
|
6504
6511
|
return new InteractionRequiredAuthError(errorCode, InteractionRequiredAuthErrorMessages[errorCode]);
|
|
6505
6512
|
}
|
|
6506
6513
|
|
|
6507
|
-
/*! @azure/msal-common v15.13.
|
|
6514
|
+
/*! @azure/msal-common v15.13.2 2025-11-19 */
|
|
6508
6515
|
|
|
6509
6516
|
/*
|
|
6510
6517
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6576,7 +6583,7 @@ class ProtocolUtils {
|
|
|
6576
6583
|
}
|
|
6577
6584
|
}
|
|
6578
6585
|
|
|
6579
|
-
/*! @azure/msal-common v15.13.
|
|
6586
|
+
/*! @azure/msal-common v15.13.2 2025-11-19 */
|
|
6580
6587
|
|
|
6581
6588
|
/*
|
|
6582
6589
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6658,7 +6665,7 @@ class PopTokenGenerator {
|
|
|
6658
6665
|
}
|
|
6659
6666
|
}
|
|
6660
6667
|
|
|
6661
|
-
/*! @azure/msal-common v15.13.
|
|
6668
|
+
/*! @azure/msal-common v15.13.2 2025-11-19 */
|
|
6662
6669
|
/*
|
|
6663
6670
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
6664
6671
|
* Licensed under the MIT License.
|
|
@@ -6685,7 +6692,7 @@ class PopTokenGenerator {
|
|
|
6685
6692
|
}
|
|
6686
6693
|
}
|
|
6687
6694
|
|
|
6688
|
-
/*! @azure/msal-common v15.13.
|
|
6695
|
+
/*! @azure/msal-common v15.13.2 2025-11-19 */
|
|
6689
6696
|
|
|
6690
6697
|
/*
|
|
6691
6698
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7016,7 +7023,7 @@ function buildAccountToCache(cacheStorage, authority, homeAccountId, base64Decod
|
|
|
7016
7023
|
return baseAccount;
|
|
7017
7024
|
}
|
|
7018
7025
|
|
|
7019
|
-
/*! @azure/msal-common v15.13.
|
|
7026
|
+
/*! @azure/msal-common v15.13.2 2025-11-19 */
|
|
7020
7027
|
/*
|
|
7021
7028
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
7022
7029
|
* Licensed under the MIT License.
|
|
@@ -7034,7 +7041,7 @@ async function getClientAssertion(clientAssertion, clientId, tokenEndpoint) {
|
|
|
7034
7041
|
}
|
|
7035
7042
|
}
|
|
7036
7043
|
|
|
7037
|
-
/*! @azure/msal-common v15.13.
|
|
7044
|
+
/*! @azure/msal-common v15.13.2 2025-11-19 */
|
|
7038
7045
|
|
|
7039
7046
|
/*
|
|
7040
7047
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7269,7 +7276,7 @@ class AuthorizationCodeClient extends BaseClient {
|
|
|
7269
7276
|
}
|
|
7270
7277
|
}
|
|
7271
7278
|
|
|
7272
|
-
/*! @azure/msal-common v15.13.
|
|
7279
|
+
/*! @azure/msal-common v15.13.2 2025-11-19 */
|
|
7273
7280
|
|
|
7274
7281
|
/*
|
|
7275
7282
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7478,7 +7485,7 @@ class RefreshTokenClient extends BaseClient {
|
|
|
7478
7485
|
}
|
|
7479
7486
|
}
|
|
7480
7487
|
|
|
7481
|
-
/*! @azure/msal-common v15.13.
|
|
7488
|
+
/*! @azure/msal-common v15.13.2 2025-11-19 */
|
|
7482
7489
|
|
|
7483
7490
|
/*
|
|
7484
7491
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7576,7 +7583,7 @@ class SilentFlowClient extends BaseClient {
|
|
|
7576
7583
|
}
|
|
7577
7584
|
}
|
|
7578
7585
|
|
|
7579
|
-
/*! @azure/msal-common v15.13.
|
|
7586
|
+
/*! @azure/msal-common v15.13.2 2025-11-19 */
|
|
7580
7587
|
|
|
7581
7588
|
/*
|
|
7582
7589
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7591,7 +7598,7 @@ const StubbedNetworkModule = {
|
|
|
7591
7598
|
},
|
|
7592
7599
|
};
|
|
7593
7600
|
|
|
7594
|
-
/*! @azure/msal-common v15.13.
|
|
7601
|
+
/*! @azure/msal-common v15.13.2 2025-11-19 */
|
|
7595
7602
|
|
|
7596
7603
|
/*
|
|
7597
7604
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7815,7 +7822,7 @@ function extractLoginHint(account) {
|
|
|
7815
7822
|
return account.loginHint || account.idTokenClaims?.login_hint || null;
|
|
7816
7823
|
}
|
|
7817
7824
|
|
|
7818
|
-
/*! @azure/msal-common v15.13.
|
|
7825
|
+
/*! @azure/msal-common v15.13.2 2025-11-19 */
|
|
7819
7826
|
|
|
7820
7827
|
/*
|
|
7821
7828
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7873,7 +7880,7 @@ class AuthenticationHeaderParser {
|
|
|
7873
7880
|
}
|
|
7874
7881
|
}
|
|
7875
7882
|
|
|
7876
|
-
/*! @azure/msal-common v15.13.
|
|
7883
|
+
/*! @azure/msal-common v15.13.2 2025-11-19 */
|
|
7877
7884
|
|
|
7878
7885
|
/*
|
|
7879
7886
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -8136,7 +8143,7 @@ class ServerTelemetryManager {
|
|
|
8136
8143
|
}
|
|
8137
8144
|
}
|
|
8138
8145
|
|
|
8139
|
-
/*! @azure/msal-common v15.13.
|
|
8146
|
+
/*! @azure/msal-common v15.13.2 2025-11-19 */
|
|
8140
8147
|
/*
|
|
8141
8148
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
8142
8149
|
* Licensed under the MIT License.
|
|
@@ -8144,7 +8151,7 @@ class ServerTelemetryManager {
|
|
|
8144
8151
|
const missingKidError = "missing_kid_error";
|
|
8145
8152
|
const missingAlgError = "missing_alg_error";
|
|
8146
8153
|
|
|
8147
|
-
/*! @azure/msal-common v15.13.
|
|
8154
|
+
/*! @azure/msal-common v15.13.2 2025-11-19 */
|
|
8148
8155
|
|
|
8149
8156
|
/*
|
|
8150
8157
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -8169,7 +8176,7 @@ function createJoseHeaderError(code) {
|
|
|
8169
8176
|
return new JoseHeaderError(code, JoseHeaderErrorMessages[code]);
|
|
8170
8177
|
}
|
|
8171
8178
|
|
|
8172
|
-
/*! @azure/msal-common v15.13.
|
|
8179
|
+
/*! @azure/msal-common v15.13.2 2025-11-19 */
|
|
8173
8180
|
|
|
8174
8181
|
/*
|
|
8175
8182
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -8209,7 +8216,7 @@ class JoseHeader {
|
|
|
8209
8216
|
}
|
|
8210
8217
|
}
|
|
8211
8218
|
|
|
8212
|
-
/*! @azure/msal-common v15.13.
|
|
8219
|
+
/*! @azure/msal-common v15.13.2 2025-11-19 */
|
|
8213
8220
|
|
|
8214
8221
|
/*
|
|
8215
8222
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -10325,7 +10332,7 @@ function buildConfiguration({ auth: userInputAuth, cache: userInputCache, system
|
|
|
10325
10332
|
|
|
10326
10333
|
/* eslint-disable header/header */
|
|
10327
10334
|
const name = "@azure/msal-browser";
|
|
10328
|
-
const version = "4.26.
|
|
10335
|
+
const version = "4.26.2";
|
|
10329
10336
|
|
|
10330
10337
|
/*
|
|
10331
10338
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -13746,12 +13753,13 @@ class StandardInteractionClient extends BaseInteractionClient {
|
|
|
13746
13753
|
async getClientConfiguration(params) {
|
|
13747
13754
|
const { serverTelemetryManager, requestAuthority, requestAzureCloudOptions, requestExtraQueryParameters, account, } = params;
|
|
13748
13755
|
this.performanceClient.addQueueMeasurement(PerformanceEvents.StandardInteractionClientGetClientConfiguration, this.correlationId);
|
|
13749
|
-
const discoveredAuthority =
|
|
13750
|
-
|
|
13751
|
-
|
|
13752
|
-
|
|
13753
|
-
|
|
13754
|
-
|
|
13756
|
+
const discoveredAuthority = params.authority ||
|
|
13757
|
+
(await invokeAsync(this.getDiscoveredAuthority.bind(this), PerformanceEvents.StandardInteractionClientGetDiscoveredAuthority, this.logger, this.performanceClient, this.correlationId)({
|
|
13758
|
+
requestAuthority,
|
|
13759
|
+
requestAzureCloudOptions,
|
|
13760
|
+
requestExtraQueryParameters,
|
|
13761
|
+
account,
|
|
13762
|
+
}));
|
|
13755
13763
|
const logger = this.config.system.loggerOptions;
|
|
13756
13764
|
return {
|
|
13757
13765
|
authOptions: {
|
|
@@ -14814,6 +14822,8 @@ async function getEARForm(frame, config, authority, request, logger, performance
|
|
|
14814
14822
|
const parameters = await getStandardParameters(config, authority, request, logger, performanceClient);
|
|
14815
14823
|
addResponseType(parameters, OAuthResponseType.IDTOKEN_TOKEN_REFRESHTOKEN);
|
|
14816
14824
|
addEARParameters(parameters, request.earJwk);
|
|
14825
|
+
// Also add codeChallenge as backup in case EAR is not supported
|
|
14826
|
+
addCodeChallengeParams(parameters, request.codeChallenge, Constants.S256_CODE_CHALLENGE_METHOD);
|
|
14817
14827
|
const queryParams = new Map();
|
|
14818
14828
|
addExtraQueryParameters(queryParams, request.extraQueryParameters || {});
|
|
14819
14829
|
const url = getAuthorizeUrl(authority, queryParams, config.auth.encodeExtraQueryParams, request.extraQueryParameters);
|
|
@@ -15608,7 +15618,7 @@ class PopupClient extends StandardInteractionClient {
|
|
|
15608
15618
|
const isPlatformBroker = isPlatformAuthAllowed(this.config, this.logger, this.platformAuthProvider, request.authenticationScheme);
|
|
15609
15619
|
validRequest.platformBroker = isPlatformBroker;
|
|
15610
15620
|
if (this.config.auth.protocolMode === ProtocolMode.EAR) {
|
|
15611
|
-
return this.executeEarFlow(validRequest, popupParams);
|
|
15621
|
+
return this.executeEarFlow(validRequest, popupParams, pkceCodes);
|
|
15612
15622
|
}
|
|
15613
15623
|
else {
|
|
15614
15624
|
return this.executeCodeFlow(validRequest, popupParams, pkceCodes);
|
|
@@ -15668,7 +15678,7 @@ class PopupClient extends StandardInteractionClient {
|
|
|
15668
15678
|
* Executes EAR flow
|
|
15669
15679
|
* @param request
|
|
15670
15680
|
*/
|
|
15671
|
-
async executeEarFlow(request, popupParams) {
|
|
15681
|
+
async executeEarFlow(request, popupParams, pkceCodes) {
|
|
15672
15682
|
const correlationId = request.correlationId;
|
|
15673
15683
|
// Get the frame handle for the silent request
|
|
15674
15684
|
const discoveredAuthority = await invokeAsync(this.getDiscoveredAuthority.bind(this), PerformanceEvents.StandardInteractionClientGetDiscoveredAuthority, this.logger, this.performanceClient, correlationId)({
|
|
@@ -15678,9 +15688,12 @@ class PopupClient extends StandardInteractionClient {
|
|
|
15678
15688
|
account: request.account,
|
|
15679
15689
|
});
|
|
15680
15690
|
const earJwk = await invokeAsync(generateEarKey, PerformanceEvents.GenerateEarKey, this.logger, this.performanceClient, correlationId)();
|
|
15691
|
+
const pkce = pkceCodes ||
|
|
15692
|
+
(await invokeAsync(generatePkceCodes, PerformanceEvents.GeneratePkceCodes, this.logger, this.performanceClient, correlationId)(this.performanceClient, this.logger, correlationId));
|
|
15681
15693
|
const popupRequest = {
|
|
15682
15694
|
...request,
|
|
15683
15695
|
earJwk: earJwk,
|
|
15696
|
+
codeChallenge: pkce.challenge,
|
|
15684
15697
|
};
|
|
15685
15698
|
const popupWindow = popupParams.popup || this.openPopup("about:blank", popupParams);
|
|
15686
15699
|
const form = await getEARForm(popupWindow.document, this.config, discoveredAuthority, popupRequest, this.logger, this.performanceClient);
|
|
@@ -15688,7 +15701,20 @@ class PopupClient extends StandardInteractionClient {
|
|
|
15688
15701
|
// Monitor the popup for the hash. Return the string value and close the popup when the hash is received. Default timeout is 60 seconds.
|
|
15689
15702
|
const responseString = await invokeAsync(this.monitorPopupForHash.bind(this), PerformanceEvents.SilentHandlerMonitorIframeForHash, this.logger, this.performanceClient, correlationId)(popupWindow, popupParams.popupWindowParent);
|
|
15690
15703
|
const serverParams = invoke(deserializeResponse, PerformanceEvents.DeserializeResponse, this.logger, this.performanceClient, this.correlationId)(responseString, this.config.auth.OIDCOptions.serverResponseType, this.logger);
|
|
15691
|
-
|
|
15704
|
+
if (!serverParams.ear_jwe && serverParams.code) {
|
|
15705
|
+
const authClient = await invokeAsync(this.createAuthCodeClient.bind(this), PerformanceEvents.StandardInteractionClientCreateAuthCodeClient, this.logger, this.performanceClient, correlationId)({
|
|
15706
|
+
serverTelemetryManager: this.initializeServerTelemetryManager(ApiId.acquireTokenPopup),
|
|
15707
|
+
requestAuthority: request.authority,
|
|
15708
|
+
requestAzureCloudOptions: request.azureCloudOptions,
|
|
15709
|
+
requestExtraQueryParameters: request.extraQueryParameters,
|
|
15710
|
+
account: request.account,
|
|
15711
|
+
authority: discoveredAuthority,
|
|
15712
|
+
});
|
|
15713
|
+
return invokeAsync(handleResponseCode, PerformanceEvents.HandleResponseCode, this.logger, this.performanceClient, correlationId)(popupRequest, serverParams, pkce.verifier, ApiId.acquireTokenPopup, this.config, authClient, this.browserStorage, this.nativeStorage, this.eventHandler, this.logger, this.performanceClient, this.platformAuthProvider);
|
|
15714
|
+
}
|
|
15715
|
+
else {
|
|
15716
|
+
return invokeAsync(handleResponseEAR, PerformanceEvents.HandleResponseEar, this.logger, this.performanceClient, correlationId)(popupRequest, serverParams, ApiId.acquireTokenPopup, this.config, discoveredAuthority, this.browserStorage, this.nativeStorage, this.eventHandler, this.logger, this.performanceClient, this.platformAuthProvider);
|
|
15717
|
+
}
|
|
15692
15718
|
}
|
|
15693
15719
|
async executeCodeFlowWithPost(request, popupParams, authClient, pkceVerifier) {
|
|
15694
15720
|
const correlationId = request.correlationId;
|
|
@@ -16097,11 +16123,13 @@ class RedirectClient extends StandardInteractionClient {
|
|
|
16097
16123
|
account: request.account,
|
|
16098
16124
|
});
|
|
16099
16125
|
const earJwk = await invokeAsync(generateEarKey, PerformanceEvents.GenerateEarKey, this.logger, this.performanceClient, correlationId)();
|
|
16126
|
+
const pkceCodes = await invokeAsync(generatePkceCodes, PerformanceEvents.GeneratePkceCodes, this.logger, this.performanceClient, correlationId)(this.performanceClient, this.logger, correlationId);
|
|
16100
16127
|
const redirectRequest = {
|
|
16101
16128
|
...request,
|
|
16102
16129
|
earJwk: earJwk,
|
|
16130
|
+
codeChallenge: pkceCodes.challenge,
|
|
16103
16131
|
};
|
|
16104
|
-
this.browserStorage.cacheAuthorizeRequest(redirectRequest);
|
|
16132
|
+
this.browserStorage.cacheAuthorizeRequest(redirectRequest, pkceCodes.verifier);
|
|
16105
16133
|
const form = await getEARForm(document, this.config, discoveredAuthority, redirectRequest, this.logger, this.performanceClient);
|
|
16106
16134
|
form.submit();
|
|
16107
16135
|
return new Promise((resolve, reject) => {
|
|
@@ -16559,6 +16587,7 @@ function createHiddenIframe() {
|
|
|
16559
16587
|
authFrame.style.width = authFrame.style.height = "0";
|
|
16560
16588
|
authFrame.style.border = "0";
|
|
16561
16589
|
authFrame.setAttribute("sandbox", "allow-scripts allow-same-origin allow-forms");
|
|
16590
|
+
authFrame.setAttribute("allow", "local-network-access *");
|
|
16562
16591
|
document.body.appendChild(authFrame);
|
|
16563
16592
|
return authFrame;
|
|
16564
16593
|
}
|
|
@@ -16666,16 +16695,32 @@ class SilentIframeClient extends StandardInteractionClient {
|
|
|
16666
16695
|
account: request.account,
|
|
16667
16696
|
});
|
|
16668
16697
|
const earJwk = await invokeAsync(generateEarKey, PerformanceEvents.GenerateEarKey, this.logger, this.performanceClient, correlationId)();
|
|
16698
|
+
const pkceCodes = await invokeAsync(generatePkceCodes, PerformanceEvents.GeneratePkceCodes, this.logger, this.performanceClient, correlationId)(this.performanceClient, this.logger, correlationId);
|
|
16669
16699
|
const silentRequest = {
|
|
16670
16700
|
...request,
|
|
16671
16701
|
earJwk: earJwk,
|
|
16702
|
+
codeChallenge: pkceCodes.challenge,
|
|
16672
16703
|
};
|
|
16673
16704
|
const msalFrame = await invokeAsync(initiateEarRequest, PerformanceEvents.SilentHandlerInitiateAuthRequest, this.logger, this.performanceClient, correlationId)(this.config, discoveredAuthority, silentRequest, this.logger, this.performanceClient);
|
|
16674
16705
|
const responseType = this.config.auth.OIDCOptions.serverResponseType;
|
|
16675
16706
|
// Monitor the window for the hash. Return the string value and close the popup when the hash is received. Default timeout is 60 seconds.
|
|
16676
16707
|
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);
|
|
16677
16708
|
const serverParams = invoke(deserializeResponse, PerformanceEvents.DeserializeResponse, this.logger, this.performanceClient, correlationId)(responseString, responseType, this.logger);
|
|
16678
|
-
|
|
16709
|
+
if (!serverParams.ear_jwe && serverParams.code) {
|
|
16710
|
+
// If server doesn't support EAR, they may fallback to auth code flow instead
|
|
16711
|
+
const authClient = await invokeAsync(this.createAuthCodeClient.bind(this), PerformanceEvents.StandardInteractionClientCreateAuthCodeClient, this.logger, this.performanceClient, correlationId)({
|
|
16712
|
+
serverTelemetryManager: this.initializeServerTelemetryManager(this.apiId),
|
|
16713
|
+
requestAuthority: request.authority,
|
|
16714
|
+
requestAzureCloudOptions: request.azureCloudOptions,
|
|
16715
|
+
requestExtraQueryParameters: request.extraQueryParameters,
|
|
16716
|
+
account: request.account,
|
|
16717
|
+
authority: discoveredAuthority,
|
|
16718
|
+
});
|
|
16719
|
+
return invokeAsync(handleResponseCode, PerformanceEvents.HandleResponseCode, this.logger, this.performanceClient, correlationId)(silentRequest, serverParams, pkceCodes.verifier, this.apiId, this.config, authClient, this.browserStorage, this.nativeStorage, this.eventHandler, this.logger, this.performanceClient, this.platformAuthProvider);
|
|
16720
|
+
}
|
|
16721
|
+
else {
|
|
16722
|
+
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);
|
|
16723
|
+
}
|
|
16679
16724
|
}
|
|
16680
16725
|
/**
|
|
16681
16726
|
* Currently Unsupported
|