@azure/msal-browser 5.4.0 → 5.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/app/IPublicClientApplication.mjs +1 -1
- package/dist/app/PublicClientApplication.mjs +1 -1
- package/dist/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.d.ts.map +1 -1
- package/dist/cache/TokenCache.mjs +9 -9
- package/dist/cache/TokenCache.mjs.map +1 -1
- package/dist/config/Configuration.mjs +1 -1
- package/dist/controllers/NestedAppAuthController.mjs +1 -1
- package/dist/controllers/StandardController.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.d.ts.map +1 -1
- package/dist/custom-auth-path/config/Configuration.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.d.ts +10 -10
- package/dist/custom-auth-path/interaction_client/PlatformAuthInteractionClient.d.ts.map +1 -1
- package/dist/custom-auth-path/interaction_client/PlatformAuthInteractionClient.mjs +8 -8
- package/dist/custom-auth-path/interaction_client/PlatformAuthInteractionClient.mjs.map +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/log-strings-mapping.json +2 -2
- package/dist/custom-auth-path/navigation/NavigationClient.mjs +1 -1
- package/dist/custom-auth-path/network/FetchClient.mjs +1 -1
- package/dist/custom-auth-path/operatingcontext/BaseOperatingContext.mjs +1 -1
- package/dist/custom-auth-path/operatingcontext/StandardOperatingContext.mjs +1 -1
- package/dist/custom-auth-path/packageMetadata.d.ts +1 -1
- package/dist/custom-auth-path/packageMetadata.mjs +2 -2
- package/dist/custom-auth-path/protocol/Authorize.mjs +1 -1
- package/dist/custom-auth-path/request/RequestHelpers.mjs +1 -1
- package/dist/custom-auth-path/response/ResponseHandler.mjs +1 -1
- package/dist/custom-auth-path/telemetry/BrowserPerformanceEvents.mjs +1 -1
- package/dist/custom-auth-path/telemetry/BrowserRootPerformanceEvents.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.d.ts +10 -10
- package/dist/interaction_client/PlatformAuthInteractionClient.d.ts.map +1 -1
- package/dist/interaction_client/PlatformAuthInteractionClient.mjs +8 -8
- package/dist/interaction_client/PlatformAuthInteractionClient.mjs.map +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/log-strings-mapping.json +10 -10
- 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/packageMetadata.d.ts +1 -1
- package/dist/packageMetadata.mjs +2 -2
- package/dist/protocol/Authorize.mjs +1 -1
- package/dist/redirect-bridge/cache/CacheKeys.mjs +1 -1
- package/dist/redirect-bridge/cache/TokenCache.d.ts.map +1 -1
- package/dist/redirect-bridge/config/Configuration.mjs +1 -1
- package/dist/redirect-bridge/custom_auth/CustomAuthConstants.d.ts +1 -1
- package/dist/redirect-bridge/encode/Base64Decode.mjs +1 -1
- package/dist/redirect-bridge/error/BrowserAuthError.mjs +1 -1
- package/dist/redirect-bridge/error/BrowserAuthErrorCodes.mjs +1 -1
- package/dist/redirect-bridge/interaction_client/PlatformAuthInteractionClient.d.ts +10 -10
- package/dist/redirect-bridge/interaction_client/PlatformAuthInteractionClient.d.ts.map +1 -1
- package/dist/redirect-bridge/navigation/NavigationClient.mjs +1 -1
- package/dist/redirect-bridge/packageMetadata.d.ts +1 -1
- package/dist/redirect-bridge/redirect_bridge/index.mjs +1 -1
- package/dist/redirect-bridge/utils/BrowserConstants.mjs +1 -1
- package/dist/redirect-bridge/utils/BrowserUtils.mjs +1 -1
- package/dist/request/RequestHelpers.mjs +1 -1
- package/dist/response/ResponseHandler.mjs +1 -1
- package/dist/telemetry/BrowserPerformanceClient.mjs +1 -1
- package/dist/telemetry/BrowserPerformanceEvents.mjs +1 -1
- package/dist/telemetry/BrowserPerformanceMeasurement.mjs +1 -1
- package/dist/telemetry/BrowserRootPerformanceEvents.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/log-strings-mapping.json +2 -2
- package/lib/custom-auth-path/msal-custom-auth.cjs +523 -516
- package/lib/custom-auth-path/msal-custom-auth.cjs.map +1 -1
- package/lib/custom-auth-path/types/cache/TokenCache.d.ts.map +1 -1
- package/lib/custom-auth-path/types/custom_auth/CustomAuthConstants.d.ts +1 -1
- package/lib/custom-auth-path/types/interaction_client/PlatformAuthInteractionClient.d.ts +10 -10
- package/lib/custom-auth-path/types/interaction_client/PlatformAuthInteractionClient.d.ts.map +1 -1
- package/lib/custom-auth-path/types/packageMetadata.d.ts +1 -1
- package/lib/log-strings-mapping.json +10 -10
- package/lib/msal-browser.cjs +542 -534
- package/lib/msal-browser.cjs.map +1 -1
- package/lib/msal-browser.js +542 -534
- package/lib/msal-browser.js.map +1 -1
- package/lib/msal-browser.min.js +2 -2
- package/lib/redirect-bridge/msal-redirect-bridge.js +10 -10
- package/lib/redirect-bridge/msal-redirect-bridge.js.map +1 -1
- package/lib/redirect-bridge/msal-redirect-bridge.min.js +1 -1
- package/lib/types/cache/TokenCache.d.ts.map +1 -1
- package/lib/types/custom_auth/CustomAuthConstants.d.ts +1 -1
- package/lib/types/interaction_client/PlatformAuthInteractionClient.d.ts +10 -10
- package/lib/types/interaction_client/PlatformAuthInteractionClient.d.ts.map +1 -1
- package/lib/types/packageMetadata.d.ts +1 -1
- package/package.json +2 -2
- package/src/cache/TokenCache.ts +27 -24
- package/src/interaction_client/PlatformAuthInteractionClient.ts +55 -53
- package/src/packageMetadata.ts +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @azure/msal-browser v5.4.
|
|
1
|
+
/*! @azure/msal-browser v5.4.1 2026-04-01 */
|
|
2
2
|
'use strict';
|
|
3
3
|
import { createBrowserConfigurationAuthError } from '../error/BrowserConfigurationAuthError.mjs';
|
|
4
4
|
import { stubbedPublicClientApplicationCalled } from '../error/BrowserConfigurationAuthErrorCodes.mjs';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @azure/msal-browser v5.4.
|
|
1
|
+
/*! @azure/msal-browser v5.4.1 2026-04-01 */
|
|
2
2
|
'use strict';
|
|
3
3
|
import { StandardController } from '../controllers/StandardController.mjs';
|
|
4
4
|
import { StandardOperatingContext } from '../operatingcontext/StandardOperatingContext.mjs';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @azure/msal-browser v5.4.
|
|
1
|
+
/*! @azure/msal-browser v5.4.1 2026-04-01 */
|
|
2
2
|
'use strict';
|
|
3
3
|
import { PlatformAuthConstants, NativeExtensionMethod } from '../../utils/BrowserConstants.mjs';
|
|
4
4
|
import { createAuthError, AuthErrorCodes } from '@azure/msal-common/browser';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @azure/msal-browser v5.4.
|
|
1
|
+
/*! @azure/msal-browser v5.4.1 2026-04-01 */
|
|
2
2
|
'use strict';
|
|
3
3
|
import { CacheManager, TimeUtils, CacheHelpers, Constants, AuthToken, getTenantIdFromIdTokenClaims, buildTenantProfile, AccountEntityUtils, createCacheError, CacheErrorCodes, invokeAsync, PerformanceEvents, StringUtils, CacheError, DEFAULT_CRYPTO_IMPLEMENTATION } from '@azure/msal-common/browser';
|
|
4
4
|
import { createBrowserAuthError } from '../error/BrowserAuthError.mjs';
|
package/dist/cache/CacheKeys.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @azure/msal-browser v5.4.
|
|
1
|
+
/*! @azure/msal-browser v5.4.1 2026-04-01 */
|
|
2
2
|
'use strict';
|
|
3
3
|
import { invoke, invokeAsync } from '@azure/msal-common/browser';
|
|
4
4
|
import { Base64Decode, GenerateHKDF, GenerateBaseKey, UrlEncodeArr, ImportExistingCache, Decrypt, Encrypt } from '../telemetry/BrowserPerformanceEvents.mjs';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @azure/msal-browser v5.4.
|
|
1
|
+
/*! @azure/msal-browser v5.4.1 2026-04-01 */
|
|
2
2
|
'use strict';
|
|
3
3
|
import { createBrowserConfigurationAuthError } from '../error/BrowserConfigurationAuthError.mjs';
|
|
4
4
|
import { storageNotSupported } from '../error/BrowserConfigurationAuthErrorCodes.mjs';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TokenCache.d.ts","sourceRoot":"","sources":["../../src/cache/TokenCache.ts"],"names":[],"mappings":"AAKA,OAAO,
|
|
1
|
+
{"version":3,"file":"TokenCache.d.ts","sourceRoot":"","sources":["../../src/cache/TokenCache.ts"],"names":[],"mappings":"AAKA,OAAO,EAYH,qBAAqB,EAIrB,kBAAkB,EAOrB,MAAM,4BAA4B,CAAC;AACpC,OAAO,EAAsB,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAS/E,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,6BAA6B,CAAC;AACjE,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,qCAAqC,CAAC;AAOhF,MAAM,MAAM,gBAAgB,GAAG;IAC3B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC9B,CAAC;AAEF;;;;;;;;GAQG;AACH,wBAAsB,kBAAkB,CACpC,MAAM,EAAE,aAAa,EACrB,OAAO,EAAE,aAAa,EACtB,QAAQ,EAAE,qBAAqB,EAC/B,OAAO,EAAE,gBAAgB,EACzB,iBAAiB,GAAE,kBAAgD,GACpE,OAAO,CAAC,oBAAoB,CAAC,CAoJ/B"}
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
/*! @azure/msal-browser v5.4.
|
|
1
|
+
/*! @azure/msal-browser v5.4.1 2026-04-01 */
|
|
2
2
|
'use strict';
|
|
3
3
|
import { StubPerformanceClient, AuthToken, Logger, buildStaticAuthorityOptions, AuthorityFactory, Authority, invokeAsync, AccountEntityUtils, buildAccountToCache, CacheHelpers, ScopeSet, TimeUtils } from '@azure/msal-common/browser';
|
|
4
4
|
import { buildConfiguration } from '../config/Configuration.mjs';
|
|
5
|
-
import { BrowserCacheManager } from './BrowserCacheManager.mjs';
|
|
6
|
-
import { createBrowserAuthError } from '../error/BrowserAuthError.mjs';
|
|
7
|
-
import { base64Decode } from '../encode/Base64Decode.mjs';
|
|
8
5
|
import { createNewGuid } from '../crypto/BrowserCrypto.mjs';
|
|
9
6
|
import { CryptoOps } from '../crypto/CryptoOps.mjs';
|
|
7
|
+
import { base64Decode } from '../encode/Base64Decode.mjs';
|
|
8
|
+
import { createBrowserAuthError } from '../error/BrowserAuthError.mjs';
|
|
10
9
|
import { EventHandler } from '../event/EventHandler.mjs';
|
|
11
|
-
import { blockNonBrowserEnvironment } from '../utils/BrowserUtils.mjs';
|
|
12
|
-
import { LoadExternalTokens } from '../telemetry/BrowserRootPerformanceEvents.mjs';
|
|
13
10
|
import { LoadAccount, LoadIdToken, LoadAccessToken, LoadRefreshToken } from '../telemetry/BrowserPerformanceEvents.mjs';
|
|
11
|
+
import { LoadExternalTokens } from '../telemetry/BrowserRootPerformanceEvents.mjs';
|
|
14
12
|
import { ApiId } from '../utils/BrowserConstants.mjs';
|
|
13
|
+
import { blockNonBrowserEnvironment } from '../utils/BrowserUtils.mjs';
|
|
14
|
+
import { BrowserCacheManager } from './BrowserCacheManager.mjs';
|
|
15
15
|
import { unableToLoadToken } from '../error/BrowserAuthErrorCodes.mjs';
|
|
16
16
|
|
|
17
17
|
/*
|
|
@@ -48,7 +48,7 @@ async function loadExternalTokens(config, request, response, options, performanc
|
|
|
48
48
|
const storage = new BrowserCacheManager(browserConfig.auth.clientId, browserConfig.cache, cryptoOps, logger, browserConfig.telemetry.client, new EventHandler(logger), buildStaticAuthorityOptions(browserConfig.auth));
|
|
49
49
|
const authorityString = request.authority || browserConfig.auth.authority;
|
|
50
50
|
const authority = await AuthorityFactory.createDiscoveredInstance(Authority.generateAuthority(authorityString, request.azureCloudOptions), browserConfig.system.networkClient, storage, authorityOptions, logger, correlationId, performanceClient);
|
|
51
|
-
const cacheRecordAccount = await invokeAsync(loadAccount, LoadAccount, logger, performanceClient, correlationId)(request, options.clientInfo || response.client_info || "", correlationId, storage, logger, cryptoOps, authority, idTokenClaims);
|
|
51
|
+
const cacheRecordAccount = await invokeAsync(loadAccount, LoadAccount, logger, performanceClient, correlationId)(request, options.clientInfo || response.client_info || "", correlationId, storage, logger, cryptoOps, authority, idTokenClaims, performanceClient);
|
|
52
52
|
const idToken = await invokeAsync(loadIdToken, LoadIdToken, logger, performanceClient, correlationId)(response, cacheRecordAccount.homeAccountId, cacheRecordAccount.environment, cacheRecordAccount.realm, kmsi, correlationId, storage, logger, config.auth.clientId);
|
|
53
53
|
const accessToken = await invokeAsync(loadAccessToken, LoadAccessToken, logger, performanceClient, correlationId)(request, response, cacheRecordAccount.homeAccountId, cacheRecordAccount.environment, cacheRecordAccount.realm, kmsi, options, correlationId, storage, logger, config.auth.clientId);
|
|
54
54
|
const refreshToken = await invokeAsync(loadRefreshToken, LoadRefreshToken, logger, performanceClient, correlationId)(response, cacheRecordAccount.homeAccountId, cacheRecordAccount.environment, kmsi, correlationId, storage, logger, config.auth.clientId, performanceClient);
|
|
@@ -74,7 +74,7 @@ async function loadExternalTokens(config, request, response, options, performanc
|
|
|
74
74
|
* @param requestHomeAccountId
|
|
75
75
|
* @returns `AccountEntity`
|
|
76
76
|
*/
|
|
77
|
-
async function loadAccount(request, clientInfo, correlationId, storage, logger, cryptoObj, authority, idTokenClaims) {
|
|
77
|
+
async function loadAccount(request, clientInfo, correlationId, storage, logger, cryptoObj, authority, idTokenClaims, performanceClient) {
|
|
78
78
|
logger.verbose("0ke46k", correlationId);
|
|
79
79
|
if (request.account) {
|
|
80
80
|
const accountEntity = AccountEntityUtils.createAccountEntityFromAccountInfo(request.account);
|
|
@@ -89,7 +89,7 @@ async function loadAccount(request, clientInfo, correlationId, storage, logger,
|
|
|
89
89
|
const claimsTenantId = idTokenClaims?.tid;
|
|
90
90
|
const cachedAccount = buildAccountToCache(storage, authority, homeAccountId, base64Decode, correlationId, idTokenClaims, clientInfo, authority.getPreferredCache(), claimsTenantId, undefined, // authCodePayload
|
|
91
91
|
undefined, // nativeAccountId
|
|
92
|
-
logger);
|
|
92
|
+
logger, performanceClient);
|
|
93
93
|
await storage.setAccount(cachedAccount, correlationId, AuthToken.isKmsi(idTokenClaims || {}), ApiId.loadExternalTokens);
|
|
94
94
|
return cachedAccount;
|
|
95
95
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TokenCache.mjs","sources":["../../src/cache/TokenCache.ts"],"sourcesContent":[null],"names":["BrowserUtils.blockNonBrowserEnvironment","BrowserCrypto.createNewGuid","BrowserRootPerformanceEvents.LoadExternalTokens","BrowserPerformanceEvents.LoadAccount","BrowserPerformanceEvents.LoadIdToken","BrowserPerformanceEvents.LoadAccessToken","BrowserPerformanceEvents.LoadRefreshToken","BrowserAuthErrorCodes.unableToLoadToken"],"mappings":";;;;;;;;;;;;;;;;AAAA;;;AAGG;AAiDH;;;;;;;;AAQG;AACI,eAAe,kBAAkB,CACpC,MAAqB,EACrB,OAAsB,EACtB,QAA+B,EAC/B,OAAyB,EACzB,iBAAwC,GAAA,IAAI,qBAAqB,EAAE,EAAA;IAEnEA,0BAAuC,EAAE,CAAC;IAE1C,MAAM,aAAa,GAAG,kBAAkB,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC;IAEvD,MAAM,aAAa,GACf,OAAO,CAAC,aAAa,IAAIC,aAA2B,EAAE,CAAC;AAE3D,IAAA,MAAM,eAAe,GAAG,iBAAiB,CAAC,gBAAgB,CACtDC,kBAA+C,EAC/C,aAAa,CAChB,CAAC;IAEF,IAAI;AACA,QAAA,MAAM,aAAa,GAAG,QAAQ,CAAC,QAAQ;cACjC,SAAS,CAAC,kBAAkB,CAAC,QAAQ,CAAC,QAAQ,EAAE,YAAY,CAAC;cAC7D,SAAS,CAAC;QAChB,MAAM,IAAI,GAAG,SAAS,CAAC,MAAM,CAAC,aAAa,IAAI,EAAE,CAAC,CAAC;AAEnD,QAAA,MAAM,gBAAgB,GAAqB;AACvC,YAAA,YAAY,EAAE,aAAa,CAAC,MAAM,CAAC,YAAY;AAC/C,YAAA,gBAAgB,EAAE,aAAa,CAAC,IAAI,CAAC,gBAAgB;AACrD,YAAA,sBAAsB,EAAE,aAAa,CAAC,IAAI,CAAC,sBAAsB;AACjE,YAAA,iBAAiB,EAAE,aAAa,CAAC,IAAI,CAAC,iBAAiB;SAC1D,CAAC;AAEF,QAAA,MAAM,MAAM,GAAG,IAAI,MAAM,CAAC,aAAa,CAAC,MAAM,CAAC,aAAa,IAAI,EAAE,CAAC,CAAC;AACpE,QAAA,MAAM,SAAS,GAAG,IAAI,SAAS,CAAC,MAAM,EAAE,aAAa,CAAC,SAAS,CAAC,MAAM,CAAC,CAAC;AACxE,QAAA,MAAM,OAAO,GAAG,IAAI,mBAAmB,CACnC,aAAa,CAAC,IAAI,CAAC,QAAQ,EAC3B,aAAa,CAAC,KAAK,EACnB,SAAS,EACT,MAAM,EACN,aAAa,CAAC,SAAS,CAAC,MAAM,EAC9B,IAAI,YAAY,CAAC,MAAM,CAAC,EACxB,2BAA2B,CAAC,aAAa,CAAC,IAAI,CAAC,CAClD,CAAC;QAEF,MAAM,eAAe,GACjB,OAAO,CAAC,SAAS,IAAI,aAAa,CAAC,IAAI,CAAC,SAAS,CAAC;AACtD,QAAA,MAAM,SAAS,GAAG,MAAM,gBAAgB,CAAC,wBAAwB,CAC7D,SAAS,CAAC,iBAAiB,CACvB,eAAe,EACf,OAAO,CAAC,iBAAiB,CAC5B,EACD,aAAa,CAAC,MAAM,CAAC,aAAa,EAClC,OAAO,EACP,gBAAgB,EAChB,MAAM,EACN,aAAa,EACb,iBAAiB,CACpB,CAAC;
|
|
1
|
+
{"version":3,"file":"TokenCache.mjs","sources":["../../src/cache/TokenCache.ts"],"sourcesContent":[null],"names":["BrowserUtils.blockNonBrowserEnvironment","BrowserCrypto.createNewGuid","BrowserRootPerformanceEvents.LoadExternalTokens","BrowserPerformanceEvents.LoadAccount","BrowserPerformanceEvents.LoadIdToken","BrowserPerformanceEvents.LoadAccessToken","BrowserPerformanceEvents.LoadRefreshToken","BrowserAuthErrorCodes.unableToLoadToken"],"mappings":"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"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @azure/msal-browser v5.4.
|
|
1
|
+
/*! @azure/msal-browser v5.4.1 2026-04-01 */
|
|
2
2
|
'use strict';
|
|
3
3
|
import { StubPerformanceClient, ProtocolMode, Logger, LogLevel, createClientConfigurationError, ClientConfigurationErrorCodes, StubbedNetworkModule, DEFAULT_SYSTEM_OPTIONS, Constants, AzureCloudInstance } from '@azure/msal-common/browser';
|
|
4
4
|
import { BrowserCacheLocation } from '../utils/BrowserConstants.mjs';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @azure/msal-browser v5.4.
|
|
1
|
+
/*! @azure/msal-browser v5.4.1 2026-04-01 */
|
|
2
2
|
'use strict';
|
|
3
3
|
import { DEFAULT_CRYPTO_IMPLEMENTATION, buildStaticAuthorityOptions, TimeUtils, AuthError, Constants, AccountEntityUtils, AuthToken } from '@azure/msal-common/browser';
|
|
4
4
|
import { AcquireTokenPopup, SsoSilent, AcquireTokenSilent } from '../telemetry/BrowserRootPerformanceEvents.mjs';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @azure/msal-browser v5.4.
|
|
1
|
+
/*! @azure/msal-browser v5.4.1 2026-04-01 */
|
|
2
2
|
'use strict';
|
|
3
3
|
import { CryptoOps } from '../crypto/CryptoOps.mjs';
|
|
4
4
|
import { DEFAULT_CRYPTO_IMPLEMENTATION, buildStaticAuthorityOptions, invokeAsync, InteractionRequiredAuthError, createClientAuthError, ClientAuthErrorCodes, AccountEntityUtils, AuthToken, Constants, AuthError, getRequestThumbprint, InteractionRequiredAuthErrorCodes } from '@azure/msal-common/browser';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @azure/msal-browser v5.4.
|
|
1
|
+
/*! @azure/msal-browser v5.4.1 2026-04-01 */
|
|
2
2
|
'use strict';
|
|
3
3
|
import { createClientAuthError, ClientAuthErrorCodes, JoseHeader } from '@azure/msal-common/browser';
|
|
4
4
|
import { CryptoOptsGetPublicKeyThumbprint, CryptoOptsSignJwt } from '../telemetry/BrowserPerformanceEvents.mjs';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @azure/msal-browser v5.4.
|
|
1
|
+
/*! @azure/msal-browser v5.4.1 2026-04-01 */
|
|
2
2
|
'use strict';
|
|
3
3
|
import { invoke, invokeAsync } from '@azure/msal-common/browser';
|
|
4
4
|
import { GenerateCodeVerifier, GenerateCodeChallengeFromVerifier, GetRandomValues, Sha256Digest } from '../telemetry/BrowserPerformanceEvents.mjs';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @azure/msal-browser v5.4.
|
|
1
|
+
/*! @azure/msal-browser v5.4.1 2026-04-01 */
|
|
2
2
|
'use strict';
|
|
3
3
|
import { StandardController } from '../controllers/StandardController.mjs';
|
|
4
4
|
import { StandardOperatingContext } from '../operatingcontext/StandardOperatingContext.mjs';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @azure/msal-browser v5.4.
|
|
1
|
+
/*! @azure/msal-browser v5.4.1 2026-04-01 */
|
|
2
2
|
'use strict';
|
|
3
3
|
import { PlatformAuthConstants, NativeExtensionMethod } from '../../utils/BrowserConstants.mjs';
|
|
4
4
|
import { createAuthError, AuthErrorCodes } from '@azure/msal-common/browser';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @azure/msal-browser v5.4.
|
|
1
|
+
/*! @azure/msal-browser v5.4.1 2026-04-01 */
|
|
2
2
|
'use strict';
|
|
3
3
|
import { CacheManager, TimeUtils, CacheHelpers, Constants, AuthToken, getTenantIdFromIdTokenClaims, buildTenantProfile, AccountEntityUtils, createCacheError, CacheErrorCodes, invokeAsync, PerformanceEvents, StringUtils, CacheError, DEFAULT_CRYPTO_IMPLEMENTATION } from '@azure/msal-common/browser';
|
|
4
4
|
import { createBrowserAuthError } from '../error/BrowserAuthError.mjs';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @azure/msal-browser v5.4.
|
|
1
|
+
/*! @azure/msal-browser v5.4.1 2026-04-01 */
|
|
2
2
|
'use strict';
|
|
3
3
|
import { invoke, invokeAsync } from '@azure/msal-common/browser';
|
|
4
4
|
import { Base64Decode, GenerateHKDF, GenerateBaseKey, UrlEncodeArr, ImportExistingCache, Decrypt, Encrypt } from '../telemetry/BrowserPerformanceEvents.mjs';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @azure/msal-browser v5.4.
|
|
1
|
+
/*! @azure/msal-browser v5.4.1 2026-04-01 */
|
|
2
2
|
'use strict';
|
|
3
3
|
import { createBrowserConfigurationAuthError } from '../error/BrowserConfigurationAuthError.mjs';
|
|
4
4
|
import { storageNotSupported } from '../error/BrowserConfigurationAuthErrorCodes.mjs';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TokenCache.d.ts","sourceRoot":"","sources":["../../../src/cache/TokenCache.ts"],"names":[],"mappings":"AAKA,OAAO,
|
|
1
|
+
{"version":3,"file":"TokenCache.d.ts","sourceRoot":"","sources":["../../../src/cache/TokenCache.ts"],"names":[],"mappings":"AAKA,OAAO,EAYH,qBAAqB,EAIrB,kBAAkB,EAOrB,MAAM,4BAA4B,CAAC;AACpC,OAAO,EAAsB,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAS/E,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,6BAA6B,CAAC;AACjE,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,qCAAqC,CAAC;AAOhF,MAAM,MAAM,gBAAgB,GAAG;IAC3B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC9B,CAAC;AAEF;;;;;;;;GAQG;AACH,wBAAsB,kBAAkB,CACpC,MAAM,EAAE,aAAa,EACrB,OAAO,EAAE,aAAa,EACtB,QAAQ,EAAE,qBAAqB,EAC/B,OAAO,EAAE,gBAAgB,EACzB,iBAAiB,GAAE,kBAAgD,GACpE,OAAO,CAAC,oBAAoB,CAAC,CAoJ/B"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @azure/msal-browser v5.4.
|
|
1
|
+
/*! @azure/msal-browser v5.4.1 2026-04-01 */
|
|
2
2
|
'use strict';
|
|
3
3
|
import { StubPerformanceClient, ProtocolMode, Logger, LogLevel, createClientConfigurationError, ClientConfigurationErrorCodes, StubbedNetworkModule, DEFAULT_SYSTEM_OPTIONS, Constants, AzureCloudInstance } from '@azure/msal-common/browser';
|
|
4
4
|
import { BrowserCacheLocation } from '../utils/BrowserConstants.mjs';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @azure/msal-browser v5.4.
|
|
1
|
+
/*! @azure/msal-browser v5.4.1 2026-04-01 */
|
|
2
2
|
'use strict';
|
|
3
3
|
import { CryptoOps } from '../crypto/CryptoOps.mjs';
|
|
4
4
|
import { DEFAULT_CRYPTO_IMPLEMENTATION, buildStaticAuthorityOptions, invokeAsync, InteractionRequiredAuthError, createClientAuthError, ClientAuthErrorCodes, AccountEntityUtils, AuthToken, Constants, AuthError, getRequestThumbprint, InteractionRequiredAuthErrorCodes } from '@azure/msal-common/browser';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @azure/msal-browser v5.4.
|
|
1
|
+
/*! @azure/msal-browser v5.4.1 2026-04-01 */
|
|
2
2
|
'use strict';
|
|
3
3
|
import { createClientAuthError, ClientAuthErrorCodes, JoseHeader } from '@azure/msal-common/browser';
|
|
4
4
|
import { CryptoOptsGetPublicKeyThumbprint, CryptoOptsSignJwt } from '../telemetry/BrowserPerformanceEvents.mjs';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @azure/msal-browser v5.4.
|
|
1
|
+
/*! @azure/msal-browser v5.4.1 2026-04-01 */
|
|
2
2
|
'use strict';
|
|
3
3
|
import { invoke, invokeAsync } from '@azure/msal-common/browser';
|
|
4
4
|
import { GenerateCodeVerifier, GenerateCodeChallengeFromVerifier, GetRandomValues, Sha256Digest } from '../telemetry/BrowserPerformanceEvents.mjs';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @azure/msal-browser v5.4.
|
|
1
|
+
/*! @azure/msal-browser v5.4.1 2026-04-01 */
|
|
2
2
|
'use strict';
|
|
3
3
|
import { CustomAuthStandardController } from './controller/CustomAuthStandardController.mjs';
|
|
4
4
|
import { CustomAuthOperatingContext } from './operating_context/CustomAuthOperatingContext.mjs';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @azure/msal-browser v5.4.
|
|
1
|
+
/*! @azure/msal-browser v5.4.1 2026-04-01 */
|
|
2
2
|
'use strict';
|
|
3
3
|
import { GetAccountResult } from '../get_account/auth_flow/result/GetAccountResult.mjs';
|
|
4
4
|
import { SignInResult } from '../sign_in/auth_flow/result/SignInResult.mjs';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @azure/msal-browser v5.4.
|
|
1
|
+
/*! @azure/msal-browser v5.4.1 2026-04-01 */
|
|
2
2
|
'use strict';
|
|
3
3
|
import { CustomAuthApiError, RedirectError } from '../error/CustomAuthApiError.mjs';
|
|
4
4
|
import { NoCachedAccountFoundError } from '../error/NoCachedAccountFoundError.mjs';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @azure/msal-browser v5.4.
|
|
1
|
+
/*! @azure/msal-browser v5.4.1 2026-04-01 */
|
|
2
2
|
'use strict';
|
|
3
3
|
import { AuthFlowResultBase } from '../../AuthFlowResultBase.mjs';
|
|
4
4
|
import { AuthMethodRegistrationChallengeMethodError } from '../error_type/AuthMethodRegistrationError.mjs';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @azure/msal-browser v5.4.
|
|
1
|
+
/*! @azure/msal-browser v5.4.1 2026-04-01 */
|
|
2
2
|
'use strict';
|
|
3
3
|
import { AuthFlowResultBase } from '../../AuthFlowResultBase.mjs';
|
|
4
4
|
import { AuthMethodRegistrationSubmitChallengeError } from '../error_type/AuthMethodRegistrationError.mjs';
|
package/dist/custom-auth-path/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationState.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @azure/msal-browser v5.4.
|
|
1
|
+
/*! @azure/msal-browser v5.4.1 2026-04-01 */
|
|
2
2
|
'use strict';
|
|
3
3
|
import { CustomAuthAccountData } from '../../../../get_account/auth_flow/CustomAuthAccountData.mjs';
|
|
4
4
|
import { JIT_VERIFICATION_REQUIRED_RESULT_TYPE, JIT_COMPLETED_RESULT_TYPE } from '../../../interaction_client/jit/result/JitActionResult.mjs';
|