@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,8 +1,8 @@
|
|
|
1
|
-
/*! @azure/msal-browser v4.28.
|
|
1
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
2
2
|
'use strict';
|
|
3
3
|
'use strict';
|
|
4
4
|
|
|
5
|
-
/*! @azure/msal-common v15.14.
|
|
5
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
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.14.
|
|
279
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
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.14.
|
|
290
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
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.14.
|
|
325
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
326
326
|
/*
|
|
327
327
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
328
328
|
* Licensed under the MIT License.
|
|
@@ -373,7 +373,7 @@ const methodNotImplemented = "method_not_implemented";
|
|
|
373
373
|
const nestedAppAuthBridgeDisabled = "nested_app_auth_bridge_disabled";
|
|
374
374
|
const platformBrokerError = "platform_broker_error";
|
|
375
375
|
|
|
376
|
-
/*! @azure/msal-common v15.14.
|
|
376
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
377
377
|
|
|
378
378
|
/*
|
|
379
379
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -448,7 +448,7 @@ function createClientAuthError(errorCode, additionalMessage) {
|
|
|
448
448
|
return new ClientAuthError(errorCode, additionalMessage);
|
|
449
449
|
}
|
|
450
450
|
|
|
451
|
-
/*! @azure/msal-common v15.14.
|
|
451
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
452
452
|
|
|
453
453
|
/*
|
|
454
454
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -487,7 +487,7 @@ const DEFAULT_CRYPTO_IMPLEMENTATION = {
|
|
|
487
487
|
},
|
|
488
488
|
};
|
|
489
489
|
|
|
490
|
-
/*! @azure/msal-common v15.14.
|
|
490
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
491
491
|
|
|
492
492
|
/*
|
|
493
493
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -678,12 +678,12 @@ class Logger {
|
|
|
678
678
|
}
|
|
679
679
|
}
|
|
680
680
|
|
|
681
|
-
/*! @azure/msal-common v15.14.
|
|
681
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
682
682
|
/* eslint-disable header/header */
|
|
683
683
|
const name$1 = "@azure/msal-common";
|
|
684
|
-
const version$1 = "15.14.
|
|
684
|
+
const version$1 = "15.14.2";
|
|
685
685
|
|
|
686
|
-
/*! @azure/msal-common v15.14.
|
|
686
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
687
687
|
/*
|
|
688
688
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
689
689
|
* Licensed under the MIT License.
|
|
@@ -692,7 +692,7 @@ const AzureCloudInstance = {
|
|
|
692
692
|
// AzureCloudInstance is not specified.
|
|
693
693
|
None: "none"};
|
|
694
694
|
|
|
695
|
-
/*! @azure/msal-common v15.14.
|
|
695
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
696
696
|
/*
|
|
697
697
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
698
698
|
* Licensed under the MIT License.
|
|
@@ -722,7 +722,7 @@ const invalidRequestMethodForEAR = "invalid_request_method_for_EAR";
|
|
|
722
722
|
const invalidAuthorizePostBodyParameters = "invalid_authorize_post_body_parameters";
|
|
723
723
|
const invalidPlatformBrokerConfiguration = "invalid_platform_broker_configuration";
|
|
724
724
|
|
|
725
|
-
/*! @azure/msal-common v15.14.
|
|
725
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
726
726
|
|
|
727
727
|
/*
|
|
728
728
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -768,7 +768,7 @@ function createClientConfigurationError(errorCode) {
|
|
|
768
768
|
return new ClientConfigurationError(errorCode);
|
|
769
769
|
}
|
|
770
770
|
|
|
771
|
-
/*! @azure/msal-common v15.14.
|
|
771
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
772
772
|
/*
|
|
773
773
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
774
774
|
* Licensed under the MIT License.
|
|
@@ -865,7 +865,7 @@ class StringUtils {
|
|
|
865
865
|
}
|
|
866
866
|
}
|
|
867
867
|
|
|
868
|
-
/*! @azure/msal-common v15.14.
|
|
868
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
869
869
|
|
|
870
870
|
/*
|
|
871
871
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1060,7 +1060,7 @@ class ScopeSet {
|
|
|
1060
1060
|
}
|
|
1061
1061
|
}
|
|
1062
1062
|
|
|
1063
|
-
/*! @azure/msal-common v15.14.
|
|
1063
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
1064
1064
|
|
|
1065
1065
|
/*
|
|
1066
1066
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1100,7 +1100,7 @@ function buildClientInfoFromHomeAccountId(homeAccountId) {
|
|
|
1100
1100
|
};
|
|
1101
1101
|
}
|
|
1102
1102
|
|
|
1103
|
-
/*! @azure/msal-common v15.14.
|
|
1103
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
1104
1104
|
/*
|
|
1105
1105
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
1106
1106
|
* Licensed under the MIT License.
|
|
@@ -1182,7 +1182,7 @@ function updateAccountTenantProfileData(baseAccountInfo, tenantProfile, idTokenC
|
|
|
1182
1182
|
return updatedAccountInfo;
|
|
1183
1183
|
}
|
|
1184
1184
|
|
|
1185
|
-
/*! @azure/msal-common v15.14.
|
|
1185
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
1186
1186
|
/*
|
|
1187
1187
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
1188
1188
|
* Licensed under the MIT License.
|
|
@@ -1197,7 +1197,7 @@ const AuthorityType = {
|
|
|
1197
1197
|
Ciam: 3,
|
|
1198
1198
|
};
|
|
1199
1199
|
|
|
1200
|
-
/*! @azure/msal-common v15.14.
|
|
1200
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
1201
1201
|
/*
|
|
1202
1202
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
1203
1203
|
* Licensed under the MIT License.
|
|
@@ -1219,7 +1219,7 @@ function getTenantIdFromIdTokenClaims(idTokenClaims) {
|
|
|
1219
1219
|
return null;
|
|
1220
1220
|
}
|
|
1221
1221
|
|
|
1222
|
-
/*! @azure/msal-common v15.14.
|
|
1222
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
1223
1223
|
/*
|
|
1224
1224
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
1225
1225
|
* Licensed under the MIT License.
|
|
@@ -1243,7 +1243,7 @@ const ProtocolMode = {
|
|
|
1243
1243
|
EAR: "EAR",
|
|
1244
1244
|
};
|
|
1245
1245
|
|
|
1246
|
-
/*! @azure/msal-common v15.14.
|
|
1246
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
1247
1247
|
|
|
1248
1248
|
/*
|
|
1249
1249
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1478,7 +1478,7 @@ class AccountEntity {
|
|
|
1478
1478
|
}
|
|
1479
1479
|
}
|
|
1480
1480
|
|
|
1481
|
-
/*! @azure/msal-common v15.14.
|
|
1481
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
1482
1482
|
|
|
1483
1483
|
/*
|
|
1484
1484
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1559,7 +1559,7 @@ function checkMaxAge(authTime, maxAge) {
|
|
|
1559
1559
|
}
|
|
1560
1560
|
}
|
|
1561
1561
|
|
|
1562
|
-
/*! @azure/msal-common v15.14.
|
|
1562
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
1563
1563
|
|
|
1564
1564
|
/*
|
|
1565
1565
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1675,7 +1675,7 @@ function normalizeUrlForComparison(url) {
|
|
|
1675
1675
|
}
|
|
1676
1676
|
}
|
|
1677
1677
|
|
|
1678
|
-
/*! @azure/msal-common v15.14.
|
|
1678
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
1679
1679
|
|
|
1680
1680
|
/*
|
|
1681
1681
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1839,7 +1839,7 @@ class UrlString {
|
|
|
1839
1839
|
}
|
|
1840
1840
|
}
|
|
1841
1841
|
|
|
1842
|
-
/*! @azure/msal-common v15.14.
|
|
1842
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
1843
1843
|
|
|
1844
1844
|
/*
|
|
1845
1845
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1868,6 +1868,27 @@ const rawMetdataJSON = {
|
|
|
1868
1868
|
authorization_endpoint: "https://login.microsoftonline.us/{tenantid}/oauth2/v2.0/authorize",
|
|
1869
1869
|
end_session_endpoint: "https://login.microsoftonline.us/{tenantid}/oauth2/v2.0/logout",
|
|
1870
1870
|
},
|
|
1871
|
+
"login.sovcloud-identity.fr": {
|
|
1872
|
+
token_endpoint: "https://login.sovcloud-identity.fr/{tenantid}/oauth2/v2.0/token",
|
|
1873
|
+
jwks_uri: "https://login.sovcloud-identity.fr/{tenantid}/discovery/v2.0/keys",
|
|
1874
|
+
issuer: "https://login.sovcloud-identity.fr/{tenantid}/v2.0",
|
|
1875
|
+
authorization_endpoint: "https://login.sovcloud-identity.fr/{tenantid}/oauth2/v2.0/authorize",
|
|
1876
|
+
end_session_endpoint: "https://login.sovcloud-identity.fr/{tenantid}/oauth2/v2.0/logout",
|
|
1877
|
+
},
|
|
1878
|
+
"login.sovcloud-identity.de": {
|
|
1879
|
+
token_endpoint: "https://login.sovcloud-identity.de/{tenantid}/oauth2/v2.0/token",
|
|
1880
|
+
jwks_uri: "https://login.sovcloud-identity.de/{tenantid}/discovery/v2.0/keys",
|
|
1881
|
+
issuer: "https://login.sovcloud-identity.de/{tenantid}/v2.0",
|
|
1882
|
+
authorization_endpoint: "https://login.sovcloud-identity.de/{tenantid}/oauth2/v2.0/authorize",
|
|
1883
|
+
end_session_endpoint: "https://login.sovcloud-identity.de/{tenantid}/oauth2/v2.0/logout",
|
|
1884
|
+
},
|
|
1885
|
+
"login.sovcloud-identity.sg": {
|
|
1886
|
+
token_endpoint: "https://login.sovcloud-identity.sg/common/oauth2/v2.0/token",
|
|
1887
|
+
jwks_uri: "https://login.sovcloud-identity.sg/common/discovery/v2.0/keys",
|
|
1888
|
+
issuer: "https://login.sovcloud-identity.sg/{tenantid}/v2.0",
|
|
1889
|
+
authorization_endpoint: "https://login.sovcloud-identity.sg/common/oauth2/v2.0/authorize",
|
|
1890
|
+
end_session_endpoint: "https://login.sovcloud-identity.sg/common/oauth2/v2.0/logout",
|
|
1891
|
+
},
|
|
1871
1892
|
},
|
|
1872
1893
|
instanceDiscoveryMetadata: {
|
|
1873
1894
|
metadata: [
|
|
@@ -1907,6 +1928,21 @@ const rawMetdataJSON = {
|
|
|
1907
1928
|
preferred_cache: "login-us.microsoftonline.com",
|
|
1908
1929
|
aliases: ["login-us.microsoftonline.com"],
|
|
1909
1930
|
},
|
|
1931
|
+
{
|
|
1932
|
+
preferred_network: "login.sovcloud-identity.fr",
|
|
1933
|
+
preferred_cache: "login.sovcloud-identity.fr",
|
|
1934
|
+
aliases: ["login.sovcloud-identity.fr"],
|
|
1935
|
+
},
|
|
1936
|
+
{
|
|
1937
|
+
preferred_network: "login.sovcloud-identity.de",
|
|
1938
|
+
preferred_cache: "login.sovcloud-identity.de",
|
|
1939
|
+
aliases: ["login.sovcloud-identity.de"],
|
|
1940
|
+
},
|
|
1941
|
+
{
|
|
1942
|
+
preferred_network: "login.sovcloud-identity.sg",
|
|
1943
|
+
preferred_cache: "login.sovcloud-identity.sg",
|
|
1944
|
+
aliases: ["login.sovcloud-identity.sg"],
|
|
1945
|
+
},
|
|
1910
1946
|
],
|
|
1911
1947
|
},
|
|
1912
1948
|
};
|
|
@@ -1978,7 +2014,7 @@ function getCloudDiscoveryMetadataFromNetworkResponse(response, authorityHost) {
|
|
|
1978
2014
|
return null;
|
|
1979
2015
|
}
|
|
1980
2016
|
|
|
1981
|
-
/*! @azure/msal-common v15.14.
|
|
2017
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
1982
2018
|
/*
|
|
1983
2019
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
1984
2020
|
* Licensed under the MIT License.
|
|
@@ -1986,7 +2022,7 @@ function getCloudDiscoveryMetadataFromNetworkResponse(response, authorityHost) {
|
|
|
1986
2022
|
const cacheQuotaExceeded = "cache_quota_exceeded";
|
|
1987
2023
|
const cacheErrorUnknown = "cache_error_unknown";
|
|
1988
2024
|
|
|
1989
|
-
/*! @azure/msal-common v15.14.
|
|
2025
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
1990
2026
|
|
|
1991
2027
|
/*
|
|
1992
2028
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -2031,7 +2067,7 @@ function createCacheError(e) {
|
|
|
2031
2067
|
}
|
|
2032
2068
|
}
|
|
2033
2069
|
|
|
2034
|
-
/*! @azure/msal-common v15.14.
|
|
2070
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
2035
2071
|
|
|
2036
2072
|
/*
|
|
2037
2073
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -3141,7 +3177,7 @@ class DefaultStorageClass extends CacheManager {
|
|
|
3141
3177
|
}
|
|
3142
3178
|
}
|
|
3143
3179
|
|
|
3144
|
-
/*! @azure/msal-common v15.14.
|
|
3180
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
3145
3181
|
/*
|
|
3146
3182
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3147
3183
|
* Licensed under the MIT License.
|
|
@@ -3413,7 +3449,7 @@ const PerformanceEvents = {
|
|
|
3413
3449
|
const PerformanceEventStatus = {
|
|
3414
3450
|
InProgress: 1};
|
|
3415
3451
|
|
|
3416
|
-
/*! @azure/msal-common v15.14.
|
|
3452
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
3417
3453
|
|
|
3418
3454
|
/*
|
|
3419
3455
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -3492,7 +3528,7 @@ class StubPerformanceClient {
|
|
|
3492
3528
|
}
|
|
3493
3529
|
}
|
|
3494
3530
|
|
|
3495
|
-
/*! @azure/msal-common v15.14.
|
|
3531
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
3496
3532
|
|
|
3497
3533
|
/*
|
|
3498
3534
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -3592,7 +3628,7 @@ function isOidcProtocolMode(config) {
|
|
|
3592
3628
|
return (config.authOptions.authority.options.protocolMode === ProtocolMode.OIDC);
|
|
3593
3629
|
}
|
|
3594
3630
|
|
|
3595
|
-
/*! @azure/msal-common v15.14.
|
|
3631
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
3596
3632
|
/*
|
|
3597
3633
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3598
3634
|
* Licensed under the MIT License.
|
|
@@ -3602,7 +3638,7 @@ const CcsCredentialType = {
|
|
|
3602
3638
|
UPN: "UPN",
|
|
3603
3639
|
};
|
|
3604
3640
|
|
|
3605
|
-
/*! @azure/msal-common v15.14.
|
|
3641
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
3606
3642
|
/*
|
|
3607
3643
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3608
3644
|
* Licensed under the MIT License.
|
|
@@ -3652,7 +3688,7 @@ const INSTANCE_AWARE = "instance_aware";
|
|
|
3652
3688
|
const EAR_JWK = "ear_jwk";
|
|
3653
3689
|
const EAR_JWE_CRYPTO = "ear_jwe_crypto";
|
|
3654
3690
|
|
|
3655
|
-
/*! @azure/msal-common v15.14.
|
|
3691
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
3656
3692
|
|
|
3657
3693
|
/*
|
|
3658
3694
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4032,7 +4068,7 @@ function addPostBodyParameters(parameters, bodyParameters) {
|
|
|
4032
4068
|
});
|
|
4033
4069
|
}
|
|
4034
4070
|
|
|
4035
|
-
/*! @azure/msal-common v15.14.
|
|
4071
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
4036
4072
|
/*
|
|
4037
4073
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4038
4074
|
* Licensed under the MIT License.
|
|
@@ -4044,7 +4080,7 @@ function isOpenIdConfigResponse(response) {
|
|
|
4044
4080
|
response.hasOwnProperty("jwks_uri"));
|
|
4045
4081
|
}
|
|
4046
4082
|
|
|
4047
|
-
/*! @azure/msal-common v15.14.
|
|
4083
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
4048
4084
|
/*
|
|
4049
4085
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4050
4086
|
* Licensed under the MIT License.
|
|
@@ -4054,7 +4090,7 @@ function isCloudInstanceDiscoveryResponse(response) {
|
|
|
4054
4090
|
response.hasOwnProperty("metadata"));
|
|
4055
4091
|
}
|
|
4056
4092
|
|
|
4057
|
-
/*! @azure/msal-common v15.14.
|
|
4093
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
4058
4094
|
/*
|
|
4059
4095
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4060
4096
|
* Licensed under the MIT License.
|
|
@@ -4064,7 +4100,7 @@ function isCloudInstanceDiscoveryErrorResponse(response) {
|
|
|
4064
4100
|
response.hasOwnProperty("error_description"));
|
|
4065
4101
|
}
|
|
4066
4102
|
|
|
4067
|
-
/*! @azure/msal-common v15.14.
|
|
4103
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
4068
4104
|
/*
|
|
4069
4105
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4070
4106
|
* Licensed under the MIT License.
|
|
@@ -4160,7 +4196,7 @@ const invokeAsync = (callback, eventName, logger, telemetryClient, correlationId
|
|
|
4160
4196
|
};
|
|
4161
4197
|
};
|
|
4162
4198
|
|
|
4163
|
-
/*! @azure/msal-common v15.14.
|
|
4199
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
4164
4200
|
|
|
4165
4201
|
/*
|
|
4166
4202
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4266,7 +4302,7 @@ RegionDiscovery.IMDS_OPTIONS = {
|
|
|
4266
4302
|
},
|
|
4267
4303
|
};
|
|
4268
4304
|
|
|
4269
|
-
/*! @azure/msal-common v15.14.
|
|
4305
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
4270
4306
|
/*
|
|
4271
4307
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4272
4308
|
* Licensed under the MIT License.
|
|
@@ -4331,7 +4367,7 @@ function wasClockTurnedBack(cachedAt) {
|
|
|
4331
4367
|
return cachedAtSec > nowSeconds();
|
|
4332
4368
|
}
|
|
4333
4369
|
|
|
4334
|
-
/*! @azure/msal-common v15.14.
|
|
4370
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
4335
4371
|
|
|
4336
4372
|
/*
|
|
4337
4373
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4593,7 +4629,7 @@ function isAuthorityMetadataExpired(metadata) {
|
|
|
4593
4629
|
return metadata.expiresAt <= nowSeconds();
|
|
4594
4630
|
}
|
|
4595
4631
|
|
|
4596
|
-
/*! @azure/msal-common v15.14.
|
|
4632
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
4597
4633
|
|
|
4598
4634
|
/*
|
|
4599
4635
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -5432,7 +5468,7 @@ function buildStaticAuthorityOptions(authOptions) {
|
|
|
5432
5468
|
};
|
|
5433
5469
|
}
|
|
5434
5470
|
|
|
5435
|
-
/*! @azure/msal-common v15.14.
|
|
5471
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
5436
5472
|
|
|
5437
5473
|
/*
|
|
5438
5474
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -5463,7 +5499,7 @@ async function createDiscoveredInstance(authorityUri, networkClient, cacheManage
|
|
|
5463
5499
|
}
|
|
5464
5500
|
}
|
|
5465
5501
|
|
|
5466
|
-
/*! @azure/msal-common v15.14.
|
|
5502
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
5467
5503
|
|
|
5468
5504
|
/*
|
|
5469
5505
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -5482,7 +5518,7 @@ class ServerError extends AuthError {
|
|
|
5482
5518
|
}
|
|
5483
5519
|
}
|
|
5484
5520
|
|
|
5485
|
-
/*! @azure/msal-common v15.14.
|
|
5521
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
5486
5522
|
/*
|
|
5487
5523
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
5488
5524
|
* Licensed under the MIT License.
|
|
@@ -5503,7 +5539,7 @@ function getRequestThumbprint(clientId, request, homeAccountId) {
|
|
|
5503
5539
|
};
|
|
5504
5540
|
}
|
|
5505
5541
|
|
|
5506
|
-
/*! @azure/msal-common v15.14.
|
|
5542
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
5507
5543
|
|
|
5508
5544
|
/*
|
|
5509
5545
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -5590,7 +5626,7 @@ class ThrottlingUtils {
|
|
|
5590
5626
|
}
|
|
5591
5627
|
}
|
|
5592
5628
|
|
|
5593
|
-
/*! @azure/msal-common v15.14.
|
|
5629
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
5594
5630
|
|
|
5595
5631
|
/*
|
|
5596
5632
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -5621,7 +5657,7 @@ function createNetworkError(error, httpStatus, responseHeaders, additionalError)
|
|
|
5621
5657
|
return new NetworkError(error, httpStatus, responseHeaders);
|
|
5622
5658
|
}
|
|
5623
5659
|
|
|
5624
|
-
/*! @azure/msal-common v15.14.
|
|
5660
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
5625
5661
|
|
|
5626
5662
|
/*
|
|
5627
5663
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -5769,7 +5805,7 @@ class BaseClient {
|
|
|
5769
5805
|
}
|
|
5770
5806
|
}
|
|
5771
5807
|
|
|
5772
|
-
/*! @azure/msal-common v15.14.
|
|
5808
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
5773
5809
|
/*
|
|
5774
5810
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
5775
5811
|
* Licensed under the MIT License.
|
|
@@ -5785,7 +5821,7 @@ const consentRequired = "consent_required";
|
|
|
5785
5821
|
const loginRequired = "login_required";
|
|
5786
5822
|
const badToken = "bad_token";
|
|
5787
5823
|
|
|
5788
|
-
/*! @azure/msal-common v15.14.
|
|
5824
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
5789
5825
|
|
|
5790
5826
|
/*
|
|
5791
5827
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -5857,7 +5893,7 @@ function createInteractionRequiredAuthError(errorCode) {
|
|
|
5857
5893
|
return new InteractionRequiredAuthError(errorCode, InteractionRequiredAuthErrorMessages[errorCode]);
|
|
5858
5894
|
}
|
|
5859
5895
|
|
|
5860
|
-
/*! @azure/msal-common v15.14.
|
|
5896
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
5861
5897
|
|
|
5862
5898
|
/*
|
|
5863
5899
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -5929,7 +5965,7 @@ class ProtocolUtils {
|
|
|
5929
5965
|
}
|
|
5930
5966
|
}
|
|
5931
5967
|
|
|
5932
|
-
/*! @azure/msal-common v15.14.
|
|
5968
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
5933
5969
|
|
|
5934
5970
|
/*
|
|
5935
5971
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6011,7 +6047,7 @@ class PopTokenGenerator {
|
|
|
6011
6047
|
}
|
|
6012
6048
|
}
|
|
6013
6049
|
|
|
6014
|
-
/*! @azure/msal-common v15.14.
|
|
6050
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
6015
6051
|
/*
|
|
6016
6052
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
6017
6053
|
* Licensed under the MIT License.
|
|
@@ -6038,7 +6074,7 @@ class PopTokenGenerator {
|
|
|
6038
6074
|
}
|
|
6039
6075
|
}
|
|
6040
6076
|
|
|
6041
|
-
/*! @azure/msal-common v15.14.
|
|
6077
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
6042
6078
|
|
|
6043
6079
|
/*
|
|
6044
6080
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6377,7 +6413,7 @@ function buildAccountToCache(cacheStorage, authority, homeAccountId, base64Decod
|
|
|
6377
6413
|
return baseAccount;
|
|
6378
6414
|
}
|
|
6379
6415
|
|
|
6380
|
-
/*! @azure/msal-common v15.14.
|
|
6416
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
6381
6417
|
/*
|
|
6382
6418
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
6383
6419
|
* Licensed under the MIT License.
|
|
@@ -6395,7 +6431,7 @@ async function getClientAssertion(clientAssertion, clientId, tokenEndpoint) {
|
|
|
6395
6431
|
}
|
|
6396
6432
|
}
|
|
6397
6433
|
|
|
6398
|
-
/*! @azure/msal-common v15.14.
|
|
6434
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
6399
6435
|
|
|
6400
6436
|
/*
|
|
6401
6437
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6631,7 +6667,7 @@ class AuthorizationCodeClient extends BaseClient {
|
|
|
6631
6667
|
}
|
|
6632
6668
|
}
|
|
6633
6669
|
|
|
6634
|
-
/*! @azure/msal-common v15.14.
|
|
6670
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
6635
6671
|
|
|
6636
6672
|
/*
|
|
6637
6673
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6843,7 +6879,7 @@ class RefreshTokenClient extends BaseClient {
|
|
|
6843
6879
|
}
|
|
6844
6880
|
}
|
|
6845
6881
|
|
|
6846
|
-
/*! @azure/msal-common v15.14.
|
|
6882
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
6847
6883
|
|
|
6848
6884
|
/*
|
|
6849
6885
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6941,7 +6977,7 @@ class SilentFlowClient extends BaseClient {
|
|
|
6941
6977
|
}
|
|
6942
6978
|
}
|
|
6943
6979
|
|
|
6944
|
-
/*! @azure/msal-common v15.14.
|
|
6980
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
6945
6981
|
|
|
6946
6982
|
/*
|
|
6947
6983
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6956,7 +6992,7 @@ const StubbedNetworkModule = {
|
|
|
6956
6992
|
},
|
|
6957
6993
|
};
|
|
6958
6994
|
|
|
6959
|
-
/*! @azure/msal-common v15.14.
|
|
6995
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
6960
6996
|
|
|
6961
6997
|
/*
|
|
6962
6998
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7180,7 +7216,7 @@ function extractLoginHint(account) {
|
|
|
7180
7216
|
return account.loginHint || account.idTokenClaims?.login_hint || null;
|
|
7181
7217
|
}
|
|
7182
7218
|
|
|
7183
|
-
/*! @azure/msal-common v15.14.
|
|
7219
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
7184
7220
|
|
|
7185
7221
|
/*
|
|
7186
7222
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7443,7 +7479,7 @@ class ServerTelemetryManager {
|
|
|
7443
7479
|
}
|
|
7444
7480
|
}
|
|
7445
7481
|
|
|
7446
|
-
/*! @azure/msal-common v15.14.
|
|
7482
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
7447
7483
|
/*
|
|
7448
7484
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
7449
7485
|
* Licensed under the MIT License.
|
|
@@ -7451,7 +7487,7 @@ class ServerTelemetryManager {
|
|
|
7451
7487
|
const missingKidError = "missing_kid_error";
|
|
7452
7488
|
const missingAlgError = "missing_alg_error";
|
|
7453
7489
|
|
|
7454
|
-
/*! @azure/msal-common v15.14.
|
|
7490
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
7455
7491
|
|
|
7456
7492
|
/*
|
|
7457
7493
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7476,7 +7512,7 @@ function createJoseHeaderError(code) {
|
|
|
7476
7512
|
return new JoseHeaderError(code, JoseHeaderErrorMessages[code]);
|
|
7477
7513
|
}
|
|
7478
7514
|
|
|
7479
|
-
/*! @azure/msal-common v15.14.
|
|
7515
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
7480
7516
|
|
|
7481
7517
|
/*
|
|
7482
7518
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7911,7 +7947,7 @@ function ensureArgumentIsJSONString(argName, argValue, correlationId) {
|
|
|
7911
7947
|
|
|
7912
7948
|
/* eslint-disable header/header */
|
|
7913
7949
|
const name = "@azure/msal-browser";
|
|
7914
|
-
const version = "4.28.
|
|
7950
|
+
const version = "4.28.2";
|
|
7915
7951
|
|
|
7916
7952
|
/*
|
|
7917
7953
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -17360,6 +17396,8 @@ async function getEARForm(frame, config, authority, request, logger, performance
|
|
|
17360
17396
|
addCodeChallengeParams(parameters, request.codeChallenge, Constants.S256_CODE_CHALLENGE_METHOD);
|
|
17361
17397
|
const queryParams = new Map();
|
|
17362
17398
|
addExtraQueryParameters(queryParams, request.extraQueryParameters || {});
|
|
17399
|
+
// Add correlationId to query params so gateway can propagate it to IDPs
|
|
17400
|
+
addCorrelationId(queryParams, request.correlationId);
|
|
17363
17401
|
const url = getAuthorizeUrl(authority, queryParams, config.auth.encodeExtraQueryParams, request.extraQueryParameters);
|
|
17364
17402
|
return createForm(frame, url, parameters);
|
|
17365
17403
|
}
|
|
@@ -17373,6 +17411,8 @@ async function getCodeForm(frame, config, authority, request, logger, performanc
|
|
|
17373
17411
|
addPostBodyParameters(parameters, request.authorizePostBodyParameters || {});
|
|
17374
17412
|
const queryParams = new Map();
|
|
17375
17413
|
addExtraQueryParameters(queryParams, request.extraQueryParameters || {});
|
|
17414
|
+
// Add correlationId to query params so gateway can propagate it to IDPs
|
|
17415
|
+
addCorrelationId(queryParams, request.correlationId);
|
|
17376
17416
|
const url = getAuthorizeUrl(authority, queryParams, config.auth.encodeExtraQueryParams, request.extraQueryParameters);
|
|
17377
17417
|
return createForm(frame, url, parameters);
|
|
17378
17418
|
}
|