@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
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
/*! @azure/msal-browser v4.
|
|
1
|
+
/*! @azure/msal-browser v4.30.0 2026-03-18 */
|
|
2
2
|
'use strict';
|
|
3
3
|
'use strict';
|
|
4
4
|
|
|
5
|
-
/*! @azure/msal-common v15.
|
|
5
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
6
6
|
/*
|
|
7
7
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
8
8
|
* Licensed under the MIT License.
|
|
@@ -276,7 +276,7 @@ const JsonWebTokenTypes = {
|
|
|
276
276
|
// Token renewal offset default in seconds
|
|
277
277
|
const DEFAULT_TOKEN_RENEWAL_OFFSET_SEC = 300;
|
|
278
278
|
|
|
279
|
-
/*! @azure/msal-common v15.
|
|
279
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
280
280
|
/*
|
|
281
281
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
282
282
|
* Licensed under the MIT License.
|
|
@@ -287,7 +287,7 @@ const DEFAULT_TOKEN_RENEWAL_OFFSET_SEC = 300;
|
|
|
287
287
|
const unexpectedError = "unexpected_error";
|
|
288
288
|
const postRequestFailed$1 = "post_request_failed";
|
|
289
289
|
|
|
290
|
-
/*! @azure/msal-common v15.
|
|
290
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
291
291
|
|
|
292
292
|
/*
|
|
293
293
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -322,7 +322,7 @@ function createAuthError(code, additionalMessage) {
|
|
|
322
322
|
: AuthErrorMessages[code]);
|
|
323
323
|
}
|
|
324
324
|
|
|
325
|
-
/*! @azure/msal-common v15.
|
|
325
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
326
326
|
/*
|
|
327
327
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
328
328
|
* Licensed under the MIT License.
|
|
@@ -373,7 +373,7 @@ const methodNotImplemented = "method_not_implemented";
|
|
|
373
373
|
const nestedAppAuthBridgeDisabled = "nested_app_auth_bridge_disabled";
|
|
374
374
|
const platformBrokerError = "platform_broker_error";
|
|
375
375
|
|
|
376
|
-
/*! @azure/msal-common v15.
|
|
376
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
377
377
|
|
|
378
378
|
/*
|
|
379
379
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -448,7 +448,7 @@ function createClientAuthError(errorCode, additionalMessage) {
|
|
|
448
448
|
return new ClientAuthError(errorCode, additionalMessage);
|
|
449
449
|
}
|
|
450
450
|
|
|
451
|
-
/*! @azure/msal-common v15.
|
|
451
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
452
452
|
|
|
453
453
|
/*
|
|
454
454
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -487,7 +487,7 @@ const DEFAULT_CRYPTO_IMPLEMENTATION = {
|
|
|
487
487
|
},
|
|
488
488
|
};
|
|
489
489
|
|
|
490
|
-
/*! @azure/msal-common v15.
|
|
490
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
491
491
|
|
|
492
492
|
/*
|
|
493
493
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -678,12 +678,12 @@ class Logger {
|
|
|
678
678
|
}
|
|
679
679
|
}
|
|
680
680
|
|
|
681
|
-
/*! @azure/msal-common v15.
|
|
681
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
682
682
|
/* eslint-disable header/header */
|
|
683
683
|
const name$1 = "@azure/msal-common";
|
|
684
|
-
const version$1 = "15.
|
|
684
|
+
const version$1 = "15.17.0";
|
|
685
685
|
|
|
686
|
-
/*! @azure/msal-common v15.
|
|
686
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
687
687
|
/*
|
|
688
688
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
689
689
|
* Licensed under the MIT License.
|
|
@@ -692,7 +692,7 @@ const AzureCloudInstance = {
|
|
|
692
692
|
// AzureCloudInstance is not specified.
|
|
693
693
|
None: "none"};
|
|
694
694
|
|
|
695
|
-
/*! @azure/msal-common v15.
|
|
695
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
696
696
|
/*
|
|
697
697
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
698
698
|
* Licensed under the MIT License.
|
|
@@ -722,7 +722,7 @@ const invalidRequestMethodForEAR = "invalid_request_method_for_EAR";
|
|
|
722
722
|
const invalidAuthorizePostBodyParameters = "invalid_authorize_post_body_parameters";
|
|
723
723
|
const invalidPlatformBrokerConfiguration = "invalid_platform_broker_configuration";
|
|
724
724
|
|
|
725
|
-
/*! @azure/msal-common v15.
|
|
725
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
726
726
|
|
|
727
727
|
/*
|
|
728
728
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -768,7 +768,7 @@ function createClientConfigurationError(errorCode) {
|
|
|
768
768
|
return new ClientConfigurationError(errorCode);
|
|
769
769
|
}
|
|
770
770
|
|
|
771
|
-
/*! @azure/msal-common v15.
|
|
771
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
772
772
|
/*
|
|
773
773
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
774
774
|
* Licensed under the MIT License.
|
|
@@ -904,7 +904,7 @@ class StringUtils {
|
|
|
904
904
|
}
|
|
905
905
|
}
|
|
906
906
|
|
|
907
|
-
/*! @azure/msal-common v15.
|
|
907
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
908
908
|
|
|
909
909
|
/*
|
|
910
910
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1099,7 +1099,7 @@ class ScopeSet {
|
|
|
1099
1099
|
}
|
|
1100
1100
|
}
|
|
1101
1101
|
|
|
1102
|
-
/*! @azure/msal-common v15.
|
|
1102
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
1103
1103
|
|
|
1104
1104
|
/*
|
|
1105
1105
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1139,7 +1139,7 @@ function buildClientInfoFromHomeAccountId(homeAccountId) {
|
|
|
1139
1139
|
};
|
|
1140
1140
|
}
|
|
1141
1141
|
|
|
1142
|
-
/*! @azure/msal-common v15.
|
|
1142
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
1143
1143
|
/*
|
|
1144
1144
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
1145
1145
|
* Licensed under the MIT License.
|
|
@@ -1221,7 +1221,7 @@ function updateAccountTenantProfileData(baseAccountInfo, tenantProfile, idTokenC
|
|
|
1221
1221
|
return updatedAccountInfo;
|
|
1222
1222
|
}
|
|
1223
1223
|
|
|
1224
|
-
/*! @azure/msal-common v15.
|
|
1224
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
1225
1225
|
/*
|
|
1226
1226
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
1227
1227
|
* Licensed under the MIT License.
|
|
@@ -1236,7 +1236,7 @@ const AuthorityType = {
|
|
|
1236
1236
|
Ciam: 3,
|
|
1237
1237
|
};
|
|
1238
1238
|
|
|
1239
|
-
/*! @azure/msal-common v15.
|
|
1239
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
1240
1240
|
/*
|
|
1241
1241
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
1242
1242
|
* Licensed under the MIT License.
|
|
@@ -1258,7 +1258,7 @@ function getTenantIdFromIdTokenClaims(idTokenClaims) {
|
|
|
1258
1258
|
return null;
|
|
1259
1259
|
}
|
|
1260
1260
|
|
|
1261
|
-
/*! @azure/msal-common v15.
|
|
1261
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
1262
1262
|
/*
|
|
1263
1263
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
1264
1264
|
* Licensed under the MIT License.
|
|
@@ -1282,7 +1282,7 @@ const ProtocolMode = {
|
|
|
1282
1282
|
EAR: "EAR",
|
|
1283
1283
|
};
|
|
1284
1284
|
|
|
1285
|
-
/*! @azure/msal-common v15.
|
|
1285
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
1286
1286
|
|
|
1287
1287
|
/*
|
|
1288
1288
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1517,7 +1517,7 @@ class AccountEntity {
|
|
|
1517
1517
|
}
|
|
1518
1518
|
}
|
|
1519
1519
|
|
|
1520
|
-
/*! @azure/msal-common v15.
|
|
1520
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
1521
1521
|
|
|
1522
1522
|
/*
|
|
1523
1523
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1598,7 +1598,7 @@ function checkMaxAge(authTime, maxAge) {
|
|
|
1598
1598
|
}
|
|
1599
1599
|
}
|
|
1600
1600
|
|
|
1601
|
-
/*! @azure/msal-common v15.
|
|
1601
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
1602
1602
|
|
|
1603
1603
|
/*
|
|
1604
1604
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1714,7 +1714,7 @@ function normalizeUrlForComparison(url) {
|
|
|
1714
1714
|
}
|
|
1715
1715
|
}
|
|
1716
1716
|
|
|
1717
|
-
/*! @azure/msal-common v15.
|
|
1717
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
1718
1718
|
|
|
1719
1719
|
/*
|
|
1720
1720
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1878,7 +1878,7 @@ class UrlString {
|
|
|
1878
1878
|
}
|
|
1879
1879
|
}
|
|
1880
1880
|
|
|
1881
|
-
/*! @azure/msal-common v15.
|
|
1881
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
1882
1882
|
|
|
1883
1883
|
/*
|
|
1884
1884
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -2053,7 +2053,7 @@ function getCloudDiscoveryMetadataFromNetworkResponse(response, authorityHost) {
|
|
|
2053
2053
|
return null;
|
|
2054
2054
|
}
|
|
2055
2055
|
|
|
2056
|
-
/*! @azure/msal-common v15.
|
|
2056
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
2057
2057
|
/*
|
|
2058
2058
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
2059
2059
|
* Licensed under the MIT License.
|
|
@@ -2061,7 +2061,7 @@ function getCloudDiscoveryMetadataFromNetworkResponse(response, authorityHost) {
|
|
|
2061
2061
|
const cacheQuotaExceeded = "cache_quota_exceeded";
|
|
2062
2062
|
const cacheErrorUnknown = "cache_error_unknown";
|
|
2063
2063
|
|
|
2064
|
-
/*! @azure/msal-common v15.
|
|
2064
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
2065
2065
|
|
|
2066
2066
|
/*
|
|
2067
2067
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -2106,7 +2106,7 @@ function createCacheError(e) {
|
|
|
2106
2106
|
}
|
|
2107
2107
|
}
|
|
2108
2108
|
|
|
2109
|
-
/*! @azure/msal-common v15.
|
|
2109
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
2110
2110
|
|
|
2111
2111
|
/*
|
|
2112
2112
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -3216,7 +3216,7 @@ class DefaultStorageClass extends CacheManager {
|
|
|
3216
3216
|
}
|
|
3217
3217
|
}
|
|
3218
3218
|
|
|
3219
|
-
/*! @azure/msal-common v15.
|
|
3219
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
3220
3220
|
/*
|
|
3221
3221
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3222
3222
|
* Licensed under the MIT License.
|
|
@@ -3493,7 +3493,7 @@ const PerformanceEvents = {
|
|
|
3493
3493
|
const PerformanceEventStatus = {
|
|
3494
3494
|
InProgress: 1};
|
|
3495
3495
|
|
|
3496
|
-
/*! @azure/msal-common v15.
|
|
3496
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
3497
3497
|
|
|
3498
3498
|
/*
|
|
3499
3499
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -3572,7 +3572,7 @@ class StubPerformanceClient {
|
|
|
3572
3572
|
}
|
|
3573
3573
|
}
|
|
3574
3574
|
|
|
3575
|
-
/*! @azure/msal-common v15.
|
|
3575
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
3576
3576
|
|
|
3577
3577
|
/*
|
|
3578
3578
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -3672,7 +3672,7 @@ function isOidcProtocolMode(config) {
|
|
|
3672
3672
|
return (config.authOptions.authority.options.protocolMode === ProtocolMode.OIDC);
|
|
3673
3673
|
}
|
|
3674
3674
|
|
|
3675
|
-
/*! @azure/msal-common v15.
|
|
3675
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
3676
3676
|
/*
|
|
3677
3677
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3678
3678
|
* Licensed under the MIT License.
|
|
@@ -3682,7 +3682,7 @@ const CcsCredentialType = {
|
|
|
3682
3682
|
UPN: "UPN",
|
|
3683
3683
|
};
|
|
3684
3684
|
|
|
3685
|
-
/*! @azure/msal-common v15.
|
|
3685
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
3686
3686
|
/*
|
|
3687
3687
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3688
3688
|
* Licensed under the MIT License.
|
|
@@ -3730,9 +3730,10 @@ const BROKER_CLIENT_ID = "brk_client_id";
|
|
|
3730
3730
|
const BROKER_REDIRECT_URI = "brk_redirect_uri";
|
|
3731
3731
|
const INSTANCE_AWARE = "instance_aware";
|
|
3732
3732
|
const EAR_JWK = "ear_jwk";
|
|
3733
|
-
const EAR_JWE_CRYPTO = "ear_jwe_crypto";
|
|
3733
|
+
const EAR_JWE_CRYPTO = "ear_jwe_crypto";
|
|
3734
|
+
const CLI_DATA = "clidata";
|
|
3734
3735
|
|
|
3735
|
-
/*! @azure/msal-common v15.
|
|
3736
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
3736
3737
|
|
|
3737
3738
|
/*
|
|
3738
3739
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -3998,6 +3999,12 @@ function addGrantType(parameters, grantType) {
|
|
|
3998
3999
|
function addClientInfo(parameters) {
|
|
3999
4000
|
parameters.set(CLIENT_INFO, "1");
|
|
4000
4001
|
}
|
|
4002
|
+
/**
|
|
4003
|
+
* add clidata=1 to request to indicate client data support
|
|
4004
|
+
*/
|
|
4005
|
+
function addCliData(parameters) {
|
|
4006
|
+
parameters.set(CLI_DATA, "1");
|
|
4007
|
+
}
|
|
4001
4008
|
function addInstanceAware(parameters) {
|
|
4002
4009
|
if (!parameters.has(INSTANCE_AWARE)) {
|
|
4003
4010
|
parameters.set(INSTANCE_AWARE, "true");
|
|
@@ -4112,7 +4119,7 @@ function addPostBodyParameters(parameters, bodyParameters) {
|
|
|
4112
4119
|
});
|
|
4113
4120
|
}
|
|
4114
4121
|
|
|
4115
|
-
/*! @azure/msal-common v15.
|
|
4122
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
4116
4123
|
/*
|
|
4117
4124
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4118
4125
|
* Licensed under the MIT License.
|
|
@@ -4124,7 +4131,7 @@ function isOpenIdConfigResponse(response) {
|
|
|
4124
4131
|
response.hasOwnProperty("jwks_uri"));
|
|
4125
4132
|
}
|
|
4126
4133
|
|
|
4127
|
-
/*! @azure/msal-common v15.
|
|
4134
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
4128
4135
|
/*
|
|
4129
4136
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4130
4137
|
* Licensed under the MIT License.
|
|
@@ -4134,7 +4141,7 @@ function isCloudInstanceDiscoveryResponse(response) {
|
|
|
4134
4141
|
response.hasOwnProperty("metadata"));
|
|
4135
4142
|
}
|
|
4136
4143
|
|
|
4137
|
-
/*! @azure/msal-common v15.
|
|
4144
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
4138
4145
|
/*
|
|
4139
4146
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4140
4147
|
* Licensed under the MIT License.
|
|
@@ -4144,7 +4151,7 @@ function isCloudInstanceDiscoveryErrorResponse(response) {
|
|
|
4144
4151
|
response.hasOwnProperty("error_description"));
|
|
4145
4152
|
}
|
|
4146
4153
|
|
|
4147
|
-
/*! @azure/msal-common v15.
|
|
4154
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
4148
4155
|
/*
|
|
4149
4156
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4150
4157
|
* Licensed under the MIT License.
|
|
@@ -4240,7 +4247,7 @@ const invokeAsync = (callback, eventName, logger, telemetryClient, correlationId
|
|
|
4240
4247
|
};
|
|
4241
4248
|
};
|
|
4242
4249
|
|
|
4243
|
-
/*! @azure/msal-common v15.
|
|
4250
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
4244
4251
|
|
|
4245
4252
|
/*
|
|
4246
4253
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4346,7 +4353,7 @@ RegionDiscovery.IMDS_OPTIONS = {
|
|
|
4346
4353
|
},
|
|
4347
4354
|
};
|
|
4348
4355
|
|
|
4349
|
-
/*! @azure/msal-common v15.
|
|
4356
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
4350
4357
|
/*
|
|
4351
4358
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4352
4359
|
* Licensed under the MIT License.
|
|
@@ -4411,7 +4418,7 @@ function wasClockTurnedBack(cachedAt) {
|
|
|
4411
4418
|
return cachedAtSec > nowSeconds();
|
|
4412
4419
|
}
|
|
4413
4420
|
|
|
4414
|
-
/*! @azure/msal-common v15.
|
|
4421
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
4415
4422
|
|
|
4416
4423
|
/*
|
|
4417
4424
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4673,7 +4680,7 @@ function isAuthorityMetadataExpired(metadata) {
|
|
|
4673
4680
|
return metadata.expiresAt <= nowSeconds();
|
|
4674
4681
|
}
|
|
4675
4682
|
|
|
4676
|
-
/*! @azure/msal-common v15.
|
|
4683
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
4677
4684
|
|
|
4678
4685
|
/*
|
|
4679
4686
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -5512,7 +5519,7 @@ function buildStaticAuthorityOptions(authOptions) {
|
|
|
5512
5519
|
};
|
|
5513
5520
|
}
|
|
5514
5521
|
|
|
5515
|
-
/*! @azure/msal-common v15.
|
|
5522
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
5516
5523
|
|
|
5517
5524
|
/*
|
|
5518
5525
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -5543,7 +5550,7 @@ async function createDiscoveredInstance(authorityUri, networkClient, cacheManage
|
|
|
5543
5550
|
}
|
|
5544
5551
|
}
|
|
5545
5552
|
|
|
5546
|
-
/*! @azure/msal-common v15.
|
|
5553
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
5547
5554
|
|
|
5548
5555
|
/*
|
|
5549
5556
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -5562,7 +5569,7 @@ class ServerError extends AuthError {
|
|
|
5562
5569
|
}
|
|
5563
5570
|
}
|
|
5564
5571
|
|
|
5565
|
-
/*! @azure/msal-common v15.
|
|
5572
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
5566
5573
|
/*
|
|
5567
5574
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
5568
5575
|
* Licensed under the MIT License.
|
|
@@ -5583,7 +5590,7 @@ function getRequestThumbprint(clientId, request, homeAccountId) {
|
|
|
5583
5590
|
};
|
|
5584
5591
|
}
|
|
5585
5592
|
|
|
5586
|
-
/*! @azure/msal-common v15.
|
|
5593
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
5587
5594
|
|
|
5588
5595
|
/*
|
|
5589
5596
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -5670,7 +5677,7 @@ class ThrottlingUtils {
|
|
|
5670
5677
|
}
|
|
5671
5678
|
}
|
|
5672
5679
|
|
|
5673
|
-
/*! @azure/msal-common v15.
|
|
5680
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
5674
5681
|
|
|
5675
5682
|
/*
|
|
5676
5683
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -5701,7 +5708,7 @@ function createNetworkError(error, httpStatus, responseHeaders, additionalError)
|
|
|
5701
5708
|
return new NetworkError(error, httpStatus, responseHeaders);
|
|
5702
5709
|
}
|
|
5703
5710
|
|
|
5704
|
-
/*! @azure/msal-common v15.
|
|
5711
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
5705
5712
|
|
|
5706
5713
|
/*
|
|
5707
5714
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -5849,7 +5856,7 @@ class BaseClient {
|
|
|
5849
5856
|
}
|
|
5850
5857
|
}
|
|
5851
5858
|
|
|
5852
|
-
/*! @azure/msal-common v15.
|
|
5859
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
5853
5860
|
/*
|
|
5854
5861
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
5855
5862
|
* Licensed under the MIT License.
|
|
@@ -5900,7 +5907,7 @@ const badToken = "bad_token";
|
|
|
5900
5907
|
*/
|
|
5901
5908
|
const interruptedUser = "interrupted_user";
|
|
5902
5909
|
|
|
5903
|
-
/*! @azure/msal-common v15.
|
|
5910
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
5904
5911
|
|
|
5905
5912
|
/*
|
|
5906
5913
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -5975,7 +5982,7 @@ function createInteractionRequiredAuthError(errorCode) {
|
|
|
5975
5982
|
return new InteractionRequiredAuthError(errorCode, InteractionRequiredAuthErrorMessages[errorCode]);
|
|
5976
5983
|
}
|
|
5977
5984
|
|
|
5978
|
-
/*! @azure/msal-common v15.
|
|
5985
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
5979
5986
|
|
|
5980
5987
|
/*
|
|
5981
5988
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6047,7 +6054,7 @@ class ProtocolUtils {
|
|
|
6047
6054
|
}
|
|
6048
6055
|
}
|
|
6049
6056
|
|
|
6050
|
-
/*! @azure/msal-common v15.
|
|
6057
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
6051
6058
|
|
|
6052
6059
|
/*
|
|
6053
6060
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6129,7 +6136,7 @@ class PopTokenGenerator {
|
|
|
6129
6136
|
}
|
|
6130
6137
|
}
|
|
6131
6138
|
|
|
6132
|
-
/*! @azure/msal-common v15.
|
|
6139
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
6133
6140
|
/*
|
|
6134
6141
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
6135
6142
|
* Licensed under the MIT License.
|
|
@@ -6156,7 +6163,7 @@ class PopTokenGenerator {
|
|
|
6156
6163
|
}
|
|
6157
6164
|
}
|
|
6158
6165
|
|
|
6159
|
-
/*! @azure/msal-common v15.
|
|
6166
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
6160
6167
|
|
|
6161
6168
|
/*
|
|
6162
6169
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6495,7 +6502,7 @@ function buildAccountToCache(cacheStorage, authority, homeAccountId, base64Decod
|
|
|
6495
6502
|
return baseAccount;
|
|
6496
6503
|
}
|
|
6497
6504
|
|
|
6498
|
-
/*! @azure/msal-common v15.
|
|
6505
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
6499
6506
|
/*
|
|
6500
6507
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
6501
6508
|
* Licensed under the MIT License.
|
|
@@ -6513,7 +6520,7 @@ async function getClientAssertion(clientAssertion, clientId, tokenEndpoint) {
|
|
|
6513
6520
|
}
|
|
6514
6521
|
}
|
|
6515
6522
|
|
|
6516
|
-
/*! @azure/msal-common v15.
|
|
6523
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
6517
6524
|
|
|
6518
6525
|
/*
|
|
6519
6526
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6753,7 +6760,7 @@ class AuthorizationCodeClient extends BaseClient {
|
|
|
6753
6760
|
}
|
|
6754
6761
|
}
|
|
6755
6762
|
|
|
6756
|
-
/*! @azure/msal-common v15.
|
|
6763
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
6757
6764
|
|
|
6758
6765
|
/*
|
|
6759
6766
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6969,7 +6976,7 @@ class RefreshTokenClient extends BaseClient {
|
|
|
6969
6976
|
}
|
|
6970
6977
|
}
|
|
6971
6978
|
|
|
6972
|
-
/*! @azure/msal-common v15.
|
|
6979
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
6973
6980
|
|
|
6974
6981
|
/*
|
|
6975
6982
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7067,7 +7074,7 @@ class SilentFlowClient extends BaseClient {
|
|
|
7067
7074
|
}
|
|
7068
7075
|
}
|
|
7069
7076
|
|
|
7070
|
-
/*! @azure/msal-common v15.
|
|
7077
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
7071
7078
|
|
|
7072
7079
|
/*
|
|
7073
7080
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7082,7 +7089,7 @@ const StubbedNetworkModule = {
|
|
|
7082
7089
|
},
|
|
7083
7090
|
};
|
|
7084
7091
|
|
|
7085
|
-
/*! @azure/msal-common v15.
|
|
7092
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
7086
7093
|
|
|
7087
7094
|
/*
|
|
7088
7095
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7114,6 +7121,8 @@ function getStandardAuthorizeRequestParameters(authOptions, request, logger, per
|
|
|
7114
7121
|
addResponseMode(parameters, request.responseMode);
|
|
7115
7122
|
// add client_info=1
|
|
7116
7123
|
addClientInfo(parameters);
|
|
7124
|
+
// add clidata=1
|
|
7125
|
+
addCliData(parameters);
|
|
7117
7126
|
if (request.prompt) {
|
|
7118
7127
|
addPrompt(parameters, request.prompt);
|
|
7119
7128
|
performanceClient?.addFields({ prompt: request.prompt }, correlationId);
|
|
@@ -7309,7 +7318,7 @@ function extractLoginHint(account) {
|
|
|
7309
7318
|
return account.loginHint || account.idTokenClaims?.login_hint || null;
|
|
7310
7319
|
}
|
|
7311
7320
|
|
|
7312
|
-
/*! @azure/msal-common v15.
|
|
7321
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
7313
7322
|
|
|
7314
7323
|
/*
|
|
7315
7324
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7572,7 +7581,7 @@ class ServerTelemetryManager {
|
|
|
7572
7581
|
}
|
|
7573
7582
|
}
|
|
7574
7583
|
|
|
7575
|
-
/*! @azure/msal-common v15.
|
|
7584
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
7576
7585
|
/*
|
|
7577
7586
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
7578
7587
|
* Licensed under the MIT License.
|
|
@@ -7580,7 +7589,7 @@ class ServerTelemetryManager {
|
|
|
7580
7589
|
const missingKidError = "missing_kid_error";
|
|
7581
7590
|
const missingAlgError = "missing_alg_error";
|
|
7582
7591
|
|
|
7583
|
-
/*! @azure/msal-common v15.
|
|
7592
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
7584
7593
|
|
|
7585
7594
|
/*
|
|
7586
7595
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7605,7 +7614,7 @@ function createJoseHeaderError(code) {
|
|
|
7605
7614
|
return new JoseHeaderError(code, JoseHeaderErrorMessages[code]);
|
|
7606
7615
|
}
|
|
7607
7616
|
|
|
7608
|
-
/*! @azure/msal-common v15.
|
|
7617
|
+
/*! @azure/msal-common v15.17.0 2026-03-18 */
|
|
7609
7618
|
|
|
7610
7619
|
/*
|
|
7611
7620
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -8040,7 +8049,7 @@ function ensureArgumentIsJSONString(argName, argValue, correlationId) {
|
|
|
8040
8049
|
|
|
8041
8050
|
/* eslint-disable header/header */
|
|
8042
8051
|
const name = "@azure/msal-browser";
|
|
8043
|
-
const version = "4.
|
|
8052
|
+
const version = "4.30.0";
|
|
8044
8053
|
|
|
8045
8054
|
/*
|
|
8046
8055
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -17277,11 +17286,19 @@ class PlatformAuthInteractionClient extends BaseInteractionClient {
|
|
|
17277
17286
|
this.logger.trace("NativeInteractionClient - initializeNativeRequest called");
|
|
17278
17287
|
const canonicalAuthority = await this.getCanonicalAuthority(request);
|
|
17279
17288
|
// 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.
|
|
17280
|
-
const { scopes, ...remainingProperties } = request;
|
|
17289
|
+
const { scopes, claims, ...remainingProperties } = request;
|
|
17281
17290
|
const scopeSet = new ScopeSet(scopes || []);
|
|
17282
17291
|
scopeSet.appendScopes(OIDC_DEFAULT_SCOPES);
|
|
17292
|
+
// ignore config claims if skipBrokerClaims is set to true and this is a brokered authentication flow
|
|
17293
|
+
const configClaims = request.skipBrokerClaims && !!request.embeddedClientId
|
|
17294
|
+
? undefined
|
|
17295
|
+
: this.config.auth.clientCapabilities;
|
|
17296
|
+
const mergedClaims = configClaims && configClaims.length
|
|
17297
|
+
? addClientCapabilitiesToClaims(claims, configClaims)
|
|
17298
|
+
: claims;
|
|
17283
17299
|
const validatedRequest = {
|
|
17284
17300
|
...remainingProperties,
|
|
17301
|
+
claims: mergedClaims,
|
|
17285
17302
|
accountId: this.accountId,
|
|
17286
17303
|
clientId: this.config.auth.clientId,
|
|
17287
17304
|
authority: canonicalAuthority.urlString,
|
|
@@ -17414,6 +17431,53 @@ class PlatformAuthInteractionClient extends BaseInteractionClient {
|
|
|
17414
17431
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
17415
17432
|
* Licensed under the MIT License.
|
|
17416
17433
|
*/
|
|
17434
|
+
const clientDataAccountTypeMapping = new Map([
|
|
17435
|
+
["e", "AAD"],
|
|
17436
|
+
["m", "MSA"],
|
|
17437
|
+
]);
|
|
17438
|
+
/**
|
|
17439
|
+
* Parses the clientdata response parameter from the /authorize endpoint.
|
|
17440
|
+
*
|
|
17441
|
+
* The clientdata value is URL-encoded and pipe-delimited:
|
|
17442
|
+
* urlencoded(account_type | error | sub_error | cloud_instance | caller_data_boundary)
|
|
17443
|
+
*
|
|
17444
|
+
* @param clientdata - The raw clientdata string from the authorize response
|
|
17445
|
+
* @returns Parsed ClientData object, or null if the input is empty/invalid
|
|
17446
|
+
*/
|
|
17447
|
+
function parseClientData(clientdata) {
|
|
17448
|
+
if (!clientdata) {
|
|
17449
|
+
return null;
|
|
17450
|
+
}
|
|
17451
|
+
try {
|
|
17452
|
+
const decoded = decodeURIComponent(clientdata);
|
|
17453
|
+
const parts = decoded.split("|");
|
|
17454
|
+
if (parts.length < 5) {
|
|
17455
|
+
return null;
|
|
17456
|
+
}
|
|
17457
|
+
return {
|
|
17458
|
+
accountType: clientDataAccountTypeMapping.get(parts[0]?.trim() || "") || "",
|
|
17459
|
+
error: parts[1]?.trim() || "",
|
|
17460
|
+
subError: parts[2]?.trim() || "",
|
|
17461
|
+
cloudInstance: parts[3]?.trim() || "",
|
|
17462
|
+
callerDataBoundary: parts[4]?.trim() || "",
|
|
17463
|
+
};
|
|
17464
|
+
}
|
|
17465
|
+
catch {
|
|
17466
|
+
return null;
|
|
17467
|
+
}
|
|
17468
|
+
}
|
|
17469
|
+
/**
|
|
17470
|
+
* Instruments account type, error, and suberror from clientdata
|
|
17471
|
+
*/
|
|
17472
|
+
function instrumentClientData(response, correlationId, performanceClient) {
|
|
17473
|
+
const parsed = parseClientData(response.clientdata);
|
|
17474
|
+
parsed?.accountType &&
|
|
17475
|
+
performanceClient.addFields({ accountType: parsed.accountType }, correlationId);
|
|
17476
|
+
parsed?.error &&
|
|
17477
|
+
performanceClient.addFields({ serverErrorNo: parsed.error }, correlationId);
|
|
17478
|
+
parsed?.subError &&
|
|
17479
|
+
performanceClient.addFields({ serverSubErrorNo: parsed.subError }, correlationId);
|
|
17480
|
+
}
|
|
17417
17481
|
/**
|
|
17418
17482
|
* Returns map of parameters that are applicable to all calls to /authorize whether using PKCE or EAR
|
|
17419
17483
|
* @param config
|
|
@@ -17576,6 +17640,8 @@ async function handleResponsePlatformBroker(request, accountId, apiId, config, b
|
|
|
17576
17640
|
async function handleResponseCode(request, response, codeVerifier, apiId, config, authClient, browserStorage, nativeStorage, eventHandler, logger, performanceClient, platformAuthProvider) {
|
|
17577
17641
|
// Remove throttle if it exists
|
|
17578
17642
|
ThrottlingUtils.removeThrottle(browserStorage, config.auth.clientId, request);
|
|
17643
|
+
// Instrument clientdata telemetry fields from the authorize response
|
|
17644
|
+
instrumentClientData(response, request.correlationId, performanceClient);
|
|
17579
17645
|
if (response.accountId) {
|
|
17580
17646
|
return invokeAsync(handleResponsePlatformBroker, PerformanceEvents.HandleResponsePlatformBroker, logger, performanceClient, request.correlationId)(request, response.accountId, apiId, config, browserStorage, nativeStorage, eventHandler, logger, performanceClient, platformAuthProvider);
|
|
17581
17647
|
}
|
|
@@ -17608,6 +17674,8 @@ async function handleResponseCode(request, response, codeVerifier, apiId, config
|
|
|
17608
17674
|
async function handleResponseEAR(request, response, apiId, config, authority, browserStorage, nativeStorage, eventHandler, logger, performanceClient, platformAuthProvider) {
|
|
17609
17675
|
// Remove throttle if it exists
|
|
17610
17676
|
ThrottlingUtils.removeThrottle(browserStorage, config.auth.clientId, request);
|
|
17677
|
+
// Instrument clientdata telemetry fields from the authorize response
|
|
17678
|
+
instrumentClientData(response, request.correlationId, performanceClient);
|
|
17611
17679
|
// Validate state & check response for errors
|
|
17612
17680
|
validateAuthorizationResponse(response, request.state);
|
|
17613
17681
|
if (!response.ear_jwe) {
|