@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
|
@@ -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.msalCustomAuth = {}));
|
|
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.
|
|
@@ -280,7 +280,7 @@
|
|
|
280
280
|
// Token renewal offset default in seconds
|
|
281
281
|
const DEFAULT_TOKEN_RENEWAL_OFFSET_SEC = 300;
|
|
282
282
|
|
|
283
|
-
/*! @azure/msal-common v15.14.
|
|
283
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
284
284
|
/*
|
|
285
285
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
286
286
|
* Licensed under the MIT License.
|
|
@@ -291,7 +291,7 @@
|
|
|
291
291
|
const unexpectedError = "unexpected_error";
|
|
292
292
|
const postRequestFailed$1 = "post_request_failed";
|
|
293
293
|
|
|
294
|
-
/*! @azure/msal-common v15.14.
|
|
294
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
295
295
|
|
|
296
296
|
/*
|
|
297
297
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -326,7 +326,7 @@
|
|
|
326
326
|
: AuthErrorMessages[code]);
|
|
327
327
|
}
|
|
328
328
|
|
|
329
|
-
/*! @azure/msal-common v15.14.
|
|
329
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
330
330
|
/*
|
|
331
331
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
332
332
|
* Licensed under the MIT License.
|
|
@@ -377,7 +377,7 @@
|
|
|
377
377
|
const nestedAppAuthBridgeDisabled = "nested_app_auth_bridge_disabled";
|
|
378
378
|
const platformBrokerError = "platform_broker_error";
|
|
379
379
|
|
|
380
|
-
/*! @azure/msal-common v15.14.
|
|
380
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
381
381
|
|
|
382
382
|
/*
|
|
383
383
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -452,7 +452,7 @@
|
|
|
452
452
|
return new ClientAuthError(errorCode, additionalMessage);
|
|
453
453
|
}
|
|
454
454
|
|
|
455
|
-
/*! @azure/msal-common v15.14.
|
|
455
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
456
456
|
|
|
457
457
|
/*
|
|
458
458
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -491,7 +491,7 @@
|
|
|
491
491
|
},
|
|
492
492
|
};
|
|
493
493
|
|
|
494
|
-
/*! @azure/msal-common v15.14.
|
|
494
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
495
495
|
|
|
496
496
|
/*
|
|
497
497
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -682,12 +682,12 @@
|
|
|
682
682
|
}
|
|
683
683
|
}
|
|
684
684
|
|
|
685
|
-
/*! @azure/msal-common v15.14.
|
|
685
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
686
686
|
/* eslint-disable header/header */
|
|
687
687
|
const name$1 = "@azure/msal-common";
|
|
688
|
-
const version$1 = "15.14.
|
|
688
|
+
const version$1 = "15.14.2";
|
|
689
689
|
|
|
690
|
-
/*! @azure/msal-common v15.14.
|
|
690
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
691
691
|
/*
|
|
692
692
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
693
693
|
* Licensed under the MIT License.
|
|
@@ -696,7 +696,7 @@
|
|
|
696
696
|
// AzureCloudInstance is not specified.
|
|
697
697
|
None: "none"};
|
|
698
698
|
|
|
699
|
-
/*! @azure/msal-common v15.14.
|
|
699
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
700
700
|
/*
|
|
701
701
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
702
702
|
* Licensed under the MIT License.
|
|
@@ -726,7 +726,7 @@
|
|
|
726
726
|
const invalidAuthorizePostBodyParameters = "invalid_authorize_post_body_parameters";
|
|
727
727
|
const invalidPlatformBrokerConfiguration = "invalid_platform_broker_configuration";
|
|
728
728
|
|
|
729
|
-
/*! @azure/msal-common v15.14.
|
|
729
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
730
730
|
|
|
731
731
|
/*
|
|
732
732
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -772,7 +772,7 @@
|
|
|
772
772
|
return new ClientConfigurationError(errorCode);
|
|
773
773
|
}
|
|
774
774
|
|
|
775
|
-
/*! @azure/msal-common v15.14.
|
|
775
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
776
776
|
/*
|
|
777
777
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
778
778
|
* Licensed under the MIT License.
|
|
@@ -869,7 +869,7 @@
|
|
|
869
869
|
}
|
|
870
870
|
}
|
|
871
871
|
|
|
872
|
-
/*! @azure/msal-common v15.14.
|
|
872
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
873
873
|
|
|
874
874
|
/*
|
|
875
875
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1064,7 +1064,7 @@
|
|
|
1064
1064
|
}
|
|
1065
1065
|
}
|
|
1066
1066
|
|
|
1067
|
-
/*! @azure/msal-common v15.14.
|
|
1067
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
1068
1068
|
|
|
1069
1069
|
/*
|
|
1070
1070
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1104,7 +1104,7 @@
|
|
|
1104
1104
|
};
|
|
1105
1105
|
}
|
|
1106
1106
|
|
|
1107
|
-
/*! @azure/msal-common v15.14.
|
|
1107
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
1108
1108
|
/*
|
|
1109
1109
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
1110
1110
|
* Licensed under the MIT License.
|
|
@@ -1186,7 +1186,7 @@
|
|
|
1186
1186
|
return updatedAccountInfo;
|
|
1187
1187
|
}
|
|
1188
1188
|
|
|
1189
|
-
/*! @azure/msal-common v15.14.
|
|
1189
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
1190
1190
|
/*
|
|
1191
1191
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
1192
1192
|
* Licensed under the MIT License.
|
|
@@ -1201,7 +1201,7 @@
|
|
|
1201
1201
|
Ciam: 3,
|
|
1202
1202
|
};
|
|
1203
1203
|
|
|
1204
|
-
/*! @azure/msal-common v15.14.
|
|
1204
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
1205
1205
|
/*
|
|
1206
1206
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
1207
1207
|
* Licensed under the MIT License.
|
|
@@ -1223,7 +1223,7 @@
|
|
|
1223
1223
|
return null;
|
|
1224
1224
|
}
|
|
1225
1225
|
|
|
1226
|
-
/*! @azure/msal-common v15.14.
|
|
1226
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
1227
1227
|
/*
|
|
1228
1228
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
1229
1229
|
* Licensed under the MIT License.
|
|
@@ -1247,7 +1247,7 @@
|
|
|
1247
1247
|
EAR: "EAR",
|
|
1248
1248
|
};
|
|
1249
1249
|
|
|
1250
|
-
/*! @azure/msal-common v15.14.
|
|
1250
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
1251
1251
|
|
|
1252
1252
|
/*
|
|
1253
1253
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1482,7 +1482,7 @@
|
|
|
1482
1482
|
}
|
|
1483
1483
|
}
|
|
1484
1484
|
|
|
1485
|
-
/*! @azure/msal-common v15.14.
|
|
1485
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
1486
1486
|
|
|
1487
1487
|
/*
|
|
1488
1488
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1563,7 +1563,7 @@
|
|
|
1563
1563
|
}
|
|
1564
1564
|
}
|
|
1565
1565
|
|
|
1566
|
-
/*! @azure/msal-common v15.14.
|
|
1566
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
1567
1567
|
|
|
1568
1568
|
/*
|
|
1569
1569
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1679,7 +1679,7 @@
|
|
|
1679
1679
|
}
|
|
1680
1680
|
}
|
|
1681
1681
|
|
|
1682
|
-
/*! @azure/msal-common v15.14.
|
|
1682
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
1683
1683
|
|
|
1684
1684
|
/*
|
|
1685
1685
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1843,7 +1843,7 @@
|
|
|
1843
1843
|
}
|
|
1844
1844
|
}
|
|
1845
1845
|
|
|
1846
|
-
/*! @azure/msal-common v15.14.
|
|
1846
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
1847
1847
|
|
|
1848
1848
|
/*
|
|
1849
1849
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1872,6 +1872,27 @@
|
|
|
1872
1872
|
authorization_endpoint: "https://login.microsoftonline.us/{tenantid}/oauth2/v2.0/authorize",
|
|
1873
1873
|
end_session_endpoint: "https://login.microsoftonline.us/{tenantid}/oauth2/v2.0/logout",
|
|
1874
1874
|
},
|
|
1875
|
+
"login.sovcloud-identity.fr": {
|
|
1876
|
+
token_endpoint: "https://login.sovcloud-identity.fr/{tenantid}/oauth2/v2.0/token",
|
|
1877
|
+
jwks_uri: "https://login.sovcloud-identity.fr/{tenantid}/discovery/v2.0/keys",
|
|
1878
|
+
issuer: "https://login.sovcloud-identity.fr/{tenantid}/v2.0",
|
|
1879
|
+
authorization_endpoint: "https://login.sovcloud-identity.fr/{tenantid}/oauth2/v2.0/authorize",
|
|
1880
|
+
end_session_endpoint: "https://login.sovcloud-identity.fr/{tenantid}/oauth2/v2.0/logout",
|
|
1881
|
+
},
|
|
1882
|
+
"login.sovcloud-identity.de": {
|
|
1883
|
+
token_endpoint: "https://login.sovcloud-identity.de/{tenantid}/oauth2/v2.0/token",
|
|
1884
|
+
jwks_uri: "https://login.sovcloud-identity.de/{tenantid}/discovery/v2.0/keys",
|
|
1885
|
+
issuer: "https://login.sovcloud-identity.de/{tenantid}/v2.0",
|
|
1886
|
+
authorization_endpoint: "https://login.sovcloud-identity.de/{tenantid}/oauth2/v2.0/authorize",
|
|
1887
|
+
end_session_endpoint: "https://login.sovcloud-identity.de/{tenantid}/oauth2/v2.0/logout",
|
|
1888
|
+
},
|
|
1889
|
+
"login.sovcloud-identity.sg": {
|
|
1890
|
+
token_endpoint: "https://login.sovcloud-identity.sg/common/oauth2/v2.0/token",
|
|
1891
|
+
jwks_uri: "https://login.sovcloud-identity.sg/common/discovery/v2.0/keys",
|
|
1892
|
+
issuer: "https://login.sovcloud-identity.sg/{tenantid}/v2.0",
|
|
1893
|
+
authorization_endpoint: "https://login.sovcloud-identity.sg/common/oauth2/v2.0/authorize",
|
|
1894
|
+
end_session_endpoint: "https://login.sovcloud-identity.sg/common/oauth2/v2.0/logout",
|
|
1895
|
+
},
|
|
1875
1896
|
},
|
|
1876
1897
|
instanceDiscoveryMetadata: {
|
|
1877
1898
|
metadata: [
|
|
@@ -1911,6 +1932,21 @@
|
|
|
1911
1932
|
preferred_cache: "login-us.microsoftonline.com",
|
|
1912
1933
|
aliases: ["login-us.microsoftonline.com"],
|
|
1913
1934
|
},
|
|
1935
|
+
{
|
|
1936
|
+
preferred_network: "login.sovcloud-identity.fr",
|
|
1937
|
+
preferred_cache: "login.sovcloud-identity.fr",
|
|
1938
|
+
aliases: ["login.sovcloud-identity.fr"],
|
|
1939
|
+
},
|
|
1940
|
+
{
|
|
1941
|
+
preferred_network: "login.sovcloud-identity.de",
|
|
1942
|
+
preferred_cache: "login.sovcloud-identity.de",
|
|
1943
|
+
aliases: ["login.sovcloud-identity.de"],
|
|
1944
|
+
},
|
|
1945
|
+
{
|
|
1946
|
+
preferred_network: "login.sovcloud-identity.sg",
|
|
1947
|
+
preferred_cache: "login.sovcloud-identity.sg",
|
|
1948
|
+
aliases: ["login.sovcloud-identity.sg"],
|
|
1949
|
+
},
|
|
1914
1950
|
],
|
|
1915
1951
|
},
|
|
1916
1952
|
};
|
|
@@ -1982,7 +2018,7 @@
|
|
|
1982
2018
|
return null;
|
|
1983
2019
|
}
|
|
1984
2020
|
|
|
1985
|
-
/*! @azure/msal-common v15.14.
|
|
2021
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
1986
2022
|
/*
|
|
1987
2023
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
1988
2024
|
* Licensed under the MIT License.
|
|
@@ -1990,7 +2026,7 @@
|
|
|
1990
2026
|
const cacheQuotaExceeded = "cache_quota_exceeded";
|
|
1991
2027
|
const cacheErrorUnknown = "cache_error_unknown";
|
|
1992
2028
|
|
|
1993
|
-
/*! @azure/msal-common v15.14.
|
|
2029
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
1994
2030
|
|
|
1995
2031
|
/*
|
|
1996
2032
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -2035,7 +2071,7 @@
|
|
|
2035
2071
|
}
|
|
2036
2072
|
}
|
|
2037
2073
|
|
|
2038
|
-
/*! @azure/msal-common v15.14.
|
|
2074
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
2039
2075
|
|
|
2040
2076
|
/*
|
|
2041
2077
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -3145,7 +3181,7 @@
|
|
|
3145
3181
|
}
|
|
3146
3182
|
}
|
|
3147
3183
|
|
|
3148
|
-
/*! @azure/msal-common v15.14.
|
|
3184
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
3149
3185
|
/*
|
|
3150
3186
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3151
3187
|
* Licensed under the MIT License.
|
|
@@ -3417,7 +3453,7 @@
|
|
|
3417
3453
|
const PerformanceEventStatus = {
|
|
3418
3454
|
InProgress: 1};
|
|
3419
3455
|
|
|
3420
|
-
/*! @azure/msal-common v15.14.
|
|
3456
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
3421
3457
|
|
|
3422
3458
|
/*
|
|
3423
3459
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -3496,7 +3532,7 @@
|
|
|
3496
3532
|
}
|
|
3497
3533
|
}
|
|
3498
3534
|
|
|
3499
|
-
/*! @azure/msal-common v15.14.
|
|
3535
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
3500
3536
|
|
|
3501
3537
|
/*
|
|
3502
3538
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -3596,7 +3632,7 @@
|
|
|
3596
3632
|
return (config.authOptions.authority.options.protocolMode === ProtocolMode.OIDC);
|
|
3597
3633
|
}
|
|
3598
3634
|
|
|
3599
|
-
/*! @azure/msal-common v15.14.
|
|
3635
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
3600
3636
|
/*
|
|
3601
3637
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3602
3638
|
* Licensed under the MIT License.
|
|
@@ -3606,7 +3642,7 @@
|
|
|
3606
3642
|
UPN: "UPN",
|
|
3607
3643
|
};
|
|
3608
3644
|
|
|
3609
|
-
/*! @azure/msal-common v15.14.
|
|
3645
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
3610
3646
|
/*
|
|
3611
3647
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3612
3648
|
* Licensed under the MIT License.
|
|
@@ -3656,7 +3692,7 @@
|
|
|
3656
3692
|
const EAR_JWK = "ear_jwk";
|
|
3657
3693
|
const EAR_JWE_CRYPTO = "ear_jwe_crypto";
|
|
3658
3694
|
|
|
3659
|
-
/*! @azure/msal-common v15.14.
|
|
3695
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
3660
3696
|
|
|
3661
3697
|
/*
|
|
3662
3698
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4036,7 +4072,7 @@
|
|
|
4036
4072
|
});
|
|
4037
4073
|
}
|
|
4038
4074
|
|
|
4039
|
-
/*! @azure/msal-common v15.14.
|
|
4075
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
4040
4076
|
/*
|
|
4041
4077
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4042
4078
|
* Licensed under the MIT License.
|
|
@@ -4048,7 +4084,7 @@
|
|
|
4048
4084
|
response.hasOwnProperty("jwks_uri"));
|
|
4049
4085
|
}
|
|
4050
4086
|
|
|
4051
|
-
/*! @azure/msal-common v15.14.
|
|
4087
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
4052
4088
|
/*
|
|
4053
4089
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4054
4090
|
* Licensed under the MIT License.
|
|
@@ -4058,7 +4094,7 @@
|
|
|
4058
4094
|
response.hasOwnProperty("metadata"));
|
|
4059
4095
|
}
|
|
4060
4096
|
|
|
4061
|
-
/*! @azure/msal-common v15.14.
|
|
4097
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
4062
4098
|
/*
|
|
4063
4099
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4064
4100
|
* Licensed under the MIT License.
|
|
@@ -4068,7 +4104,7 @@
|
|
|
4068
4104
|
response.hasOwnProperty("error_description"));
|
|
4069
4105
|
}
|
|
4070
4106
|
|
|
4071
|
-
/*! @azure/msal-common v15.14.
|
|
4107
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
4072
4108
|
/*
|
|
4073
4109
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4074
4110
|
* Licensed under the MIT License.
|
|
@@ -4164,7 +4200,7 @@
|
|
|
4164
4200
|
};
|
|
4165
4201
|
};
|
|
4166
4202
|
|
|
4167
|
-
/*! @azure/msal-common v15.14.
|
|
4203
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
4168
4204
|
|
|
4169
4205
|
/*
|
|
4170
4206
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4270,7 +4306,7 @@
|
|
|
4270
4306
|
},
|
|
4271
4307
|
};
|
|
4272
4308
|
|
|
4273
|
-
/*! @azure/msal-common v15.14.
|
|
4309
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
4274
4310
|
/*
|
|
4275
4311
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4276
4312
|
* Licensed under the MIT License.
|
|
@@ -4335,7 +4371,7 @@
|
|
|
4335
4371
|
return cachedAtSec > nowSeconds();
|
|
4336
4372
|
}
|
|
4337
4373
|
|
|
4338
|
-
/*! @azure/msal-common v15.14.
|
|
4374
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
4339
4375
|
|
|
4340
4376
|
/*
|
|
4341
4377
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4597,7 +4633,7 @@
|
|
|
4597
4633
|
return metadata.expiresAt <= nowSeconds();
|
|
4598
4634
|
}
|
|
4599
4635
|
|
|
4600
|
-
/*! @azure/msal-common v15.14.
|
|
4636
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
4601
4637
|
|
|
4602
4638
|
/*
|
|
4603
4639
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -5436,7 +5472,7 @@
|
|
|
5436
5472
|
};
|
|
5437
5473
|
}
|
|
5438
5474
|
|
|
5439
|
-
/*! @azure/msal-common v15.14.
|
|
5475
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
5440
5476
|
|
|
5441
5477
|
/*
|
|
5442
5478
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -5467,7 +5503,7 @@
|
|
|
5467
5503
|
}
|
|
5468
5504
|
}
|
|
5469
5505
|
|
|
5470
|
-
/*! @azure/msal-common v15.14.
|
|
5506
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
5471
5507
|
|
|
5472
5508
|
/*
|
|
5473
5509
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -5486,7 +5522,7 @@
|
|
|
5486
5522
|
}
|
|
5487
5523
|
}
|
|
5488
5524
|
|
|
5489
|
-
/*! @azure/msal-common v15.14.
|
|
5525
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
5490
5526
|
/*
|
|
5491
5527
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
5492
5528
|
* Licensed under the MIT License.
|
|
@@ -5507,7 +5543,7 @@
|
|
|
5507
5543
|
};
|
|
5508
5544
|
}
|
|
5509
5545
|
|
|
5510
|
-
/*! @azure/msal-common v15.14.
|
|
5546
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
5511
5547
|
|
|
5512
5548
|
/*
|
|
5513
5549
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -5594,7 +5630,7 @@
|
|
|
5594
5630
|
}
|
|
5595
5631
|
}
|
|
5596
5632
|
|
|
5597
|
-
/*! @azure/msal-common v15.14.
|
|
5633
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
5598
5634
|
|
|
5599
5635
|
/*
|
|
5600
5636
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -5625,7 +5661,7 @@
|
|
|
5625
5661
|
return new NetworkError(error, httpStatus, responseHeaders);
|
|
5626
5662
|
}
|
|
5627
5663
|
|
|
5628
|
-
/*! @azure/msal-common v15.14.
|
|
5664
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
5629
5665
|
|
|
5630
5666
|
/*
|
|
5631
5667
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -5773,7 +5809,7 @@
|
|
|
5773
5809
|
}
|
|
5774
5810
|
}
|
|
5775
5811
|
|
|
5776
|
-
/*! @azure/msal-common v15.14.
|
|
5812
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
5777
5813
|
/*
|
|
5778
5814
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
5779
5815
|
* Licensed under the MIT License.
|
|
@@ -5789,7 +5825,7 @@
|
|
|
5789
5825
|
const loginRequired = "login_required";
|
|
5790
5826
|
const badToken = "bad_token";
|
|
5791
5827
|
|
|
5792
|
-
/*! @azure/msal-common v15.14.
|
|
5828
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
5793
5829
|
|
|
5794
5830
|
/*
|
|
5795
5831
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -5861,7 +5897,7 @@
|
|
|
5861
5897
|
return new InteractionRequiredAuthError(errorCode, InteractionRequiredAuthErrorMessages[errorCode]);
|
|
5862
5898
|
}
|
|
5863
5899
|
|
|
5864
|
-
/*! @azure/msal-common v15.14.
|
|
5900
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
5865
5901
|
|
|
5866
5902
|
/*
|
|
5867
5903
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -5933,7 +5969,7 @@
|
|
|
5933
5969
|
}
|
|
5934
5970
|
}
|
|
5935
5971
|
|
|
5936
|
-
/*! @azure/msal-common v15.14.
|
|
5972
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
5937
5973
|
|
|
5938
5974
|
/*
|
|
5939
5975
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6015,7 +6051,7 @@
|
|
|
6015
6051
|
}
|
|
6016
6052
|
}
|
|
6017
6053
|
|
|
6018
|
-
/*! @azure/msal-common v15.14.
|
|
6054
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
6019
6055
|
/*
|
|
6020
6056
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
6021
6057
|
* Licensed under the MIT License.
|
|
@@ -6042,7 +6078,7 @@
|
|
|
6042
6078
|
}
|
|
6043
6079
|
}
|
|
6044
6080
|
|
|
6045
|
-
/*! @azure/msal-common v15.14.
|
|
6081
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
6046
6082
|
|
|
6047
6083
|
/*
|
|
6048
6084
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6381,7 +6417,7 @@
|
|
|
6381
6417
|
return baseAccount;
|
|
6382
6418
|
}
|
|
6383
6419
|
|
|
6384
|
-
/*! @azure/msal-common v15.14.
|
|
6420
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
6385
6421
|
/*
|
|
6386
6422
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
6387
6423
|
* Licensed under the MIT License.
|
|
@@ -6399,7 +6435,7 @@
|
|
|
6399
6435
|
}
|
|
6400
6436
|
}
|
|
6401
6437
|
|
|
6402
|
-
/*! @azure/msal-common v15.14.
|
|
6438
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
6403
6439
|
|
|
6404
6440
|
/*
|
|
6405
6441
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6635,7 +6671,7 @@
|
|
|
6635
6671
|
}
|
|
6636
6672
|
}
|
|
6637
6673
|
|
|
6638
|
-
/*! @azure/msal-common v15.14.
|
|
6674
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
6639
6675
|
|
|
6640
6676
|
/*
|
|
6641
6677
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6847,7 +6883,7 @@
|
|
|
6847
6883
|
}
|
|
6848
6884
|
}
|
|
6849
6885
|
|
|
6850
|
-
/*! @azure/msal-common v15.14.
|
|
6886
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
6851
6887
|
|
|
6852
6888
|
/*
|
|
6853
6889
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6945,7 +6981,7 @@
|
|
|
6945
6981
|
}
|
|
6946
6982
|
}
|
|
6947
6983
|
|
|
6948
|
-
/*! @azure/msal-common v15.14.
|
|
6984
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
6949
6985
|
|
|
6950
6986
|
/*
|
|
6951
6987
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6960,7 +6996,7 @@
|
|
|
6960
6996
|
},
|
|
6961
6997
|
};
|
|
6962
6998
|
|
|
6963
|
-
/*! @azure/msal-common v15.14.
|
|
6999
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
6964
7000
|
|
|
6965
7001
|
/*
|
|
6966
7002
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7184,7 +7220,7 @@
|
|
|
7184
7220
|
return account.loginHint || account.idTokenClaims?.login_hint || null;
|
|
7185
7221
|
}
|
|
7186
7222
|
|
|
7187
|
-
/*! @azure/msal-common v15.14.
|
|
7223
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
7188
7224
|
|
|
7189
7225
|
/*
|
|
7190
7226
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7447,7 +7483,7 @@
|
|
|
7447
7483
|
}
|
|
7448
7484
|
}
|
|
7449
7485
|
|
|
7450
|
-
/*! @azure/msal-common v15.14.
|
|
7486
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
7451
7487
|
/*
|
|
7452
7488
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
7453
7489
|
* Licensed under the MIT License.
|
|
@@ -7455,7 +7491,7 @@
|
|
|
7455
7491
|
const missingKidError = "missing_kid_error";
|
|
7456
7492
|
const missingAlgError = "missing_alg_error";
|
|
7457
7493
|
|
|
7458
|
-
/*! @azure/msal-common v15.14.
|
|
7494
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
7459
7495
|
|
|
7460
7496
|
/*
|
|
7461
7497
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7480,7 +7516,7 @@
|
|
|
7480
7516
|
return new JoseHeaderError(code, JoseHeaderErrorMessages[code]);
|
|
7481
7517
|
}
|
|
7482
7518
|
|
|
7483
|
-
/*! @azure/msal-common v15.14.
|
|
7519
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
7484
7520
|
|
|
7485
7521
|
/*
|
|
7486
7522
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7915,7 +7951,7 @@
|
|
|
7915
7951
|
|
|
7916
7952
|
/* eslint-disable header/header */
|
|
7917
7953
|
const name = "@azure/msal-browser";
|
|
7918
|
-
const version = "4.28.
|
|
7954
|
+
const version = "4.28.2";
|
|
7919
7955
|
|
|
7920
7956
|
/*
|
|
7921
7957
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -17364,6 +17400,8 @@
|
|
|
17364
17400
|
addCodeChallengeParams(parameters, request.codeChallenge, Constants.S256_CODE_CHALLENGE_METHOD);
|
|
17365
17401
|
const queryParams = new Map();
|
|
17366
17402
|
addExtraQueryParameters(queryParams, request.extraQueryParameters || {});
|
|
17403
|
+
// Add correlationId to query params so gateway can propagate it to IDPs
|
|
17404
|
+
addCorrelationId(queryParams, request.correlationId);
|
|
17367
17405
|
const url = getAuthorizeUrl(authority, queryParams, config.auth.encodeExtraQueryParams, request.extraQueryParameters);
|
|
17368
17406
|
return createForm(frame, url, parameters);
|
|
17369
17407
|
}
|
|
@@ -17377,6 +17415,8 @@
|
|
|
17377
17415
|
addPostBodyParameters(parameters, request.authorizePostBodyParameters || {});
|
|
17378
17416
|
const queryParams = new Map();
|
|
17379
17417
|
addExtraQueryParameters(queryParams, request.extraQueryParameters || {});
|
|
17418
|
+
// Add correlationId to query params so gateway can propagate it to IDPs
|
|
17419
|
+
addCorrelationId(queryParams, request.correlationId);
|
|
17380
17420
|
const url = getAuthorizeUrl(authority, queryParams, config.auth.encodeExtraQueryParams, request.extraQueryParameters);
|
|
17381
17421
|
return createForm(frame, url, parameters);
|
|
17382
17422
|
}
|