@azure/msal-browser 4.26.0 → 4.26.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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.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.mjs +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 +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.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.mjs +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 +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.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 +65 -64
- 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/packageMetadata.d.ts +1 -1
- package/lib/msal-browser.cjs +67 -66
- package/lib/msal-browser.cjs.map +1 -1
- package/lib/msal-browser.js +67 -66
- package/lib/msal-browser.js.map +1 -1
- package/lib/msal-browser.min.js +60 -60
- package/lib/types/custom_auth/CustomAuthConstants.d.ts +1 -1
- package/lib/types/packageMetadata.d.ts +1 -1
- package/package.json +1 -1
- package/src/interaction_handler/SilentHandler.ts +1 -0
- package/src/packageMetadata.ts +1 -1
package/dist/packageMetadata.mjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
/*! @azure/msal-browser v4.26.
|
|
1
|
+
/*! @azure/msal-browser v4.26.1 2025-11-06 */
|
|
2
2
|
'use strict';
|
|
3
3
|
/* eslint-disable header/header */
|
|
4
4
|
const name = "@azure/msal-browser";
|
|
5
|
-
const version = "4.26.
|
|
5
|
+
const version = "4.26.1";
|
|
6
6
|
|
|
7
7
|
export { name, version };
|
|
8
8
|
//# sourceMappingURL=packageMetadata.mjs.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @azure/msal-browser v4.26.
|
|
1
|
+
/*! @azure/msal-browser v4.26.1 2025-11-06 */
|
|
2
2
|
'use strict';
|
|
3
3
|
import { createClientConfigurationError, ClientConfigurationErrorCodes, invokeAsync, PerformanceEvents, RequestParameterBuilder, OAuthResponseType, Constants, AuthorizeProtocol, ThrottlingUtils, ResponseHandler, TimeUtils, ProtocolMode, AuthenticationScheme, PopTokenGenerator, ProtocolUtils } from '@azure/msal-common/browser';
|
|
4
4
|
import { BrowserConstants } from '../utils/BrowserConstants.mjs';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @azure/msal-browser v4.26.
|
|
1
|
+
/*! @azure/msal-browser v4.26.1 2025-11-06 */
|
|
2
2
|
'use strict';
|
|
3
3
|
import { PerformanceEvents, invokeAsync, ProtocolMode, HttpMethod, createClientConfigurationError, ClientConfigurationErrorCodes, AuthenticationScheme, StringUtils } from '@azure/msal-common/browser';
|
|
4
4
|
import { hashString } from '../crypto/BrowserCrypto.mjs';
|
package/dist/utils/Helpers.mjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
/*! @azure/msal-browser v4.26.
|
|
1
|
+
/*! @azure/msal-browser v4.26.1 2025-11-06 */
|
|
2
2
|
'use strict';
|
|
3
3
|
'use strict';
|
|
4
4
|
|
|
5
|
-
/*! @azure/msal-common v15.13.1 2025-
|
|
5
|
+
/*! @azure/msal-common v15.13.1 2025-11-06 */
|
|
6
6
|
/*
|
|
7
7
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
8
8
|
* Licensed under the MIT License.
|
|
@@ -276,7 +276,7 @@ const JsonWebTokenTypes = {
|
|
|
276
276
|
// Token renewal offset default in seconds
|
|
277
277
|
const DEFAULT_TOKEN_RENEWAL_OFFSET_SEC = 300;
|
|
278
278
|
|
|
279
|
-
/*! @azure/msal-common v15.13.1 2025-
|
|
279
|
+
/*! @azure/msal-common v15.13.1 2025-11-06 */
|
|
280
280
|
/*
|
|
281
281
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
282
282
|
* Licensed under the MIT License.
|
|
@@ -287,7 +287,7 @@ const DEFAULT_TOKEN_RENEWAL_OFFSET_SEC = 300;
|
|
|
287
287
|
const unexpectedError = "unexpected_error";
|
|
288
288
|
const postRequestFailed$1 = "post_request_failed";
|
|
289
289
|
|
|
290
|
-
/*! @azure/msal-common v15.13.1 2025-
|
|
290
|
+
/*! @azure/msal-common v15.13.1 2025-11-06 */
|
|
291
291
|
|
|
292
292
|
/*
|
|
293
293
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -322,7 +322,7 @@ function createAuthError(code, additionalMessage) {
|
|
|
322
322
|
: AuthErrorMessages[code]);
|
|
323
323
|
}
|
|
324
324
|
|
|
325
|
-
/*! @azure/msal-common v15.13.1 2025-
|
|
325
|
+
/*! @azure/msal-common v15.13.1 2025-11-06 */
|
|
326
326
|
/*
|
|
327
327
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
328
328
|
* Licensed under the MIT License.
|
|
@@ -372,7 +372,7 @@ const missingTenantIdError = "missing_tenant_id_error";
|
|
|
372
372
|
const methodNotImplemented = "method_not_implemented";
|
|
373
373
|
const nestedAppAuthBridgeDisabled = "nested_app_auth_bridge_disabled";
|
|
374
374
|
|
|
375
|
-
/*! @azure/msal-common v15.13.1 2025-
|
|
375
|
+
/*! @azure/msal-common v15.13.1 2025-11-06 */
|
|
376
376
|
|
|
377
377
|
/*
|
|
378
378
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -446,7 +446,7 @@ function createClientAuthError(errorCode, additionalMessage) {
|
|
|
446
446
|
return new ClientAuthError(errorCode, additionalMessage);
|
|
447
447
|
}
|
|
448
448
|
|
|
449
|
-
/*! @azure/msal-common v15.13.1 2025-
|
|
449
|
+
/*! @azure/msal-common v15.13.1 2025-11-06 */
|
|
450
450
|
|
|
451
451
|
/*
|
|
452
452
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -485,7 +485,7 @@ const DEFAULT_CRYPTO_IMPLEMENTATION = {
|
|
|
485
485
|
},
|
|
486
486
|
};
|
|
487
487
|
|
|
488
|
-
/*! @azure/msal-common v15.13.1 2025-
|
|
488
|
+
/*! @azure/msal-common v15.13.1 2025-11-06 */
|
|
489
489
|
|
|
490
490
|
/*
|
|
491
491
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -676,12 +676,12 @@ class Logger {
|
|
|
676
676
|
}
|
|
677
677
|
}
|
|
678
678
|
|
|
679
|
-
/*! @azure/msal-common v15.13.1 2025-
|
|
679
|
+
/*! @azure/msal-common v15.13.1 2025-11-06 */
|
|
680
680
|
/* eslint-disable header/header */
|
|
681
681
|
const name$1 = "@azure/msal-common";
|
|
682
682
|
const version$1 = "15.13.1";
|
|
683
683
|
|
|
684
|
-
/*! @azure/msal-common v15.13.1 2025-
|
|
684
|
+
/*! @azure/msal-common v15.13.1 2025-11-06 */
|
|
685
685
|
/*
|
|
686
686
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
687
687
|
* Licensed under the MIT License.
|
|
@@ -690,7 +690,7 @@ const AzureCloudInstance = {
|
|
|
690
690
|
// AzureCloudInstance is not specified.
|
|
691
691
|
None: "none"};
|
|
692
692
|
|
|
693
|
-
/*! @azure/msal-common v15.13.1 2025-
|
|
693
|
+
/*! @azure/msal-common v15.13.1 2025-11-06 */
|
|
694
694
|
/*
|
|
695
695
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
696
696
|
* Licensed under the MIT License.
|
|
@@ -719,7 +719,7 @@ const authorityMismatch = "authority_mismatch";
|
|
|
719
719
|
const invalidRequestMethodForEAR = "invalid_request_method_for_EAR";
|
|
720
720
|
const invalidAuthorizePostBodyParameters = "invalid_authorize_post_body_parameters";
|
|
721
721
|
|
|
722
|
-
/*! @azure/msal-common v15.13.1 2025-
|
|
722
|
+
/*! @azure/msal-common v15.13.1 2025-11-06 */
|
|
723
723
|
|
|
724
724
|
/*
|
|
725
725
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -764,7 +764,7 @@ function createClientConfigurationError(errorCode) {
|
|
|
764
764
|
return new ClientConfigurationError(errorCode);
|
|
765
765
|
}
|
|
766
766
|
|
|
767
|
-
/*! @azure/msal-common v15.13.1 2025-
|
|
767
|
+
/*! @azure/msal-common v15.13.1 2025-11-06 */
|
|
768
768
|
/*
|
|
769
769
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
770
770
|
* Licensed under the MIT License.
|
|
@@ -861,7 +861,7 @@ class StringUtils {
|
|
|
861
861
|
}
|
|
862
862
|
}
|
|
863
863
|
|
|
864
|
-
/*! @azure/msal-common v15.13.1 2025-
|
|
864
|
+
/*! @azure/msal-common v15.13.1 2025-11-06 */
|
|
865
865
|
|
|
866
866
|
/*
|
|
867
867
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1056,7 +1056,7 @@ class ScopeSet {
|
|
|
1056
1056
|
}
|
|
1057
1057
|
}
|
|
1058
1058
|
|
|
1059
|
-
/*! @azure/msal-common v15.13.1 2025-
|
|
1059
|
+
/*! @azure/msal-common v15.13.1 2025-11-06 */
|
|
1060
1060
|
|
|
1061
1061
|
/*
|
|
1062
1062
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1096,7 +1096,7 @@ function buildClientInfoFromHomeAccountId(homeAccountId) {
|
|
|
1096
1096
|
};
|
|
1097
1097
|
}
|
|
1098
1098
|
|
|
1099
|
-
/*! @azure/msal-common v15.13.1 2025-
|
|
1099
|
+
/*! @azure/msal-common v15.13.1 2025-11-06 */
|
|
1100
1100
|
/*
|
|
1101
1101
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
1102
1102
|
* Licensed under the MIT License.
|
|
@@ -1178,7 +1178,7 @@ function updateAccountTenantProfileData(baseAccountInfo, tenantProfile, idTokenC
|
|
|
1178
1178
|
return updatedAccountInfo;
|
|
1179
1179
|
}
|
|
1180
1180
|
|
|
1181
|
-
/*! @azure/msal-common v15.13.1 2025-
|
|
1181
|
+
/*! @azure/msal-common v15.13.1 2025-11-06 */
|
|
1182
1182
|
/*
|
|
1183
1183
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
1184
1184
|
* Licensed under the MIT License.
|
|
@@ -1193,7 +1193,7 @@ const AuthorityType = {
|
|
|
1193
1193
|
Ciam: 3,
|
|
1194
1194
|
};
|
|
1195
1195
|
|
|
1196
|
-
/*! @azure/msal-common v15.13.1 2025-
|
|
1196
|
+
/*! @azure/msal-common v15.13.1 2025-11-06 */
|
|
1197
1197
|
/*
|
|
1198
1198
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
1199
1199
|
* Licensed under the MIT License.
|
|
@@ -1215,7 +1215,7 @@ function getTenantIdFromIdTokenClaims(idTokenClaims) {
|
|
|
1215
1215
|
return null;
|
|
1216
1216
|
}
|
|
1217
1217
|
|
|
1218
|
-
/*! @azure/msal-common v15.13.1 2025-
|
|
1218
|
+
/*! @azure/msal-common v15.13.1 2025-11-06 */
|
|
1219
1219
|
/*
|
|
1220
1220
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
1221
1221
|
* Licensed under the MIT License.
|
|
@@ -1239,7 +1239,7 @@ const ProtocolMode = {
|
|
|
1239
1239
|
EAR: "EAR",
|
|
1240
1240
|
};
|
|
1241
1241
|
|
|
1242
|
-
/*! @azure/msal-common v15.13.1 2025-
|
|
1242
|
+
/*! @azure/msal-common v15.13.1 2025-11-06 */
|
|
1243
1243
|
|
|
1244
1244
|
/*
|
|
1245
1245
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1460,7 +1460,7 @@ class AccountEntity {
|
|
|
1460
1460
|
}
|
|
1461
1461
|
}
|
|
1462
1462
|
|
|
1463
|
-
/*! @azure/msal-common v15.13.1 2025-
|
|
1463
|
+
/*! @azure/msal-common v15.13.1 2025-11-06 */
|
|
1464
1464
|
|
|
1465
1465
|
/*
|
|
1466
1466
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1541,7 +1541,7 @@ function checkMaxAge(authTime, maxAge) {
|
|
|
1541
1541
|
}
|
|
1542
1542
|
}
|
|
1543
1543
|
|
|
1544
|
-
/*! @azure/msal-common v15.13.1 2025-
|
|
1544
|
+
/*! @azure/msal-common v15.13.1 2025-11-06 */
|
|
1545
1545
|
|
|
1546
1546
|
/*
|
|
1547
1547
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1657,7 +1657,7 @@ function normalizeUrlForComparison(url) {
|
|
|
1657
1657
|
}
|
|
1658
1658
|
}
|
|
1659
1659
|
|
|
1660
|
-
/*! @azure/msal-common v15.13.1 2025-
|
|
1660
|
+
/*! @azure/msal-common v15.13.1 2025-11-06 */
|
|
1661
1661
|
|
|
1662
1662
|
/*
|
|
1663
1663
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1821,7 +1821,7 @@ class UrlString {
|
|
|
1821
1821
|
}
|
|
1822
1822
|
}
|
|
1823
1823
|
|
|
1824
|
-
/*! @azure/msal-common v15.13.1 2025-
|
|
1824
|
+
/*! @azure/msal-common v15.13.1 2025-11-06 */
|
|
1825
1825
|
|
|
1826
1826
|
/*
|
|
1827
1827
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1960,7 +1960,7 @@ function getCloudDiscoveryMetadataFromNetworkResponse(response, authorityHost) {
|
|
|
1960
1960
|
return null;
|
|
1961
1961
|
}
|
|
1962
1962
|
|
|
1963
|
-
/*! @azure/msal-common v15.13.1 2025-
|
|
1963
|
+
/*! @azure/msal-common v15.13.1 2025-11-06 */
|
|
1964
1964
|
/*
|
|
1965
1965
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
1966
1966
|
* Licensed under the MIT License.
|
|
@@ -1968,7 +1968,7 @@ function getCloudDiscoveryMetadataFromNetworkResponse(response, authorityHost) {
|
|
|
1968
1968
|
const cacheQuotaExceeded = "cache_quota_exceeded";
|
|
1969
1969
|
const cacheErrorUnknown = "cache_error_unknown";
|
|
1970
1970
|
|
|
1971
|
-
/*! @azure/msal-common v15.13.1 2025-
|
|
1971
|
+
/*! @azure/msal-common v15.13.1 2025-11-06 */
|
|
1972
1972
|
|
|
1973
1973
|
/*
|
|
1974
1974
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -2013,7 +2013,7 @@ function createCacheError(e) {
|
|
|
2013
2013
|
}
|
|
2014
2014
|
}
|
|
2015
2015
|
|
|
2016
|
-
/*! @azure/msal-common v15.13.1 2025-
|
|
2016
|
+
/*! @azure/msal-common v15.13.1 2025-11-06 */
|
|
2017
2017
|
|
|
2018
2018
|
/*
|
|
2019
2019
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -3122,7 +3122,7 @@ class DefaultStorageClass extends CacheManager {
|
|
|
3122
3122
|
}
|
|
3123
3123
|
}
|
|
3124
3124
|
|
|
3125
|
-
/*! @azure/msal-common v15.13.1 2025-
|
|
3125
|
+
/*! @azure/msal-common v15.13.1 2025-11-06 */
|
|
3126
3126
|
/*
|
|
3127
3127
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3128
3128
|
* Licensed under the MIT License.
|
|
@@ -3389,7 +3389,7 @@ const PerformanceEvents = {
|
|
|
3389
3389
|
const PerformanceEventStatus = {
|
|
3390
3390
|
InProgress: 1};
|
|
3391
3391
|
|
|
3392
|
-
/*! @azure/msal-common v15.13.1 2025-
|
|
3392
|
+
/*! @azure/msal-common v15.13.1 2025-11-06 */
|
|
3393
3393
|
|
|
3394
3394
|
/*
|
|
3395
3395
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -3468,7 +3468,7 @@ class StubPerformanceClient {
|
|
|
3468
3468
|
}
|
|
3469
3469
|
}
|
|
3470
3470
|
|
|
3471
|
-
/*! @azure/msal-common v15.13.1 2025-
|
|
3471
|
+
/*! @azure/msal-common v15.13.1 2025-11-06 */
|
|
3472
3472
|
|
|
3473
3473
|
/*
|
|
3474
3474
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -3568,7 +3568,7 @@ function isOidcProtocolMode(config) {
|
|
|
3568
3568
|
return (config.authOptions.authority.options.protocolMode === ProtocolMode.OIDC);
|
|
3569
3569
|
}
|
|
3570
3570
|
|
|
3571
|
-
/*! @azure/msal-common v15.13.1 2025-
|
|
3571
|
+
/*! @azure/msal-common v15.13.1 2025-11-06 */
|
|
3572
3572
|
/*
|
|
3573
3573
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3574
3574
|
* Licensed under the MIT License.
|
|
@@ -3578,7 +3578,7 @@ const CcsCredentialType = {
|
|
|
3578
3578
|
UPN: "UPN",
|
|
3579
3579
|
};
|
|
3580
3580
|
|
|
3581
|
-
/*! @azure/msal-common v15.13.1 2025-
|
|
3581
|
+
/*! @azure/msal-common v15.13.1 2025-11-06 */
|
|
3582
3582
|
/*
|
|
3583
3583
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3584
3584
|
* Licensed under the MIT License.
|
|
@@ -3628,7 +3628,7 @@ const INSTANCE_AWARE = "instance_aware";
|
|
|
3628
3628
|
const EAR_JWK = "ear_jwk";
|
|
3629
3629
|
const EAR_JWE_CRYPTO = "ear_jwe_crypto";
|
|
3630
3630
|
|
|
3631
|
-
/*! @azure/msal-common v15.13.1 2025-
|
|
3631
|
+
/*! @azure/msal-common v15.13.1 2025-11-06 */
|
|
3632
3632
|
|
|
3633
3633
|
/*
|
|
3634
3634
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4008,7 +4008,7 @@ function addPostBodyParameters(parameters, bodyParameters) {
|
|
|
4008
4008
|
});
|
|
4009
4009
|
}
|
|
4010
4010
|
|
|
4011
|
-
/*! @azure/msal-common v15.13.1 2025-
|
|
4011
|
+
/*! @azure/msal-common v15.13.1 2025-11-06 */
|
|
4012
4012
|
/*
|
|
4013
4013
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4014
4014
|
* Licensed under the MIT License.
|
|
@@ -4020,7 +4020,7 @@ function isOpenIdConfigResponse(response) {
|
|
|
4020
4020
|
response.hasOwnProperty("jwks_uri"));
|
|
4021
4021
|
}
|
|
4022
4022
|
|
|
4023
|
-
/*! @azure/msal-common v15.13.1 2025-
|
|
4023
|
+
/*! @azure/msal-common v15.13.1 2025-11-06 */
|
|
4024
4024
|
/*
|
|
4025
4025
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4026
4026
|
* Licensed under the MIT License.
|
|
@@ -4030,7 +4030,7 @@ function isCloudInstanceDiscoveryResponse(response) {
|
|
|
4030
4030
|
response.hasOwnProperty("metadata"));
|
|
4031
4031
|
}
|
|
4032
4032
|
|
|
4033
|
-
/*! @azure/msal-common v15.13.1 2025-
|
|
4033
|
+
/*! @azure/msal-common v15.13.1 2025-11-06 */
|
|
4034
4034
|
/*
|
|
4035
4035
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4036
4036
|
* Licensed under the MIT License.
|
|
@@ -4040,7 +4040,7 @@ function isCloudInstanceDiscoveryErrorResponse(response) {
|
|
|
4040
4040
|
response.hasOwnProperty("error_description"));
|
|
4041
4041
|
}
|
|
4042
4042
|
|
|
4043
|
-
/*! @azure/msal-common v15.13.1 2025-
|
|
4043
|
+
/*! @azure/msal-common v15.13.1 2025-11-06 */
|
|
4044
4044
|
/*
|
|
4045
4045
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4046
4046
|
* Licensed under the MIT License.
|
|
@@ -4136,7 +4136,7 @@ const invokeAsync = (callback, eventName, logger, telemetryClient, correlationId
|
|
|
4136
4136
|
};
|
|
4137
4137
|
};
|
|
4138
4138
|
|
|
4139
|
-
/*! @azure/msal-common v15.13.1 2025-
|
|
4139
|
+
/*! @azure/msal-common v15.13.1 2025-11-06 */
|
|
4140
4140
|
|
|
4141
4141
|
/*
|
|
4142
4142
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4242,7 +4242,7 @@ RegionDiscovery.IMDS_OPTIONS = {
|
|
|
4242
4242
|
},
|
|
4243
4243
|
};
|
|
4244
4244
|
|
|
4245
|
-
/*! @azure/msal-common v15.13.1 2025-
|
|
4245
|
+
/*! @azure/msal-common v15.13.1 2025-11-06 */
|
|
4246
4246
|
/*
|
|
4247
4247
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4248
4248
|
* Licensed under the MIT License.
|
|
@@ -4307,7 +4307,7 @@ function wasClockTurnedBack(cachedAt) {
|
|
|
4307
4307
|
return cachedAtSec > nowSeconds();
|
|
4308
4308
|
}
|
|
4309
4309
|
|
|
4310
|
-
/*! @azure/msal-common v15.13.1 2025-
|
|
4310
|
+
/*! @azure/msal-common v15.13.1 2025-11-06 */
|
|
4311
4311
|
|
|
4312
4312
|
/*
|
|
4313
4313
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4569,7 +4569,7 @@ function isAuthorityMetadataExpired(metadata) {
|
|
|
4569
4569
|
return metadata.expiresAt <= nowSeconds();
|
|
4570
4570
|
}
|
|
4571
4571
|
|
|
4572
|
-
/*! @azure/msal-common v15.13.1 2025-
|
|
4572
|
+
/*! @azure/msal-common v15.13.1 2025-11-06 */
|
|
4573
4573
|
|
|
4574
4574
|
/*
|
|
4575
4575
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -5408,7 +5408,7 @@ function buildStaticAuthorityOptions(authOptions) {
|
|
|
5408
5408
|
};
|
|
5409
5409
|
}
|
|
5410
5410
|
|
|
5411
|
-
/*! @azure/msal-common v15.13.1 2025-
|
|
5411
|
+
/*! @azure/msal-common v15.13.1 2025-11-06 */
|
|
5412
5412
|
|
|
5413
5413
|
/*
|
|
5414
5414
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -5439,7 +5439,7 @@ async function createDiscoveredInstance(authorityUri, networkClient, cacheManage
|
|
|
5439
5439
|
}
|
|
5440
5440
|
}
|
|
5441
5441
|
|
|
5442
|
-
/*! @azure/msal-common v15.13.1 2025-
|
|
5442
|
+
/*! @azure/msal-common v15.13.1 2025-11-06 */
|
|
5443
5443
|
|
|
5444
5444
|
/*
|
|
5445
5445
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -5458,7 +5458,7 @@ class ServerError extends AuthError {
|
|
|
5458
5458
|
}
|
|
5459
5459
|
}
|
|
5460
5460
|
|
|
5461
|
-
/*! @azure/msal-common v15.13.1 2025-
|
|
5461
|
+
/*! @azure/msal-common v15.13.1 2025-11-06 */
|
|
5462
5462
|
/*
|
|
5463
5463
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
5464
5464
|
* Licensed under the MIT License.
|
|
@@ -5479,7 +5479,7 @@ function getRequestThumbprint(clientId, request, homeAccountId) {
|
|
|
5479
5479
|
};
|
|
5480
5480
|
}
|
|
5481
5481
|
|
|
5482
|
-
/*! @azure/msal-common v15.13.1 2025-
|
|
5482
|
+
/*! @azure/msal-common v15.13.1 2025-11-06 */
|
|
5483
5483
|
|
|
5484
5484
|
/*
|
|
5485
5485
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -5566,7 +5566,7 @@ class ThrottlingUtils {
|
|
|
5566
5566
|
}
|
|
5567
5567
|
}
|
|
5568
5568
|
|
|
5569
|
-
/*! @azure/msal-common v15.13.1 2025-
|
|
5569
|
+
/*! @azure/msal-common v15.13.1 2025-11-06 */
|
|
5570
5570
|
|
|
5571
5571
|
/*
|
|
5572
5572
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -5597,7 +5597,7 @@ function createNetworkError(error, httpStatus, responseHeaders, additionalError)
|
|
|
5597
5597
|
return new NetworkError(error, httpStatus, responseHeaders);
|
|
5598
5598
|
}
|
|
5599
5599
|
|
|
5600
|
-
/*! @azure/msal-common v15.13.1 2025-
|
|
5600
|
+
/*! @azure/msal-common v15.13.1 2025-11-06 */
|
|
5601
5601
|
|
|
5602
5602
|
/*
|
|
5603
5603
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -5745,7 +5745,7 @@ class BaseClient {
|
|
|
5745
5745
|
}
|
|
5746
5746
|
}
|
|
5747
5747
|
|
|
5748
|
-
/*! @azure/msal-common v15.13.1 2025-
|
|
5748
|
+
/*! @azure/msal-common v15.13.1 2025-11-06 */
|
|
5749
5749
|
/*
|
|
5750
5750
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
5751
5751
|
* Licensed under the MIT License.
|
|
@@ -5761,7 +5761,7 @@ const consentRequired = "consent_required";
|
|
|
5761
5761
|
const loginRequired = "login_required";
|
|
5762
5762
|
const badToken = "bad_token";
|
|
5763
5763
|
|
|
5764
|
-
/*! @azure/msal-common v15.13.1 2025-
|
|
5764
|
+
/*! @azure/msal-common v15.13.1 2025-11-06 */
|
|
5765
5765
|
|
|
5766
5766
|
/*
|
|
5767
5767
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -5833,7 +5833,7 @@ function createInteractionRequiredAuthError(errorCode) {
|
|
|
5833
5833
|
return new InteractionRequiredAuthError(errorCode, InteractionRequiredAuthErrorMessages[errorCode]);
|
|
5834
5834
|
}
|
|
5835
5835
|
|
|
5836
|
-
/*! @azure/msal-common v15.13.1 2025-
|
|
5836
|
+
/*! @azure/msal-common v15.13.1 2025-11-06 */
|
|
5837
5837
|
|
|
5838
5838
|
/*
|
|
5839
5839
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -5905,7 +5905,7 @@ class ProtocolUtils {
|
|
|
5905
5905
|
}
|
|
5906
5906
|
}
|
|
5907
5907
|
|
|
5908
|
-
/*! @azure/msal-common v15.13.1 2025-
|
|
5908
|
+
/*! @azure/msal-common v15.13.1 2025-11-06 */
|
|
5909
5909
|
|
|
5910
5910
|
/*
|
|
5911
5911
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -5987,7 +5987,7 @@ class PopTokenGenerator {
|
|
|
5987
5987
|
}
|
|
5988
5988
|
}
|
|
5989
5989
|
|
|
5990
|
-
/*! @azure/msal-common v15.13.1 2025-
|
|
5990
|
+
/*! @azure/msal-common v15.13.1 2025-11-06 */
|
|
5991
5991
|
/*
|
|
5992
5992
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
5993
5993
|
* Licensed under the MIT License.
|
|
@@ -6014,7 +6014,7 @@ class PopTokenGenerator {
|
|
|
6014
6014
|
}
|
|
6015
6015
|
}
|
|
6016
6016
|
|
|
6017
|
-
/*! @azure/msal-common v15.13.1 2025-
|
|
6017
|
+
/*! @azure/msal-common v15.13.1 2025-11-06 */
|
|
6018
6018
|
|
|
6019
6019
|
/*
|
|
6020
6020
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6345,7 +6345,7 @@ function buildAccountToCache(cacheStorage, authority, homeAccountId, base64Decod
|
|
|
6345
6345
|
return baseAccount;
|
|
6346
6346
|
}
|
|
6347
6347
|
|
|
6348
|
-
/*! @azure/msal-common v15.13.1 2025-
|
|
6348
|
+
/*! @azure/msal-common v15.13.1 2025-11-06 */
|
|
6349
6349
|
/*
|
|
6350
6350
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
6351
6351
|
* Licensed under the MIT License.
|
|
@@ -6363,7 +6363,7 @@ async function getClientAssertion(clientAssertion, clientId, tokenEndpoint) {
|
|
|
6363
6363
|
}
|
|
6364
6364
|
}
|
|
6365
6365
|
|
|
6366
|
-
/*! @azure/msal-common v15.13.1 2025-
|
|
6366
|
+
/*! @azure/msal-common v15.13.1 2025-11-06 */
|
|
6367
6367
|
|
|
6368
6368
|
/*
|
|
6369
6369
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6598,7 +6598,7 @@ class AuthorizationCodeClient extends BaseClient {
|
|
|
6598
6598
|
}
|
|
6599
6599
|
}
|
|
6600
6600
|
|
|
6601
|
-
/*! @azure/msal-common v15.13.1 2025-
|
|
6601
|
+
/*! @azure/msal-common v15.13.1 2025-11-06 */
|
|
6602
6602
|
|
|
6603
6603
|
/*
|
|
6604
6604
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6807,7 +6807,7 @@ class RefreshTokenClient extends BaseClient {
|
|
|
6807
6807
|
}
|
|
6808
6808
|
}
|
|
6809
6809
|
|
|
6810
|
-
/*! @azure/msal-common v15.13.1 2025-
|
|
6810
|
+
/*! @azure/msal-common v15.13.1 2025-11-06 */
|
|
6811
6811
|
|
|
6812
6812
|
/*
|
|
6813
6813
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6905,7 +6905,7 @@ class SilentFlowClient extends BaseClient {
|
|
|
6905
6905
|
}
|
|
6906
6906
|
}
|
|
6907
6907
|
|
|
6908
|
-
/*! @azure/msal-common v15.13.1 2025-
|
|
6908
|
+
/*! @azure/msal-common v15.13.1 2025-11-06 */
|
|
6909
6909
|
|
|
6910
6910
|
/*
|
|
6911
6911
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6920,7 +6920,7 @@ const StubbedNetworkModule = {
|
|
|
6920
6920
|
},
|
|
6921
6921
|
};
|
|
6922
6922
|
|
|
6923
|
-
/*! @azure/msal-common v15.13.1 2025-
|
|
6923
|
+
/*! @azure/msal-common v15.13.1 2025-11-06 */
|
|
6924
6924
|
|
|
6925
6925
|
/*
|
|
6926
6926
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7144,7 +7144,7 @@ function extractLoginHint(account) {
|
|
|
7144
7144
|
return account.loginHint || account.idTokenClaims?.login_hint || null;
|
|
7145
7145
|
}
|
|
7146
7146
|
|
|
7147
|
-
/*! @azure/msal-common v15.13.1 2025-
|
|
7147
|
+
/*! @azure/msal-common v15.13.1 2025-11-06 */
|
|
7148
7148
|
|
|
7149
7149
|
/*
|
|
7150
7150
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7407,7 +7407,7 @@ class ServerTelemetryManager {
|
|
|
7407
7407
|
}
|
|
7408
7408
|
}
|
|
7409
7409
|
|
|
7410
|
-
/*! @azure/msal-common v15.13.1 2025-
|
|
7410
|
+
/*! @azure/msal-common v15.13.1 2025-11-06 */
|
|
7411
7411
|
/*
|
|
7412
7412
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
7413
7413
|
* Licensed under the MIT License.
|
|
@@ -7415,7 +7415,7 @@ class ServerTelemetryManager {
|
|
|
7415
7415
|
const missingKidError = "missing_kid_error";
|
|
7416
7416
|
const missingAlgError = "missing_alg_error";
|
|
7417
7417
|
|
|
7418
|
-
/*! @azure/msal-common v15.13.1 2025-
|
|
7418
|
+
/*! @azure/msal-common v15.13.1 2025-11-06 */
|
|
7419
7419
|
|
|
7420
7420
|
/*
|
|
7421
7421
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7440,7 +7440,7 @@ function createJoseHeaderError(code) {
|
|
|
7440
7440
|
return new JoseHeaderError(code, JoseHeaderErrorMessages[code]);
|
|
7441
7441
|
}
|
|
7442
7442
|
|
|
7443
|
-
/*! @azure/msal-common v15.13.1 2025-
|
|
7443
|
+
/*! @azure/msal-common v15.13.1 2025-11-06 */
|
|
7444
7444
|
|
|
7445
7445
|
/*
|
|
7446
7446
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7875,7 +7875,7 @@ function ensureArgumentIsJSONString(argName, argValue, correlationId) {
|
|
|
7875
7875
|
|
|
7876
7876
|
/* eslint-disable header/header */
|
|
7877
7877
|
const name = "@azure/msal-browser";
|
|
7878
|
-
const version = "4.26.
|
|
7878
|
+
const version = "4.26.1";
|
|
7879
7879
|
|
|
7880
7880
|
/*
|
|
7881
7881
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -19341,6 +19341,7 @@ function createHiddenIframe() {
|
|
|
19341
19341
|
authFrame.style.width = authFrame.style.height = "0";
|
|
19342
19342
|
authFrame.style.border = "0";
|
|
19343
19343
|
authFrame.setAttribute("sandbox", "allow-scripts allow-same-origin allow-forms");
|
|
19344
|
+
authFrame.setAttribute("allow", "local-network-access *");
|
|
19344
19345
|
document.body.appendChild(authFrame);
|
|
19345
19346
|
return authFrame;
|
|
19346
19347
|
}
|