@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 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Authorize.d.ts","sourceRoot":"","sources":["../../../../src/protocol/Authorize.ts"],"names":[],"mappings":"AAKA,OAAO,EAEH,SAAS,EAGT,6BAA6B,EAG7B,kBAAkB,EAClB,MAAM,EAQN,uBAAuB,EAGvB,iBAAiB,EAKpB,MAAM,4BAA4B,CAAC;AACpC,OAAO,EAAE,oBAAoB,EAAE,MAAM,4BAA4B,CAAC;AAClE,OAAO,EAAE,KAAK,EAAoB,MAAM,8BAA8B,CAAC;AAOvE,OAAO,EAAE,oBAAoB,EAAE,MAAM,qCAAqC,CAAC;AAE3E,OAAO,EAAE,mBAAmB,EAAE,MAAM,iCAAiC,CAAC;AAEtE,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAExD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gDAAgD,CAAC;AAiFtF;;;;;;;;GAQG;AACH,wBAAsB,qBAAqB,CACvC,MAAM,EAAE,oBAAoB,EAC5B,SAAS,EAAE,SAAS,EACpB,OAAO,EAAE,6BAA6B,EACtC,MAAM,EAAE,MAAM,EACd,iBAAiB,EAAE,kBAAkB,GACtC,OAAO,CAAC,MAAM,CAAC,CAiCjB;AAED;;GAEG;AACH,wBAAsB,UAAU,CAC5B,KAAK,EAAE,QAAQ,EACf,MAAM,EAAE,oBAAoB,EAC5B,SAAS,EAAE,SAAS,EACpB,OAAO,EAAE,6BAA6B,EACtC,MAAM,EAAE,MAAM,EACd,iBAAiB,EAAE,kBAAkB,GACtC,OAAO,CAAC,eAAe,CAAC,
|
|
1
|
+
{"version":3,"file":"Authorize.d.ts","sourceRoot":"","sources":["../../../../src/protocol/Authorize.ts"],"names":[],"mappings":"AAKA,OAAO,EAEH,SAAS,EAGT,6BAA6B,EAG7B,kBAAkB,EAClB,MAAM,EAQN,uBAAuB,EAGvB,iBAAiB,EAKpB,MAAM,4BAA4B,CAAC;AACpC,OAAO,EAAE,oBAAoB,EAAE,MAAM,4BAA4B,CAAC;AAClE,OAAO,EAAE,KAAK,EAAoB,MAAM,8BAA8B,CAAC;AAOvE,OAAO,EAAE,oBAAoB,EAAE,MAAM,qCAAqC,CAAC;AAE3E,OAAO,EAAE,mBAAmB,EAAE,MAAM,iCAAiC,CAAC;AAEtE,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAExD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gDAAgD,CAAC;AAiFtF;;;;;;;;GAQG;AACH,wBAAsB,qBAAqB,CACvC,MAAM,EAAE,oBAAoB,EAC5B,SAAS,EAAE,SAAS,EACpB,OAAO,EAAE,6BAA6B,EACtC,MAAM,EAAE,MAAM,EACd,iBAAiB,EAAE,kBAAkB,GACtC,OAAO,CAAC,MAAM,CAAC,CAiCjB;AAED;;GAEG;AACH,wBAAsB,UAAU,CAC5B,KAAK,EAAE,QAAQ,EACf,MAAM,EAAE,oBAAoB,EAC5B,SAAS,EAAE,SAAS,EACpB,OAAO,EAAE,6BAA6B,EACtC,MAAM,EAAE,MAAM,EACd,iBAAiB,EAAE,kBAAkB,GACtC,OAAO,CAAC,eAAe,CAAC,CA8C1B;AAED;;GAEG;AACH,wBAAsB,WAAW,CAC7B,KAAK,EAAE,QAAQ,EACf,MAAM,EAAE,oBAAoB,EAC5B,SAAS,EAAE,SAAS,EACpB,OAAO,EAAE,6BAA6B,EACtC,MAAM,EAAE,MAAM,EACd,iBAAiB,EAAE,kBAAkB,GACtC,OAAO,CAAC,eAAe,CAAC,CA2C1B;AA+BD;;;;;;;;;;;;;GAaG;AACH,wBAAsB,4BAA4B,CAC9C,OAAO,EAAE,6BAA6B,EACtC,SAAS,EAAE,MAAM,EACjB,KAAK,EAAE,KAAK,EACZ,MAAM,EAAE,oBAAoB,EAC5B,cAAc,EAAE,mBAAmB,EACnC,aAAa,EAAE,mBAAmB,EAClC,YAAY,EAAE,YAAY,EAC1B,MAAM,EAAE,MAAM,EACd,iBAAiB,EAAE,kBAAkB,EACrC,oBAAoB,CAAC,EAAE,oBAAoB,GAC5C,OAAO,CAAC,oBAAoB,CAAC,CAsC/B;AAED;;;;;;;;;;GAUG;AACH,wBAAsB,kBAAkB,CACpC,OAAO,EAAE,6BAA6B,EACtC,QAAQ,EAAE,iBAAiB,EAC3B,YAAY,EAAE,MAAM,EACpB,KAAK,EAAE,KAAK,EACZ,MAAM,EAAE,oBAAoB,EAC5B,UAAU,EAAE,uBAAuB,EACnC,cAAc,EAAE,mBAAmB,EACnC,aAAa,EAAE,mBAAmB,EAClC,YAAY,EAAE,YAAY,EAC1B,MAAM,EAAE,MAAM,EACd,iBAAiB,EAAE,kBAAkB,EACrC,oBAAoB,CAAC,EAAE,oBAAoB,GAC5C,OAAO,CAAC,oBAAoB,CAAC,CAkD/B;AAED;;;;;;;;;;;;;;GAcG;AACH,wBAAsB,iBAAiB,CACnC,OAAO,EAAE,6BAA6B,EACtC,QAAQ,EAAE,iBAAiB,EAC3B,KAAK,EAAE,KAAK,EACZ,MAAM,EAAE,oBAAoB,EAC5B,SAAS,EAAE,SAAS,EACpB,cAAc,EAAE,mBAAmB,EACnC,aAAa,EAAE,mBAAmB,EAClC,YAAY,EAAE,YAAY,EAC1B,MAAM,EAAE,MAAM,EACd,iBAAiB,EAAE,kBAAkB,EACrC,oBAAoB,CAAC,EAAE,oBAAoB,GAC5C,OAAO,CAAC,oBAAoB,CAAC,CA6F/B"}
|
package/lib/msal-browser.cjs
CHANGED
|
@@ -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.
|
|
@@ -279,7 +279,7 @@ const JsonWebTokenTypes = {
|
|
|
279
279
|
// Token renewal offset default in seconds
|
|
280
280
|
const DEFAULT_TOKEN_RENEWAL_OFFSET_SEC = 300;
|
|
281
281
|
|
|
282
|
-
/*! @azure/msal-common v15.14.
|
|
282
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
283
283
|
/*
|
|
284
284
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
285
285
|
* Licensed under the MIT License.
|
|
@@ -296,7 +296,7 @@ var AuthErrorCodes = /*#__PURE__*/Object.freeze({
|
|
|
296
296
|
unexpectedError: unexpectedError
|
|
297
297
|
});
|
|
298
298
|
|
|
299
|
-
/*! @azure/msal-common v15.14.
|
|
299
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
300
300
|
|
|
301
301
|
/*
|
|
302
302
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -345,7 +345,7 @@ function createAuthError(code, additionalMessage) {
|
|
|
345
345
|
: AuthErrorMessages[code]);
|
|
346
346
|
}
|
|
347
347
|
|
|
348
|
-
/*! @azure/msal-common v15.14.
|
|
348
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
349
349
|
/*
|
|
350
350
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
351
351
|
* Licensed under the MIT License.
|
|
@@ -445,7 +445,7 @@ var ClientAuthErrorCodes = /*#__PURE__*/Object.freeze({
|
|
|
445
445
|
userTimeoutReached: userTimeoutReached
|
|
446
446
|
});
|
|
447
447
|
|
|
448
|
-
/*! @azure/msal-common v15.14.
|
|
448
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
449
449
|
|
|
450
450
|
/*
|
|
451
451
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -702,7 +702,7 @@ function createClientAuthError(errorCode, additionalMessage) {
|
|
|
702
702
|
return new ClientAuthError(errorCode, additionalMessage);
|
|
703
703
|
}
|
|
704
704
|
|
|
705
|
-
/*! @azure/msal-common v15.14.
|
|
705
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
706
706
|
|
|
707
707
|
/*
|
|
708
708
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -741,7 +741,7 @@ const DEFAULT_CRYPTO_IMPLEMENTATION = {
|
|
|
741
741
|
},
|
|
742
742
|
};
|
|
743
743
|
|
|
744
|
-
/*! @azure/msal-common v15.14.
|
|
744
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
745
745
|
|
|
746
746
|
/*
|
|
747
747
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -932,12 +932,12 @@ class Logger {
|
|
|
932
932
|
}
|
|
933
933
|
}
|
|
934
934
|
|
|
935
|
-
/*! @azure/msal-common v15.14.
|
|
935
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
936
936
|
/* eslint-disable header/header */
|
|
937
937
|
const name$1 = "@azure/msal-common";
|
|
938
|
-
const version$1 = "15.14.
|
|
938
|
+
const version$1 = "15.14.2";
|
|
939
939
|
|
|
940
|
-
/*! @azure/msal-common v15.14.
|
|
940
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
941
941
|
/*
|
|
942
942
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
943
943
|
* Licensed under the MIT License.
|
|
@@ -957,7 +957,7 @@ const AzureCloudInstance = {
|
|
|
957
957
|
AzureUsGovernment: "https://login.microsoftonline.us",
|
|
958
958
|
};
|
|
959
959
|
|
|
960
|
-
/*! @azure/msal-common v15.14.
|
|
960
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
961
961
|
/*
|
|
962
962
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
963
963
|
* Licensed under the MIT License.
|
|
@@ -1015,7 +1015,7 @@ var ClientConfigurationErrorCodes = /*#__PURE__*/Object.freeze({
|
|
|
1015
1015
|
urlParseError: urlParseError
|
|
1016
1016
|
});
|
|
1017
1017
|
|
|
1018
|
-
/*! @azure/msal-common v15.14.
|
|
1018
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
1019
1019
|
|
|
1020
1020
|
/*
|
|
1021
1021
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1163,7 +1163,7 @@ function createClientConfigurationError(errorCode) {
|
|
|
1163
1163
|
return new ClientConfigurationError(errorCode);
|
|
1164
1164
|
}
|
|
1165
1165
|
|
|
1166
|
-
/*! @azure/msal-common v15.14.
|
|
1166
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
1167
1167
|
/*
|
|
1168
1168
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
1169
1169
|
* Licensed under the MIT License.
|
|
@@ -1260,7 +1260,7 @@ class StringUtils {
|
|
|
1260
1260
|
}
|
|
1261
1261
|
}
|
|
1262
1262
|
|
|
1263
|
-
/*! @azure/msal-common v15.14.
|
|
1263
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
1264
1264
|
|
|
1265
1265
|
/*
|
|
1266
1266
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1455,7 +1455,7 @@ class ScopeSet {
|
|
|
1455
1455
|
}
|
|
1456
1456
|
}
|
|
1457
1457
|
|
|
1458
|
-
/*! @azure/msal-common v15.14.
|
|
1458
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
1459
1459
|
|
|
1460
1460
|
/*
|
|
1461
1461
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1495,7 +1495,7 @@ function buildClientInfoFromHomeAccountId(homeAccountId) {
|
|
|
1495
1495
|
};
|
|
1496
1496
|
}
|
|
1497
1497
|
|
|
1498
|
-
/*! @azure/msal-common v15.14.
|
|
1498
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
1499
1499
|
/*
|
|
1500
1500
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
1501
1501
|
* Licensed under the MIT License.
|
|
@@ -1577,7 +1577,7 @@ function updateAccountTenantProfileData(baseAccountInfo, tenantProfile, idTokenC
|
|
|
1577
1577
|
return updatedAccountInfo;
|
|
1578
1578
|
}
|
|
1579
1579
|
|
|
1580
|
-
/*! @azure/msal-common v15.14.
|
|
1580
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
1581
1581
|
/*
|
|
1582
1582
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
1583
1583
|
* Licensed under the MIT License.
|
|
@@ -1592,7 +1592,7 @@ const AuthorityType = {
|
|
|
1592
1592
|
Ciam: 3,
|
|
1593
1593
|
};
|
|
1594
1594
|
|
|
1595
|
-
/*! @azure/msal-common v15.14.
|
|
1595
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
1596
1596
|
/*
|
|
1597
1597
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
1598
1598
|
* Licensed under the MIT License.
|
|
@@ -1614,7 +1614,7 @@ function getTenantIdFromIdTokenClaims(idTokenClaims) {
|
|
|
1614
1614
|
return null;
|
|
1615
1615
|
}
|
|
1616
1616
|
|
|
1617
|
-
/*! @azure/msal-common v15.14.
|
|
1617
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
1618
1618
|
/*
|
|
1619
1619
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
1620
1620
|
* Licensed under the MIT License.
|
|
@@ -1638,7 +1638,7 @@ const ProtocolMode = {
|
|
|
1638
1638
|
EAR: "EAR",
|
|
1639
1639
|
};
|
|
1640
1640
|
|
|
1641
|
-
/*! @azure/msal-common v15.14.
|
|
1641
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
1642
1642
|
|
|
1643
1643
|
/*
|
|
1644
1644
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1873,7 +1873,7 @@ class AccountEntity {
|
|
|
1873
1873
|
}
|
|
1874
1874
|
}
|
|
1875
1875
|
|
|
1876
|
-
/*! @azure/msal-common v15.14.
|
|
1876
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
1877
1877
|
|
|
1878
1878
|
/*
|
|
1879
1879
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1954,7 +1954,7 @@ function checkMaxAge(authTime, maxAge) {
|
|
|
1954
1954
|
}
|
|
1955
1955
|
}
|
|
1956
1956
|
|
|
1957
|
-
/*! @azure/msal-common v15.14.
|
|
1957
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
1958
1958
|
|
|
1959
1959
|
/*
|
|
1960
1960
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -2070,7 +2070,7 @@ function normalizeUrlForComparison(url) {
|
|
|
2070
2070
|
}
|
|
2071
2071
|
}
|
|
2072
2072
|
|
|
2073
|
-
/*! @azure/msal-common v15.14.
|
|
2073
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
2074
2074
|
|
|
2075
2075
|
/*
|
|
2076
2076
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -2234,7 +2234,7 @@ class UrlString {
|
|
|
2234
2234
|
}
|
|
2235
2235
|
}
|
|
2236
2236
|
|
|
2237
|
-
/*! @azure/msal-common v15.14.
|
|
2237
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
2238
2238
|
|
|
2239
2239
|
/*
|
|
2240
2240
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -2263,6 +2263,27 @@ const rawMetdataJSON = {
|
|
|
2263
2263
|
authorization_endpoint: "https://login.microsoftonline.us/{tenantid}/oauth2/v2.0/authorize",
|
|
2264
2264
|
end_session_endpoint: "https://login.microsoftonline.us/{tenantid}/oauth2/v2.0/logout",
|
|
2265
2265
|
},
|
|
2266
|
+
"login.sovcloud-identity.fr": {
|
|
2267
|
+
token_endpoint: "https://login.sovcloud-identity.fr/{tenantid}/oauth2/v2.0/token",
|
|
2268
|
+
jwks_uri: "https://login.sovcloud-identity.fr/{tenantid}/discovery/v2.0/keys",
|
|
2269
|
+
issuer: "https://login.sovcloud-identity.fr/{tenantid}/v2.0",
|
|
2270
|
+
authorization_endpoint: "https://login.sovcloud-identity.fr/{tenantid}/oauth2/v2.0/authorize",
|
|
2271
|
+
end_session_endpoint: "https://login.sovcloud-identity.fr/{tenantid}/oauth2/v2.0/logout",
|
|
2272
|
+
},
|
|
2273
|
+
"login.sovcloud-identity.de": {
|
|
2274
|
+
token_endpoint: "https://login.sovcloud-identity.de/{tenantid}/oauth2/v2.0/token",
|
|
2275
|
+
jwks_uri: "https://login.sovcloud-identity.de/{tenantid}/discovery/v2.0/keys",
|
|
2276
|
+
issuer: "https://login.sovcloud-identity.de/{tenantid}/v2.0",
|
|
2277
|
+
authorization_endpoint: "https://login.sovcloud-identity.de/{tenantid}/oauth2/v2.0/authorize",
|
|
2278
|
+
end_session_endpoint: "https://login.sovcloud-identity.de/{tenantid}/oauth2/v2.0/logout",
|
|
2279
|
+
},
|
|
2280
|
+
"login.sovcloud-identity.sg": {
|
|
2281
|
+
token_endpoint: "https://login.sovcloud-identity.sg/common/oauth2/v2.0/token",
|
|
2282
|
+
jwks_uri: "https://login.sovcloud-identity.sg/common/discovery/v2.0/keys",
|
|
2283
|
+
issuer: "https://login.sovcloud-identity.sg/{tenantid}/v2.0",
|
|
2284
|
+
authorization_endpoint: "https://login.sovcloud-identity.sg/common/oauth2/v2.0/authorize",
|
|
2285
|
+
end_session_endpoint: "https://login.sovcloud-identity.sg/common/oauth2/v2.0/logout",
|
|
2286
|
+
},
|
|
2266
2287
|
},
|
|
2267
2288
|
instanceDiscoveryMetadata: {
|
|
2268
2289
|
metadata: [
|
|
@@ -2302,6 +2323,21 @@ const rawMetdataJSON = {
|
|
|
2302
2323
|
preferred_cache: "login-us.microsoftonline.com",
|
|
2303
2324
|
aliases: ["login-us.microsoftonline.com"],
|
|
2304
2325
|
},
|
|
2326
|
+
{
|
|
2327
|
+
preferred_network: "login.sovcloud-identity.fr",
|
|
2328
|
+
preferred_cache: "login.sovcloud-identity.fr",
|
|
2329
|
+
aliases: ["login.sovcloud-identity.fr"],
|
|
2330
|
+
},
|
|
2331
|
+
{
|
|
2332
|
+
preferred_network: "login.sovcloud-identity.de",
|
|
2333
|
+
preferred_cache: "login.sovcloud-identity.de",
|
|
2334
|
+
aliases: ["login.sovcloud-identity.de"],
|
|
2335
|
+
},
|
|
2336
|
+
{
|
|
2337
|
+
preferred_network: "login.sovcloud-identity.sg",
|
|
2338
|
+
preferred_cache: "login.sovcloud-identity.sg",
|
|
2339
|
+
aliases: ["login.sovcloud-identity.sg"],
|
|
2340
|
+
},
|
|
2305
2341
|
],
|
|
2306
2342
|
},
|
|
2307
2343
|
};
|
|
@@ -2373,7 +2409,7 @@ function getCloudDiscoveryMetadataFromNetworkResponse(response, authorityHost) {
|
|
|
2373
2409
|
return null;
|
|
2374
2410
|
}
|
|
2375
2411
|
|
|
2376
|
-
/*! @azure/msal-common v15.14.
|
|
2412
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
2377
2413
|
/*
|
|
2378
2414
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
2379
2415
|
* Licensed under the MIT License.
|
|
@@ -2381,7 +2417,7 @@ function getCloudDiscoveryMetadataFromNetworkResponse(response, authorityHost) {
|
|
|
2381
2417
|
const cacheQuotaExceeded = "cache_quota_exceeded";
|
|
2382
2418
|
const cacheErrorUnknown = "cache_error_unknown";
|
|
2383
2419
|
|
|
2384
|
-
/*! @azure/msal-common v15.14.
|
|
2420
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
2385
2421
|
|
|
2386
2422
|
/*
|
|
2387
2423
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -2426,7 +2462,7 @@ function createCacheError(e) {
|
|
|
2426
2462
|
}
|
|
2427
2463
|
}
|
|
2428
2464
|
|
|
2429
|
-
/*! @azure/msal-common v15.14.
|
|
2465
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
2430
2466
|
|
|
2431
2467
|
/*
|
|
2432
2468
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -3537,7 +3573,7 @@ class DefaultStorageClass extends CacheManager {
|
|
|
3537
3573
|
}
|
|
3538
3574
|
}
|
|
3539
3575
|
|
|
3540
|
-
/*! @azure/msal-common v15.14.
|
|
3576
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
3541
3577
|
/*
|
|
3542
3578
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3543
3579
|
* Licensed under the MIT License.
|
|
@@ -4064,7 +4100,7 @@ const IntFields = new Set([
|
|
|
4064
4100
|
"upgradedCacheCount",
|
|
4065
4101
|
]);
|
|
4066
4102
|
|
|
4067
|
-
/*! @azure/msal-common v15.14.
|
|
4103
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
4068
4104
|
|
|
4069
4105
|
/*
|
|
4070
4106
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4143,7 +4179,7 @@ class StubPerformanceClient {
|
|
|
4143
4179
|
}
|
|
4144
4180
|
}
|
|
4145
4181
|
|
|
4146
|
-
/*! @azure/msal-common v15.14.
|
|
4182
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
4147
4183
|
|
|
4148
4184
|
/*
|
|
4149
4185
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4243,7 +4279,7 @@ function isOidcProtocolMode(config) {
|
|
|
4243
4279
|
return (config.authOptions.authority.options.protocolMode === ProtocolMode.OIDC);
|
|
4244
4280
|
}
|
|
4245
4281
|
|
|
4246
|
-
/*! @azure/msal-common v15.14.
|
|
4282
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
4247
4283
|
/*
|
|
4248
4284
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4249
4285
|
* Licensed under the MIT License.
|
|
@@ -4253,7 +4289,7 @@ const CcsCredentialType = {
|
|
|
4253
4289
|
UPN: "UPN",
|
|
4254
4290
|
};
|
|
4255
4291
|
|
|
4256
|
-
/*! @azure/msal-common v15.14.
|
|
4292
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
4257
4293
|
/*
|
|
4258
4294
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4259
4295
|
* Licensed under the MIT License.
|
|
@@ -4303,7 +4339,7 @@ const INSTANCE_AWARE = "instance_aware";
|
|
|
4303
4339
|
const EAR_JWK = "ear_jwk";
|
|
4304
4340
|
const EAR_JWE_CRYPTO = "ear_jwe_crypto";
|
|
4305
4341
|
|
|
4306
|
-
/*! @azure/msal-common v15.14.
|
|
4342
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
4307
4343
|
|
|
4308
4344
|
/*
|
|
4309
4345
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4683,7 +4719,7 @@ function addPostBodyParameters(parameters, bodyParameters) {
|
|
|
4683
4719
|
});
|
|
4684
4720
|
}
|
|
4685
4721
|
|
|
4686
|
-
/*! @azure/msal-common v15.14.
|
|
4722
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
4687
4723
|
/*
|
|
4688
4724
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4689
4725
|
* Licensed under the MIT License.
|
|
@@ -4695,7 +4731,7 @@ function isOpenIdConfigResponse(response) {
|
|
|
4695
4731
|
response.hasOwnProperty("jwks_uri"));
|
|
4696
4732
|
}
|
|
4697
4733
|
|
|
4698
|
-
/*! @azure/msal-common v15.14.
|
|
4734
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
4699
4735
|
/*
|
|
4700
4736
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4701
4737
|
* Licensed under the MIT License.
|
|
@@ -4705,7 +4741,7 @@ function isCloudInstanceDiscoveryResponse(response) {
|
|
|
4705
4741
|
response.hasOwnProperty("metadata"));
|
|
4706
4742
|
}
|
|
4707
4743
|
|
|
4708
|
-
/*! @azure/msal-common v15.14.
|
|
4744
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
4709
4745
|
/*
|
|
4710
4746
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4711
4747
|
* Licensed under the MIT License.
|
|
@@ -4715,7 +4751,7 @@ function isCloudInstanceDiscoveryErrorResponse(response) {
|
|
|
4715
4751
|
response.hasOwnProperty("error_description"));
|
|
4716
4752
|
}
|
|
4717
4753
|
|
|
4718
|
-
/*! @azure/msal-common v15.14.
|
|
4754
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
4719
4755
|
/*
|
|
4720
4756
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4721
4757
|
* Licensed under the MIT License.
|
|
@@ -4811,7 +4847,7 @@ const invokeAsync = (callback, eventName, logger, telemetryClient, correlationId
|
|
|
4811
4847
|
};
|
|
4812
4848
|
};
|
|
4813
4849
|
|
|
4814
|
-
/*! @azure/msal-common v15.14.
|
|
4850
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
4815
4851
|
|
|
4816
4852
|
/*
|
|
4817
4853
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4917,7 +4953,7 @@ RegionDiscovery.IMDS_OPTIONS = {
|
|
|
4917
4953
|
},
|
|
4918
4954
|
};
|
|
4919
4955
|
|
|
4920
|
-
/*! @azure/msal-common v15.14.
|
|
4956
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
4921
4957
|
/*
|
|
4922
4958
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4923
4959
|
* Licensed under the MIT License.
|
|
@@ -4982,7 +5018,7 @@ function wasClockTurnedBack(cachedAt) {
|
|
|
4982
5018
|
return cachedAtSec > nowSeconds();
|
|
4983
5019
|
}
|
|
4984
5020
|
|
|
4985
|
-
/*! @azure/msal-common v15.14.
|
|
5021
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
4986
5022
|
|
|
4987
5023
|
/*
|
|
4988
5024
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -5244,7 +5280,7 @@ function isAuthorityMetadataExpired(metadata) {
|
|
|
5244
5280
|
return metadata.expiresAt <= nowSeconds();
|
|
5245
5281
|
}
|
|
5246
5282
|
|
|
5247
|
-
/*! @azure/msal-common v15.14.
|
|
5283
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
5248
5284
|
|
|
5249
5285
|
/*
|
|
5250
5286
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6083,7 +6119,7 @@ function buildStaticAuthorityOptions(authOptions) {
|
|
|
6083
6119
|
};
|
|
6084
6120
|
}
|
|
6085
6121
|
|
|
6086
|
-
/*! @azure/msal-common v15.14.
|
|
6122
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
6087
6123
|
|
|
6088
6124
|
/*
|
|
6089
6125
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6114,7 +6150,7 @@ async function createDiscoveredInstance(authorityUri, networkClient, cacheManage
|
|
|
6114
6150
|
}
|
|
6115
6151
|
}
|
|
6116
6152
|
|
|
6117
|
-
/*! @azure/msal-common v15.14.
|
|
6153
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
6118
6154
|
|
|
6119
6155
|
/*
|
|
6120
6156
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6133,7 +6169,7 @@ class ServerError extends AuthError {
|
|
|
6133
6169
|
}
|
|
6134
6170
|
}
|
|
6135
6171
|
|
|
6136
|
-
/*! @azure/msal-common v15.14.
|
|
6172
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
6137
6173
|
/*
|
|
6138
6174
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
6139
6175
|
* Licensed under the MIT License.
|
|
@@ -6154,7 +6190,7 @@ function getRequestThumbprint(clientId, request, homeAccountId) {
|
|
|
6154
6190
|
};
|
|
6155
6191
|
}
|
|
6156
6192
|
|
|
6157
|
-
/*! @azure/msal-common v15.14.
|
|
6193
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
6158
6194
|
|
|
6159
6195
|
/*
|
|
6160
6196
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6241,7 +6277,7 @@ class ThrottlingUtils {
|
|
|
6241
6277
|
}
|
|
6242
6278
|
}
|
|
6243
6279
|
|
|
6244
|
-
/*! @azure/msal-common v15.14.
|
|
6280
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
6245
6281
|
|
|
6246
6282
|
/*
|
|
6247
6283
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6272,7 +6308,7 @@ function createNetworkError(error, httpStatus, responseHeaders, additionalError)
|
|
|
6272
6308
|
return new NetworkError(error, httpStatus, responseHeaders);
|
|
6273
6309
|
}
|
|
6274
6310
|
|
|
6275
|
-
/*! @azure/msal-common v15.14.
|
|
6311
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
6276
6312
|
|
|
6277
6313
|
/*
|
|
6278
6314
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6420,7 +6456,7 @@ class BaseClient {
|
|
|
6420
6456
|
}
|
|
6421
6457
|
}
|
|
6422
6458
|
|
|
6423
|
-
/*! @azure/msal-common v15.14.
|
|
6459
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
6424
6460
|
/*
|
|
6425
6461
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
6426
6462
|
* Licensed under the MIT License.
|
|
@@ -6448,7 +6484,7 @@ var InteractionRequiredAuthErrorCodes = /*#__PURE__*/Object.freeze({
|
|
|
6448
6484
|
uxNotAllowed: uxNotAllowed
|
|
6449
6485
|
});
|
|
6450
6486
|
|
|
6451
|
-
/*! @azure/msal-common v15.14.
|
|
6487
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
6452
6488
|
|
|
6453
6489
|
/*
|
|
6454
6490
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6538,7 +6574,7 @@ function createInteractionRequiredAuthError(errorCode) {
|
|
|
6538
6574
|
return new InteractionRequiredAuthError(errorCode, InteractionRequiredAuthErrorMessages[errorCode]);
|
|
6539
6575
|
}
|
|
6540
6576
|
|
|
6541
|
-
/*! @azure/msal-common v15.14.
|
|
6577
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
6542
6578
|
|
|
6543
6579
|
/*
|
|
6544
6580
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6610,7 +6646,7 @@ class ProtocolUtils {
|
|
|
6610
6646
|
}
|
|
6611
6647
|
}
|
|
6612
6648
|
|
|
6613
|
-
/*! @azure/msal-common v15.14.
|
|
6649
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
6614
6650
|
|
|
6615
6651
|
/*
|
|
6616
6652
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6692,7 +6728,7 @@ class PopTokenGenerator {
|
|
|
6692
6728
|
}
|
|
6693
6729
|
}
|
|
6694
6730
|
|
|
6695
|
-
/*! @azure/msal-common v15.14.
|
|
6731
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
6696
6732
|
/*
|
|
6697
6733
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
6698
6734
|
* Licensed under the MIT License.
|
|
@@ -6719,7 +6755,7 @@ class PopTokenGenerator {
|
|
|
6719
6755
|
}
|
|
6720
6756
|
}
|
|
6721
6757
|
|
|
6722
|
-
/*! @azure/msal-common v15.14.
|
|
6758
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
6723
6759
|
|
|
6724
6760
|
/*
|
|
6725
6761
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7058,7 +7094,7 @@ function buildAccountToCache(cacheStorage, authority, homeAccountId, base64Decod
|
|
|
7058
7094
|
return baseAccount;
|
|
7059
7095
|
}
|
|
7060
7096
|
|
|
7061
|
-
/*! @azure/msal-common v15.14.
|
|
7097
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
7062
7098
|
/*
|
|
7063
7099
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
7064
7100
|
* Licensed under the MIT License.
|
|
@@ -7076,7 +7112,7 @@ async function getClientAssertion(clientAssertion, clientId, tokenEndpoint) {
|
|
|
7076
7112
|
}
|
|
7077
7113
|
}
|
|
7078
7114
|
|
|
7079
|
-
/*! @azure/msal-common v15.14.
|
|
7115
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
7080
7116
|
|
|
7081
7117
|
/*
|
|
7082
7118
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7312,7 +7348,7 @@ class AuthorizationCodeClient extends BaseClient {
|
|
|
7312
7348
|
}
|
|
7313
7349
|
}
|
|
7314
7350
|
|
|
7315
|
-
/*! @azure/msal-common v15.14.
|
|
7351
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
7316
7352
|
|
|
7317
7353
|
/*
|
|
7318
7354
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7524,7 +7560,7 @@ class RefreshTokenClient extends BaseClient {
|
|
|
7524
7560
|
}
|
|
7525
7561
|
}
|
|
7526
7562
|
|
|
7527
|
-
/*! @azure/msal-common v15.14.
|
|
7563
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
7528
7564
|
|
|
7529
7565
|
/*
|
|
7530
7566
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7622,7 +7658,7 @@ class SilentFlowClient extends BaseClient {
|
|
|
7622
7658
|
}
|
|
7623
7659
|
}
|
|
7624
7660
|
|
|
7625
|
-
/*! @azure/msal-common v15.14.
|
|
7661
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
7626
7662
|
|
|
7627
7663
|
/*
|
|
7628
7664
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7637,7 +7673,7 @@ const StubbedNetworkModule = {
|
|
|
7637
7673
|
},
|
|
7638
7674
|
};
|
|
7639
7675
|
|
|
7640
|
-
/*! @azure/msal-common v15.14.
|
|
7676
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
7641
7677
|
|
|
7642
7678
|
/*
|
|
7643
7679
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7861,7 +7897,7 @@ function extractLoginHint(account) {
|
|
|
7861
7897
|
return account.loginHint || account.idTokenClaims?.login_hint || null;
|
|
7862
7898
|
}
|
|
7863
7899
|
|
|
7864
|
-
/*! @azure/msal-common v15.14.
|
|
7900
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
7865
7901
|
|
|
7866
7902
|
/*
|
|
7867
7903
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7919,7 +7955,7 @@ class AuthenticationHeaderParser {
|
|
|
7919
7955
|
}
|
|
7920
7956
|
}
|
|
7921
7957
|
|
|
7922
|
-
/*! @azure/msal-common v15.14.
|
|
7958
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
7923
7959
|
|
|
7924
7960
|
/*
|
|
7925
7961
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -8182,7 +8218,7 @@ class ServerTelemetryManager {
|
|
|
8182
8218
|
}
|
|
8183
8219
|
}
|
|
8184
8220
|
|
|
8185
|
-
/*! @azure/msal-common v15.14.
|
|
8221
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
8186
8222
|
/*
|
|
8187
8223
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
8188
8224
|
* Licensed under the MIT License.
|
|
@@ -8190,7 +8226,7 @@ class ServerTelemetryManager {
|
|
|
8190
8226
|
const missingKidError = "missing_kid_error";
|
|
8191
8227
|
const missingAlgError = "missing_alg_error";
|
|
8192
8228
|
|
|
8193
|
-
/*! @azure/msal-common v15.14.
|
|
8229
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
8194
8230
|
|
|
8195
8231
|
/*
|
|
8196
8232
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -8215,7 +8251,7 @@ function createJoseHeaderError(code) {
|
|
|
8215
8251
|
return new JoseHeaderError(code, JoseHeaderErrorMessages[code]);
|
|
8216
8252
|
}
|
|
8217
8253
|
|
|
8218
|
-
/*! @azure/msal-common v15.14.
|
|
8254
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
8219
8255
|
|
|
8220
8256
|
/*
|
|
8221
8257
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -8255,7 +8291,7 @@ class JoseHeader {
|
|
|
8255
8291
|
}
|
|
8256
8292
|
}
|
|
8257
8293
|
|
|
8258
|
-
/*! @azure/msal-common v15.14.
|
|
8294
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
8259
8295
|
|
|
8260
8296
|
/*
|
|
8261
8297
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -10396,7 +10432,7 @@ function buildConfiguration({ auth: userInputAuth, cache: userInputCache, system
|
|
|
10396
10432
|
|
|
10397
10433
|
/* eslint-disable header/header */
|
|
10398
10434
|
const name = "@azure/msal-browser";
|
|
10399
|
-
const version = "4.28.
|
|
10435
|
+
const version = "4.28.2";
|
|
10400
10436
|
|
|
10401
10437
|
/*
|
|
10402
10438
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -14893,6 +14929,8 @@ async function getEARForm(frame, config, authority, request, logger, performance
|
|
|
14893
14929
|
addCodeChallengeParams(parameters, request.codeChallenge, Constants.S256_CODE_CHALLENGE_METHOD);
|
|
14894
14930
|
const queryParams = new Map();
|
|
14895
14931
|
addExtraQueryParameters(queryParams, request.extraQueryParameters || {});
|
|
14932
|
+
// Add correlationId to query params so gateway can propagate it to IDPs
|
|
14933
|
+
addCorrelationId(queryParams, request.correlationId);
|
|
14896
14934
|
const url = getAuthorizeUrl(authority, queryParams, config.auth.encodeExtraQueryParams, request.extraQueryParameters);
|
|
14897
14935
|
return createForm(frame, url, parameters);
|
|
14898
14936
|
}
|
|
@@ -14906,6 +14944,8 @@ async function getCodeForm(frame, config, authority, request, logger, performanc
|
|
|
14906
14944
|
addPostBodyParameters(parameters, request.authorizePostBodyParameters || {});
|
|
14907
14945
|
const queryParams = new Map();
|
|
14908
14946
|
addExtraQueryParameters(queryParams, request.extraQueryParameters || {});
|
|
14947
|
+
// Add correlationId to query params so gateway can propagate it to IDPs
|
|
14948
|
+
addCorrelationId(queryParams, request.correlationId);
|
|
14909
14949
|
const url = getAuthorizeUrl(authority, queryParams, config.auth.encodeExtraQueryParams, request.extraQueryParameters);
|
|
14910
14950
|
return createForm(frame, url, parameters);
|
|
14911
14951
|
}
|