@azure/msal-browser 4.28.1 → 4.28.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.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 +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 +5 -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/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 +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 +5 -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 +105 -65
- package/lib/custom-auth-path/msal-custom-auth.cjs.map +1 -1
- package/lib/custom-auth-path/msal-custom-auth.js +105 -65
- package/lib/custom-auth-path/msal-custom-auth.js.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/custom-auth-path/types/protocol/Authorize.d.ts.map +1 -1
- package/lib/msal-browser.cjs +107 -67
- package/lib/msal-browser.cjs.map +1 -1
- package/lib/msal-browser.js +107 -67
- package/lib/msal-browser.js.map +1 -1
- package/lib/msal-browser.min.js +62 -62
- package/lib/types/custom_auth/CustomAuthConstants.d.ts +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/packageMetadata.ts +1 -1
- package/src/protocol/Authorize.ts +14 -0
package/lib/msal-browser.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @azure/msal-browser v4.28.
|
|
1
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
2
2
|
'use strict';
|
|
3
3
|
(function (global, factory) {
|
|
4
4
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.msal = {}));
|
|
7
7
|
})(this, (function (exports) { 'use strict';
|
|
8
8
|
|
|
9
|
-
/*! @azure/msal-common v15.14.
|
|
9
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
10
10
|
/*
|
|
11
11
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
12
12
|
* Licensed under the MIT License.
|
|
@@ -283,7 +283,7 @@
|
|
|
283
283
|
// Token renewal offset default in seconds
|
|
284
284
|
const DEFAULT_TOKEN_RENEWAL_OFFSET_SEC = 300;
|
|
285
285
|
|
|
286
|
-
/*! @azure/msal-common v15.14.
|
|
286
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
287
287
|
/*
|
|
288
288
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
289
289
|
* Licensed under the MIT License.
|
|
@@ -300,7 +300,7 @@
|
|
|
300
300
|
unexpectedError: unexpectedError
|
|
301
301
|
});
|
|
302
302
|
|
|
303
|
-
/*! @azure/msal-common v15.14.
|
|
303
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
304
304
|
|
|
305
305
|
/*
|
|
306
306
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -349,7 +349,7 @@
|
|
|
349
349
|
: AuthErrorMessages[code]);
|
|
350
350
|
}
|
|
351
351
|
|
|
352
|
-
/*! @azure/msal-common v15.14.
|
|
352
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
353
353
|
/*
|
|
354
354
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
355
355
|
* Licensed under the MIT License.
|
|
@@ -449,7 +449,7 @@
|
|
|
449
449
|
userTimeoutReached: userTimeoutReached
|
|
450
450
|
});
|
|
451
451
|
|
|
452
|
-
/*! @azure/msal-common v15.14.
|
|
452
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
453
453
|
|
|
454
454
|
/*
|
|
455
455
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -706,7 +706,7 @@
|
|
|
706
706
|
return new ClientAuthError(errorCode, additionalMessage);
|
|
707
707
|
}
|
|
708
708
|
|
|
709
|
-
/*! @azure/msal-common v15.14.
|
|
709
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
710
710
|
|
|
711
711
|
/*
|
|
712
712
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -745,7 +745,7 @@
|
|
|
745
745
|
},
|
|
746
746
|
};
|
|
747
747
|
|
|
748
|
-
/*! @azure/msal-common v15.14.
|
|
748
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
749
749
|
|
|
750
750
|
/*
|
|
751
751
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -936,12 +936,12 @@
|
|
|
936
936
|
}
|
|
937
937
|
}
|
|
938
938
|
|
|
939
|
-
/*! @azure/msal-common v15.14.
|
|
939
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
940
940
|
/* eslint-disable header/header */
|
|
941
941
|
const name$1 = "@azure/msal-common";
|
|
942
|
-
const version$1 = "15.14.
|
|
942
|
+
const version$1 = "15.14.2";
|
|
943
943
|
|
|
944
|
-
/*! @azure/msal-common v15.14.
|
|
944
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
945
945
|
/*
|
|
946
946
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
947
947
|
* Licensed under the MIT License.
|
|
@@ -961,7 +961,7 @@
|
|
|
961
961
|
AzureUsGovernment: "https://login.microsoftonline.us",
|
|
962
962
|
};
|
|
963
963
|
|
|
964
|
-
/*! @azure/msal-common v15.14.
|
|
964
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
965
965
|
/*
|
|
966
966
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
967
967
|
* Licensed under the MIT License.
|
|
@@ -1019,7 +1019,7 @@
|
|
|
1019
1019
|
urlParseError: urlParseError
|
|
1020
1020
|
});
|
|
1021
1021
|
|
|
1022
|
-
/*! @azure/msal-common v15.14.
|
|
1022
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
1023
1023
|
|
|
1024
1024
|
/*
|
|
1025
1025
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1167,7 +1167,7 @@
|
|
|
1167
1167
|
return new ClientConfigurationError(errorCode);
|
|
1168
1168
|
}
|
|
1169
1169
|
|
|
1170
|
-
/*! @azure/msal-common v15.14.
|
|
1170
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
1171
1171
|
/*
|
|
1172
1172
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
1173
1173
|
* Licensed under the MIT License.
|
|
@@ -1264,7 +1264,7 @@
|
|
|
1264
1264
|
}
|
|
1265
1265
|
}
|
|
1266
1266
|
|
|
1267
|
-
/*! @azure/msal-common v15.14.
|
|
1267
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
1268
1268
|
|
|
1269
1269
|
/*
|
|
1270
1270
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1459,7 +1459,7 @@
|
|
|
1459
1459
|
}
|
|
1460
1460
|
}
|
|
1461
1461
|
|
|
1462
|
-
/*! @azure/msal-common v15.14.
|
|
1462
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
1463
1463
|
|
|
1464
1464
|
/*
|
|
1465
1465
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1499,7 +1499,7 @@
|
|
|
1499
1499
|
};
|
|
1500
1500
|
}
|
|
1501
1501
|
|
|
1502
|
-
/*! @azure/msal-common v15.14.
|
|
1502
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
1503
1503
|
/*
|
|
1504
1504
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
1505
1505
|
* Licensed under the MIT License.
|
|
@@ -1581,7 +1581,7 @@
|
|
|
1581
1581
|
return updatedAccountInfo;
|
|
1582
1582
|
}
|
|
1583
1583
|
|
|
1584
|
-
/*! @azure/msal-common v15.14.
|
|
1584
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
1585
1585
|
/*
|
|
1586
1586
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
1587
1587
|
* Licensed under the MIT License.
|
|
@@ -1596,7 +1596,7 @@
|
|
|
1596
1596
|
Ciam: 3,
|
|
1597
1597
|
};
|
|
1598
1598
|
|
|
1599
|
-
/*! @azure/msal-common v15.14.
|
|
1599
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
1600
1600
|
/*
|
|
1601
1601
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
1602
1602
|
* Licensed under the MIT License.
|
|
@@ -1618,7 +1618,7 @@
|
|
|
1618
1618
|
return null;
|
|
1619
1619
|
}
|
|
1620
1620
|
|
|
1621
|
-
/*! @azure/msal-common v15.14.
|
|
1621
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
1622
1622
|
/*
|
|
1623
1623
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
1624
1624
|
* Licensed under the MIT License.
|
|
@@ -1642,7 +1642,7 @@
|
|
|
1642
1642
|
EAR: "EAR",
|
|
1643
1643
|
};
|
|
1644
1644
|
|
|
1645
|
-
/*! @azure/msal-common v15.14.
|
|
1645
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
1646
1646
|
|
|
1647
1647
|
/*
|
|
1648
1648
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1877,7 +1877,7 @@
|
|
|
1877
1877
|
}
|
|
1878
1878
|
}
|
|
1879
1879
|
|
|
1880
|
-
/*! @azure/msal-common v15.14.
|
|
1880
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
1881
1881
|
|
|
1882
1882
|
/*
|
|
1883
1883
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1958,7 +1958,7 @@
|
|
|
1958
1958
|
}
|
|
1959
1959
|
}
|
|
1960
1960
|
|
|
1961
|
-
/*! @azure/msal-common v15.14.
|
|
1961
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
1962
1962
|
|
|
1963
1963
|
/*
|
|
1964
1964
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -2074,7 +2074,7 @@
|
|
|
2074
2074
|
}
|
|
2075
2075
|
}
|
|
2076
2076
|
|
|
2077
|
-
/*! @azure/msal-common v15.14.
|
|
2077
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
2078
2078
|
|
|
2079
2079
|
/*
|
|
2080
2080
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -2238,7 +2238,7 @@
|
|
|
2238
2238
|
}
|
|
2239
2239
|
}
|
|
2240
2240
|
|
|
2241
|
-
/*! @azure/msal-common v15.14.
|
|
2241
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
2242
2242
|
|
|
2243
2243
|
/*
|
|
2244
2244
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -2267,6 +2267,27 @@
|
|
|
2267
2267
|
authorization_endpoint: "https://login.microsoftonline.us/{tenantid}/oauth2/v2.0/authorize",
|
|
2268
2268
|
end_session_endpoint: "https://login.microsoftonline.us/{tenantid}/oauth2/v2.0/logout",
|
|
2269
2269
|
},
|
|
2270
|
+
"login.sovcloud-identity.fr": {
|
|
2271
|
+
token_endpoint: "https://login.sovcloud-identity.fr/{tenantid}/oauth2/v2.0/token",
|
|
2272
|
+
jwks_uri: "https://login.sovcloud-identity.fr/{tenantid}/discovery/v2.0/keys",
|
|
2273
|
+
issuer: "https://login.sovcloud-identity.fr/{tenantid}/v2.0",
|
|
2274
|
+
authorization_endpoint: "https://login.sovcloud-identity.fr/{tenantid}/oauth2/v2.0/authorize",
|
|
2275
|
+
end_session_endpoint: "https://login.sovcloud-identity.fr/{tenantid}/oauth2/v2.0/logout",
|
|
2276
|
+
},
|
|
2277
|
+
"login.sovcloud-identity.de": {
|
|
2278
|
+
token_endpoint: "https://login.sovcloud-identity.de/{tenantid}/oauth2/v2.0/token",
|
|
2279
|
+
jwks_uri: "https://login.sovcloud-identity.de/{tenantid}/discovery/v2.0/keys",
|
|
2280
|
+
issuer: "https://login.sovcloud-identity.de/{tenantid}/v2.0",
|
|
2281
|
+
authorization_endpoint: "https://login.sovcloud-identity.de/{tenantid}/oauth2/v2.0/authorize",
|
|
2282
|
+
end_session_endpoint: "https://login.sovcloud-identity.de/{tenantid}/oauth2/v2.0/logout",
|
|
2283
|
+
},
|
|
2284
|
+
"login.sovcloud-identity.sg": {
|
|
2285
|
+
token_endpoint: "https://login.sovcloud-identity.sg/common/oauth2/v2.0/token",
|
|
2286
|
+
jwks_uri: "https://login.sovcloud-identity.sg/common/discovery/v2.0/keys",
|
|
2287
|
+
issuer: "https://login.sovcloud-identity.sg/{tenantid}/v2.0",
|
|
2288
|
+
authorization_endpoint: "https://login.sovcloud-identity.sg/common/oauth2/v2.0/authorize",
|
|
2289
|
+
end_session_endpoint: "https://login.sovcloud-identity.sg/common/oauth2/v2.0/logout",
|
|
2290
|
+
},
|
|
2270
2291
|
},
|
|
2271
2292
|
instanceDiscoveryMetadata: {
|
|
2272
2293
|
metadata: [
|
|
@@ -2306,6 +2327,21 @@
|
|
|
2306
2327
|
preferred_cache: "login-us.microsoftonline.com",
|
|
2307
2328
|
aliases: ["login-us.microsoftonline.com"],
|
|
2308
2329
|
},
|
|
2330
|
+
{
|
|
2331
|
+
preferred_network: "login.sovcloud-identity.fr",
|
|
2332
|
+
preferred_cache: "login.sovcloud-identity.fr",
|
|
2333
|
+
aliases: ["login.sovcloud-identity.fr"],
|
|
2334
|
+
},
|
|
2335
|
+
{
|
|
2336
|
+
preferred_network: "login.sovcloud-identity.de",
|
|
2337
|
+
preferred_cache: "login.sovcloud-identity.de",
|
|
2338
|
+
aliases: ["login.sovcloud-identity.de"],
|
|
2339
|
+
},
|
|
2340
|
+
{
|
|
2341
|
+
preferred_network: "login.sovcloud-identity.sg",
|
|
2342
|
+
preferred_cache: "login.sovcloud-identity.sg",
|
|
2343
|
+
aliases: ["login.sovcloud-identity.sg"],
|
|
2344
|
+
},
|
|
2309
2345
|
],
|
|
2310
2346
|
},
|
|
2311
2347
|
};
|
|
@@ -2377,7 +2413,7 @@
|
|
|
2377
2413
|
return null;
|
|
2378
2414
|
}
|
|
2379
2415
|
|
|
2380
|
-
/*! @azure/msal-common v15.14.
|
|
2416
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
2381
2417
|
/*
|
|
2382
2418
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
2383
2419
|
* Licensed under the MIT License.
|
|
@@ -2385,7 +2421,7 @@
|
|
|
2385
2421
|
const cacheQuotaExceeded = "cache_quota_exceeded";
|
|
2386
2422
|
const cacheErrorUnknown = "cache_error_unknown";
|
|
2387
2423
|
|
|
2388
|
-
/*! @azure/msal-common v15.14.
|
|
2424
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
2389
2425
|
|
|
2390
2426
|
/*
|
|
2391
2427
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -2430,7 +2466,7 @@
|
|
|
2430
2466
|
}
|
|
2431
2467
|
}
|
|
2432
2468
|
|
|
2433
|
-
/*! @azure/msal-common v15.14.
|
|
2469
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
2434
2470
|
|
|
2435
2471
|
/*
|
|
2436
2472
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -3541,7 +3577,7 @@
|
|
|
3541
3577
|
}
|
|
3542
3578
|
}
|
|
3543
3579
|
|
|
3544
|
-
/*! @azure/msal-common v15.14.
|
|
3580
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
3545
3581
|
/*
|
|
3546
3582
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3547
3583
|
* Licensed under the MIT License.
|
|
@@ -4068,7 +4104,7 @@
|
|
|
4068
4104
|
"upgradedCacheCount",
|
|
4069
4105
|
]);
|
|
4070
4106
|
|
|
4071
|
-
/*! @azure/msal-common v15.14.
|
|
4107
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
4072
4108
|
|
|
4073
4109
|
/*
|
|
4074
4110
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4147,7 +4183,7 @@
|
|
|
4147
4183
|
}
|
|
4148
4184
|
}
|
|
4149
4185
|
|
|
4150
|
-
/*! @azure/msal-common v15.14.
|
|
4186
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
4151
4187
|
|
|
4152
4188
|
/*
|
|
4153
4189
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4247,7 +4283,7 @@
|
|
|
4247
4283
|
return (config.authOptions.authority.options.protocolMode === ProtocolMode.OIDC);
|
|
4248
4284
|
}
|
|
4249
4285
|
|
|
4250
|
-
/*! @azure/msal-common v15.14.
|
|
4286
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
4251
4287
|
/*
|
|
4252
4288
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4253
4289
|
* Licensed under the MIT License.
|
|
@@ -4257,7 +4293,7 @@
|
|
|
4257
4293
|
UPN: "UPN",
|
|
4258
4294
|
};
|
|
4259
4295
|
|
|
4260
|
-
/*! @azure/msal-common v15.14.
|
|
4296
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
4261
4297
|
/*
|
|
4262
4298
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4263
4299
|
* Licensed under the MIT License.
|
|
@@ -4307,7 +4343,7 @@
|
|
|
4307
4343
|
const EAR_JWK = "ear_jwk";
|
|
4308
4344
|
const EAR_JWE_CRYPTO = "ear_jwe_crypto";
|
|
4309
4345
|
|
|
4310
|
-
/*! @azure/msal-common v15.14.
|
|
4346
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
4311
4347
|
|
|
4312
4348
|
/*
|
|
4313
4349
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4687,7 +4723,7 @@
|
|
|
4687
4723
|
});
|
|
4688
4724
|
}
|
|
4689
4725
|
|
|
4690
|
-
/*! @azure/msal-common v15.14.
|
|
4726
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
4691
4727
|
/*
|
|
4692
4728
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4693
4729
|
* Licensed under the MIT License.
|
|
@@ -4699,7 +4735,7 @@
|
|
|
4699
4735
|
response.hasOwnProperty("jwks_uri"));
|
|
4700
4736
|
}
|
|
4701
4737
|
|
|
4702
|
-
/*! @azure/msal-common v15.14.
|
|
4738
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
4703
4739
|
/*
|
|
4704
4740
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4705
4741
|
* Licensed under the MIT License.
|
|
@@ -4709,7 +4745,7 @@
|
|
|
4709
4745
|
response.hasOwnProperty("metadata"));
|
|
4710
4746
|
}
|
|
4711
4747
|
|
|
4712
|
-
/*! @azure/msal-common v15.14.
|
|
4748
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
4713
4749
|
/*
|
|
4714
4750
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4715
4751
|
* Licensed under the MIT License.
|
|
@@ -4719,7 +4755,7 @@
|
|
|
4719
4755
|
response.hasOwnProperty("error_description"));
|
|
4720
4756
|
}
|
|
4721
4757
|
|
|
4722
|
-
/*! @azure/msal-common v15.14.
|
|
4758
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
4723
4759
|
/*
|
|
4724
4760
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4725
4761
|
* Licensed under the MIT License.
|
|
@@ -4815,7 +4851,7 @@
|
|
|
4815
4851
|
};
|
|
4816
4852
|
};
|
|
4817
4853
|
|
|
4818
|
-
/*! @azure/msal-common v15.14.
|
|
4854
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
4819
4855
|
|
|
4820
4856
|
/*
|
|
4821
4857
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4921,7 +4957,7 @@
|
|
|
4921
4957
|
},
|
|
4922
4958
|
};
|
|
4923
4959
|
|
|
4924
|
-
/*! @azure/msal-common v15.14.
|
|
4960
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
4925
4961
|
/*
|
|
4926
4962
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4927
4963
|
* Licensed under the MIT License.
|
|
@@ -4986,7 +5022,7 @@
|
|
|
4986
5022
|
return cachedAtSec > nowSeconds();
|
|
4987
5023
|
}
|
|
4988
5024
|
|
|
4989
|
-
/*! @azure/msal-common v15.14.
|
|
5025
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
4990
5026
|
|
|
4991
5027
|
/*
|
|
4992
5028
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -5248,7 +5284,7 @@
|
|
|
5248
5284
|
return metadata.expiresAt <= nowSeconds();
|
|
5249
5285
|
}
|
|
5250
5286
|
|
|
5251
|
-
/*! @azure/msal-common v15.14.
|
|
5287
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
5252
5288
|
|
|
5253
5289
|
/*
|
|
5254
5290
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6087,7 +6123,7 @@
|
|
|
6087
6123
|
};
|
|
6088
6124
|
}
|
|
6089
6125
|
|
|
6090
|
-
/*! @azure/msal-common v15.14.
|
|
6126
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
6091
6127
|
|
|
6092
6128
|
/*
|
|
6093
6129
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6118,7 +6154,7 @@
|
|
|
6118
6154
|
}
|
|
6119
6155
|
}
|
|
6120
6156
|
|
|
6121
|
-
/*! @azure/msal-common v15.14.
|
|
6157
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
6122
6158
|
|
|
6123
6159
|
/*
|
|
6124
6160
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6137,7 +6173,7 @@
|
|
|
6137
6173
|
}
|
|
6138
6174
|
}
|
|
6139
6175
|
|
|
6140
|
-
/*! @azure/msal-common v15.14.
|
|
6176
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
6141
6177
|
/*
|
|
6142
6178
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
6143
6179
|
* Licensed under the MIT License.
|
|
@@ -6158,7 +6194,7 @@
|
|
|
6158
6194
|
};
|
|
6159
6195
|
}
|
|
6160
6196
|
|
|
6161
|
-
/*! @azure/msal-common v15.14.
|
|
6197
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
6162
6198
|
|
|
6163
6199
|
/*
|
|
6164
6200
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6245,7 +6281,7 @@
|
|
|
6245
6281
|
}
|
|
6246
6282
|
}
|
|
6247
6283
|
|
|
6248
|
-
/*! @azure/msal-common v15.14.
|
|
6284
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
6249
6285
|
|
|
6250
6286
|
/*
|
|
6251
6287
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6276,7 +6312,7 @@
|
|
|
6276
6312
|
return new NetworkError(error, httpStatus, responseHeaders);
|
|
6277
6313
|
}
|
|
6278
6314
|
|
|
6279
|
-
/*! @azure/msal-common v15.14.
|
|
6315
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
6280
6316
|
|
|
6281
6317
|
/*
|
|
6282
6318
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6424,7 +6460,7 @@
|
|
|
6424
6460
|
}
|
|
6425
6461
|
}
|
|
6426
6462
|
|
|
6427
|
-
/*! @azure/msal-common v15.14.
|
|
6463
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
6428
6464
|
/*
|
|
6429
6465
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
6430
6466
|
* Licensed under the MIT License.
|
|
@@ -6452,7 +6488,7 @@
|
|
|
6452
6488
|
uxNotAllowed: uxNotAllowed
|
|
6453
6489
|
});
|
|
6454
6490
|
|
|
6455
|
-
/*! @azure/msal-common v15.14.
|
|
6491
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
6456
6492
|
|
|
6457
6493
|
/*
|
|
6458
6494
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6542,7 +6578,7 @@
|
|
|
6542
6578
|
return new InteractionRequiredAuthError(errorCode, InteractionRequiredAuthErrorMessages[errorCode]);
|
|
6543
6579
|
}
|
|
6544
6580
|
|
|
6545
|
-
/*! @azure/msal-common v15.14.
|
|
6581
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
6546
6582
|
|
|
6547
6583
|
/*
|
|
6548
6584
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6614,7 +6650,7 @@
|
|
|
6614
6650
|
}
|
|
6615
6651
|
}
|
|
6616
6652
|
|
|
6617
|
-
/*! @azure/msal-common v15.14.
|
|
6653
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
6618
6654
|
|
|
6619
6655
|
/*
|
|
6620
6656
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6696,7 +6732,7 @@
|
|
|
6696
6732
|
}
|
|
6697
6733
|
}
|
|
6698
6734
|
|
|
6699
|
-
/*! @azure/msal-common v15.14.
|
|
6735
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
6700
6736
|
/*
|
|
6701
6737
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
6702
6738
|
* Licensed under the MIT License.
|
|
@@ -6723,7 +6759,7 @@
|
|
|
6723
6759
|
}
|
|
6724
6760
|
}
|
|
6725
6761
|
|
|
6726
|
-
/*! @azure/msal-common v15.14.
|
|
6762
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
6727
6763
|
|
|
6728
6764
|
/*
|
|
6729
6765
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7062,7 +7098,7 @@
|
|
|
7062
7098
|
return baseAccount;
|
|
7063
7099
|
}
|
|
7064
7100
|
|
|
7065
|
-
/*! @azure/msal-common v15.14.
|
|
7101
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
7066
7102
|
/*
|
|
7067
7103
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
7068
7104
|
* Licensed under the MIT License.
|
|
@@ -7080,7 +7116,7 @@
|
|
|
7080
7116
|
}
|
|
7081
7117
|
}
|
|
7082
7118
|
|
|
7083
|
-
/*! @azure/msal-common v15.14.
|
|
7119
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
7084
7120
|
|
|
7085
7121
|
/*
|
|
7086
7122
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7316,7 +7352,7 @@
|
|
|
7316
7352
|
}
|
|
7317
7353
|
}
|
|
7318
7354
|
|
|
7319
|
-
/*! @azure/msal-common v15.14.
|
|
7355
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
7320
7356
|
|
|
7321
7357
|
/*
|
|
7322
7358
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7528,7 +7564,7 @@
|
|
|
7528
7564
|
}
|
|
7529
7565
|
}
|
|
7530
7566
|
|
|
7531
|
-
/*! @azure/msal-common v15.14.
|
|
7567
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
7532
7568
|
|
|
7533
7569
|
/*
|
|
7534
7570
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7626,7 +7662,7 @@
|
|
|
7626
7662
|
}
|
|
7627
7663
|
}
|
|
7628
7664
|
|
|
7629
|
-
/*! @azure/msal-common v15.14.
|
|
7665
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
7630
7666
|
|
|
7631
7667
|
/*
|
|
7632
7668
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7641,7 +7677,7 @@
|
|
|
7641
7677
|
},
|
|
7642
7678
|
};
|
|
7643
7679
|
|
|
7644
|
-
/*! @azure/msal-common v15.14.
|
|
7680
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
7645
7681
|
|
|
7646
7682
|
/*
|
|
7647
7683
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7865,7 +7901,7 @@
|
|
|
7865
7901
|
return account.loginHint || account.idTokenClaims?.login_hint || null;
|
|
7866
7902
|
}
|
|
7867
7903
|
|
|
7868
|
-
/*! @azure/msal-common v15.14.
|
|
7904
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
7869
7905
|
|
|
7870
7906
|
/*
|
|
7871
7907
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7923,7 +7959,7 @@
|
|
|
7923
7959
|
}
|
|
7924
7960
|
}
|
|
7925
7961
|
|
|
7926
|
-
/*! @azure/msal-common v15.14.
|
|
7962
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
7927
7963
|
|
|
7928
7964
|
/*
|
|
7929
7965
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -8186,7 +8222,7 @@
|
|
|
8186
8222
|
}
|
|
8187
8223
|
}
|
|
8188
8224
|
|
|
8189
|
-
/*! @azure/msal-common v15.14.
|
|
8225
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
8190
8226
|
/*
|
|
8191
8227
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
8192
8228
|
* Licensed under the MIT License.
|
|
@@ -8194,7 +8230,7 @@
|
|
|
8194
8230
|
const missingKidError = "missing_kid_error";
|
|
8195
8231
|
const missingAlgError = "missing_alg_error";
|
|
8196
8232
|
|
|
8197
|
-
/*! @azure/msal-common v15.14.
|
|
8233
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
8198
8234
|
|
|
8199
8235
|
/*
|
|
8200
8236
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -8219,7 +8255,7 @@
|
|
|
8219
8255
|
return new JoseHeaderError(code, JoseHeaderErrorMessages[code]);
|
|
8220
8256
|
}
|
|
8221
8257
|
|
|
8222
|
-
/*! @azure/msal-common v15.14.
|
|
8258
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
8223
8259
|
|
|
8224
8260
|
/*
|
|
8225
8261
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -8259,7 +8295,7 @@
|
|
|
8259
8295
|
}
|
|
8260
8296
|
}
|
|
8261
8297
|
|
|
8262
|
-
/*! @azure/msal-common v15.14.
|
|
8298
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
8263
8299
|
|
|
8264
8300
|
/*
|
|
8265
8301
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -10400,7 +10436,7 @@
|
|
|
10400
10436
|
|
|
10401
10437
|
/* eslint-disable header/header */
|
|
10402
10438
|
const name = "@azure/msal-browser";
|
|
10403
|
-
const version = "4.28.
|
|
10439
|
+
const version = "4.28.2";
|
|
10404
10440
|
|
|
10405
10441
|
/*
|
|
10406
10442
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -14897,6 +14933,8 @@
|
|
|
14897
14933
|
addCodeChallengeParams(parameters, request.codeChallenge, Constants.S256_CODE_CHALLENGE_METHOD);
|
|
14898
14934
|
const queryParams = new Map();
|
|
14899
14935
|
addExtraQueryParameters(queryParams, request.extraQueryParameters || {});
|
|
14936
|
+
// Add correlationId to query params so gateway can propagate it to IDPs
|
|
14937
|
+
addCorrelationId(queryParams, request.correlationId);
|
|
14900
14938
|
const url = getAuthorizeUrl(authority, queryParams, config.auth.encodeExtraQueryParams, request.extraQueryParameters);
|
|
14901
14939
|
return createForm(frame, url, parameters);
|
|
14902
14940
|
}
|
|
@@ -14910,6 +14948,8 @@
|
|
|
14910
14948
|
addPostBodyParameters(parameters, request.authorizePostBodyParameters || {});
|
|
14911
14949
|
const queryParams = new Map();
|
|
14912
14950
|
addExtraQueryParameters(queryParams, request.extraQueryParameters || {});
|
|
14951
|
+
// Add correlationId to query params so gateway can propagate it to IDPs
|
|
14952
|
+
addCorrelationId(queryParams, request.correlationId);
|
|
14913
14953
|
const url = getAuthorizeUrl(authority, queryParams, config.auth.encodeExtraQueryParams, request.extraQueryParameters);
|
|
14914
14954
|
return createForm(frame, url, parameters);
|
|
14915
14955
|
}
|