@azure/msal-browser 5.5.0 → 5.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/app/IPublicClientApplication.mjs +1 -1
- package/dist/app/PublicClientApplication.mjs +3 -3
- package/dist/app/PublicClientApplication.mjs.map +1 -1
- package/dist/broker/nativeBroker/NativeStatusCodes.mjs +1 -1
- package/dist/broker/nativeBroker/PlatformAuthDOMHandler.mjs +1 -1
- package/dist/broker/nativeBroker/PlatformAuthExtensionHandler.mjs +1 -1
- package/dist/broker/nativeBroker/PlatformAuthProvider.mjs +1 -1
- package/dist/cache/AccountManager.d.ts.map +1 -1
- package/dist/cache/AccountManager.mjs +1 -5
- package/dist/cache/AccountManager.mjs.map +1 -1
- package/dist/cache/AsyncMemoryStorage.mjs +1 -1
- package/dist/cache/BrowserCacheManager.mjs +1 -1
- package/dist/cache/CacheHelpers.mjs +1 -1
- package/dist/cache/CacheKeys.mjs +1 -1
- package/dist/cache/CookieStorage.mjs +1 -1
- package/dist/cache/DatabaseStorage.mjs +1 -1
- package/dist/cache/EncryptedData.mjs +1 -1
- package/dist/cache/LocalStorage.mjs +1 -1
- package/dist/cache/MemoryStorage.mjs +1 -1
- package/dist/cache/SessionStorage.mjs +1 -1
- package/dist/cache/TokenCache.mjs +1 -1
- package/dist/config/Configuration.mjs +1 -1
- package/dist/controllers/NestedAppAuthController.mjs +1 -1
- package/dist/controllers/StandardController.mjs +1 -1
- package/dist/crypto/BrowserCrypto.mjs +1 -1
- package/dist/crypto/CryptoOps.mjs +1 -1
- package/dist/crypto/PkceGenerator.mjs +1 -1
- package/dist/crypto/SignedHttpRequest.mjs +1 -1
- package/dist/custom-auth-path/app/PublicClientApplication.mjs +1 -1
- package/dist/custom-auth-path/broker/nativeBroker/NativeStatusCodes.mjs +1 -1
- package/dist/custom-auth-path/broker/nativeBroker/PlatformAuthDOMHandler.mjs +1 -1
- package/dist/custom-auth-path/broker/nativeBroker/PlatformAuthExtensionHandler.mjs +1 -1
- package/dist/custom-auth-path/broker/nativeBroker/PlatformAuthProvider.mjs +1 -1
- package/dist/custom-auth-path/cache/AccountManager.d.ts.map +1 -1
- package/dist/custom-auth-path/cache/AccountManager.mjs +1 -5
- package/dist/custom-auth-path/cache/AccountManager.mjs.map +1 -1
- package/dist/custom-auth-path/cache/AsyncMemoryStorage.mjs +1 -1
- package/dist/custom-auth-path/cache/BrowserCacheManager.mjs +1 -1
- package/dist/custom-auth-path/cache/CacheHelpers.mjs +1 -1
- package/dist/custom-auth-path/cache/CacheKeys.mjs +1 -1
- package/dist/custom-auth-path/cache/CookieStorage.mjs +1 -1
- package/dist/custom-auth-path/cache/DatabaseStorage.mjs +1 -1
- package/dist/custom-auth-path/cache/EncryptedData.mjs +1 -1
- package/dist/custom-auth-path/cache/LocalStorage.mjs +1 -1
- package/dist/custom-auth-path/cache/MemoryStorage.mjs +1 -1
- package/dist/custom-auth-path/cache/SessionStorage.mjs +1 -1
- package/dist/custom-auth-path/config/Configuration.mjs +1 -1
- package/dist/custom-auth-path/controllers/StandardController.mjs +1 -1
- package/dist/custom-auth-path/crypto/BrowserCrypto.mjs +1 -1
- package/dist/custom-auth-path/crypto/CryptoOps.mjs +1 -1
- package/dist/custom-auth-path/crypto/PkceGenerator.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/CustomAuthConstants.d.ts +1 -1
- package/dist/custom-auth-path/custom_auth/CustomAuthConstants.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/CustomAuthPublicClientApplication.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/controller/CustomAuthStandardController.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/CustomAuthAuthority.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/auth_flow/AuthFlowErrorBase.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/auth_flow/AuthFlowResultBase.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/auth_flow/AuthFlowState.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/auth_flow/AuthFlowStateTypes.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/auth_flow/jit/error_type/AuthMethodRegistrationError.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/auth_flow/jit/result/AuthMethodRegistrationChallengeMethodResult.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/auth_flow/jit/result/AuthMethodRegistrationSubmitChallengeResult.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationCompletedState.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationFailedState.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationState.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/error_type/MfaError.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/result/MfaRequestChallengeResult.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/result/MfaSubmitChallengeResult.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/state/MfaCompletedState.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/state/MfaFailedState.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/state/MfaState.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/error/CustomAuthApiError.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/error/CustomAuthError.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/error/HttpError.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/error/HttpErrorCodes.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/error/InvalidArgumentError.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/error/InvalidConfigurationError.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/error/InvalidConfigurationErrorCodes.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/error/MethodNotImplementedError.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/error/MsalCustomAuthError.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/error/NoCachedAccountFoundError.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/error/ParsedUrlError.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/error/ParsedUrlErrorCodes.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/error/UnexpectedError.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/error/UnsupportedEnvironmentError.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/error/UserAccountAttributeError.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/error/UserAlreadySignedInError.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/interaction_client/CustomAuthInteractionClientBase.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/interaction_client/CustomAuthInterationClientFactory.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/interaction_client/jit/JitClient.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/interaction_client/jit/result/JitActionResult.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/interaction_client/mfa/MfaClient.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/interaction_client/mfa/result/MfaActionResult.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/BaseApiClient.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/CustomAuthApiClient.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/CustomAuthApiEndpoint.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/RegisterApiClient.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/ResetPasswordApiClient.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/SignInApiClient.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/SignupApiClient.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/types/ApiErrorCodes.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/types/ApiSuberrors.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/network_client/http_client/FetchHttpClient.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/network_client/http_client/IHttpClient.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/telemetry/PublicApiId.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/utils/ArgumentValidator.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/utils/UrlUtils.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/get_account/auth_flow/CustomAuthAccountData.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/get_account/auth_flow/error_type/GetAccountError.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/get_account/auth_flow/result/GetAccessTokenResult.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/get_account/auth_flow/result/GetAccountResult.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/get_account/auth_flow/result/SignOutResult.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/get_account/auth_flow/state/GetAccessTokenState.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/get_account/auth_flow/state/GetAccountState.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/get_account/auth_flow/state/SignOutState.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/get_account/interaction_client/CustomAuthSilentCacheClient.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/index.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/operating_context/CustomAuthOperatingContext.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/error_type/ResetPasswordError.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/result/ResetPasswordResendCodeResult.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/result/ResetPasswordStartResult.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/result/ResetPasswordSubmitCodeResult.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/result/ResetPasswordSubmitPasswordResult.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordCodeRequiredState.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordCompletedState.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordFailedState.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordPasswordRequiredState.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordState.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/reset_password/interaction_client/ResetPasswordClient.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/SignInScenario.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/error_type/SignInError.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInResendCodeResult.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInResult.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInSubmitCodeResult.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInSubmitPasswordResult.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInCodeRequiredState.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInCompletedState.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInContinuationState.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInFailedState.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInPasswordRequiredState.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInState.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/sign_in/interaction_client/SignInClient.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/sign_in/interaction_client/result/SignInActionResult.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/error_type/SignUpError.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/result/SignUpResendCodeResult.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/result/SignUpResult.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/result/SignUpSubmitAttributesResult.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/result/SignUpSubmitCodeResult.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/result/SignUpSubmitPasswordResult.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpAttributesRequiredState.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpCodeRequiredState.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpCompletedState.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpFailedState.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpPasswordRequiredState.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpState.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/sign_up/interaction_client/SignUpClient.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/sign_up/interaction_client/result/SignUpActionResult.mjs +1 -1
- package/dist/custom-auth-path/encode/Base64Decode.mjs +1 -1
- package/dist/custom-auth-path/encode/Base64Encode.mjs +1 -1
- package/dist/custom-auth-path/error/BrowserAuthError.mjs +1 -1
- package/dist/custom-auth-path/error/BrowserAuthErrorCodes.mjs +1 -1
- package/dist/custom-auth-path/error/BrowserConfigurationAuthError.mjs +1 -1
- package/dist/custom-auth-path/error/BrowserConfigurationAuthErrorCodes.mjs +1 -1
- package/dist/custom-auth-path/error/NativeAuthError.mjs +1 -1
- package/dist/custom-auth-path/error/NativeAuthErrorCodes.mjs +1 -1
- package/dist/custom-auth-path/event/EventHandler.mjs +1 -1
- package/dist/custom-auth-path/event/EventType.mjs +1 -1
- package/dist/custom-auth-path/interaction_client/BaseInteractionClient.mjs +1 -1
- package/dist/custom-auth-path/interaction_client/HybridSpaAuthorizationCodeClient.mjs +1 -1
- package/dist/custom-auth-path/interaction_client/PlatformAuthInteractionClient.mjs +1 -1
- package/dist/custom-auth-path/interaction_client/PopupClient.mjs +1 -1
- package/dist/custom-auth-path/interaction_client/RedirectClient.mjs +1 -1
- package/dist/custom-auth-path/interaction_client/SilentAuthCodeClient.mjs +1 -1
- package/dist/custom-auth-path/interaction_client/SilentCacheClient.mjs +1 -1
- package/dist/custom-auth-path/interaction_client/SilentIframeClient.mjs +1 -1
- package/dist/custom-auth-path/interaction_client/SilentRefreshClient.mjs +1 -1
- package/dist/custom-auth-path/interaction_client/StandardInteractionClient.mjs +1 -1
- package/dist/custom-auth-path/interaction_handler/InteractionHandler.mjs +1 -1
- package/dist/custom-auth-path/interaction_handler/SilentHandler.mjs +1 -1
- package/dist/custom-auth-path/log-strings-mapping.json +3 -7
- package/dist/custom-auth-path/navigation/NavigationClient.mjs +1 -1
- package/dist/custom-auth-path/network/FetchClient.mjs +1 -1
- package/dist/custom-auth-path/operatingcontext/BaseOperatingContext.d.ts +1 -1
- package/dist/custom-auth-path/operatingcontext/BaseOperatingContext.d.ts.map +1 -1
- package/dist/custom-auth-path/operatingcontext/BaseOperatingContext.mjs +1 -1
- package/dist/custom-auth-path/operatingcontext/NestedAppOperatingContext.d.ts +1 -1
- package/dist/custom-auth-path/operatingcontext/NestedAppOperatingContext.d.ts.map +1 -1
- package/dist/custom-auth-path/operatingcontext/StandardOperatingContext.d.ts +1 -1
- package/dist/custom-auth-path/operatingcontext/StandardOperatingContext.d.ts.map +1 -1
- package/dist/custom-auth-path/operatingcontext/StandardOperatingContext.mjs +1 -1
- package/dist/custom-auth-path/operatingcontext/StandardOperatingContext.mjs.map +1 -1
- package/dist/custom-auth-path/packageMetadata.d.ts +1 -1
- package/dist/custom-auth-path/packageMetadata.mjs +2 -2
- package/dist/custom-auth-path/protocol/Authorize.d.ts +33 -0
- package/dist/custom-auth-path/protocol/Authorize.d.ts.map +1 -1
- package/dist/custom-auth-path/protocol/Authorize.mjs +62 -2
- package/dist/custom-auth-path/protocol/Authorize.mjs.map +1 -1
- package/dist/custom-auth-path/request/RequestHelpers.mjs +1 -1
- package/dist/custom-auth-path/response/ResponseHandler.mjs +1 -1
- package/dist/custom-auth-path/telemetry/BrowserPerformanceEvents.mjs +1 -1
- package/dist/custom-auth-path/telemetry/BrowserRootPerformanceEvents.mjs +1 -1
- package/dist/custom-auth-path/utils/BrowserConstants.mjs +1 -1
- package/dist/custom-auth-path/utils/BrowserProtocolUtils.mjs +1 -1
- package/dist/custom-auth-path/utils/BrowserUtils.mjs +1 -1
- package/dist/custom-auth-path/utils/Helpers.mjs +1 -1
- package/dist/custom-auth-path/utils/MsalFrameStatsUtils.mjs +1 -1
- package/dist/custom_auth/CustomAuthConstants.d.ts +1 -1
- package/dist/encode/Base64Decode.mjs +1 -1
- package/dist/encode/Base64Encode.mjs +1 -1
- package/dist/error/BrowserAuthError.mjs +1 -1
- package/dist/error/BrowserAuthErrorCodes.mjs +1 -1
- package/dist/error/BrowserConfigurationAuthError.mjs +1 -1
- package/dist/error/BrowserConfigurationAuthErrorCodes.mjs +1 -1
- package/dist/error/NativeAuthError.mjs +1 -1
- package/dist/error/NativeAuthErrorCodes.mjs +1 -1
- package/dist/error/NestedAppAuthError.mjs +1 -1
- package/dist/event/EventHandler.mjs +1 -1
- package/dist/event/EventMessage.mjs +1 -1
- package/dist/event/EventType.mjs +1 -1
- package/dist/index.mjs +1 -1
- package/dist/interaction_client/BaseInteractionClient.mjs +1 -1
- package/dist/interaction_client/HybridSpaAuthorizationCodeClient.mjs +1 -1
- package/dist/interaction_client/PlatformAuthInteractionClient.mjs +1 -1
- package/dist/interaction_client/PopupClient.mjs +1 -1
- package/dist/interaction_client/RedirectClient.mjs +1 -1
- package/dist/interaction_client/SilentAuthCodeClient.mjs +1 -1
- package/dist/interaction_client/SilentCacheClient.mjs +1 -1
- package/dist/interaction_client/SilentIframeClient.mjs +1 -1
- package/dist/interaction_client/SilentRefreshClient.mjs +1 -1
- package/dist/interaction_client/StandardInteractionClient.mjs +1 -1
- package/dist/interaction_handler/InteractionHandler.mjs +1 -1
- package/dist/interaction_handler/SilentHandler.mjs +1 -1
- package/dist/log-strings-mapping.json +3 -7
- package/dist/naa/BridgeError.mjs +1 -1
- package/dist/naa/BridgeProxy.mjs +1 -1
- package/dist/naa/BridgeStatusCode.mjs +1 -1
- package/dist/naa/mapping/NestedAppAuthAdapter.mjs +1 -1
- package/dist/navigation/NavigationClient.mjs +1 -1
- package/dist/network/FetchClient.mjs +1 -1
- package/dist/operatingcontext/BaseOperatingContext.d.ts +1 -1
- package/dist/operatingcontext/BaseOperatingContext.d.ts.map +1 -1
- package/dist/operatingcontext/BaseOperatingContext.mjs +1 -1
- package/dist/operatingcontext/NestedAppOperatingContext.d.ts +1 -1
- package/dist/operatingcontext/NestedAppOperatingContext.d.ts.map +1 -1
- package/dist/operatingcontext/NestedAppOperatingContext.mjs +4 -3
- package/dist/operatingcontext/NestedAppOperatingContext.mjs.map +1 -1
- package/dist/operatingcontext/StandardOperatingContext.d.ts +1 -1
- package/dist/operatingcontext/StandardOperatingContext.d.ts.map +1 -1
- package/dist/operatingcontext/StandardOperatingContext.mjs +1 -1
- package/dist/operatingcontext/StandardOperatingContext.mjs.map +1 -1
- package/dist/packageMetadata.d.ts +1 -1
- package/dist/packageMetadata.mjs +2 -2
- package/dist/protocol/Authorize.d.ts +33 -0
- package/dist/protocol/Authorize.d.ts.map +1 -1
- package/dist/protocol/Authorize.mjs +62 -2
- package/dist/protocol/Authorize.mjs.map +1 -1
- package/dist/redirect-bridge/cache/AccountManager.d.ts.map +1 -1
- package/dist/redirect-bridge/cache/CacheKeys.mjs +1 -1
- package/dist/redirect-bridge/config/Configuration.mjs +1 -1
- package/dist/redirect-bridge/custom_auth/CustomAuthConstants.d.ts +1 -1
- package/dist/redirect-bridge/encode/Base64Decode.mjs +1 -1
- package/dist/redirect-bridge/error/BrowserAuthError.mjs +1 -1
- package/dist/redirect-bridge/error/BrowserAuthErrorCodes.mjs +1 -1
- package/dist/redirect-bridge/navigation/NavigationClient.mjs +1 -1
- package/dist/redirect-bridge/operatingcontext/BaseOperatingContext.d.ts +1 -1
- package/dist/redirect-bridge/operatingcontext/BaseOperatingContext.d.ts.map +1 -1
- package/dist/redirect-bridge/operatingcontext/NestedAppOperatingContext.d.ts +1 -1
- package/dist/redirect-bridge/operatingcontext/NestedAppOperatingContext.d.ts.map +1 -1
- package/dist/redirect-bridge/operatingcontext/StandardOperatingContext.d.ts +1 -1
- package/dist/redirect-bridge/operatingcontext/StandardOperatingContext.d.ts.map +1 -1
- package/dist/redirect-bridge/packageMetadata.d.ts +1 -1
- package/dist/redirect-bridge/protocol/Authorize.d.ts +33 -0
- package/dist/redirect-bridge/protocol/Authorize.d.ts.map +1 -1
- package/dist/redirect-bridge/redirect_bridge/index.mjs +1 -1
- package/dist/redirect-bridge/utils/BrowserConstants.mjs +1 -1
- package/dist/redirect-bridge/utils/BrowserUtils.mjs +1 -1
- package/dist/request/RequestHelpers.mjs +1 -1
- package/dist/response/ResponseHandler.mjs +1 -1
- package/dist/telemetry/BrowserPerformanceClient.mjs +1 -1
- package/dist/telemetry/BrowserPerformanceEvents.mjs +1 -1
- package/dist/telemetry/BrowserPerformanceMeasurement.mjs +1 -1
- package/dist/telemetry/BrowserRootPerformanceEvents.mjs +1 -1
- package/dist/utils/BrowserConstants.mjs +1 -1
- package/dist/utils/BrowserProtocolUtils.mjs +1 -1
- package/dist/utils/BrowserUtils.mjs +1 -1
- package/dist/utils/Helpers.mjs +1 -1
- package/dist/utils/MsalFrameStatsUtils.mjs +1 -1
- package/lib/custom-auth-path/log-strings-mapping.json +3 -7
- package/lib/custom-auth-path/msal-custom-auth.cjs +145 -74
- package/lib/custom-auth-path/msal-custom-auth.cjs.map +1 -1
- package/lib/custom-auth-path/types/cache/AccountManager.d.ts.map +1 -1
- package/lib/custom-auth-path/types/custom_auth/CustomAuthConstants.d.ts +1 -1
- package/lib/custom-auth-path/types/operatingcontext/BaseOperatingContext.d.ts +1 -1
- package/lib/custom-auth-path/types/operatingcontext/BaseOperatingContext.d.ts.map +1 -1
- package/lib/custom-auth-path/types/operatingcontext/NestedAppOperatingContext.d.ts +1 -1
- package/lib/custom-auth-path/types/operatingcontext/NestedAppOperatingContext.d.ts.map +1 -1
- package/lib/custom-auth-path/types/operatingcontext/StandardOperatingContext.d.ts +1 -1
- package/lib/custom-auth-path/types/operatingcontext/StandardOperatingContext.d.ts.map +1 -1
- package/lib/custom-auth-path/types/packageMetadata.d.ts +1 -1
- package/lib/custom-auth-path/types/protocol/Authorize.d.ts +33 -0
- package/lib/custom-auth-path/types/protocol/Authorize.d.ts.map +1 -1
- package/lib/log-strings-mapping.json +3 -7
- package/lib/msal-browser.cjs +153 -80
- package/lib/msal-browser.cjs.map +1 -1
- package/lib/msal-browser.js +153 -80
- package/lib/msal-browser.js.map +1 -1
- package/lib/msal-browser.min.js +2 -2
- package/lib/redirect-bridge/msal-redirect-bridge.js +10 -10
- package/lib/redirect-bridge/msal-redirect-bridge.js.map +1 -1
- package/lib/redirect-bridge/msal-redirect-bridge.min.js +1 -1
- package/lib/types/cache/AccountManager.d.ts.map +1 -1
- package/lib/types/custom_auth/CustomAuthConstants.d.ts +1 -1
- package/lib/types/operatingcontext/BaseOperatingContext.d.ts +1 -1
- package/lib/types/operatingcontext/BaseOperatingContext.d.ts.map +1 -1
- package/lib/types/operatingcontext/NestedAppOperatingContext.d.ts +1 -1
- package/lib/types/operatingcontext/NestedAppOperatingContext.d.ts.map +1 -1
- package/lib/types/operatingcontext/StandardOperatingContext.d.ts +1 -1
- package/lib/types/operatingcontext/StandardOperatingContext.d.ts.map +1 -1
- package/lib/types/packageMetadata.d.ts +1 -1
- package/lib/types/protocol/Authorize.d.ts +33 -0
- package/lib/types/protocol/Authorize.d.ts.map +1 -1
- package/package.json +2 -2
- package/src/app/PublicClientApplication.ts +2 -2
- package/src/cache/AccountManager.ts +0 -5
- package/src/operatingcontext/BaseOperatingContext.ts +1 -1
- package/src/operatingcontext/NestedAppOperatingContext.ts +4 -3
- package/src/operatingcontext/StandardOperatingContext.ts +1 -1
- package/src/packageMetadata.ts +1 -1
- package/src/protocol/Authorize.ts +100 -0
package/lib/msal-browser.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @azure/msal-browser v5.
|
|
1
|
+
/*! @azure/msal-browser v5.6.1 2026-03-19 */
|
|
2
2
|
'use strict';
|
|
3
3
|
(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 v16.
|
|
9
|
+
/*! @azure/msal-common v16.4.0 2026-03-19 */
|
|
10
10
|
/*
|
|
11
11
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
12
12
|
* Licensed under the MIT License.
|
|
@@ -238,7 +238,7 @@
|
|
|
238
238
|
// Token renewal offset default in seconds
|
|
239
239
|
const DEFAULT_TOKEN_RENEWAL_OFFSET_SEC = 300;
|
|
240
240
|
|
|
241
|
-
/*! @azure/msal-common v16.
|
|
241
|
+
/*! @azure/msal-common v16.4.0 2026-03-19 */
|
|
242
242
|
/*
|
|
243
243
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
244
244
|
* Licensed under the MIT License.
|
|
@@ -287,9 +287,10 @@
|
|
|
287
287
|
const INSTANCE_AWARE = "instance_aware";
|
|
288
288
|
const EAR_JWK = "ear_jwk";
|
|
289
289
|
const EAR_JWE_CRYPTO = "ear_jwe_crypto";
|
|
290
|
-
const RESOURCE = "resource";
|
|
290
|
+
const RESOURCE = "resource";
|
|
291
|
+
const CLI_DATA = "clidata";
|
|
291
292
|
|
|
292
|
-
/*! @azure/msal-common v16.
|
|
293
|
+
/*! @azure/msal-common v16.4.0 2026-03-19 */
|
|
293
294
|
/*
|
|
294
295
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
295
296
|
* Licensed under the MIT License.
|
|
@@ -320,7 +321,7 @@
|
|
|
320
321
|
return new AuthError(code, additionalMessage || getDefaultErrorMessage$1(code));
|
|
321
322
|
}
|
|
322
323
|
|
|
323
|
-
/*! @azure/msal-common v16.
|
|
324
|
+
/*! @azure/msal-common v16.4.0 2026-03-19 */
|
|
324
325
|
|
|
325
326
|
/*
|
|
326
327
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -340,7 +341,7 @@
|
|
|
340
341
|
return new ClientConfigurationError(errorCode);
|
|
341
342
|
}
|
|
342
343
|
|
|
343
|
-
/*! @azure/msal-common v16.
|
|
344
|
+
/*! @azure/msal-common v16.4.0 2026-03-19 */
|
|
344
345
|
/*
|
|
345
346
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
346
347
|
* Licensed under the MIT License.
|
|
@@ -420,7 +421,7 @@
|
|
|
420
421
|
}
|
|
421
422
|
}
|
|
422
423
|
|
|
423
|
-
/*! @azure/msal-common v16.
|
|
424
|
+
/*! @azure/msal-common v16.4.0 2026-03-19 */
|
|
424
425
|
|
|
425
426
|
/*
|
|
426
427
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -443,7 +444,7 @@
|
|
|
443
444
|
return new ClientAuthError(errorCode, additionalMessage);
|
|
444
445
|
}
|
|
445
446
|
|
|
446
|
-
/*! @azure/msal-common v16.
|
|
447
|
+
/*! @azure/msal-common v16.4.0 2026-03-19 */
|
|
447
448
|
/*
|
|
448
449
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
449
450
|
* Licensed under the MIT License.
|
|
@@ -497,7 +498,7 @@
|
|
|
497
498
|
urlParseError: urlParseError
|
|
498
499
|
});
|
|
499
500
|
|
|
500
|
-
/*! @azure/msal-common v16.
|
|
501
|
+
/*! @azure/msal-common v16.4.0 2026-03-19 */
|
|
501
502
|
/*
|
|
502
503
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
503
504
|
* Licensed under the MIT License.
|
|
@@ -585,7 +586,7 @@
|
|
|
585
586
|
userCanceled: userCanceled
|
|
586
587
|
});
|
|
587
588
|
|
|
588
|
-
/*! @azure/msal-common v16.
|
|
589
|
+
/*! @azure/msal-common v16.4.0 2026-03-19 */
|
|
589
590
|
|
|
590
591
|
/*
|
|
591
592
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -780,7 +781,7 @@
|
|
|
780
781
|
}
|
|
781
782
|
}
|
|
782
783
|
|
|
783
|
-
/*! @azure/msal-common v16.
|
|
784
|
+
/*! @azure/msal-common v16.4.0 2026-03-19 */
|
|
784
785
|
|
|
785
786
|
/*
|
|
786
787
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1046,6 +1047,12 @@
|
|
|
1046
1047
|
function addClientInfo(parameters) {
|
|
1047
1048
|
parameters.set(CLIENT_INFO, "1");
|
|
1048
1049
|
}
|
|
1050
|
+
/**
|
|
1051
|
+
* add clidata=1 to request to indicate client data support
|
|
1052
|
+
*/
|
|
1053
|
+
function addCliData(parameters) {
|
|
1054
|
+
parameters.set(CLI_DATA, "1");
|
|
1055
|
+
}
|
|
1049
1056
|
function addInstanceAware(parameters) {
|
|
1050
1057
|
if (!parameters.has(INSTANCE_AWARE)) {
|
|
1051
1058
|
parameters.set(INSTANCE_AWARE, "true");
|
|
@@ -1152,7 +1159,7 @@
|
|
|
1152
1159
|
}
|
|
1153
1160
|
}
|
|
1154
1161
|
|
|
1155
|
-
/*! @azure/msal-common v16.
|
|
1162
|
+
/*! @azure/msal-common v16.4.0 2026-03-19 */
|
|
1156
1163
|
|
|
1157
1164
|
/*
|
|
1158
1165
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1261,7 +1268,7 @@
|
|
|
1261
1268
|
}
|
|
1262
1269
|
}
|
|
1263
1270
|
|
|
1264
|
-
/*! @azure/msal-common v16.
|
|
1271
|
+
/*! @azure/msal-common v16.4.0 2026-03-19 */
|
|
1265
1272
|
|
|
1266
1273
|
/*
|
|
1267
1274
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1300,7 +1307,7 @@
|
|
|
1300
1307
|
},
|
|
1301
1308
|
};
|
|
1302
1309
|
|
|
1303
|
-
/*! @azure/msal-common v16.
|
|
1310
|
+
/*! @azure/msal-common v16.4.0 2026-03-19 */
|
|
1304
1311
|
/*
|
|
1305
1312
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
1306
1313
|
* Licensed under the MIT License.
|
|
@@ -1575,12 +1582,12 @@
|
|
|
1575
1582
|
}
|
|
1576
1583
|
}
|
|
1577
1584
|
|
|
1578
|
-
/*! @azure/msal-common v16.
|
|
1585
|
+
/*! @azure/msal-common v16.4.0 2026-03-19 */
|
|
1579
1586
|
/* eslint-disable header/header */
|
|
1580
1587
|
const name$1 = "@azure/msal-common";
|
|
1581
|
-
const version$1 = "16.
|
|
1588
|
+
const version$1 = "16.4.0";
|
|
1582
1589
|
|
|
1583
|
-
/*! @azure/msal-common v16.
|
|
1590
|
+
/*! @azure/msal-common v16.4.0 2026-03-19 */
|
|
1584
1591
|
/*
|
|
1585
1592
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
1586
1593
|
* Licensed under the MIT License.
|
|
@@ -1600,7 +1607,7 @@
|
|
|
1600
1607
|
AzureUsGovernment: "https://login.microsoftonline.us",
|
|
1601
1608
|
};
|
|
1602
1609
|
|
|
1603
|
-
/*! @azure/msal-common v16.
|
|
1610
|
+
/*! @azure/msal-common v16.4.0 2026-03-19 */
|
|
1604
1611
|
/*
|
|
1605
1612
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
1606
1613
|
* Licensed under the MIT License.
|
|
@@ -1682,7 +1689,7 @@
|
|
|
1682
1689
|
return updatedAccountInfo;
|
|
1683
1690
|
}
|
|
1684
1691
|
|
|
1685
|
-
/*! @azure/msal-common v16.
|
|
1692
|
+
/*! @azure/msal-common v16.4.0 2026-03-19 */
|
|
1686
1693
|
|
|
1687
1694
|
/*
|
|
1688
1695
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1762,7 +1769,7 @@
|
|
|
1762
1769
|
}
|
|
1763
1770
|
}
|
|
1764
1771
|
|
|
1765
|
-
/*! @azure/msal-common v16.
|
|
1772
|
+
/*! @azure/msal-common v16.4.0 2026-03-19 */
|
|
1766
1773
|
|
|
1767
1774
|
/*
|
|
1768
1775
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1919,7 +1926,7 @@
|
|
|
1919
1926
|
}
|
|
1920
1927
|
}
|
|
1921
1928
|
|
|
1922
|
-
/*! @azure/msal-common v16.
|
|
1929
|
+
/*! @azure/msal-common v16.4.0 2026-03-19 */
|
|
1923
1930
|
|
|
1924
1931
|
/*
|
|
1925
1932
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -2076,7 +2083,7 @@
|
|
|
2076
2083
|
return null;
|
|
2077
2084
|
}
|
|
2078
2085
|
|
|
2079
|
-
/*! @azure/msal-common v16.
|
|
2086
|
+
/*! @azure/msal-common v16.4.0 2026-03-19 */
|
|
2080
2087
|
/*
|
|
2081
2088
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
2082
2089
|
* Licensed under the MIT License.
|
|
@@ -2084,7 +2091,7 @@
|
|
|
2084
2091
|
const cacheQuotaExceeded = "cache_quota_exceeded";
|
|
2085
2092
|
const cacheErrorUnknown = "cache_error_unknown";
|
|
2086
2093
|
|
|
2087
|
-
/*! @azure/msal-common v16.
|
|
2094
|
+
/*! @azure/msal-common v16.4.0 2026-03-19 */
|
|
2088
2095
|
|
|
2089
2096
|
/*
|
|
2090
2097
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -2122,7 +2129,7 @@
|
|
|
2122
2129
|
}
|
|
2123
2130
|
}
|
|
2124
2131
|
|
|
2125
|
-
/*! @azure/msal-common v16.
|
|
2132
|
+
/*! @azure/msal-common v16.4.0 2026-03-19 */
|
|
2126
2133
|
|
|
2127
2134
|
/*
|
|
2128
2135
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -2160,7 +2167,7 @@
|
|
|
2160
2167
|
};
|
|
2161
2168
|
}
|
|
2162
2169
|
|
|
2163
|
-
/*! @azure/msal-common v16.
|
|
2170
|
+
/*! @azure/msal-common v16.4.0 2026-03-19 */
|
|
2164
2171
|
/*
|
|
2165
2172
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
2166
2173
|
* Licensed under the MIT License.
|
|
@@ -2175,7 +2182,7 @@
|
|
|
2175
2182
|
Ciam: 3,
|
|
2176
2183
|
};
|
|
2177
2184
|
|
|
2178
|
-
/*! @azure/msal-common v16.
|
|
2185
|
+
/*! @azure/msal-common v16.4.0 2026-03-19 */
|
|
2179
2186
|
/*
|
|
2180
2187
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
2181
2188
|
* Licensed under the MIT License.
|
|
@@ -2197,7 +2204,7 @@
|
|
|
2197
2204
|
return null;
|
|
2198
2205
|
}
|
|
2199
2206
|
|
|
2200
|
-
/*! @azure/msal-common v16.
|
|
2207
|
+
/*! @azure/msal-common v16.4.0 2026-03-19 */
|
|
2201
2208
|
/*
|
|
2202
2209
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
2203
2210
|
* Licensed under the MIT License.
|
|
@@ -2221,7 +2228,7 @@
|
|
|
2221
2228
|
EAR: "EAR",
|
|
2222
2229
|
};
|
|
2223
2230
|
|
|
2224
|
-
/*! @azure/msal-common v16.
|
|
2231
|
+
/*! @azure/msal-common v16.4.0 2026-03-19 */
|
|
2225
2232
|
/**
|
|
2226
2233
|
* Returns the AccountInfo interface for this account.
|
|
2227
2234
|
*/
|
|
@@ -2396,7 +2403,7 @@
|
|
|
2396
2403
|
entity.hasOwnProperty("authorityType"));
|
|
2397
2404
|
}
|
|
2398
2405
|
|
|
2399
|
-
/*! @azure/msal-common v16.
|
|
2406
|
+
/*! @azure/msal-common v16.4.0 2026-03-19 */
|
|
2400
2407
|
|
|
2401
2408
|
/*
|
|
2402
2409
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -2426,6 +2433,11 @@
|
|
|
2426
2433
|
* Gets first tenanted AccountInfo object found based on provided filters
|
|
2427
2434
|
*/
|
|
2428
2435
|
getAccountInfoFilteredBy(accountFilter, correlationId) {
|
|
2436
|
+
if (Object.keys(accountFilter).length === 0 ||
|
|
2437
|
+
Object.values(accountFilter).every((value) => value === null || value === undefined || value === "")) {
|
|
2438
|
+
this.commonLogger.warning("1skb02", correlationId);
|
|
2439
|
+
return null;
|
|
2440
|
+
}
|
|
2429
2441
|
const allAccounts = this.getAllAccounts(accountFilter, correlationId);
|
|
2430
2442
|
if (allAccounts.length > 1) {
|
|
2431
2443
|
// If one or more accounts are found, prioritize accounts that have an ID token
|
|
@@ -3493,7 +3505,7 @@
|
|
|
3493
3505
|
}
|
|
3494
3506
|
}
|
|
3495
3507
|
|
|
3496
|
-
/*! @azure/msal-common v16.
|
|
3508
|
+
/*! @azure/msal-common v16.4.0 2026-03-19 */
|
|
3497
3509
|
/*
|
|
3498
3510
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3499
3511
|
* Licensed under the MIT License.
|
|
@@ -3543,7 +3555,7 @@
|
|
|
3543
3555
|
"redirectBridgeMessageVersion",
|
|
3544
3556
|
]);
|
|
3545
3557
|
|
|
3546
|
-
/*! @azure/msal-common v16.
|
|
3558
|
+
/*! @azure/msal-common v16.4.0 2026-03-19 */
|
|
3547
3559
|
|
|
3548
3560
|
/*
|
|
3549
3561
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -3598,7 +3610,7 @@
|
|
|
3598
3610
|
}
|
|
3599
3611
|
}
|
|
3600
3612
|
|
|
3601
|
-
/*! @azure/msal-common v16.
|
|
3613
|
+
/*! @azure/msal-common v16.4.0 2026-03-19 */
|
|
3602
3614
|
|
|
3603
3615
|
/*
|
|
3604
3616
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -3693,7 +3705,7 @@
|
|
|
3693
3705
|
return (config.authOptions.authority.options.protocolMode === ProtocolMode.OIDC);
|
|
3694
3706
|
}
|
|
3695
3707
|
|
|
3696
|
-
/*! @azure/msal-common v16.
|
|
3708
|
+
/*! @azure/msal-common v16.4.0 2026-03-19 */
|
|
3697
3709
|
|
|
3698
3710
|
/*
|
|
3699
3711
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -3712,7 +3724,7 @@
|
|
|
3712
3724
|
}
|
|
3713
3725
|
}
|
|
3714
3726
|
|
|
3715
|
-
/*! @azure/msal-common v16.
|
|
3727
|
+
/*! @azure/msal-common v16.4.0 2026-03-19 */
|
|
3716
3728
|
/*
|
|
3717
3729
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3718
3730
|
* Licensed under the MIT License.
|
|
@@ -3776,7 +3788,7 @@
|
|
|
3776
3788
|
uxNotAllowed: uxNotAllowed
|
|
3777
3789
|
});
|
|
3778
3790
|
|
|
3779
|
-
/*! @azure/msal-common v16.
|
|
3791
|
+
/*! @azure/msal-common v16.4.0 2026-03-19 */
|
|
3780
3792
|
|
|
3781
3793
|
/*
|
|
3782
3794
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -3844,7 +3856,7 @@
|
|
|
3844
3856
|
return new InteractionRequiredAuthError(errorCode, errorMessage);
|
|
3845
3857
|
}
|
|
3846
3858
|
|
|
3847
|
-
/*! @azure/msal-common v16.
|
|
3859
|
+
/*! @azure/msal-common v16.4.0 2026-03-19 */
|
|
3848
3860
|
|
|
3849
3861
|
/*
|
|
3850
3862
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -3912,7 +3924,7 @@
|
|
|
3912
3924
|
}
|
|
3913
3925
|
}
|
|
3914
3926
|
|
|
3915
|
-
/*! @azure/msal-common v16.
|
|
3927
|
+
/*! @azure/msal-common v16.4.0 2026-03-19 */
|
|
3916
3928
|
/*
|
|
3917
3929
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3918
3930
|
* Licensed under the MIT License.
|
|
@@ -3977,7 +3989,7 @@
|
|
|
3977
3989
|
return cachedAtSec > nowSeconds();
|
|
3978
3990
|
}
|
|
3979
3991
|
|
|
3980
|
-
/*! @azure/msal-common v16.
|
|
3992
|
+
/*! @azure/msal-common v16.4.0 2026-03-19 */
|
|
3981
3993
|
/*
|
|
3982
3994
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3983
3995
|
* Licensed under the MIT License.
|
|
@@ -4048,7 +4060,7 @@
|
|
|
4048
4060
|
const CacheManagerGetRefreshToken = "cacheManagerGetRefreshToken";
|
|
4049
4061
|
const SetUserData = "setUserData";
|
|
4050
4062
|
|
|
4051
|
-
/*! @azure/msal-common v16.
|
|
4063
|
+
/*! @azure/msal-common v16.4.0 2026-03-19 */
|
|
4052
4064
|
/*
|
|
4053
4065
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4054
4066
|
* Licensed under the MIT License.
|
|
@@ -4141,7 +4153,7 @@
|
|
|
4141
4153
|
};
|
|
4142
4154
|
};
|
|
4143
4155
|
|
|
4144
|
-
/*! @azure/msal-common v16.
|
|
4156
|
+
/*! @azure/msal-common v16.4.0 2026-03-19 */
|
|
4145
4157
|
|
|
4146
4158
|
/*
|
|
4147
4159
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4221,7 +4233,7 @@
|
|
|
4221
4233
|
}
|
|
4222
4234
|
}
|
|
4223
4235
|
|
|
4224
|
-
/*! @azure/msal-common v16.
|
|
4236
|
+
/*! @azure/msal-common v16.4.0 2026-03-19 */
|
|
4225
4237
|
/*
|
|
4226
4238
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4227
4239
|
* Licensed under the MIT License.
|
|
@@ -4248,7 +4260,7 @@
|
|
|
4248
4260
|
}
|
|
4249
4261
|
}
|
|
4250
4262
|
|
|
4251
|
-
/*! @azure/msal-common v16.
|
|
4263
|
+
/*! @azure/msal-common v16.4.0 2026-03-19 */
|
|
4252
4264
|
|
|
4253
4265
|
/*
|
|
4254
4266
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4507,7 +4519,7 @@
|
|
|
4507
4519
|
return metadata.expiresAt <= nowSeconds();
|
|
4508
4520
|
}
|
|
4509
4521
|
|
|
4510
|
-
/*! @azure/msal-common v16.
|
|
4522
|
+
/*! @azure/msal-common v16.4.0 2026-03-19 */
|
|
4511
4523
|
|
|
4512
4524
|
/*
|
|
4513
4525
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4848,7 +4860,7 @@
|
|
|
4848
4860
|
return baseAccount;
|
|
4849
4861
|
}
|
|
4850
4862
|
|
|
4851
|
-
/*! @azure/msal-common v16.
|
|
4863
|
+
/*! @azure/msal-common v16.4.0 2026-03-19 */
|
|
4852
4864
|
/*
|
|
4853
4865
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4854
4866
|
* Licensed under the MIT License.
|
|
@@ -4858,7 +4870,7 @@
|
|
|
4858
4870
|
UPN: "UPN",
|
|
4859
4871
|
};
|
|
4860
4872
|
|
|
4861
|
-
/*! @azure/msal-common v16.
|
|
4873
|
+
/*! @azure/msal-common v16.4.0 2026-03-19 */
|
|
4862
4874
|
/*
|
|
4863
4875
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4864
4876
|
* Licensed under the MIT License.
|
|
@@ -4876,7 +4888,7 @@
|
|
|
4876
4888
|
}
|
|
4877
4889
|
}
|
|
4878
4890
|
|
|
4879
|
-
/*! @azure/msal-common v16.
|
|
4891
|
+
/*! @azure/msal-common v16.4.0 2026-03-19 */
|
|
4880
4892
|
/*
|
|
4881
4893
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4882
4894
|
* Licensed under the MIT License.
|
|
@@ -4897,7 +4909,7 @@
|
|
|
4897
4909
|
};
|
|
4898
4910
|
}
|
|
4899
4911
|
|
|
4900
|
-
/*! @azure/msal-common v16.
|
|
4912
|
+
/*! @azure/msal-common v16.4.0 2026-03-19 */
|
|
4901
4913
|
|
|
4902
4914
|
/*
|
|
4903
4915
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4983,7 +4995,7 @@
|
|
|
4983
4995
|
}
|
|
4984
4996
|
}
|
|
4985
4997
|
|
|
4986
|
-
/*! @azure/msal-common v16.
|
|
4998
|
+
/*! @azure/msal-common v16.4.0 2026-03-19 */
|
|
4987
4999
|
|
|
4988
5000
|
/*
|
|
4989
5001
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -5014,7 +5026,7 @@
|
|
|
5014
5026
|
return new NetworkError(error, httpStatus, responseHeaders);
|
|
5015
5027
|
}
|
|
5016
5028
|
|
|
5017
|
-
/*! @azure/msal-common v16.
|
|
5029
|
+
/*! @azure/msal-common v16.4.0 2026-03-19 */
|
|
5018
5030
|
|
|
5019
5031
|
/*
|
|
5020
5032
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -5128,7 +5140,7 @@
|
|
|
5128
5140
|
return response;
|
|
5129
5141
|
}
|
|
5130
5142
|
|
|
5131
|
-
/*! @azure/msal-common v16.
|
|
5143
|
+
/*! @azure/msal-common v16.4.0 2026-03-19 */
|
|
5132
5144
|
/*
|
|
5133
5145
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
5134
5146
|
* Licensed under the MIT License.
|
|
@@ -5140,7 +5152,7 @@
|
|
|
5140
5152
|
response.hasOwnProperty("jwks_uri"));
|
|
5141
5153
|
}
|
|
5142
5154
|
|
|
5143
|
-
/*! @azure/msal-common v16.
|
|
5155
|
+
/*! @azure/msal-common v16.4.0 2026-03-19 */
|
|
5144
5156
|
/*
|
|
5145
5157
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
5146
5158
|
* Licensed under the MIT License.
|
|
@@ -5150,7 +5162,7 @@
|
|
|
5150
5162
|
response.hasOwnProperty("metadata"));
|
|
5151
5163
|
}
|
|
5152
5164
|
|
|
5153
|
-
/*! @azure/msal-common v16.
|
|
5165
|
+
/*! @azure/msal-common v16.4.0 2026-03-19 */
|
|
5154
5166
|
/*
|
|
5155
5167
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
5156
5168
|
* Licensed under the MIT License.
|
|
@@ -5160,7 +5172,7 @@
|
|
|
5160
5172
|
response.hasOwnProperty("error_description"));
|
|
5161
5173
|
}
|
|
5162
5174
|
|
|
5163
|
-
/*! @azure/msal-common v16.
|
|
5175
|
+
/*! @azure/msal-common v16.4.0 2026-03-19 */
|
|
5164
5176
|
|
|
5165
5177
|
/*
|
|
5166
5178
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -5265,7 +5277,7 @@
|
|
|
5265
5277
|
},
|
|
5266
5278
|
};
|
|
5267
5279
|
|
|
5268
|
-
/*! @azure/msal-common v16.
|
|
5280
|
+
/*! @azure/msal-common v16.4.0 2026-03-19 */
|
|
5269
5281
|
|
|
5270
5282
|
/*
|
|
5271
5283
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6085,7 +6097,7 @@
|
|
|
6085
6097
|
};
|
|
6086
6098
|
}
|
|
6087
6099
|
|
|
6088
|
-
/*! @azure/msal-common v16.
|
|
6100
|
+
/*! @azure/msal-common v16.4.0 2026-03-19 */
|
|
6089
6101
|
|
|
6090
6102
|
/*
|
|
6091
6103
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6119,7 +6131,7 @@
|
|
|
6119
6131
|
}
|
|
6120
6132
|
}
|
|
6121
6133
|
|
|
6122
|
-
/*! @azure/msal-common v16.
|
|
6134
|
+
/*! @azure/msal-common v16.4.0 2026-03-19 */
|
|
6123
6135
|
|
|
6124
6136
|
/*
|
|
6125
6137
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6380,7 +6392,7 @@
|
|
|
6380
6392
|
}
|
|
6381
6393
|
}
|
|
6382
6394
|
|
|
6383
|
-
/*! @azure/msal-common v16.
|
|
6395
|
+
/*! @azure/msal-common v16.4.0 2026-03-19 */
|
|
6384
6396
|
|
|
6385
6397
|
/*
|
|
6386
6398
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6605,7 +6617,7 @@
|
|
|
6605
6617
|
}
|
|
6606
6618
|
}
|
|
6607
6619
|
|
|
6608
|
-
/*! @azure/msal-common v16.
|
|
6620
|
+
/*! @azure/msal-common v16.4.0 2026-03-19 */
|
|
6609
6621
|
|
|
6610
6622
|
/*
|
|
6611
6623
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6721,7 +6733,7 @@
|
|
|
6721
6733
|
}
|
|
6722
6734
|
}
|
|
6723
6735
|
|
|
6724
|
-
/*! @azure/msal-common v16.
|
|
6736
|
+
/*! @azure/msal-common v16.4.0 2026-03-19 */
|
|
6725
6737
|
|
|
6726
6738
|
/*
|
|
6727
6739
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6736,7 +6748,7 @@
|
|
|
6736
6748
|
},
|
|
6737
6749
|
};
|
|
6738
6750
|
|
|
6739
|
-
/*! @azure/msal-common v16.
|
|
6751
|
+
/*! @azure/msal-common v16.4.0 2026-03-19 */
|
|
6740
6752
|
|
|
6741
6753
|
/*
|
|
6742
6754
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6769,6 +6781,8 @@
|
|
|
6769
6781
|
addResponseMode(parameters, request.responseMode);
|
|
6770
6782
|
// add client_info=1
|
|
6771
6783
|
addClientInfo(parameters);
|
|
6784
|
+
// add clidata=1
|
|
6785
|
+
addCliData(parameters);
|
|
6772
6786
|
if (request.prompt) {
|
|
6773
6787
|
addPrompt(parameters, request.prompt);
|
|
6774
6788
|
performanceClient?.addFields({ prompt: request.prompt }, correlationId);
|
|
@@ -6961,7 +6975,7 @@
|
|
|
6961
6975
|
return account.loginHint || account.idTokenClaims?.login_hint || null;
|
|
6962
6976
|
}
|
|
6963
6977
|
|
|
6964
|
-
/*! @azure/msal-common v16.
|
|
6978
|
+
/*! @azure/msal-common v16.4.0 2026-03-19 */
|
|
6965
6979
|
|
|
6966
6980
|
/*
|
|
6967
6981
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6994,7 +7008,7 @@
|
|
|
6994
7008
|
return Object.prototype.hasOwnProperty.call(params, "resource");
|
|
6995
7009
|
}
|
|
6996
7010
|
|
|
6997
|
-
/*! @azure/msal-common v16.
|
|
7011
|
+
/*! @azure/msal-common v16.4.0 2026-03-19 */
|
|
6998
7012
|
|
|
6999
7013
|
/*
|
|
7000
7014
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7052,7 +7066,7 @@
|
|
|
7052
7066
|
}
|
|
7053
7067
|
}
|
|
7054
7068
|
|
|
7055
|
-
/*! @azure/msal-common v16.
|
|
7069
|
+
/*! @azure/msal-common v16.4.0 2026-03-19 */
|
|
7056
7070
|
/*
|
|
7057
7071
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
7058
7072
|
* Licensed under the MIT License.
|
|
@@ -7069,7 +7083,7 @@
|
|
|
7069
7083
|
unexpectedError: unexpectedError
|
|
7070
7084
|
});
|
|
7071
7085
|
|
|
7072
|
-
/*! @azure/msal-common v16.
|
|
7086
|
+
/*! @azure/msal-common v16.4.0 2026-03-19 */
|
|
7073
7087
|
|
|
7074
7088
|
/*
|
|
7075
7089
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7330,7 +7344,7 @@
|
|
|
7330
7344
|
}
|
|
7331
7345
|
}
|
|
7332
7346
|
|
|
7333
|
-
/*! @azure/msal-common v16.
|
|
7347
|
+
/*! @azure/msal-common v16.4.0 2026-03-19 */
|
|
7334
7348
|
|
|
7335
7349
|
/*
|
|
7336
7350
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7351,7 +7365,7 @@
|
|
|
7351
7365
|
return new JoseHeaderError(code);
|
|
7352
7366
|
}
|
|
7353
7367
|
|
|
7354
|
-
/*! @azure/msal-common v16.
|
|
7368
|
+
/*! @azure/msal-common v16.4.0 2026-03-19 */
|
|
7355
7369
|
/*
|
|
7356
7370
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
7357
7371
|
* Licensed under the MIT License.
|
|
@@ -7359,7 +7373,7 @@
|
|
|
7359
7373
|
const missingKidError = "missing_kid_error";
|
|
7360
7374
|
const missingAlgError = "missing_alg_error";
|
|
7361
7375
|
|
|
7362
|
-
/*! @azure/msal-common v16.
|
|
7376
|
+
/*! @azure/msal-common v16.4.0 2026-03-19 */
|
|
7363
7377
|
|
|
7364
7378
|
/*
|
|
7365
7379
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7399,7 +7413,7 @@
|
|
|
7399
7413
|
}
|
|
7400
7414
|
}
|
|
7401
7415
|
|
|
7402
|
-
/*! @azure/msal-common v16.
|
|
7416
|
+
/*! @azure/msal-common v16.4.0 2026-03-19 */
|
|
7403
7417
|
|
|
7404
7418
|
/*
|
|
7405
7419
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7495,8 +7509,10 @@
|
|
|
7495
7509
|
else if (error instanceof AuthError) {
|
|
7496
7510
|
event.errorCode = error.errorCode;
|
|
7497
7511
|
event.subErrorCode = error.subError;
|
|
7498
|
-
if (
|
|
7499
|
-
error instanceof
|
|
7512
|
+
if (!event.serverErrorNo &&
|
|
7513
|
+
(error instanceof ServerError ||
|
|
7514
|
+
error instanceof InteractionRequiredAuthError) &&
|
|
7515
|
+
error.errorNo) {
|
|
7500
7516
|
event.serverErrorNo = error.errorNo;
|
|
7501
7517
|
}
|
|
7502
7518
|
return;
|
|
@@ -10282,7 +10298,7 @@
|
|
|
10282
10298
|
|
|
10283
10299
|
/* eslint-disable header/header */
|
|
10284
10300
|
const name = "@azure/msal-browser";
|
|
10285
|
-
const version = "5.
|
|
10301
|
+
const version = "5.6.1";
|
|
10286
10302
|
|
|
10287
10303
|
/*
|
|
10288
10304
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -11685,10 +11701,6 @@
|
|
|
11685
11701
|
*/
|
|
11686
11702
|
function getAccount(accountFilter, logger, browserStorage, correlationId) {
|
|
11687
11703
|
logger.trace("0u7b90", correlationId);
|
|
11688
|
-
if (Object.keys(accountFilter).length === 0) {
|
|
11689
|
-
logger.warning("1kz0cu", correlationId);
|
|
11690
|
-
return null;
|
|
11691
|
-
}
|
|
11692
11704
|
const account = browserStorage.getAccountInfoFilteredBy(accountFilter, correlationId);
|
|
11693
11705
|
if (account) {
|
|
11694
11706
|
logger.verbose("0btgll", correlationId);
|
|
@@ -13116,6 +13128,62 @@
|
|
|
13116
13128
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
13117
13129
|
* Licensed under the MIT License.
|
|
13118
13130
|
*/
|
|
13131
|
+
const clientDataAccountTypeMapping = new Map([
|
|
13132
|
+
["e", "AAD"],
|
|
13133
|
+
["m", "MSA"],
|
|
13134
|
+
]);
|
|
13135
|
+
/**
|
|
13136
|
+
* Parses the clientdata response parameter from the /authorize endpoint.
|
|
13137
|
+
*
|
|
13138
|
+
* Logically, the clientdata value is URL-encoded and pipe-delimited:
|
|
13139
|
+
* urlencoded(account_type | error | sub_error | cloud_instance | caller_data_boundary)
|
|
13140
|
+
*
|
|
13141
|
+
* In normal browser flows, this value may already have been URL-decoded
|
|
13142
|
+
* (e.g. by URLSearchParams). This function will only apply decodeURIComponent
|
|
13143
|
+
* when the string appears to contain percent-encoded sequences to avoid
|
|
13144
|
+
* double-decoding.
|
|
13145
|
+
*
|
|
13146
|
+
* @param clientdata - The raw clientdata string from the authorize response
|
|
13147
|
+
* @returns Parsed ClientData object, or null if the input is empty/invalid
|
|
13148
|
+
*/
|
|
13149
|
+
function parseClientData(clientdata) {
|
|
13150
|
+
if (!clientdata) {
|
|
13151
|
+
return null;
|
|
13152
|
+
}
|
|
13153
|
+
try {
|
|
13154
|
+
// Only decode when the string appears to contain percent-encoded sequences
|
|
13155
|
+
const shouldDecode = /%(?:[0-9A-Fa-f]{2})/.test(clientdata);
|
|
13156
|
+
const decoded = shouldDecode
|
|
13157
|
+
? decodeURIComponent(clientdata)
|
|
13158
|
+
: clientdata;
|
|
13159
|
+
const parts = decoded.split("|");
|
|
13160
|
+
if (parts.length < 5) {
|
|
13161
|
+
return null;
|
|
13162
|
+
}
|
|
13163
|
+
return {
|
|
13164
|
+
accountType: clientDataAccountTypeMapping.get(parts[0]?.trim() || "") || "",
|
|
13165
|
+
error: parts[1]?.trim() || "",
|
|
13166
|
+
subError: parts[2]?.trim() || "",
|
|
13167
|
+
cloudInstance: parts[3]?.trim() || "",
|
|
13168
|
+
callerDataBoundary: parts[4]?.trim() || "",
|
|
13169
|
+
};
|
|
13170
|
+
}
|
|
13171
|
+
catch {
|
|
13172
|
+
return null;
|
|
13173
|
+
}
|
|
13174
|
+
}
|
|
13175
|
+
/**
|
|
13176
|
+
* Instruments account type, error, and suberror from clientdata
|
|
13177
|
+
*/
|
|
13178
|
+
function instrumentClientData(response, correlationId, performanceClient) {
|
|
13179
|
+
const parsed = parseClientData(response.clientdata);
|
|
13180
|
+
parsed?.accountType &&
|
|
13181
|
+
performanceClient.addFields({ accountType: parsed.accountType }, correlationId);
|
|
13182
|
+
parsed?.error &&
|
|
13183
|
+
performanceClient.addFields({ serverErrorNo: parsed.error }, correlationId);
|
|
13184
|
+
parsed?.subError &&
|
|
13185
|
+
performanceClient.addFields({ serverSubErrorNo: parsed.subError }, correlationId);
|
|
13186
|
+
}
|
|
13119
13187
|
/**
|
|
13120
13188
|
* Returns map of parameters that are applicable to all calls to /authorize whether using PKCE or EAR
|
|
13121
13189
|
* @param config
|
|
@@ -13285,6 +13353,8 @@
|
|
|
13285
13353
|
async function handleResponseCode(request, response, codeVerifier, apiId, config, authClient, browserStorage, nativeStorage, eventHandler, logger, performanceClient, platformAuthProvider) {
|
|
13286
13354
|
// Remove throttle if it exists
|
|
13287
13355
|
ThrottlingUtils.removeThrottle(browserStorage, config.auth.clientId, request);
|
|
13356
|
+
// Instrument clientdata telemetry fields from the authorize response
|
|
13357
|
+
instrumentClientData(response, request.correlationId, performanceClient);
|
|
13288
13358
|
if (response.accountId) {
|
|
13289
13359
|
return invokeAsync(handleResponsePlatformBroker, HandleResponsePlatformBroker, logger, performanceClient, request.correlationId)(request, response.accountId, apiId, config, browserStorage, nativeStorage, eventHandler, logger, performanceClient, platformAuthProvider);
|
|
13290
13360
|
}
|
|
@@ -13317,6 +13387,8 @@
|
|
|
13317
13387
|
async function handleResponseEAR(request, response, apiId, config, authority, browserStorage, nativeStorage, eventHandler, logger, performanceClient, platformAuthProvider) {
|
|
13318
13388
|
// Remove throttle if it exists
|
|
13319
13389
|
ThrottlingUtils.removeThrottle(browserStorage, config.auth.clientId, request);
|
|
13390
|
+
// Instrument clientdata telemetry fields from the authorize response
|
|
13391
|
+
instrumentClientData(response, request.correlationId, performanceClient);
|
|
13320
13392
|
// Validate state & check response for errors
|
|
13321
13393
|
validateAuthorizationResponse(response, request.state);
|
|
13322
13394
|
if (!response.ear_jwe) {
|
|
@@ -17752,6 +17824,7 @@
|
|
|
17752
17824
|
* @returns Promise<boolean> indicating whether this operating context is currently available.
|
|
17753
17825
|
*/
|
|
17754
17826
|
async initialize(correlationId) {
|
|
17827
|
+
const cid = correlationId || "";
|
|
17755
17828
|
try {
|
|
17756
17829
|
if (typeof window !== "undefined") {
|
|
17757
17830
|
if (typeof window.__initializeNestedAppAuth === "function") {
|
|
@@ -17769,9 +17842,9 @@
|
|
|
17769
17842
|
}
|
|
17770
17843
|
}
|
|
17771
17844
|
catch (ex) {
|
|
17772
|
-
this.logger.infoPii("1mdxyj",
|
|
17845
|
+
this.logger.infoPii("1mdxyj", cid);
|
|
17773
17846
|
}
|
|
17774
|
-
this.logger.info("12jy9a",
|
|
17847
|
+
this.logger.info("12jy9a", cid);
|
|
17775
17848
|
return this.available;
|
|
17776
17849
|
}
|
|
17777
17850
|
}
|
|
@@ -18063,10 +18136,10 @@
|
|
|
18063
18136
|
*
|
|
18064
18137
|
*/
|
|
18065
18138
|
async function createNestablePublicClientApplication(configuration, correlationId, pcaFactory) {
|
|
18066
|
-
const cid = correlationId || createNewGuid();
|
|
18067
18139
|
const nestedAppAuth = new NestedAppOperatingContext(configuration);
|
|
18068
|
-
await nestedAppAuth.initialize(
|
|
18140
|
+
await nestedAppAuth.initialize(correlationId);
|
|
18069
18141
|
if (nestedAppAuth.isAvailable()) {
|
|
18142
|
+
const cid = correlationId || createNewGuid();
|
|
18070
18143
|
const controller = new NestedAppAuthController(nestedAppAuth);
|
|
18071
18144
|
const nestablePCA = pcaFactory
|
|
18072
18145
|
? pcaFactory(configuration, controller)
|