@azure/msal-browser 4.29.1 → 4.30.0
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.d.ts.map +1 -1
- package/dist/custom-auth-path/interaction_client/PlatformAuthInteractionClient.mjs +11 -3
- 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/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 +28 -0
- package/dist/custom-auth-path/protocol/Authorize.d.ts.map +1 -1
- package/dist/custom-auth-path/protocol/Authorize.mjs +53 -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/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.map +1 -1
- package/dist/interaction_client/PlatformAuthInteractionClient.mjs +11 -3
- 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/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 +28 -0
- package/dist/protocol/Authorize.d.ts.map +1 -1
- package/dist/protocol/Authorize.mjs +53 -2
- 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 +135 -67
- package/lib/custom-auth-path/msal-custom-auth.cjs.map +1 -1
- package/lib/custom-auth-path/msal-custom-auth.js +135 -67
- 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/interaction_client/PlatformAuthInteractionClient.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 +28 -0
- package/lib/custom-auth-path/types/protocol/Authorize.d.ts.map +1 -1
- package/lib/msal-browser.cjs +141 -71
- package/lib/msal-browser.cjs.map +1 -1
- package/lib/msal-browser.js +141 -71
- package/lib/msal-browser.js.map +1 -1
- package/lib/msal-browser.min.js +64 -64
- package/lib/types/custom_auth/CustomAuthConstants.d.ts +1 -1
- package/lib/types/interaction_client/PlatformAuthInteractionClient.d.ts.map +1 -1
- package/lib/types/packageMetadata.d.ts +1 -1
- package/lib/types/protocol/Authorize.d.ts +28 -0
- package/lib/types/protocol/Authorize.d.ts.map +1 -1
- package/package.json +2 -2
- package/src/interaction_client/PlatformAuthInteractionClient.ts +17 -1
- package/src/packageMetadata.ts +1 -1
- package/src/protocol/Authorize.ts +91 -0
package/lib/msal-browser.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @azure/msal-browser v4.
|
|
1
|
+
/*! @azure/msal-browser v4.30.0 2026-03-18 */
|
|
2
2
|
'use strict';
|
|
3
3
|
(function (global, factory) {
|
|
4
4
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.msal = {}));
|
|
7
7
|
})(this, (function (exports) { 'use strict';
|
|
8
8
|
|
|
9
|
-
/*! @azure/msal-common v15.
|
|
9
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
10
10
|
/*
|
|
11
11
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
12
12
|
* Licensed under the MIT License.
|
|
@@ -283,7 +283,7 @@
|
|
|
283
283
|
// Token renewal offset default in seconds
|
|
284
284
|
const DEFAULT_TOKEN_RENEWAL_OFFSET_SEC = 300;
|
|
285
285
|
|
|
286
|
-
/*! @azure/msal-common v15.
|
|
286
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
287
287
|
/*
|
|
288
288
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
289
289
|
* Licensed under the MIT License.
|
|
@@ -300,7 +300,7 @@
|
|
|
300
300
|
unexpectedError: unexpectedError
|
|
301
301
|
});
|
|
302
302
|
|
|
303
|
-
/*! @azure/msal-common v15.
|
|
303
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
304
304
|
|
|
305
305
|
/*
|
|
306
306
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -349,7 +349,7 @@
|
|
|
349
349
|
: AuthErrorMessages[code]);
|
|
350
350
|
}
|
|
351
351
|
|
|
352
|
-
/*! @azure/msal-common v15.
|
|
352
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
353
353
|
/*
|
|
354
354
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
355
355
|
* Licensed under the MIT License.
|
|
@@ -449,7 +449,7 @@
|
|
|
449
449
|
userTimeoutReached: userTimeoutReached
|
|
450
450
|
});
|
|
451
451
|
|
|
452
|
-
/*! @azure/msal-common v15.
|
|
452
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
453
453
|
|
|
454
454
|
/*
|
|
455
455
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -706,7 +706,7 @@
|
|
|
706
706
|
return new ClientAuthError(errorCode, additionalMessage);
|
|
707
707
|
}
|
|
708
708
|
|
|
709
|
-
/*! @azure/msal-common v15.
|
|
709
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
710
710
|
|
|
711
711
|
/*
|
|
712
712
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -745,7 +745,7 @@
|
|
|
745
745
|
},
|
|
746
746
|
};
|
|
747
747
|
|
|
748
|
-
/*! @azure/msal-common v15.
|
|
748
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
749
749
|
|
|
750
750
|
/*
|
|
751
751
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -936,12 +936,12 @@
|
|
|
936
936
|
}
|
|
937
937
|
}
|
|
938
938
|
|
|
939
|
-
/*! @azure/msal-common v15.
|
|
939
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
940
940
|
/* eslint-disable header/header */
|
|
941
941
|
const name$1 = "@azure/msal-common";
|
|
942
|
-
const version$1 = "15.
|
|
942
|
+
const version$1 = "15.17.0";
|
|
943
943
|
|
|
944
|
-
/*! @azure/msal-common v15.
|
|
944
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
945
945
|
/*
|
|
946
946
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
947
947
|
* Licensed under the MIT License.
|
|
@@ -961,7 +961,7 @@
|
|
|
961
961
|
AzureUsGovernment: "https://login.microsoftonline.us",
|
|
962
962
|
};
|
|
963
963
|
|
|
964
|
-
/*! @azure/msal-common v15.
|
|
964
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
965
965
|
/*
|
|
966
966
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
967
967
|
* Licensed under the MIT License.
|
|
@@ -1019,7 +1019,7 @@
|
|
|
1019
1019
|
urlParseError: urlParseError
|
|
1020
1020
|
});
|
|
1021
1021
|
|
|
1022
|
-
/*! @azure/msal-common v15.
|
|
1022
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
1023
1023
|
|
|
1024
1024
|
/*
|
|
1025
1025
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1167,7 +1167,7 @@
|
|
|
1167
1167
|
return new ClientConfigurationError(errorCode);
|
|
1168
1168
|
}
|
|
1169
1169
|
|
|
1170
|
-
/*! @azure/msal-common v15.
|
|
1170
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
1171
1171
|
/*
|
|
1172
1172
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
1173
1173
|
* Licensed under the MIT License.
|
|
@@ -1303,7 +1303,7 @@
|
|
|
1303
1303
|
}
|
|
1304
1304
|
}
|
|
1305
1305
|
|
|
1306
|
-
/*! @azure/msal-common v15.
|
|
1306
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
1307
1307
|
|
|
1308
1308
|
/*
|
|
1309
1309
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1498,7 +1498,7 @@
|
|
|
1498
1498
|
}
|
|
1499
1499
|
}
|
|
1500
1500
|
|
|
1501
|
-
/*! @azure/msal-common v15.
|
|
1501
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
1502
1502
|
|
|
1503
1503
|
/*
|
|
1504
1504
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1538,7 +1538,7 @@
|
|
|
1538
1538
|
};
|
|
1539
1539
|
}
|
|
1540
1540
|
|
|
1541
|
-
/*! @azure/msal-common v15.
|
|
1541
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
1542
1542
|
/*
|
|
1543
1543
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
1544
1544
|
* Licensed under the MIT License.
|
|
@@ -1620,7 +1620,7 @@
|
|
|
1620
1620
|
return updatedAccountInfo;
|
|
1621
1621
|
}
|
|
1622
1622
|
|
|
1623
|
-
/*! @azure/msal-common v15.
|
|
1623
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
1624
1624
|
/*
|
|
1625
1625
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
1626
1626
|
* Licensed under the MIT License.
|
|
@@ -1635,7 +1635,7 @@
|
|
|
1635
1635
|
Ciam: 3,
|
|
1636
1636
|
};
|
|
1637
1637
|
|
|
1638
|
-
/*! @azure/msal-common v15.
|
|
1638
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
1639
1639
|
/*
|
|
1640
1640
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
1641
1641
|
* Licensed under the MIT License.
|
|
@@ -1657,7 +1657,7 @@
|
|
|
1657
1657
|
return null;
|
|
1658
1658
|
}
|
|
1659
1659
|
|
|
1660
|
-
/*! @azure/msal-common v15.
|
|
1660
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
1661
1661
|
/*
|
|
1662
1662
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
1663
1663
|
* Licensed under the MIT License.
|
|
@@ -1681,7 +1681,7 @@
|
|
|
1681
1681
|
EAR: "EAR",
|
|
1682
1682
|
};
|
|
1683
1683
|
|
|
1684
|
-
/*! @azure/msal-common v15.
|
|
1684
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
1685
1685
|
|
|
1686
1686
|
/*
|
|
1687
1687
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1916,7 +1916,7 @@
|
|
|
1916
1916
|
}
|
|
1917
1917
|
}
|
|
1918
1918
|
|
|
1919
|
-
/*! @azure/msal-common v15.
|
|
1919
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
1920
1920
|
|
|
1921
1921
|
/*
|
|
1922
1922
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1997,7 +1997,7 @@
|
|
|
1997
1997
|
}
|
|
1998
1998
|
}
|
|
1999
1999
|
|
|
2000
|
-
/*! @azure/msal-common v15.
|
|
2000
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
2001
2001
|
|
|
2002
2002
|
/*
|
|
2003
2003
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -2113,7 +2113,7 @@
|
|
|
2113
2113
|
}
|
|
2114
2114
|
}
|
|
2115
2115
|
|
|
2116
|
-
/*! @azure/msal-common v15.
|
|
2116
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
2117
2117
|
|
|
2118
2118
|
/*
|
|
2119
2119
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -2277,7 +2277,7 @@
|
|
|
2277
2277
|
}
|
|
2278
2278
|
}
|
|
2279
2279
|
|
|
2280
|
-
/*! @azure/msal-common v15.
|
|
2280
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
2281
2281
|
|
|
2282
2282
|
/*
|
|
2283
2283
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -2452,7 +2452,7 @@
|
|
|
2452
2452
|
return null;
|
|
2453
2453
|
}
|
|
2454
2454
|
|
|
2455
|
-
/*! @azure/msal-common v15.
|
|
2455
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
2456
2456
|
/*
|
|
2457
2457
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
2458
2458
|
* Licensed under the MIT License.
|
|
@@ -2460,7 +2460,7 @@
|
|
|
2460
2460
|
const cacheQuotaExceeded = "cache_quota_exceeded";
|
|
2461
2461
|
const cacheErrorUnknown = "cache_error_unknown";
|
|
2462
2462
|
|
|
2463
|
-
/*! @azure/msal-common v15.
|
|
2463
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
2464
2464
|
|
|
2465
2465
|
/*
|
|
2466
2466
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -2505,7 +2505,7 @@
|
|
|
2505
2505
|
}
|
|
2506
2506
|
}
|
|
2507
2507
|
|
|
2508
|
-
/*! @azure/msal-common v15.
|
|
2508
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
2509
2509
|
|
|
2510
2510
|
/*
|
|
2511
2511
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -3616,7 +3616,7 @@
|
|
|
3616
3616
|
}
|
|
3617
3617
|
}
|
|
3618
3618
|
|
|
3619
|
-
/*! @azure/msal-common v15.
|
|
3619
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
3620
3620
|
/*
|
|
3621
3621
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3622
3622
|
* Licensed under the MIT License.
|
|
@@ -4154,7 +4154,7 @@
|
|
|
4154
4154
|
"crossOriginTickCount",
|
|
4155
4155
|
]);
|
|
4156
4156
|
|
|
4157
|
-
/*! @azure/msal-common v15.
|
|
4157
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
4158
4158
|
|
|
4159
4159
|
/*
|
|
4160
4160
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4233,7 +4233,7 @@
|
|
|
4233
4233
|
}
|
|
4234
4234
|
}
|
|
4235
4235
|
|
|
4236
|
-
/*! @azure/msal-common v15.
|
|
4236
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
4237
4237
|
|
|
4238
4238
|
/*
|
|
4239
4239
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4333,7 +4333,7 @@
|
|
|
4333
4333
|
return (config.authOptions.authority.options.protocolMode === ProtocolMode.OIDC);
|
|
4334
4334
|
}
|
|
4335
4335
|
|
|
4336
|
-
/*! @azure/msal-common v15.
|
|
4336
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
4337
4337
|
/*
|
|
4338
4338
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4339
4339
|
* Licensed under the MIT License.
|
|
@@ -4343,7 +4343,7 @@
|
|
|
4343
4343
|
UPN: "UPN",
|
|
4344
4344
|
};
|
|
4345
4345
|
|
|
4346
|
-
/*! @azure/msal-common v15.
|
|
4346
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
4347
4347
|
/*
|
|
4348
4348
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4349
4349
|
* Licensed under the MIT License.
|
|
@@ -4391,9 +4391,10 @@
|
|
|
4391
4391
|
const BROKER_REDIRECT_URI = "brk_redirect_uri";
|
|
4392
4392
|
const INSTANCE_AWARE = "instance_aware";
|
|
4393
4393
|
const EAR_JWK = "ear_jwk";
|
|
4394
|
-
const EAR_JWE_CRYPTO = "ear_jwe_crypto";
|
|
4394
|
+
const EAR_JWE_CRYPTO = "ear_jwe_crypto";
|
|
4395
|
+
const CLI_DATA = "clidata";
|
|
4395
4396
|
|
|
4396
|
-
/*! @azure/msal-common v15.
|
|
4397
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
4397
4398
|
|
|
4398
4399
|
/*
|
|
4399
4400
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4659,6 +4660,12 @@
|
|
|
4659
4660
|
function addClientInfo(parameters) {
|
|
4660
4661
|
parameters.set(CLIENT_INFO, "1");
|
|
4661
4662
|
}
|
|
4663
|
+
/**
|
|
4664
|
+
* add clidata=1 to request to indicate client data support
|
|
4665
|
+
*/
|
|
4666
|
+
function addCliData(parameters) {
|
|
4667
|
+
parameters.set(CLI_DATA, "1");
|
|
4668
|
+
}
|
|
4662
4669
|
function addInstanceAware(parameters) {
|
|
4663
4670
|
if (!parameters.has(INSTANCE_AWARE)) {
|
|
4664
4671
|
parameters.set(INSTANCE_AWARE, "true");
|
|
@@ -4773,7 +4780,7 @@
|
|
|
4773
4780
|
});
|
|
4774
4781
|
}
|
|
4775
4782
|
|
|
4776
|
-
/*! @azure/msal-common v15.
|
|
4783
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
4777
4784
|
/*
|
|
4778
4785
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4779
4786
|
* Licensed under the MIT License.
|
|
@@ -4785,7 +4792,7 @@
|
|
|
4785
4792
|
response.hasOwnProperty("jwks_uri"));
|
|
4786
4793
|
}
|
|
4787
4794
|
|
|
4788
|
-
/*! @azure/msal-common v15.
|
|
4795
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
4789
4796
|
/*
|
|
4790
4797
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4791
4798
|
* Licensed under the MIT License.
|
|
@@ -4795,7 +4802,7 @@
|
|
|
4795
4802
|
response.hasOwnProperty("metadata"));
|
|
4796
4803
|
}
|
|
4797
4804
|
|
|
4798
|
-
/*! @azure/msal-common v15.
|
|
4805
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
4799
4806
|
/*
|
|
4800
4807
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4801
4808
|
* Licensed under the MIT License.
|
|
@@ -4805,7 +4812,7 @@
|
|
|
4805
4812
|
response.hasOwnProperty("error_description"));
|
|
4806
4813
|
}
|
|
4807
4814
|
|
|
4808
|
-
/*! @azure/msal-common v15.
|
|
4815
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
4809
4816
|
/*
|
|
4810
4817
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4811
4818
|
* Licensed under the MIT License.
|
|
@@ -4901,7 +4908,7 @@
|
|
|
4901
4908
|
};
|
|
4902
4909
|
};
|
|
4903
4910
|
|
|
4904
|
-
/*! @azure/msal-common v15.
|
|
4911
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
4905
4912
|
|
|
4906
4913
|
/*
|
|
4907
4914
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -5007,7 +5014,7 @@
|
|
|
5007
5014
|
},
|
|
5008
5015
|
};
|
|
5009
5016
|
|
|
5010
|
-
/*! @azure/msal-common v15.
|
|
5017
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
5011
5018
|
/*
|
|
5012
5019
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
5013
5020
|
* Licensed under the MIT License.
|
|
@@ -5072,7 +5079,7 @@
|
|
|
5072
5079
|
return cachedAtSec > nowSeconds();
|
|
5073
5080
|
}
|
|
5074
5081
|
|
|
5075
|
-
/*! @azure/msal-common v15.
|
|
5082
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
5076
5083
|
|
|
5077
5084
|
/*
|
|
5078
5085
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -5334,7 +5341,7 @@
|
|
|
5334
5341
|
return metadata.expiresAt <= nowSeconds();
|
|
5335
5342
|
}
|
|
5336
5343
|
|
|
5337
|
-
/*! @azure/msal-common v15.
|
|
5344
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
5338
5345
|
|
|
5339
5346
|
/*
|
|
5340
5347
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6173,7 +6180,7 @@
|
|
|
6173
6180
|
};
|
|
6174
6181
|
}
|
|
6175
6182
|
|
|
6176
|
-
/*! @azure/msal-common v15.
|
|
6183
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
6177
6184
|
|
|
6178
6185
|
/*
|
|
6179
6186
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6204,7 +6211,7 @@
|
|
|
6204
6211
|
}
|
|
6205
6212
|
}
|
|
6206
6213
|
|
|
6207
|
-
/*! @azure/msal-common v15.
|
|
6214
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
6208
6215
|
|
|
6209
6216
|
/*
|
|
6210
6217
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6223,7 +6230,7 @@
|
|
|
6223
6230
|
}
|
|
6224
6231
|
}
|
|
6225
6232
|
|
|
6226
|
-
/*! @azure/msal-common v15.
|
|
6233
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
6227
6234
|
/*
|
|
6228
6235
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
6229
6236
|
* Licensed under the MIT License.
|
|
@@ -6244,7 +6251,7 @@
|
|
|
6244
6251
|
};
|
|
6245
6252
|
}
|
|
6246
6253
|
|
|
6247
|
-
/*! @azure/msal-common v15.
|
|
6254
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
6248
6255
|
|
|
6249
6256
|
/*
|
|
6250
6257
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6331,7 +6338,7 @@
|
|
|
6331
6338
|
}
|
|
6332
6339
|
}
|
|
6333
6340
|
|
|
6334
|
-
/*! @azure/msal-common v15.
|
|
6341
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
6335
6342
|
|
|
6336
6343
|
/*
|
|
6337
6344
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6362,7 +6369,7 @@
|
|
|
6362
6369
|
return new NetworkError(error, httpStatus, responseHeaders);
|
|
6363
6370
|
}
|
|
6364
6371
|
|
|
6365
|
-
/*! @azure/msal-common v15.
|
|
6372
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
6366
6373
|
|
|
6367
6374
|
/*
|
|
6368
6375
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6510,7 +6517,7 @@
|
|
|
6510
6517
|
}
|
|
6511
6518
|
}
|
|
6512
6519
|
|
|
6513
|
-
/*! @azure/msal-common v15.
|
|
6520
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
6514
6521
|
/*
|
|
6515
6522
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
6516
6523
|
* Licensed under the MIT License.
|
|
@@ -6574,7 +6581,7 @@
|
|
|
6574
6581
|
uxNotAllowed: uxNotAllowed
|
|
6575
6582
|
});
|
|
6576
6583
|
|
|
6577
|
-
/*! @azure/msal-common v15.
|
|
6584
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
6578
6585
|
|
|
6579
6586
|
/*
|
|
6580
6587
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6671,7 +6678,7 @@
|
|
|
6671
6678
|
return new InteractionRequiredAuthError(errorCode, InteractionRequiredAuthErrorMessages[errorCode]);
|
|
6672
6679
|
}
|
|
6673
6680
|
|
|
6674
|
-
/*! @azure/msal-common v15.
|
|
6681
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
6675
6682
|
|
|
6676
6683
|
/*
|
|
6677
6684
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6743,7 +6750,7 @@
|
|
|
6743
6750
|
}
|
|
6744
6751
|
}
|
|
6745
6752
|
|
|
6746
|
-
/*! @azure/msal-common v15.
|
|
6753
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
6747
6754
|
|
|
6748
6755
|
/*
|
|
6749
6756
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6825,7 +6832,7 @@
|
|
|
6825
6832
|
}
|
|
6826
6833
|
}
|
|
6827
6834
|
|
|
6828
|
-
/*! @azure/msal-common v15.
|
|
6835
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
6829
6836
|
/*
|
|
6830
6837
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
6831
6838
|
* Licensed under the MIT License.
|
|
@@ -6852,7 +6859,7 @@
|
|
|
6852
6859
|
}
|
|
6853
6860
|
}
|
|
6854
6861
|
|
|
6855
|
-
/*! @azure/msal-common v15.
|
|
6862
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
6856
6863
|
|
|
6857
6864
|
/*
|
|
6858
6865
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7191,7 +7198,7 @@
|
|
|
7191
7198
|
return baseAccount;
|
|
7192
7199
|
}
|
|
7193
7200
|
|
|
7194
|
-
/*! @azure/msal-common v15.
|
|
7201
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
7195
7202
|
/*
|
|
7196
7203
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
7197
7204
|
* Licensed under the MIT License.
|
|
@@ -7209,7 +7216,7 @@
|
|
|
7209
7216
|
}
|
|
7210
7217
|
}
|
|
7211
7218
|
|
|
7212
|
-
/*! @azure/msal-common v15.
|
|
7219
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
7213
7220
|
|
|
7214
7221
|
/*
|
|
7215
7222
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7449,7 +7456,7 @@
|
|
|
7449
7456
|
}
|
|
7450
7457
|
}
|
|
7451
7458
|
|
|
7452
|
-
/*! @azure/msal-common v15.
|
|
7459
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
7453
7460
|
|
|
7454
7461
|
/*
|
|
7455
7462
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7665,7 +7672,7 @@
|
|
|
7665
7672
|
}
|
|
7666
7673
|
}
|
|
7667
7674
|
|
|
7668
|
-
/*! @azure/msal-common v15.
|
|
7675
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
7669
7676
|
|
|
7670
7677
|
/*
|
|
7671
7678
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7763,7 +7770,7 @@
|
|
|
7763
7770
|
}
|
|
7764
7771
|
}
|
|
7765
7772
|
|
|
7766
|
-
/*! @azure/msal-common v15.
|
|
7773
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
7767
7774
|
|
|
7768
7775
|
/*
|
|
7769
7776
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7778,7 +7785,7 @@
|
|
|
7778
7785
|
},
|
|
7779
7786
|
};
|
|
7780
7787
|
|
|
7781
|
-
/*! @azure/msal-common v15.
|
|
7788
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
7782
7789
|
|
|
7783
7790
|
/*
|
|
7784
7791
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7810,6 +7817,8 @@
|
|
|
7810
7817
|
addResponseMode(parameters, request.responseMode);
|
|
7811
7818
|
// add client_info=1
|
|
7812
7819
|
addClientInfo(parameters);
|
|
7820
|
+
// add clidata=1
|
|
7821
|
+
addCliData(parameters);
|
|
7813
7822
|
if (request.prompt) {
|
|
7814
7823
|
addPrompt(parameters, request.prompt);
|
|
7815
7824
|
performanceClient?.addFields({ prompt: request.prompt }, correlationId);
|
|
@@ -8005,7 +8014,7 @@
|
|
|
8005
8014
|
return account.loginHint || account.idTokenClaims?.login_hint || null;
|
|
8006
8015
|
}
|
|
8007
8016
|
|
|
8008
|
-
/*! @azure/msal-common v15.
|
|
8017
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
8009
8018
|
|
|
8010
8019
|
/*
|
|
8011
8020
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -8063,7 +8072,7 @@
|
|
|
8063
8072
|
}
|
|
8064
8073
|
}
|
|
8065
8074
|
|
|
8066
|
-
/*! @azure/msal-common v15.
|
|
8075
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
8067
8076
|
|
|
8068
8077
|
/*
|
|
8069
8078
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -8326,7 +8335,7 @@
|
|
|
8326
8335
|
}
|
|
8327
8336
|
}
|
|
8328
8337
|
|
|
8329
|
-
/*! @azure/msal-common v15.
|
|
8338
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
8330
8339
|
/*
|
|
8331
8340
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
8332
8341
|
* Licensed under the MIT License.
|
|
@@ -8334,7 +8343,7 @@
|
|
|
8334
8343
|
const missingKidError = "missing_kid_error";
|
|
8335
8344
|
const missingAlgError = "missing_alg_error";
|
|
8336
8345
|
|
|
8337
|
-
/*! @azure/msal-common v15.
|
|
8346
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
8338
8347
|
|
|
8339
8348
|
/*
|
|
8340
8349
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -8359,7 +8368,7 @@
|
|
|
8359
8368
|
return new JoseHeaderError(code, JoseHeaderErrorMessages[code]);
|
|
8360
8369
|
}
|
|
8361
8370
|
|
|
8362
|
-
/*! @azure/msal-common v15.
|
|
8371
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
8363
8372
|
|
|
8364
8373
|
/*
|
|
8365
8374
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -8399,7 +8408,7 @@
|
|
|
8399
8408
|
}
|
|
8400
8409
|
}
|
|
8401
8410
|
|
|
8402
|
-
/*! @azure/msal-common v15.
|
|
8411
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
8403
8412
|
|
|
8404
8413
|
/*
|
|
8405
8414
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -8497,8 +8506,10 @@
|
|
|
8497
8506
|
else if (error instanceof AuthError) {
|
|
8498
8507
|
event.errorCode = error.errorCode;
|
|
8499
8508
|
event.subErrorCode = error.subError;
|
|
8500
|
-
if (
|
|
8501
|
-
error instanceof
|
|
8509
|
+
if (!event.serverErrorNo &&
|
|
8510
|
+
(error instanceof ServerError ||
|
|
8511
|
+
error instanceof InteractionRequiredAuthError) &&
|
|
8512
|
+
error.errorNo) {
|
|
8502
8513
|
event.serverErrorNo = error.errorNo;
|
|
8503
8514
|
}
|
|
8504
8515
|
return;
|
|
@@ -10541,7 +10552,7 @@
|
|
|
10541
10552
|
|
|
10542
10553
|
/* eslint-disable header/header */
|
|
10543
10554
|
const name = "@azure/msal-browser";
|
|
10544
|
-
const version = "4.
|
|
10555
|
+
const version = "4.30.0";
|
|
10545
10556
|
|
|
10546
10557
|
/*
|
|
10547
10558
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -14826,11 +14837,19 @@
|
|
|
14826
14837
|
this.logger.trace("NativeInteractionClient - initializeNativeRequest called");
|
|
14827
14838
|
const canonicalAuthority = await this.getCanonicalAuthority(request);
|
|
14828
14839
|
// scopes are expected to be received by the native broker as "scope" and will be added to the request below. Other properties that should be dropped from the request to the native broker can be included in the object destructuring here.
|
|
14829
|
-
const { scopes, ...remainingProperties } = request;
|
|
14840
|
+
const { scopes, claims, ...remainingProperties } = request;
|
|
14830
14841
|
const scopeSet = new ScopeSet(scopes || []);
|
|
14831
14842
|
scopeSet.appendScopes(OIDC_DEFAULT_SCOPES);
|
|
14843
|
+
// ignore config claims if skipBrokerClaims is set to true and this is a brokered authentication flow
|
|
14844
|
+
const configClaims = request.skipBrokerClaims && !!request.embeddedClientId
|
|
14845
|
+
? undefined
|
|
14846
|
+
: this.config.auth.clientCapabilities;
|
|
14847
|
+
const mergedClaims = configClaims && configClaims.length
|
|
14848
|
+
? addClientCapabilitiesToClaims$1(claims, configClaims)
|
|
14849
|
+
: claims;
|
|
14832
14850
|
const validatedRequest = {
|
|
14833
14851
|
...remainingProperties,
|
|
14852
|
+
claims: mergedClaims,
|
|
14834
14853
|
accountId: this.accountId,
|
|
14835
14854
|
clientId: this.config.auth.clientId,
|
|
14836
14855
|
authority: canonicalAuthority.urlString,
|
|
@@ -14963,6 +14982,53 @@
|
|
|
14963
14982
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
14964
14983
|
* Licensed under the MIT License.
|
|
14965
14984
|
*/
|
|
14985
|
+
const clientDataAccountTypeMapping = new Map([
|
|
14986
|
+
["e", "AAD"],
|
|
14987
|
+
["m", "MSA"],
|
|
14988
|
+
]);
|
|
14989
|
+
/**
|
|
14990
|
+
* Parses the clientdata response parameter from the /authorize endpoint.
|
|
14991
|
+
*
|
|
14992
|
+
* The clientdata value is URL-encoded and pipe-delimited:
|
|
14993
|
+
* urlencoded(account_type | error | sub_error | cloud_instance | caller_data_boundary)
|
|
14994
|
+
*
|
|
14995
|
+
* @param clientdata - The raw clientdata string from the authorize response
|
|
14996
|
+
* @returns Parsed ClientData object, or null if the input is empty/invalid
|
|
14997
|
+
*/
|
|
14998
|
+
function parseClientData(clientdata) {
|
|
14999
|
+
if (!clientdata) {
|
|
15000
|
+
return null;
|
|
15001
|
+
}
|
|
15002
|
+
try {
|
|
15003
|
+
const decoded = decodeURIComponent(clientdata);
|
|
15004
|
+
const parts = decoded.split("|");
|
|
15005
|
+
if (parts.length < 5) {
|
|
15006
|
+
return null;
|
|
15007
|
+
}
|
|
15008
|
+
return {
|
|
15009
|
+
accountType: clientDataAccountTypeMapping.get(parts[0]?.trim() || "") || "",
|
|
15010
|
+
error: parts[1]?.trim() || "",
|
|
15011
|
+
subError: parts[2]?.trim() || "",
|
|
15012
|
+
cloudInstance: parts[3]?.trim() || "",
|
|
15013
|
+
callerDataBoundary: parts[4]?.trim() || "",
|
|
15014
|
+
};
|
|
15015
|
+
}
|
|
15016
|
+
catch {
|
|
15017
|
+
return null;
|
|
15018
|
+
}
|
|
15019
|
+
}
|
|
15020
|
+
/**
|
|
15021
|
+
* Instruments account type, error, and suberror from clientdata
|
|
15022
|
+
*/
|
|
15023
|
+
function instrumentClientData(response, correlationId, performanceClient) {
|
|
15024
|
+
const parsed = parseClientData(response.clientdata);
|
|
15025
|
+
parsed?.accountType &&
|
|
15026
|
+
performanceClient.addFields({ accountType: parsed.accountType }, correlationId);
|
|
15027
|
+
parsed?.error &&
|
|
15028
|
+
performanceClient.addFields({ serverErrorNo: parsed.error }, correlationId);
|
|
15029
|
+
parsed?.subError &&
|
|
15030
|
+
performanceClient.addFields({ serverSubErrorNo: parsed.subError }, correlationId);
|
|
15031
|
+
}
|
|
14966
15032
|
/**
|
|
14967
15033
|
* Returns map of parameters that are applicable to all calls to /authorize whether using PKCE or EAR
|
|
14968
15034
|
* @param config
|
|
@@ -15125,6 +15191,8 @@
|
|
|
15125
15191
|
async function handleResponseCode(request, response, codeVerifier, apiId, config, authClient, browserStorage, nativeStorage, eventHandler, logger, performanceClient, platformAuthProvider) {
|
|
15126
15192
|
// Remove throttle if it exists
|
|
15127
15193
|
ThrottlingUtils.removeThrottle(browserStorage, config.auth.clientId, request);
|
|
15194
|
+
// Instrument clientdata telemetry fields from the authorize response
|
|
15195
|
+
instrumentClientData(response, request.correlationId, performanceClient);
|
|
15128
15196
|
if (response.accountId) {
|
|
15129
15197
|
return invokeAsync(handleResponsePlatformBroker, PerformanceEvents.HandleResponsePlatformBroker, logger, performanceClient, request.correlationId)(request, response.accountId, apiId, config, browserStorage, nativeStorage, eventHandler, logger, performanceClient, platformAuthProvider);
|
|
15130
15198
|
}
|
|
@@ -15157,6 +15225,8 @@
|
|
|
15157
15225
|
async function handleResponseEAR(request, response, apiId, config, authority, browserStorage, nativeStorage, eventHandler, logger, performanceClient, platformAuthProvider) {
|
|
15158
15226
|
// Remove throttle if it exists
|
|
15159
15227
|
ThrottlingUtils.removeThrottle(browserStorage, config.auth.clientId, request);
|
|
15228
|
+
// Instrument clientdata telemetry fields from the authorize response
|
|
15229
|
+
instrumentClientData(response, request.correlationId, performanceClient);
|
|
15160
15230
|
// Validate state & check response for errors
|
|
15161
15231
|
validateAuthorizationResponse(response, request.state);
|
|
15162
15232
|
if (!response.ear_jwe) {
|