@azure/msal-browser 5.5.0 → 5.6.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 +3 -3
- package/dist/app/PublicClientApplication.mjs.map +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.d.ts.map +1 -1
- package/dist/cache/AccountManager.mjs +1 -5
- package/dist/cache/AccountManager.mjs.map +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/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.d.ts.map +1 -1
- package/dist/custom-auth-path/cache/AccountManager.mjs +1 -5
- package/dist/custom-auth-path/cache/AccountManager.mjs.map +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/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.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/log-strings-mapping.json +3 -7
- 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.d.ts +1 -1
- package/dist/custom-auth-path/operatingcontext/BaseOperatingContext.d.ts.map +1 -1
- package/dist/custom-auth-path/operatingcontext/BaseOperatingContext.mjs +1 -1
- package/dist/custom-auth-path/operatingcontext/NestedAppOperatingContext.d.ts +1 -1
- package/dist/custom-auth-path/operatingcontext/NestedAppOperatingContext.d.ts.map +1 -1
- package/dist/custom-auth-path/operatingcontext/StandardOperatingContext.d.ts +1 -1
- package/dist/custom-auth-path/operatingcontext/StandardOperatingContext.d.ts.map +1 -1
- package/dist/custom-auth-path/operatingcontext/StandardOperatingContext.mjs +1 -1
- package/dist/custom-auth-path/operatingcontext/StandardOperatingContext.mjs.map +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 +33 -0
- package/dist/custom-auth-path/protocol/Authorize.d.ts.map +1 -1
- package/dist/custom-auth-path/protocol/Authorize.mjs +62 -2
- 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/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.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/log-strings-mapping.json +3 -7
- 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.d.ts +1 -1
- package/dist/operatingcontext/BaseOperatingContext.d.ts.map +1 -1
- package/dist/operatingcontext/BaseOperatingContext.mjs +1 -1
- package/dist/operatingcontext/NestedAppOperatingContext.d.ts +1 -1
- package/dist/operatingcontext/NestedAppOperatingContext.d.ts.map +1 -1
- package/dist/operatingcontext/NestedAppOperatingContext.mjs +4 -3
- package/dist/operatingcontext/NestedAppOperatingContext.mjs.map +1 -1
- package/dist/operatingcontext/StandardOperatingContext.d.ts +1 -1
- package/dist/operatingcontext/StandardOperatingContext.d.ts.map +1 -1
- package/dist/operatingcontext/StandardOperatingContext.mjs +1 -1
- package/dist/operatingcontext/StandardOperatingContext.mjs.map +1 -1
- package/dist/packageMetadata.d.ts +1 -1
- package/dist/packageMetadata.mjs +2 -2
- package/dist/protocol/Authorize.d.ts +33 -0
- package/dist/protocol/Authorize.d.ts.map +1 -1
- package/dist/protocol/Authorize.mjs +62 -2
- package/dist/protocol/Authorize.mjs.map +1 -1
- package/dist/redirect-bridge/cache/AccountManager.d.ts.map +1 -1
- package/dist/redirect-bridge/cache/CacheKeys.mjs +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/navigation/NavigationClient.mjs +1 -1
- package/dist/redirect-bridge/operatingcontext/BaseOperatingContext.d.ts +1 -1
- package/dist/redirect-bridge/operatingcontext/BaseOperatingContext.d.ts.map +1 -1
- package/dist/redirect-bridge/operatingcontext/NestedAppOperatingContext.d.ts +1 -1
- package/dist/redirect-bridge/operatingcontext/NestedAppOperatingContext.d.ts.map +1 -1
- package/dist/redirect-bridge/operatingcontext/StandardOperatingContext.d.ts +1 -1
- package/dist/redirect-bridge/operatingcontext/StandardOperatingContext.d.ts.map +1 -1
- package/dist/redirect-bridge/packageMetadata.d.ts +1 -1
- package/dist/redirect-bridge/protocol/Authorize.d.ts +33 -0
- package/dist/redirect-bridge/protocol/Authorize.d.ts.map +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 +3 -7
- package/lib/custom-auth-path/msal-custom-auth.cjs +145 -74
- package/lib/custom-auth-path/msal-custom-auth.cjs.map +1 -1
- package/lib/custom-auth-path/types/cache/AccountManager.d.ts.map +1 -1
- package/lib/custom-auth-path/types/custom_auth/CustomAuthConstants.d.ts +1 -1
- package/lib/custom-auth-path/types/operatingcontext/BaseOperatingContext.d.ts +1 -1
- package/lib/custom-auth-path/types/operatingcontext/BaseOperatingContext.d.ts.map +1 -1
- package/lib/custom-auth-path/types/operatingcontext/NestedAppOperatingContext.d.ts +1 -1
- package/lib/custom-auth-path/types/operatingcontext/NestedAppOperatingContext.d.ts.map +1 -1
- package/lib/custom-auth-path/types/operatingcontext/StandardOperatingContext.d.ts +1 -1
- package/lib/custom-auth-path/types/operatingcontext/StandardOperatingContext.d.ts.map +1 -1
- package/lib/custom-auth-path/types/packageMetadata.d.ts +1 -1
- package/lib/custom-auth-path/types/protocol/Authorize.d.ts +33 -0
- package/lib/custom-auth-path/types/protocol/Authorize.d.ts.map +1 -1
- package/lib/log-strings-mapping.json +3 -7
- package/lib/msal-browser.cjs +153 -80
- package/lib/msal-browser.cjs.map +1 -1
- package/lib/msal-browser.js +153 -80
- 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/AccountManager.d.ts.map +1 -1
- package/lib/types/custom_auth/CustomAuthConstants.d.ts +1 -1
- package/lib/types/operatingcontext/BaseOperatingContext.d.ts +1 -1
- package/lib/types/operatingcontext/BaseOperatingContext.d.ts.map +1 -1
- package/lib/types/operatingcontext/NestedAppOperatingContext.d.ts +1 -1
- package/lib/types/operatingcontext/NestedAppOperatingContext.d.ts.map +1 -1
- package/lib/types/operatingcontext/StandardOperatingContext.d.ts +1 -1
- package/lib/types/operatingcontext/StandardOperatingContext.d.ts.map +1 -1
- package/lib/types/packageMetadata.d.ts +1 -1
- package/lib/types/protocol/Authorize.d.ts +33 -0
- package/lib/types/protocol/Authorize.d.ts.map +1 -1
- package/package.json +2 -2
- package/src/app/PublicClientApplication.ts +2 -2
- package/src/cache/AccountManager.ts +0 -5
- package/src/operatingcontext/BaseOperatingContext.ts +1 -1
- package/src/operatingcontext/NestedAppOperatingContext.ts +4 -3
- package/src/operatingcontext/StandardOperatingContext.ts +1 -1
- package/src/packageMetadata.ts +1 -1
- package/src/protocol/Authorize.ts +100 -0
package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpCodeRequiredState.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @azure/msal-browser v5.
|
|
1
|
+
/*! @azure/msal-browser v5.6.1 2026-03-19 */
|
|
2
2
|
'use strict';
|
|
3
3
|
import { UnexpectedError } from '../../../core/error/UnexpectedError.mjs';
|
|
4
4
|
import { SIGN_UP_PASSWORD_REQUIRED_RESULT_TYPE, SIGN_UP_ATTRIBUTES_REQUIRED_RESULT_TYPE, SIGN_UP_COMPLETED_RESULT_TYPE } from '../../interaction_client/result/SignUpActionResult.mjs';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @azure/msal-browser v5.
|
|
1
|
+
/*! @azure/msal-browser v5.6.1 2026-03-19 */
|
|
2
2
|
'use strict';
|
|
3
3
|
import { SignInContinuationState } from '../../../sign_in/auth_flow/state/SignInContinuationState.mjs';
|
|
4
4
|
import { SIGN_UP_COMPLETED_STATE_TYPE } from '../../../core/auth_flow/AuthFlowStateTypes.mjs';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @azure/msal-browser v5.
|
|
1
|
+
/*! @azure/msal-browser v5.6.1 2026-03-19 */
|
|
2
2
|
'use strict';
|
|
3
3
|
import { AuthFlowStateBase } from '../../../core/auth_flow/AuthFlowState.mjs';
|
|
4
4
|
import { SIGN_UP_FAILED_STATE_TYPE } from '../../../core/auth_flow/AuthFlowStateTypes.mjs';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @azure/msal-browser v5.
|
|
1
|
+
/*! @azure/msal-browser v5.6.1 2026-03-19 */
|
|
2
2
|
'use strict';
|
|
3
3
|
import { AuthFlowActionRequiredStateBase } from '../../../core/auth_flow/AuthFlowState.mjs';
|
|
4
4
|
import { ensureArgumentIsNotEmptyString } from '../../../core/utils/ArgumentValidator.mjs';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @azure/msal-browser v5.
|
|
1
|
+
/*! @azure/msal-browser v5.6.1 2026-03-19 */
|
|
2
2
|
'use strict';
|
|
3
3
|
import { CustomAuthApiError } from '../../core/error/CustomAuthApiError.mjs';
|
|
4
4
|
import { UNSUPPORTED_CHALLENGE_TYPE, ATTRIBUTES_REQUIRED, CREDENTIAL_REQUIRED, INVALID_RESPONSE_BODY, CONTINUATION_TOKEN_MISSING } from '../../core/network_client/custom_auth_api/types/ApiErrorCodes.mjs';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @azure/msal-browser v5.
|
|
1
|
+
/*! @azure/msal-browser v5.6.1 2026-03-19 */
|
|
2
2
|
'use strict';
|
|
3
3
|
import { AuthError, createInteractionRequiredAuthError, InteractionRequiredAuthErrorCodes, InteractionRequiredAuthError } from '@azure/msal-common/browser';
|
|
4
4
|
import { getDefaultErrorMessage, createBrowserAuthError } from './BrowserAuthError.mjs';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @azure/msal-browser v5.
|
|
1
|
+
/*! @azure/msal-browser v5.6.1 2026-03-19 */
|
|
2
2
|
'use strict';
|
|
3
3
|
import { ServerTelemetryManager, UrlString, Authority, invokeAsync, AuthorityFactory, createClientConfigurationError, ClientConfigurationErrorCodes } from '@azure/msal-common/browser';
|
|
4
4
|
import { AuthorityFactoryCreateDiscoveredInstance } from '../telemetry/BrowserPerformanceEvents.mjs';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @azure/msal-browser v5.
|
|
1
|
+
/*! @azure/msal-browser v5.6.1 2026-03-19 */
|
|
2
2
|
'use strict';
|
|
3
3
|
import { ServerTelemetryManager, AADServerParamKeys, TimeUtils, ScopeSet, createClientAuthError, ClientAuthErrorCodes, AuthToken, buildAccountToCache, AccountEntityUtils, AuthorityType, Constants, PopTokenGenerator, updateAccountTenantProfileData, CacheHelpers, invokeAsync, PerformanceEvents, UrlString } from '@azure/msal-common/browser';
|
|
4
4
|
import { BaseInteractionClient, initializeServerTelemetryManager, getRedirectUri, getDiscoveredAuthority } from './BaseInteractionClient.mjs';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @azure/msal-browser v5.
|
|
1
|
+
/*! @azure/msal-browser v5.6.1 2026-03-19 */
|
|
2
2
|
'use strict';
|
|
3
3
|
import { Constants, invokeAsync, ProtocolMode, PerformanceEvents, invoke, AuthError, UrlString } from '@azure/msal-common/browser';
|
|
4
4
|
import { StandardInteractionClient, initializeAuthorizationRequest } from './StandardInteractionClient.mjs';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @azure/msal-browser v5.
|
|
1
|
+
/*! @azure/msal-browser v5.6.1 2026-03-19 */
|
|
2
2
|
'use strict';
|
|
3
3
|
import { invokeAsync, ProtocolMode, AuthError, Constants, PerformanceEvents, UrlUtils, UrlString } from '@azure/msal-common/browser';
|
|
4
4
|
import { StandardInteractionClient, initializeAuthorizationRequest } from './StandardInteractionClient.mjs';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @azure/msal-browser v5.
|
|
1
|
+
/*! @azure/msal-browser v5.6.1 2026-03-19 */
|
|
2
2
|
'use strict';
|
|
3
3
|
import { invokeAsync, PerformanceEvents, AuthError } from '@azure/msal-common/browser';
|
|
4
4
|
import { StandardInteractionClient, initializeAuthorizationRequest } from './StandardInteractionClient.mjs';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @azure/msal-browser v5.
|
|
1
|
+
/*! @azure/msal-browser v5.6.1 2026-03-19 */
|
|
2
2
|
'use strict';
|
|
3
3
|
import { Constants, invokeAsync, ProtocolMode, AuthError, invoke, PerformanceEvents } from '@azure/msal-common/browser';
|
|
4
4
|
import { StandardInteractionClient, initializeAuthorizationRequest } from './StandardInteractionClient.mjs';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @azure/msal-browser v5.
|
|
1
|
+
/*! @azure/msal-browser v5.6.1 2026-03-19 */
|
|
2
2
|
'use strict';
|
|
3
3
|
import { UrlString, invokeAsync, AuthorizationCodeClient, ProtocolUtils } from '@azure/msal-common/browser';
|
|
4
4
|
import { BaseInteractionClient, getDiscoveredAuthority, getRedirectUri } from './BaseInteractionClient.mjs';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @azure/msal-browser v5.
|
|
1
|
+
/*! @azure/msal-browser v5.6.1 2026-03-19 */
|
|
2
2
|
'use strict';
|
|
3
3
|
import { AuthorizeProtocol, ServerError, invokeAsync, PerformanceEvents, CcsCredentialType } from '@azure/msal-common/browser';
|
|
4
4
|
import { AuthClientAcquireToken } from '../telemetry/BrowserPerformanceEvents.mjs';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2026-03-
|
|
3
|
-
"packageVersion": "5.
|
|
4
|
-
"totalStrings":
|
|
2
|
+
"timestamp": "2026-03-19T23:48:51.532Z",
|
|
3
|
+
"packageVersion": "5.6.1",
|
|
4
|
+
"totalStrings": 427,
|
|
5
5
|
"mappings": {
|
|
6
6
|
"0yfud8": {
|
|
7
7
|
"message": "Failed to get access token from cache.",
|
|
@@ -1131,10 +1131,6 @@
|
|
|
1131
1131
|
"message": "getAccount: Account matching provided filter found, returning",
|
|
1132
1132
|
"level": "verbose"
|
|
1133
1133
|
},
|
|
1134
|
-
"1kz0cu": {
|
|
1135
|
-
"message": "getAccount: No accountFilter provided",
|
|
1136
|
-
"level": "warning"
|
|
1137
|
-
},
|
|
1138
1134
|
"0u7b90": {
|
|
1139
1135
|
"message": "getAccount called",
|
|
1140
1136
|
"level": "trace"
|
|
@@ -26,7 +26,7 @@ export declare abstract class BaseOperatingContext {
|
|
|
26
26
|
* returns a boolean indicating whether this operating context is present
|
|
27
27
|
* @param correlationId
|
|
28
28
|
*/
|
|
29
|
-
abstract initialize(correlationId
|
|
29
|
+
abstract initialize(correlationId?: string): Promise<boolean>;
|
|
30
30
|
/**
|
|
31
31
|
* Return the MSAL config
|
|
32
32
|
* @returns BrowserConfiguration
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BaseOperatingContext.d.ts","sourceRoot":"","sources":["../../../src/operatingcontext/BaseOperatingContext.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,4BAA4B,CAAC;AAC9D,OAAO,EACH,oBAAoB,EAEpB,aAAa,EAChB,MAAM,4BAA4B,CAAC;AAKpC;;;;;;GAMG;AACH,8BAAsB,oBAAoB;IACtC,SAAS,CAAC,MAAM,EAAE,MAAM,CAAC;IACzB,SAAS,CAAC,MAAM,EAAE,oBAAoB,CAAC;IACvC,SAAS,CAAC,SAAS,EAAE,OAAO,CAAC;IAC7B,SAAS,CAAC,kBAAkB,EAAE,OAAO,CAAC;IAEtC,SAAS,CAAC,MAAM,CAAC,cAAc,CAAC,KAAK,EAAE,QAAQ,EAAE,OAAO,EAAE,MAAM,GAAG,IAAI;gBAyB3D,MAAM,EAAE,aAAa;IA4CjC;;OAEG;IACH,QAAQ,CAAC,aAAa,IAAI,MAAM;IAEhC;;OAEG;IACH,QAAQ,CAAC,KAAK,IAAI,MAAM;IAExB;;;OAGG;IACH,QAAQ,CAAC,UAAU,CAAC,aAAa,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"BaseOperatingContext.d.ts","sourceRoot":"","sources":["../../../src/operatingcontext/BaseOperatingContext.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,4BAA4B,CAAC;AAC9D,OAAO,EACH,oBAAoB,EAEpB,aAAa,EAChB,MAAM,4BAA4B,CAAC;AAKpC;;;;;;GAMG;AACH,8BAAsB,oBAAoB;IACtC,SAAS,CAAC,MAAM,EAAE,MAAM,CAAC;IACzB,SAAS,CAAC,MAAM,EAAE,oBAAoB,CAAC;IACvC,SAAS,CAAC,SAAS,EAAE,OAAO,CAAC;IAC7B,SAAS,CAAC,kBAAkB,EAAE,OAAO,CAAC;IAEtC,SAAS,CAAC,MAAM,CAAC,cAAc,CAAC,KAAK,EAAE,QAAQ,EAAE,OAAO,EAAE,MAAM,GAAG,IAAI;gBAyB3D,MAAM,EAAE,aAAa;IA4CjC;;OAEG;IACH,QAAQ,CAAC,aAAa,IAAI,MAAM;IAEhC;;OAEG;IACH,QAAQ,CAAC,KAAK,IAAI,MAAM;IAExB;;;OAGG;IACH,QAAQ,CAAC,UAAU,CAAC,aAAa,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC;IAE7D;;;OAGG;IACH,SAAS,IAAI,oBAAoB;IAIjC;;;OAGG;IACH,SAAS,IAAI,MAAM;IAInB,WAAW,IAAI,OAAO;IAItB,oBAAoB,IAAI,OAAO;CAGlC"}
|
|
@@ -36,6 +36,6 @@ export declare class NestedAppOperatingContext extends BaseOperatingContext {
|
|
|
36
36
|
* @param correlationId
|
|
37
37
|
* @returns Promise<boolean> indicating whether this operating context is currently available.
|
|
38
38
|
*/
|
|
39
|
-
initialize(correlationId
|
|
39
|
+
initialize(correlationId?: string): Promise<boolean>;
|
|
40
40
|
}
|
|
41
41
|
//# sourceMappingURL=NestedAppOperatingContext.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NestedAppOperatingContext.d.ts","sourceRoot":"","sources":["../../../src/operatingcontext/NestedAppOperatingContext.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AACjE,OAAO,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAEtD,OAAO,EAAE,cAAc,EAAE,MAAM,gCAAgC,CAAC;AAEhE,OAAO,CAAC,MAAM,CAAC;IACX,UAAU,MAAM;QACZ,yBAAyB,CAAC,IAAI,OAAO,CAAC,IAAI,CAAC,CAAC;KAC/C;CACJ;AAED,qBAAa,yBAA0B,SAAQ,oBAAoB;IAC/D,SAAS,CAAC,WAAW,EAAE,YAAY,GAAG,SAAS,CAAa;IAC5D,SAAS,CAAC,cAAc,EAAE,cAAc,GAAG,IAAI,CAAQ;IAMvD,MAAM,CAAC,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAM;IAEzC;;OAEG;IACH,MAAM,CAAC,QAAQ,CAAC,EAAE,EAAE,MAAM,CAA+B;IAEzD;;;;OAIG;IACH,aAAa,IAAI,MAAM;IAIvB;;;OAGG;IACH,KAAK,IAAI,MAAM;IAIf;;;OAGG;IACH,cAAc,IAAI,YAAY,GAAG,SAAS;IAI1C;;;;;OAKG;IACG,UAAU,CAAC,aAAa,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"NestedAppOperatingContext.d.ts","sourceRoot":"","sources":["../../../src/operatingcontext/NestedAppOperatingContext.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AACjE,OAAO,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAEtD,OAAO,EAAE,cAAc,EAAE,MAAM,gCAAgC,CAAC;AAEhE,OAAO,CAAC,MAAM,CAAC;IACX,UAAU,MAAM;QACZ,yBAAyB,CAAC,IAAI,OAAO,CAAC,IAAI,CAAC,CAAC;KAC/C;CACJ;AAED,qBAAa,yBAA0B,SAAQ,oBAAoB;IAC/D,SAAS,CAAC,WAAW,EAAE,YAAY,GAAG,SAAS,CAAa;IAC5D,SAAS,CAAC,cAAc,EAAE,cAAc,GAAG,IAAI,CAAQ;IAMvD,MAAM,CAAC,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAM;IAEzC;;OAEG;IACH,MAAM,CAAC,QAAQ,CAAC,EAAE,EAAE,MAAM,CAA+B;IAEzD;;;;OAIG;IACH,aAAa,IAAI,MAAM;IAIvB;;;OAGG;IACH,KAAK,IAAI,MAAM;IAIf;;;OAGG;IACH,cAAc,IAAI,YAAY,GAAG,SAAS;IAI1C;;;;;OAKG;IACG,UAAU,CAAC,aAAa,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC;CA+B7D"}
|
|
@@ -21,6 +21,6 @@ export declare class StandardOperatingContext extends BaseOperatingContext {
|
|
|
21
21
|
* Confirms that the code is running a browser rather. This is required.
|
|
22
22
|
* @returns Promise<boolean> indicating whether this operating context is currently available.
|
|
23
23
|
*/
|
|
24
|
-
initialize(correlationId
|
|
24
|
+
initialize(correlationId?: string): Promise<boolean>;
|
|
25
25
|
}
|
|
26
26
|
//# sourceMappingURL=StandardOperatingContext.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StandardOperatingContext.d.ts","sourceRoot":"","sources":["../../../src/operatingcontext/StandardOperatingContext.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AAEjE,qBAAa,wBAAyB,SAAQ,oBAAoB;IAK9D,MAAM,CAAC,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAM;IAEzC;;OAEG;IACH,MAAM,CAAC,QAAQ,CAAC,EAAE,EAAE,MAAM,CAA8B;IAExD;;;;OAIG;IACH,aAAa,IAAI,MAAM;IAIvB;;;OAGG;IACH,KAAK,IAAI,MAAM;IAIf;;;;OAIG;IAEG,UAAU,CAAC,aAAa,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"StandardOperatingContext.d.ts","sourceRoot":"","sources":["../../../src/operatingcontext/StandardOperatingContext.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AAEjE,qBAAa,wBAAyB,SAAQ,oBAAoB;IAK9D,MAAM,CAAC,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAM;IAEzC;;OAEG;IACH,MAAM,CAAC,QAAQ,CAAC,EAAE,EAAE,MAAM,CAA8B;IAExD;;;;OAIG;IACH,aAAa,IAAI,MAAM;IAIvB;;;OAGG;IACH,KAAK,IAAI,MAAM;IAIf;;;;OAIG;IAEG,UAAU,CAAC,aAAa,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC;CAQ7D"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StandardOperatingContext.mjs","sources":["../../../../src/operatingcontext/StandardOperatingContext.ts"],"sourcesContent":[null],"names":[],"mappings":";;;;AAAA;;;AAGG;AAIG,MAAO,wBAAyB,SAAQ,oBAAoB,CAAA;AAY9D;;;;AAIG;IACH,aAAa,GAAA;QACT,OAAO,wBAAwB,CAAC,WAAW,CAAC;KAC/C;AAED;;;AAGG;IACH,KAAK,GAAA;QACD,OAAO,wBAAwB,CAAC,EAAE,CAAC;KACtC;AAED;;;;AAIG;;IAEH,MAAM,UAAU,CAAC,
|
|
1
|
+
{"version":3,"file":"StandardOperatingContext.mjs","sources":["../../../../src/operatingcontext/StandardOperatingContext.ts"],"sourcesContent":[null],"names":[],"mappings":";;;;AAAA;;;AAGG;AAIG,MAAO,wBAAyB,SAAQ,oBAAoB,CAAA;AAY9D;;;;AAIG;IACH,aAAa,GAAA;QACT,OAAO,wBAAwB,CAAC,WAAW,CAAC;KAC/C;AAED;;;AAGG;IACH,KAAK,GAAA;QACD,OAAO,wBAAwB,CAAC,EAAE,CAAC;KACtC;AAED;;;;AAIG;;IAEH,MAAM,UAAU,CAAC,aAAsB,EAAA;AACnC,QAAA,IAAI,CAAC,SAAS,GAAG,OAAO,MAAM,KAAK,WAAW,CAAC;QAC/C,OAAO,IAAI,CAAC,SAAS,CAAC;AACtB;;;AAGG;KACN;;AAzCD;;;AAGG;AACa,wBAAW,CAAA,WAAA,GAAW,EAAE,CAAC;AAEzC;;AAEG;AACa,wBAAE,CAAA,EAAA,GAAW,0BAA0B;;;;"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
/*! @azure/msal-browser v5.
|
|
1
|
+
/*! @azure/msal-browser v5.6.1 2026-03-19 */
|
|
2
2
|
'use strict';
|
|
3
3
|
/* eslint-disable header/header */
|
|
4
4
|
const name = "@azure/msal-browser";
|
|
5
|
-
const version = "5.
|
|
5
|
+
const version = "5.6.1";
|
|
6
6
|
|
|
7
7
|
export { name, version };
|
|
8
8
|
//# sourceMappingURL=packageMetadata.mjs.map
|
|
@@ -5,6 +5,38 @@ import { AuthenticationResult } from "../response/AuthenticationResult.js";
|
|
|
5
5
|
import { BrowserCacheManager } from "../cache/BrowserCacheManager.js";
|
|
6
6
|
import { EventHandler } from "../event/EventHandler.js";
|
|
7
7
|
import { IPlatformAuthHandler } from "../broker/nativeBroker/IPlatformAuthHandler.js";
|
|
8
|
+
/**
|
|
9
|
+
* Parsed representation of the clientdata response parameter from the /authorize endpoint.
|
|
10
|
+
*
|
|
11
|
+
* Format: urlencoded(account_type|error|sub_error|cloud_instance|caller_data_boundary)
|
|
12
|
+
*/
|
|
13
|
+
type ClientData = {
|
|
14
|
+
/** Account type: MSA, AAD */
|
|
15
|
+
accountType: string;
|
|
16
|
+
/** Error code string (e.g. "0x8004345C" for MSA) */
|
|
17
|
+
error: string;
|
|
18
|
+
/** Sub-error code string (e.g. "0x80043588" for MSA) */
|
|
19
|
+
subError: string;
|
|
20
|
+
/** Cloud instance hostname (e.g. "login.microsoftonline.com") */
|
|
21
|
+
cloudInstance: string;
|
|
22
|
+
/** Caller data boundary (e.g. "none" for MSA) */
|
|
23
|
+
callerDataBoundary: string;
|
|
24
|
+
};
|
|
25
|
+
/**
|
|
26
|
+
* Parses the clientdata response parameter from the /authorize endpoint.
|
|
27
|
+
*
|
|
28
|
+
* Logically, the clientdata value is URL-encoded and pipe-delimited:
|
|
29
|
+
* urlencoded(account_type | error | sub_error | cloud_instance | caller_data_boundary)
|
|
30
|
+
*
|
|
31
|
+
* In normal browser flows, this value may already have been URL-decoded
|
|
32
|
+
* (e.g. by URLSearchParams). This function will only apply decodeURIComponent
|
|
33
|
+
* when the string appears to contain percent-encoded sequences to avoid
|
|
34
|
+
* double-decoding.
|
|
35
|
+
*
|
|
36
|
+
* @param clientdata - The raw clientdata string from the authorize response
|
|
37
|
+
* @returns Parsed ClientData object, or null if the input is empty/invalid
|
|
38
|
+
*/
|
|
39
|
+
export declare function parseClientData(clientdata?: string): ClientData | null;
|
|
8
40
|
/**
|
|
9
41
|
* Gets the full /authorize URL with request parameters when using Auth Code + PKCE
|
|
10
42
|
* @param config
|
|
@@ -66,4 +98,5 @@ export declare function handleResponseCode(request: CommonAuthorizationUrlReques
|
|
|
66
98
|
* @returns
|
|
67
99
|
*/
|
|
68
100
|
export declare function handleResponseEAR(request: CommonAuthorizationUrlRequest, response: AuthorizeResponse, apiId: ApiId, config: BrowserConfiguration, authority: Authority, browserStorage: BrowserCacheManager, nativeStorage: BrowserCacheManager, eventHandler: EventHandler, logger: Logger, performanceClient: IPerformanceClient, platformAuthProvider?: IPlatformAuthHandler): Promise<AuthenticationResult>;
|
|
101
|
+
export {};
|
|
69
102
|
//# sourceMappingURL=Authorize.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Authorize.d.ts","sourceRoot":"","sources":["../../../src/protocol/Authorize.ts"],"names":[],"mappings":"AAKA,OAAO,EACH,SAAS,EAGT,6BAA6B,EAG7B,kBAAkB,EAClB,MAAM,EAMN,uBAAuB,EAGvB,iBAAiB,EAMpB,MAAM,4BAA4B,CAAC;AAEpC,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;
|
|
1
|
+
{"version":3,"file":"Authorize.d.ts","sourceRoot":"","sources":["../../../src/protocol/Authorize.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @azure/msal-browser v5.
|
|
1
|
+
/*! @azure/msal-browser v5.6.1 2026-03-19 */
|
|
2
2
|
'use strict';
|
|
3
3
|
import { createClientConfigurationError, ClientConfigurationErrorCodes, invokeAsync, RequestParameterBuilder, Constants, AuthorizeProtocol, ThrottlingUtils, ResponseHandler, PerformanceEvents, TimeUtils, ProtocolMode, PopTokenGenerator, ProtocolUtils } from '@azure/msal-common/browser';
|
|
4
4
|
import { GetStandardParams, HandleResponsePlatformBroker, HandleCodeResponse, DecryptEarResponse, NativeInteractionClientAcquireToken } from '../telemetry/BrowserPerformanceEvents.mjs';
|
|
@@ -15,6 +15,62 @@ import { earJwkEmpty, earJweEmpty, nativeConnectionNotEstablished } from '../err
|
|
|
15
15
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
16
16
|
* Licensed under the MIT License.
|
|
17
17
|
*/
|
|
18
|
+
const clientDataAccountTypeMapping = new Map([
|
|
19
|
+
["e", "AAD"],
|
|
20
|
+
["m", "MSA"],
|
|
21
|
+
]);
|
|
22
|
+
/**
|
|
23
|
+
* Parses the clientdata response parameter from the /authorize endpoint.
|
|
24
|
+
*
|
|
25
|
+
* Logically, the clientdata value is URL-encoded and pipe-delimited:
|
|
26
|
+
* urlencoded(account_type | error | sub_error | cloud_instance | caller_data_boundary)
|
|
27
|
+
*
|
|
28
|
+
* In normal browser flows, this value may already have been URL-decoded
|
|
29
|
+
* (e.g. by URLSearchParams). This function will only apply decodeURIComponent
|
|
30
|
+
* when the string appears to contain percent-encoded sequences to avoid
|
|
31
|
+
* double-decoding.
|
|
32
|
+
*
|
|
33
|
+
* @param clientdata - The raw clientdata string from the authorize response
|
|
34
|
+
* @returns Parsed ClientData object, or null if the input is empty/invalid
|
|
35
|
+
*/
|
|
36
|
+
function parseClientData(clientdata) {
|
|
37
|
+
if (!clientdata) {
|
|
38
|
+
return null;
|
|
39
|
+
}
|
|
40
|
+
try {
|
|
41
|
+
// Only decode when the string appears to contain percent-encoded sequences
|
|
42
|
+
const shouldDecode = /%(?:[0-9A-Fa-f]{2})/.test(clientdata);
|
|
43
|
+
const decoded = shouldDecode
|
|
44
|
+
? decodeURIComponent(clientdata)
|
|
45
|
+
: clientdata;
|
|
46
|
+
const parts = decoded.split("|");
|
|
47
|
+
if (parts.length < 5) {
|
|
48
|
+
return null;
|
|
49
|
+
}
|
|
50
|
+
return {
|
|
51
|
+
accountType: clientDataAccountTypeMapping.get(parts[0]?.trim() || "") || "",
|
|
52
|
+
error: parts[1]?.trim() || "",
|
|
53
|
+
subError: parts[2]?.trim() || "",
|
|
54
|
+
cloudInstance: parts[3]?.trim() || "",
|
|
55
|
+
callerDataBoundary: parts[4]?.trim() || "",
|
|
56
|
+
};
|
|
57
|
+
}
|
|
58
|
+
catch {
|
|
59
|
+
return null;
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
/**
|
|
63
|
+
* Instruments account type, error, and suberror from clientdata
|
|
64
|
+
*/
|
|
65
|
+
function instrumentClientData(response, correlationId, performanceClient) {
|
|
66
|
+
const parsed = parseClientData(response.clientdata);
|
|
67
|
+
parsed?.accountType &&
|
|
68
|
+
performanceClient.addFields({ accountType: parsed.accountType }, correlationId);
|
|
69
|
+
parsed?.error &&
|
|
70
|
+
performanceClient.addFields({ serverErrorNo: parsed.error }, correlationId);
|
|
71
|
+
parsed?.subError &&
|
|
72
|
+
performanceClient.addFields({ serverSubErrorNo: parsed.subError }, correlationId);
|
|
73
|
+
}
|
|
18
74
|
/**
|
|
19
75
|
* Returns map of parameters that are applicable to all calls to /authorize whether using PKCE or EAR
|
|
20
76
|
* @param config
|
|
@@ -184,6 +240,8 @@ async function handleResponsePlatformBroker(request, accountId, apiId, config, b
|
|
|
184
240
|
async function handleResponseCode(request, response, codeVerifier, apiId, config, authClient, browserStorage, nativeStorage, eventHandler, logger, performanceClient, platformAuthProvider) {
|
|
185
241
|
// Remove throttle if it exists
|
|
186
242
|
ThrottlingUtils.removeThrottle(browserStorage, config.auth.clientId, request);
|
|
243
|
+
// Instrument clientdata telemetry fields from the authorize response
|
|
244
|
+
instrumentClientData(response, request.correlationId, performanceClient);
|
|
187
245
|
if (response.accountId) {
|
|
188
246
|
return invokeAsync(handleResponsePlatformBroker, HandleResponsePlatformBroker, logger, performanceClient, request.correlationId)(request, response.accountId, apiId, config, browserStorage, nativeStorage, eventHandler, logger, performanceClient, platformAuthProvider);
|
|
189
247
|
}
|
|
@@ -216,6 +274,8 @@ async function handleResponseCode(request, response, codeVerifier, apiId, config
|
|
|
216
274
|
async function handleResponseEAR(request, response, apiId, config, authority, browserStorage, nativeStorage, eventHandler, logger, performanceClient, platformAuthProvider) {
|
|
217
275
|
// Remove throttle if it exists
|
|
218
276
|
ThrottlingUtils.removeThrottle(browserStorage, config.auth.clientId, request);
|
|
277
|
+
// Instrument clientdata telemetry fields from the authorize response
|
|
278
|
+
instrumentClientData(response, request.correlationId, performanceClient);
|
|
219
279
|
// Validate state & check response for errors
|
|
220
280
|
AuthorizeProtocol.validateAuthorizationResponse(response, request.state);
|
|
221
281
|
if (!response.ear_jwe) {
|
|
@@ -245,5 +305,5 @@ async function handleResponseEAR(request, response, apiId, config, authority, br
|
|
|
245
305
|
return (await invokeAsync(responseHandler.handleServerTokenResponse.bind(responseHandler), PerformanceEvents.HandleServerTokenResponse, logger, performanceClient, request.correlationId)(decryptedData, authority, TimeUtils.nowSeconds(), request, apiId, additionalData, undefined, undefined, undefined, undefined));
|
|
246
306
|
}
|
|
247
307
|
|
|
248
|
-
export { getAuthCodeRequestUrl, getCodeForm, getEARForm, handleResponseCode, handleResponseEAR, handleResponsePlatformBroker };
|
|
308
|
+
export { getAuthCodeRequestUrl, getCodeForm, getEARForm, handleResponseCode, handleResponseEAR, handleResponsePlatformBroker, parseClientData };
|
|
249
309
|
//# sourceMappingURL=Authorize.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Authorize.mjs","sources":["../../../../src/protocol/Authorize.ts"],"sourcesContent":[null],"names":["BrowserPerformanceEvents.GetStandardParams","BrowserAuthErrorCodes.earJwkEmpty","BrowserAuthErrorCodes.nativeConnectionNotEstablished","BrowserPerformanceEvents.NativeInteractionClientAcquireToken","BrowserPerformanceEvents.HandleResponsePlatformBroker","BrowserPerformanceEvents.HandleCodeResponse","BrowserAuthErrorCodes.earJweEmpty","BrowserPerformanceEvents.DecryptEarResponse"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"Authorize.mjs","sources":["../../../../src/protocol/Authorize.ts"],"sourcesContent":[null],"names":["BrowserPerformanceEvents.GetStandardParams","BrowserAuthErrorCodes.earJwkEmpty","BrowserAuthErrorCodes.nativeConnectionNotEstablished","BrowserPerformanceEvents.NativeInteractionClientAcquireToken","BrowserPerformanceEvents.HandleResponsePlatformBroker","BrowserPerformanceEvents.HandleCodeResponse","BrowserAuthErrorCodes.earJweEmpty","BrowserPerformanceEvents.DecryptEarResponse"],"mappings":"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"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @azure/msal-browser v5.
|
|
1
|
+
/*! @azure/msal-browser v5.6.1 2026-03-19 */
|
|
2
2
|
'use strict';
|
|
3
3
|
import { invokeAsync, ProtocolMode, Constants, createClientConfigurationError, ClientConfigurationErrorCodes } from '@azure/msal-common/browser';
|
|
4
4
|
import { InitializeBaseRequest } from '../telemetry/BrowserPerformanceEvents.mjs';
|