@openclaw/msteams 2026.7.1-beta.1 → 2026.7.1-beta.4
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/api.js +2 -2
- package/dist/{channel-BrQGaAEV.js → channel-Cf5LJ4aO.js} +113 -8
- package/dist/channel-plugin-api.js +1 -1
- package/dist/{channel.runtime-CjEyJo5B.js → channel.runtime-Bwu6Tjhf.js} +12 -6
- package/dist/directory-contract-api.js +1 -1
- package/dist/doctor-contract-api.js +10 -31
- package/dist/{oauth-CKGUl-St.js → oauth-BifWxWzq.js} +1 -1
- package/dist/{polls-C1VgSvKE.js → polls-B_hs4aKm.js} +13 -23
- package/dist/{probe-CiZIJ_eX.js → probe-BnyZRZsD.js} +26 -17
- package/dist/{resolve-allowlist-DlH_aNya.js → resolve-allowlist-Dnw4aNOu.js} +15 -17
- package/dist/setup-plugin-api.js +2 -2
- package/dist/{setup-surface-CuIeEFrR.js → setup-surface-qW-ECHL-.js} +2 -2
- package/dist/{src-doNP_Xd_.js → src-DZFs5XtZ.js} +152 -256
- package/dist/{sso-token-store-BYZaKr82.js → sso-token-store-DrVbnCUF.js} +1 -1
- package/node_modules/@azure/msal-browser/README.md +1 -0
- package/node_modules/@azure/msal-browser/dist/app/IPublicClientApplication.mjs +16 -16
- package/node_modules/@azure/msal-browser/dist/app/IPublicClientApplication.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/app/PublicClientApplication.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/broker/nativeBroker/NativeStatusCodes.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/broker/nativeBroker/PlatformAuthDOMHandler.mjs +11 -11
- package/node_modules/@azure/msal-browser/dist/broker/nativeBroker/PlatformAuthDOMHandler.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/broker/nativeBroker/PlatformAuthExtensionHandler.mjs +21 -21
- package/node_modules/@azure/msal-browser/dist/broker/nativeBroker/PlatformAuthExtensionHandler.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/broker/nativeBroker/PlatformAuthProvider.mjs +3 -3
- package/node_modules/@azure/msal-browser/dist/broker/nativeBroker/PlatformAuthProvider.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/cache/AccountManager.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/cache/AsyncMemoryStorage.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/cache/BrowserCacheManager.mjs +109 -34
- package/node_modules/@azure/msal-browser/dist/cache/BrowserCacheManager.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/cache/CacheHelpers.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/cache/CacheKeys.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/cache/CookieStorage.mjs +4 -4
- package/node_modules/@azure/msal-browser/dist/cache/CookieStorage.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/cache/DatabaseStorage.mjs +7 -7
- package/node_modules/@azure/msal-browser/dist/cache/DatabaseStorage.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/cache/EncryptedData.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/cache/LocalStorage.mjs +6 -6
- package/node_modules/@azure/msal-browser/dist/cache/LocalStorage.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/cache/MemoryStorage.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/cache/SessionStorage.mjs +2 -2
- package/node_modules/@azure/msal-browser/dist/cache/SessionStorage.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/cache/TokenCache.mjs +10 -8
- package/node_modules/@azure/msal-browser/dist/cache/TokenCache.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/config/Configuration.mjs +6 -4
- package/node_modules/@azure/msal-browser/dist/config/Configuration.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/controllers/NestedAppAuthController.mjs +16 -17
- package/node_modules/@azure/msal-browser/dist/controllers/NestedAppAuthController.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/controllers/StandardController.mjs +26 -26
- package/node_modules/@azure/msal-browser/dist/controllers/StandardController.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/crypto/BrowserCrypto.mjs +7 -7
- package/node_modules/@azure/msal-browser/dist/crypto/BrowserCrypto.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/crypto/CryptoOps.mjs +4 -4
- package/node_modules/@azure/msal-browser/dist/crypto/CryptoOps.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/crypto/PkceGenerator.mjs +3 -3
- package/node_modules/@azure/msal-browser/dist/crypto/PkceGenerator.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/crypto/SignedHttpRequest.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/CustomAuthConstants.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/CustomAuthPublicClientApplication.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/controller/CustomAuthStandardController.mjs +13 -8
- package/node_modules/@azure/msal-browser/dist/custom_auth/controller/CustomAuthStandardController.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/CustomAuthAuthority.mjs +2 -2
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/CustomAuthAuthority.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/auth_flow/AuthFlowErrorBase.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/auth_flow/AuthFlowResultBase.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/auth_flow/AuthFlowState.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/auth_flow/AuthFlowStateTypes.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/auth_flow/jit/error_type/AuthMethodRegistrationError.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/auth_flow/jit/result/AuthMethodRegistrationChallengeMethodResult.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/auth_flow/jit/result/AuthMethodRegistrationSubmitChallengeResult.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationCompletedState.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationFailedState.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationState.mjs +4 -4
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationState.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/auth_flow/mfa/error_type/MfaError.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/auth_flow/mfa/result/MfaRequestChallengeResult.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/auth_flow/mfa/result/MfaSubmitChallengeResult.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/auth_flow/mfa/state/MfaCompletedState.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/auth_flow/mfa/state/MfaFailedState.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/auth_flow/mfa/state/MfaState.mjs +4 -4
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/auth_flow/mfa/state/MfaState.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/error/CustomAuthApiError.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/error/CustomAuthError.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/error/HttpError.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/error/HttpErrorCodes.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/error/InvalidArgumentError.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/error/InvalidConfigurationError.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/error/InvalidConfigurationErrorCodes.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/error/MethodNotImplementedError.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/error/MsalCustomAuthError.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/error/NoCachedAccountFoundError.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/error/ParsedUrlError.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/error/ParsedUrlErrorCodes.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/error/UnexpectedError.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/error/UnsupportedEnvironmentError.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/error/UserAccountAttributeError.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/error/UserAlreadySignedInError.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/interaction_client/CustomAuthInteractionClientBase.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/interaction_client/CustomAuthInterationClientFactory.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/interaction_client/jit/JitClient.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/interaction_client/jit/result/JitActionResult.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/interaction_client/mfa/MfaClient.mjs +2 -2
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/interaction_client/mfa/MfaClient.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/interaction_client/mfa/result/MfaActionResult.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/network_client/custom_auth_api/BaseApiClient.mjs +2 -2
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/network_client/custom_auth_api/BaseApiClient.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/network_client/custom_auth_api/CustomAuthApiClient.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/network_client/custom_auth_api/CustomAuthApiEndpoint.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/network_client/custom_auth_api/RegisterApiClient.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/network_client/custom_auth_api/ResetPasswordApiClient.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/network_client/custom_auth_api/SignInApiClient.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/network_client/custom_auth_api/SignupApiClient.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/network_client/custom_auth_api/types/ApiErrorCodes.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/network_client/custom_auth_api/types/ApiSuberrors.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/network_client/http_client/FetchHttpClient.mjs +4 -4
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/network_client/http_client/FetchHttpClient.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/network_client/http_client/IHttpClient.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/telemetry/PublicApiId.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/utils/ArgumentValidator.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/utils/CustomHeaderUtils.mjs +3 -3
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/utils/CustomHeaderUtils.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/core/utils/UrlUtils.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/get_account/auth_flow/CustomAuthAccountData.mjs +2 -2
- package/node_modules/@azure/msal-browser/dist/custom_auth/get_account/auth_flow/CustomAuthAccountData.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/get_account/auth_flow/error_type/GetAccountError.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/get_account/auth_flow/result/GetAccessTokenResult.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/get_account/auth_flow/result/GetAccountResult.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/get_account/auth_flow/result/SignOutResult.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/get_account/auth_flow/state/GetAccessTokenState.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/get_account/auth_flow/state/GetAccountState.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/get_account/auth_flow/state/SignOutState.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/get_account/interaction_client/CustomAuthSilentCacheClient.mjs +2 -2
- package/node_modules/@azure/msal-browser/dist/custom_auth/get_account/interaction_client/CustomAuthSilentCacheClient.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/index.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/operating_context/CustomAuthOperatingContext.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/reset_password/auth_flow/error_type/ResetPasswordError.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/reset_password/auth_flow/result/ResetPasswordResendCodeResult.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/reset_password/auth_flow/result/ResetPasswordStartResult.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/reset_password/auth_flow/result/ResetPasswordSubmitCodeResult.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/reset_password/auth_flow/result/ResetPasswordSubmitPasswordResult.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/reset_password/auth_flow/state/ResetPasswordCodeRequiredState.mjs +3 -3
- package/node_modules/@azure/msal-browser/dist/custom_auth/reset_password/auth_flow/state/ResetPasswordCodeRequiredState.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/reset_password/auth_flow/state/ResetPasswordCompletedState.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/reset_password/auth_flow/state/ResetPasswordFailedState.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/reset_password/auth_flow/state/ResetPasswordPasswordRequiredState.mjs +2 -2
- package/node_modules/@azure/msal-browser/dist/custom_auth/reset_password/auth_flow/state/ResetPasswordPasswordRequiredState.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/reset_password/auth_flow/state/ResetPasswordState.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/reset_password/interaction_client/ResetPasswordClient.mjs +3 -3
- package/node_modules/@azure/msal-browser/dist/custom_auth/reset_password/interaction_client/ResetPasswordClient.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/sign_in/auth_flow/SignInScenario.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/sign_in/auth_flow/error_type/SignInError.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/sign_in/auth_flow/result/SignInResendCodeResult.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/sign_in/auth_flow/result/SignInResult.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/sign_in/auth_flow/result/SignInSubmitCodeResult.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/sign_in/auth_flow/result/SignInSubmitPasswordResult.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/sign_in/auth_flow/state/SignInCodeRequiredState.mjs +2 -2
- package/node_modules/@azure/msal-browser/dist/custom_auth/sign_in/auth_flow/state/SignInCodeRequiredState.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/sign_in/auth_flow/state/SignInCompletedState.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/sign_in/auth_flow/state/SignInContinuationState.mjs +2 -2
- package/node_modules/@azure/msal-browser/dist/custom_auth/sign_in/auth_flow/state/SignInContinuationState.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/sign_in/auth_flow/state/SignInFailedState.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/sign_in/auth_flow/state/SignInPasswordRequiredState.mjs +2 -2
- package/node_modules/@azure/msal-browser/dist/custom_auth/sign_in/auth_flow/state/SignInPasswordRequiredState.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/sign_in/auth_flow/state/SignInState.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/sign_in/interaction_client/SignInClient.mjs +2 -2
- package/node_modules/@azure/msal-browser/dist/custom_auth/sign_in/interaction_client/SignInClient.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/sign_in/interaction_client/result/SignInActionResult.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/sign_up/auth_flow/error_type/SignUpError.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/sign_up/auth_flow/result/SignUpResendCodeResult.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/sign_up/auth_flow/result/SignUpResult.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/sign_up/auth_flow/result/SignUpSubmitAttributesResult.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/sign_up/auth_flow/result/SignUpSubmitCodeResult.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/sign_up/auth_flow/result/SignUpSubmitPasswordResult.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/sign_up/auth_flow/state/SignUpAttributesRequiredState.mjs +2 -2
- package/node_modules/@azure/msal-browser/dist/custom_auth/sign_up/auth_flow/state/SignUpAttributesRequiredState.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/sign_up/auth_flow/state/SignUpCodeRequiredState.mjs +3 -3
- package/node_modules/@azure/msal-browser/dist/custom_auth/sign_up/auth_flow/state/SignUpCodeRequiredState.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/sign_up/auth_flow/state/SignUpCompletedState.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/sign_up/auth_flow/state/SignUpFailedState.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/sign_up/auth_flow/state/SignUpPasswordRequiredState.mjs +2 -2
- package/node_modules/@azure/msal-browser/dist/custom_auth/sign_up/auth_flow/state/SignUpPasswordRequiredState.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/sign_up/auth_flow/state/SignUpState.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/sign_up/interaction_client/SignUpClient.mjs +5 -5
- package/node_modules/@azure/msal-browser/dist/custom_auth/sign_up/interaction_client/SignUpClient.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/custom_auth/sign_up/interaction_client/result/SignUpActionResult.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/encode/Base64Decode.mjs +2 -2
- package/node_modules/@azure/msal-browser/dist/encode/Base64Decode.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/encode/Base64Encode.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/error/BrowserAuthError.mjs +5 -5
- package/node_modules/@azure/msal-browser/dist/error/BrowserAuthError.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/error/BrowserAuthErrorCodes.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/error/BrowserConfigurationAuthError.mjs +5 -5
- package/node_modules/@azure/msal-browser/dist/error/BrowserConfigurationAuthError.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/error/BrowserConfigurationAuthErrorCodes.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/error/NativeAuthError.mjs +20 -10
- package/node_modules/@azure/msal-browser/dist/error/NativeAuthError.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/error/NativeAuthErrorCodes.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/error/NestedAppAuthError.mjs +9 -5
- package/node_modules/@azure/msal-browser/dist/error/NestedAppAuthError.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/event/EventHandler.mjs +7 -6
- package/node_modules/@azure/msal-browser/dist/event/EventHandler.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/event/EventMessage.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/event/EventType.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/index.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/interaction_client/BaseInteractionClient.mjs +13 -9
- package/node_modules/@azure/msal-browser/dist/interaction_client/BaseInteractionClient.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/interaction_client/HybridSpaAuthorizationCodeClient.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/interaction_client/PlatformAuthInteractionClient.mjs +27 -23
- package/node_modules/@azure/msal-browser/dist/interaction_client/PlatformAuthInteractionClient.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/interaction_client/PopupClient.mjs +17 -17
- package/node_modules/@azure/msal-browser/dist/interaction_client/PopupClient.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/interaction_client/RedirectClient.mjs +27 -24
- package/node_modules/@azure/msal-browser/dist/interaction_client/RedirectClient.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/interaction_client/SilentAuthCodeClient.mjs +5 -5
- package/node_modules/@azure/msal-browser/dist/interaction_client/SilentAuthCodeClient.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/interaction_client/SilentCacheClient.mjs +2 -2
- package/node_modules/@azure/msal-browser/dist/interaction_client/SilentCacheClient.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/interaction_client/SilentIframeClient.mjs +45 -23
- package/node_modules/@azure/msal-browser/dist/interaction_client/SilentIframeClient.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/interaction_client/SilentRefreshClient.mjs +4 -4
- package/node_modules/@azure/msal-browser/dist/interaction_client/SilentRefreshClient.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/interaction_client/StandardInteractionClient.mjs +6 -6
- package/node_modules/@azure/msal-browser/dist/interaction_client/StandardInteractionClient.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/interaction_handler/InteractionHandler.mjs +3 -3
- package/node_modules/@azure/msal-browser/dist/interaction_handler/InteractionHandler.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/interaction_handler/SilentHandler.mjs +13 -27
- package/node_modules/@azure/msal-browser/dist/interaction_handler/SilentHandler.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/log-strings-mapping.json +7 -3
- package/node_modules/@azure/msal-browser/dist/naa/BridgeError.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/naa/BridgeProxy.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/naa/BridgeStatusCode.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/naa/mapping/NestedAppAuthAdapter.mjs +18 -17
- package/node_modules/@azure/msal-browser/dist/naa/mapping/NestedAppAuthAdapter.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/navigation/NavigationClient.mjs +2 -2
- package/node_modules/@azure/msal-browser/dist/navigation/NavigationClient.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/network/FetchClient.mjs +7 -7
- package/node_modules/@azure/msal-browser/dist/network/FetchClient.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/operatingcontext/BaseOperatingContext.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/operatingcontext/NestedAppOperatingContext.mjs +3 -3
- package/node_modules/@azure/msal-browser/dist/operatingcontext/NestedAppOperatingContext.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/operatingcontext/StandardOperatingContext.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/packageMetadata.mjs +2 -2
- package/node_modules/@azure/msal-browser/dist/protocol/Authorize.mjs +8 -8
- package/node_modules/@azure/msal-browser/dist/protocol/Authorize.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/redirect_bridge/index.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/request/RequestHelpers.mjs +5 -5
- package/node_modules/@azure/msal-browser/dist/request/RequestHelpers.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/response/ResponseHandler.mjs +11 -11
- package/node_modules/@azure/msal-browser/dist/response/ResponseHandler.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/telemetry/BrowserPerformanceClient.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/telemetry/BrowserPerformanceEvents.mjs +2 -3
- package/node_modules/@azure/msal-browser/dist/telemetry/BrowserPerformanceEvents.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/telemetry/BrowserPerformanceMeasurement.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/telemetry/BrowserRootPerformanceEvents.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/utils/BrowserConstants.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/utils/BrowserProtocolUtils.mjs +4 -4
- package/node_modules/@azure/msal-browser/dist/utils/BrowserProtocolUtils.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/utils/BrowserUtils.mjs +26 -20
- package/node_modules/@azure/msal-browser/dist/utils/BrowserUtils.mjs.map +1 -1
- package/node_modules/@azure/msal-browser/dist/utils/Helpers.mjs +1 -1
- package/node_modules/@azure/msal-browser/dist/utils/MsalFrameStatsUtils.mjs +1 -1
- package/node_modules/@azure/msal-browser/lib/custom-auth-path/log-strings-mapping.json +7 -3
- package/node_modules/@azure/msal-browser/lib/custom-auth-path/msal-custom-auth.cjs +1281 -1030
- package/node_modules/@azure/msal-browser/lib/custom-auth-path/msal-custom-auth.cjs.map +1 -1
- package/node_modules/@azure/msal-browser/lib/custom-auth-path/msal-custom-auth.js +1172 -925
- package/node_modules/@azure/msal-browser/lib/custom-auth-path/msal-custom-auth.js.map +1 -1
- package/node_modules/@azure/msal-browser/lib/log-strings-mapping.json +7 -3
- package/node_modules/@azure/msal-browser/lib/msal-browser.cjs +1199 -917
- package/node_modules/@azure/msal-browser/lib/msal-browser.cjs.map +1 -1
- package/node_modules/@azure/msal-browser/lib/msal-browser.js +1199 -917
- package/node_modules/@azure/msal-browser/lib/msal-browser.js.map +1 -1
- package/node_modules/@azure/msal-browser/lib/msal-browser.min.js +2 -2
- package/node_modules/@azure/msal-browser/lib/redirect-bridge/msal-redirect-bridge.cjs +55 -51
- package/node_modules/@azure/msal-browser/lib/redirect-bridge/msal-redirect-bridge.cjs.map +1 -1
- package/node_modules/@azure/msal-browser/lib/redirect-bridge/msal-redirect-bridge.js +55 -51
- package/node_modules/@azure/msal-browser/lib/redirect-bridge/msal-redirect-bridge.js.map +1 -1
- package/node_modules/@azure/msal-browser/lib/redirect-bridge/msal-redirect-bridge.min.js +2 -2
- package/node_modules/@azure/msal-browser/package.json +5 -6
- package/node_modules/@azure/msal-browser/src/app/IPublicClientApplication.ts +30 -15
- package/node_modules/@azure/msal-browser/src/broker/nativeBroker/PlatformAuthDOMHandler.ts +2 -0
- package/node_modules/@azure/msal-browser/src/broker/nativeBroker/PlatformAuthExtensionHandler.ts +8 -2
- package/node_modules/@azure/msal-browser/src/broker/nativeBroker/PlatformAuthProvider.ts +2 -1
- package/node_modules/@azure/msal-browser/src/cache/BrowserCacheManager.ts +163 -45
- package/node_modules/@azure/msal-browser/src/cache/CookieStorage.ts +13 -3
- package/node_modules/@azure/msal-browser/src/cache/DatabaseStorage.ts +12 -6
- package/node_modules/@azure/msal-browser/src/cache/LocalStorage.ts +8 -4
- package/node_modules/@azure/msal-browser/src/cache/SessionStorage.ts +2 -1
- package/node_modules/@azure/msal-browser/src/cache/TokenCache.ts +22 -7
- package/node_modules/@azure/msal-browser/src/config/Configuration.ts +21 -4
- package/node_modules/@azure/msal-browser/src/controllers/NestedAppAuthController.ts +19 -11
- package/node_modules/@azure/msal-browser/src/controllers/StandardController.ts +26 -15
- package/node_modules/@azure/msal-browser/src/crypto/BrowserCrypto.ts +10 -2
- package/node_modules/@azure/msal-browser/src/crypto/CryptoOps.ts +4 -2
- package/node_modules/@azure/msal-browser/src/crypto/PkceGenerator.ts +8 -2
- package/node_modules/@azure/msal-browser/src/custom_auth/controller/CustomAuthStandardController.ts +2 -4
- package/node_modules/@azure/msal-browser/src/custom_auth/core/CustomAuthAuthority.ts +4 -2
- package/node_modules/@azure/msal-browser/src/custom_auth/get_account/interaction_client/CustomAuthSilentCacheClient.ts +2 -1
- package/node_modules/@azure/msal-browser/src/encode/Base64Decode.ts +2 -1
- package/node_modules/@azure/msal-browser/src/error/BrowserAuthError.ts +9 -3
- package/node_modules/@azure/msal-browser/src/error/BrowserConfigurationAuthError.ts +9 -3
- package/node_modules/@azure/msal-browser/src/error/NativeAuthError.ts +44 -11
- package/node_modules/@azure/msal-browser/src/error/NestedAppAuthError.ts +14 -4
- package/node_modules/@azure/msal-browser/src/event/EventHandler.ts +2 -1
- package/node_modules/@azure/msal-browser/src/interaction_client/BaseInteractionClient.ts +22 -7
- package/node_modules/@azure/msal-browser/src/interaction_client/PlatformAuthInteractionClient.ts +58 -24
- package/node_modules/@azure/msal-browser/src/interaction_client/PopupClient.ts +23 -11
- package/node_modules/@azure/msal-browser/src/interaction_client/RedirectClient.ts +48 -18
- package/node_modules/@azure/msal-browser/src/interaction_client/SilentAuthCodeClient.ts +8 -4
- package/node_modules/@azure/msal-browser/src/interaction_client/SilentCacheClient.ts +3 -1
- package/node_modules/@azure/msal-browser/src/interaction_client/SilentIframeClient.ts +99 -61
- package/node_modules/@azure/msal-browser/src/interaction_client/SilentRefreshClient.ts +6 -3
- package/node_modules/@azure/msal-browser/src/interaction_client/StandardInteractionClient.ts +8 -4
- package/node_modules/@azure/msal-browser/src/interaction_handler/InteractionHandler.ts +4 -2
- package/node_modules/@azure/msal-browser/src/interaction_handler/SilentHandler.ts +15 -33
- package/node_modules/@azure/msal-browser/src/naa/mapping/NestedAppAuthAdapter.ts +43 -14
- package/node_modules/@azure/msal-browser/src/navigation/NavigationClient.ts +1 -0
- package/node_modules/@azure/msal-browser/src/network/FetchClient.ts +14 -6
- package/node_modules/@azure/msal-browser/src/packageMetadata.ts +1 -1
- package/node_modules/@azure/msal-browser/src/protocol/Authorize.ts +23 -7
- package/node_modules/@azure/msal-browser/src/request/RequestHelpers.ts +6 -3
- package/node_modules/@azure/msal-browser/src/response/ResponseHandler.ts +20 -7
- package/node_modules/@azure/msal-browser/src/telemetry/BrowserPerformanceEvents.ts +0 -1
- package/node_modules/@azure/msal-browser/src/utils/BrowserProtocolUtils.ts +11 -3
- package/node_modules/@azure/msal-browser/src/utils/BrowserUtils.ts +44 -17
- package/node_modules/@azure/msal-browser/types/app/IPublicClientApplication.d.ts.map +1 -1
- package/node_modules/@azure/msal-browser/types/broker/nativeBroker/PlatformAuthDOMHandler.d.ts.map +1 -1
- package/node_modules/@azure/msal-browser/types/broker/nativeBroker/PlatformAuthExtensionHandler.d.ts.map +1 -1
- package/node_modules/@azure/msal-browser/types/broker/nativeBroker/PlatformAuthProvider.d.ts.map +1 -1
- package/node_modules/@azure/msal-browser/types/cache/BrowserCacheManager.d.ts +18 -1
- package/node_modules/@azure/msal-browser/types/cache/BrowserCacheManager.d.ts.map +1 -1
- package/node_modules/@azure/msal-browser/types/cache/CookieStorage.d.ts +1 -1
- package/node_modules/@azure/msal-browser/types/cache/CookieStorage.d.ts.map +1 -1
- package/node_modules/@azure/msal-browser/types/cache/DatabaseStorage.d.ts.map +1 -1
- package/node_modules/@azure/msal-browser/types/cache/LocalStorage.d.ts.map +1 -1
- package/node_modules/@azure/msal-browser/types/cache/SessionStorage.d.ts.map +1 -1
- package/node_modules/@azure/msal-browser/types/cache/TokenCache.d.ts.map +1 -1
- package/node_modules/@azure/msal-browser/types/config/Configuration.d.ts +10 -1
- package/node_modules/@azure/msal-browser/types/config/Configuration.d.ts.map +1 -1
- package/node_modules/@azure/msal-browser/types/controllers/NestedAppAuthController.d.ts.map +1 -1
- package/node_modules/@azure/msal-browser/types/controllers/StandardController.d.ts.map +1 -1
- package/node_modules/@azure/msal-browser/types/crypto/BrowserCrypto.d.ts.map +1 -1
- package/node_modules/@azure/msal-browser/types/crypto/CryptoOps.d.ts.map +1 -1
- package/node_modules/@azure/msal-browser/types/custom_auth/CustomAuthConstants.d.ts +1 -1
- package/node_modules/@azure/msal-browser/types/custom_auth/controller/CustomAuthStandardController.d.ts.map +1 -1
- package/node_modules/@azure/msal-browser/types/custom_auth/core/CustomAuthAuthority.d.ts.map +1 -1
- package/node_modules/@azure/msal-browser/types/custom_auth/get_account/interaction_client/CustomAuthSilentCacheClient.d.ts.map +1 -1
- package/node_modules/@azure/msal-browser/types/encode/Base64Decode.d.ts.map +1 -1
- package/node_modules/@azure/msal-browser/types/error/BrowserAuthError.d.ts +2 -2
- package/node_modules/@azure/msal-browser/types/error/BrowserAuthError.d.ts.map +1 -1
- package/node_modules/@azure/msal-browser/types/error/BrowserConfigurationAuthError.d.ts +2 -2
- package/node_modules/@azure/msal-browser/types/error/BrowserConfigurationAuthError.d.ts.map +1 -1
- package/node_modules/@azure/msal-browser/types/error/NativeAuthError.d.ts +2 -2
- package/node_modules/@azure/msal-browser/types/error/NativeAuthError.d.ts.map +1 -1
- package/node_modules/@azure/msal-browser/types/error/NestedAppAuthError.d.ts +2 -2
- package/node_modules/@azure/msal-browser/types/error/NestedAppAuthError.d.ts.map +1 -1
- package/node_modules/@azure/msal-browser/types/event/EventHandler.d.ts.map +1 -1
- package/node_modules/@azure/msal-browser/types/interaction_client/BaseInteractionClient.d.ts +2 -1
- package/node_modules/@azure/msal-browser/types/interaction_client/BaseInteractionClient.d.ts.map +1 -1
- package/node_modules/@azure/msal-browser/types/interaction_client/PlatformAuthInteractionClient.d.ts.map +1 -1
- package/node_modules/@azure/msal-browser/types/interaction_client/PopupClient.d.ts.map +1 -1
- package/node_modules/@azure/msal-browser/types/interaction_client/RedirectClient.d.ts.map +1 -1
- package/node_modules/@azure/msal-browser/types/interaction_client/SilentAuthCodeClient.d.ts.map +1 -1
- package/node_modules/@azure/msal-browser/types/interaction_client/SilentCacheClient.d.ts.map +1 -1
- package/node_modules/@azure/msal-browser/types/interaction_client/SilentIframeClient.d.ts.map +1 -1
- package/node_modules/@azure/msal-browser/types/interaction_client/SilentRefreshClient.d.ts.map +1 -1
- package/node_modules/@azure/msal-browser/types/interaction_client/StandardInteractionClient.d.ts.map +1 -1
- package/node_modules/@azure/msal-browser/types/interaction_handler/InteractionHandler.d.ts.map +1 -1
- package/node_modules/@azure/msal-browser/types/interaction_handler/SilentHandler.d.ts +13 -6
- package/node_modules/@azure/msal-browser/types/interaction_handler/SilentHandler.d.ts.map +1 -1
- package/node_modules/@azure/msal-browser/types/naa/mapping/NestedAppAuthAdapter.d.ts.map +1 -1
- package/node_modules/@azure/msal-browser/types/navigation/NavigationClient.d.ts.map +1 -1
- package/node_modules/@azure/msal-browser/types/network/FetchClient.d.ts.map +1 -1
- package/node_modules/@azure/msal-browser/types/packageMetadata.d.ts +1 -1
- package/node_modules/@azure/msal-browser/types/protocol/Authorize.d.ts.map +1 -1
- package/node_modules/@azure/msal-browser/types/request/RequestHelpers.d.ts.map +1 -1
- package/node_modules/@azure/msal-browser/types/response/ResponseHandler.d.ts +1 -1
- package/node_modules/@azure/msal-browser/types/response/ResponseHandler.d.ts.map +1 -1
- package/node_modules/@azure/msal-browser/types/telemetry/BrowserPerformanceEvents.d.ts +0 -1
- package/node_modules/@azure/msal-browser/types/telemetry/BrowserPerformanceEvents.d.ts.map +1 -1
- package/node_modules/@azure/msal-browser/types/utils/BrowserProtocolUtils.d.ts +1 -1
- package/node_modules/@azure/msal-browser/types/utils/BrowserProtocolUtils.d.ts.map +1 -1
- package/node_modules/@azure/msal-browser/types/utils/BrowserUtils.d.ts +5 -3
- package/node_modules/@azure/msal-browser/types/utils/BrowserUtils.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/dist/account/AccountInfo.mjs +9 -3
- package/node_modules/@azure/msal-common/dist/account/AccountInfo.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist/account/AuthToken.mjs +9 -23
- package/node_modules/@azure/msal-common/dist/account/AuthToken.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist/account/CcsCredential.mjs +1 -1
- package/node_modules/@azure/msal-common/dist/account/ClientInfo.mjs +4 -4
- package/node_modules/@azure/msal-common/dist/account/ClientInfo.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist/account/TokenClaims.mjs +1 -1
- package/node_modules/@azure/msal-common/dist/authority/Authority.mjs +36 -37
- package/node_modules/@azure/msal-common/dist/authority/Authority.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist/authority/AuthorityFactory.mjs +3 -3
- package/node_modules/@azure/msal-common/dist/authority/AuthorityFactory.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist/authority/AuthorityMetadata.mjs +2 -2
- package/node_modules/@azure/msal-common/dist/authority/AuthorityMetadata.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist/authority/AuthorityOptions.mjs +1 -1
- package/node_modules/@azure/msal-common/dist/authority/AuthorityType.mjs +1 -1
- package/node_modules/@azure/msal-common/dist/authority/CloudInstanceDiscoveryErrorResponse.mjs +1 -1
- package/node_modules/@azure/msal-common/dist/authority/CloudInstanceDiscoveryResponse.mjs +1 -1
- package/node_modules/@azure/msal-common/dist/authority/OpenIdConfigResponse.mjs +1 -1
- package/node_modules/@azure/msal-common/dist/authority/ProtocolMode.mjs +1 -1
- package/node_modules/@azure/msal-common/dist/authority/RegionDiscovery.mjs +16 -10
- package/node_modules/@azure/msal-common/dist/authority/RegionDiscovery.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist/cache/CacheManager.mjs +62 -46
- package/node_modules/@azure/msal-common/dist/cache/CacheManager.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist/cache/persistence/TokenCacheContext.mjs +1 -1
- package/node_modules/@azure/msal-common/dist/cache/utils/AccountEntityUtils.mjs +23 -7
- package/node_modules/@azure/msal-common/dist/cache/utils/AccountEntityUtils.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist/cache/utils/CacheHelpers.mjs +12 -4
- package/node_modules/@azure/msal-common/dist/cache/utils/CacheHelpers.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist/client/AuthorizationCodeClient.mjs +7 -7
- package/node_modules/@azure/msal-common/dist/client/AuthorizationCodeClient.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist/client/RefreshTokenClient.mjs +8 -8
- package/node_modules/@azure/msal-common/dist/client/RefreshTokenClient.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist/client/SilentFlowClient.mjs +10 -18
- package/node_modules/@azure/msal-common/dist/client/SilentFlowClient.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist/config/ClientConfiguration.mjs +6 -5
- package/node_modules/@azure/msal-common/dist/config/ClientConfiguration.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist/constants/AADServerParamKeys.mjs +7 -3
- package/node_modules/@azure/msal-common/dist/constants/AADServerParamKeys.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist/crypto/ICrypto.mjs +11 -11
- package/node_modules/@azure/msal-common/dist/crypto/ICrypto.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist/crypto/JoseHeader.mjs +3 -3
- package/node_modules/@azure/msal-common/dist/crypto/JoseHeader.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist/crypto/PopTokenGenerator.mjs +2 -2
- package/node_modules/@azure/msal-common/dist/crypto/PopTokenGenerator.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist/error/AuthError.mjs +5 -7
- package/node_modules/@azure/msal-common/dist/error/AuthError.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist/error/AuthErrorCodes.mjs +1 -1
- package/node_modules/@azure/msal-common/dist/error/CacheError.mjs +1 -1
- package/node_modules/@azure/msal-common/dist/error/CacheErrorCodes.mjs +1 -1
- package/node_modules/@azure/msal-common/dist/error/ClientAuthError.mjs +5 -5
- package/node_modules/@azure/msal-common/dist/error/ClientAuthError.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist/error/ClientAuthErrorCodes.mjs +2 -4
- package/node_modules/@azure/msal-common/dist/error/ClientAuthErrorCodes.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist/error/ClientConfigurationError.mjs +5 -5
- package/node_modules/@azure/msal-common/dist/error/ClientConfigurationError.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist/error/ClientConfigurationErrorCodes.mjs +1 -1
- package/node_modules/@azure/msal-common/dist/error/InteractionRequiredAuthError.mjs +5 -6
- package/node_modules/@azure/msal-common/dist/error/InteractionRequiredAuthError.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist/error/InteractionRequiredAuthErrorCodes.mjs +1 -1
- package/node_modules/@azure/msal-common/dist/error/JoseHeaderError.mjs +5 -5
- package/node_modules/@azure/msal-common/dist/error/JoseHeaderError.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist/error/JoseHeaderErrorCodes.mjs +1 -1
- package/node_modules/@azure/msal-common/dist/error/NetworkError.mjs +2 -2
- package/node_modules/@azure/msal-common/dist/error/NetworkError.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist/error/PlatformBrokerError.mjs +3 -3
- package/node_modules/@azure/msal-common/dist/error/PlatformBrokerError.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist/error/ServerError.mjs +3 -3
- package/node_modules/@azure/msal-common/dist/error/ServerError.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist/index-node.mjs +2 -2
- package/node_modules/@azure/msal-common/dist/index.mjs +2 -2
- package/node_modules/@azure/msal-common/dist/logger/Logger.mjs +26 -12
- package/node_modules/@azure/msal-common/dist/logger/Logger.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist/network/INetworkModule.mjs +4 -3
- package/node_modules/@azure/msal-common/dist/network/INetworkModule.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist/network/RequestThumbprint.mjs +2 -1
- package/node_modules/@azure/msal-common/dist/network/RequestThumbprint.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist/network/ThrottlingUtils.mjs +2 -2
- package/node_modules/@azure/msal-common/dist/network/ThrottlingUtils.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist/packageMetadata.mjs +2 -2
- package/node_modules/@azure/msal-common/dist/protocol/Authorize.mjs +18 -14
- package/node_modules/@azure/msal-common/dist/protocol/Authorize.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist/protocol/Token.mjs +4 -2
- package/node_modules/@azure/msal-common/dist/protocol/Token.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist/request/AuthenticationHeaderParser.mjs +4 -4
- package/node_modules/@azure/msal-common/dist/request/AuthenticationHeaderParser.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist/request/BaseAuthRequest.mjs +3 -3
- package/node_modules/@azure/msal-common/dist/request/BaseAuthRequest.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist/request/RequestParameterBuilder.mjs +48 -23
- package/node_modules/@azure/msal-common/dist/request/RequestParameterBuilder.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist/request/ScopeSet.mjs +13 -12
- package/node_modules/@azure/msal-common/dist/request/ScopeSet.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist/response/ResponseHandler.mjs +30 -27
- package/node_modules/@azure/msal-common/dist/response/ResponseHandler.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist/telemetry/performance/PerformanceClient.mjs +20 -1
- package/node_modules/@azure/msal-common/dist/telemetry/performance/PerformanceClient.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist/telemetry/performance/PerformanceEvent.mjs +15 -2
- package/node_modules/@azure/msal-common/dist/telemetry/performance/PerformanceEvent.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist/telemetry/performance/PerformanceEvents.mjs +1 -1
- package/node_modules/@azure/msal-common/dist/telemetry/performance/StubPerformanceClient.mjs +4 -1
- package/node_modules/@azure/msal-common/dist/telemetry/performance/StubPerformanceClient.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist/telemetry/server/ServerTelemetryManager.mjs +54 -22
- package/node_modules/@azure/msal-common/dist/telemetry/server/ServerTelemetryManager.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist/url/UrlString.mjs +15 -14
- package/node_modules/@azure/msal-common/dist/url/UrlString.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist/utils/ClientAssertionUtils.mjs +3 -2
- package/node_modules/@azure/msal-common/dist/utils/ClientAssertionUtils.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist/utils/Constants.mjs +7 -3
- package/node_modules/@azure/msal-common/dist/utils/Constants.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist/utils/FunctionWrappers.mjs +1 -1
- package/node_modules/@azure/msal-common/dist/utils/ProtocolUtils.mjs +12 -9
- package/node_modules/@azure/msal-common/dist/utils/ProtocolUtils.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist/utils/StringUtils.mjs +1 -1
- package/node_modules/@azure/msal-common/dist/utils/TimeUtils.mjs +1 -1
- package/node_modules/@azure/msal-common/dist/utils/UrlUtils.mjs +55 -41
- package/node_modules/@azure/msal-common/dist/utils/UrlUtils.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/account/AccountInfo.mjs +9 -3
- package/node_modules/@azure/msal-common/dist-browser/account/AccountInfo.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/account/AuthToken.mjs +9 -23
- package/node_modules/@azure/msal-common/dist-browser/account/AuthToken.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/account/CcsCredential.mjs +1 -1
- package/node_modules/@azure/msal-common/dist-browser/account/ClientInfo.mjs +4 -4
- package/node_modules/@azure/msal-common/dist-browser/account/ClientInfo.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/account/TokenClaims.mjs +1 -1
- package/node_modules/@azure/msal-common/dist-browser/authority/Authority.mjs +52 -50
- package/node_modules/@azure/msal-common/dist-browser/authority/Authority.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/authority/AuthorityFactory.mjs +3 -3
- package/node_modules/@azure/msal-common/dist-browser/authority/AuthorityFactory.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/authority/AuthorityMetadata.mjs +8 -7
- package/node_modules/@azure/msal-common/dist-browser/authority/AuthorityMetadata.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/authority/AuthorityOptions.mjs +1 -1
- package/node_modules/@azure/msal-common/dist-browser/authority/AuthorityType.mjs +1 -1
- package/node_modules/@azure/msal-common/dist-browser/authority/CloudInstanceDiscoveryErrorResponse.mjs +1 -1
- package/node_modules/@azure/msal-common/dist-browser/authority/CloudInstanceDiscoveryResponse.mjs +1 -1
- package/node_modules/@azure/msal-common/dist-browser/authority/OpenIdConfigResponse.mjs +1 -1
- package/node_modules/@azure/msal-common/dist-browser/authority/ProtocolMode.mjs +1 -1
- package/node_modules/@azure/msal-common/dist-browser/authority/RegionDiscovery.mjs +16 -10
- package/node_modules/@azure/msal-common/dist-browser/authority/RegionDiscovery.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/cache/CacheManager.mjs +63 -47
- package/node_modules/@azure/msal-common/dist-browser/cache/CacheManager.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/cache/persistence/TokenCacheContext.mjs +1 -1
- package/node_modules/@azure/msal-common/dist-browser/cache/utils/AccountEntityUtils.mjs +23 -7
- package/node_modules/@azure/msal-common/dist-browser/cache/utils/AccountEntityUtils.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/cache/utils/CacheHelpers.mjs +12 -4
- package/node_modules/@azure/msal-common/dist-browser/cache/utils/CacheHelpers.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/client/AuthorizationCodeClient.mjs +10 -10
- package/node_modules/@azure/msal-common/dist-browser/client/AuthorizationCodeClient.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/client/RefreshTokenClient.mjs +9 -9
- package/node_modules/@azure/msal-common/dist-browser/client/RefreshTokenClient.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/client/SilentFlowClient.mjs +11 -19
- package/node_modules/@azure/msal-common/dist-browser/client/SilentFlowClient.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/config/ClientConfiguration.mjs +6 -5
- package/node_modules/@azure/msal-common/dist-browser/config/ClientConfiguration.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/constants/AADServerParamKeys.mjs +7 -3
- package/node_modules/@azure/msal-common/dist-browser/constants/AADServerParamKeys.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/crypto/ICrypto.mjs +11 -11
- package/node_modules/@azure/msal-common/dist-browser/crypto/ICrypto.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/crypto/JoseHeader.mjs +3 -3
- package/node_modules/@azure/msal-common/dist-browser/crypto/JoseHeader.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/crypto/PopTokenGenerator.mjs +2 -2
- package/node_modules/@azure/msal-common/dist-browser/crypto/PopTokenGenerator.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/error/AuthError.mjs +5 -7
- package/node_modules/@azure/msal-common/dist-browser/error/AuthError.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/error/AuthErrorCodes.mjs +1 -1
- package/node_modules/@azure/msal-common/dist-browser/error/CacheError.mjs +1 -1
- package/node_modules/@azure/msal-common/dist-browser/error/CacheErrorCodes.mjs +1 -1
- package/node_modules/@azure/msal-common/dist-browser/error/ClientAuthError.mjs +5 -5
- package/node_modules/@azure/msal-common/dist-browser/error/ClientAuthError.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/error/ClientAuthErrorCodes.mjs +2 -4
- package/node_modules/@azure/msal-common/dist-browser/error/ClientAuthErrorCodes.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/error/ClientConfigurationError.mjs +5 -5
- package/node_modules/@azure/msal-common/dist-browser/error/ClientConfigurationError.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/error/ClientConfigurationErrorCodes.mjs +1 -1
- package/node_modules/@azure/msal-common/dist-browser/error/InteractionRequiredAuthError.mjs +5 -6
- package/node_modules/@azure/msal-common/dist-browser/error/InteractionRequiredAuthError.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/error/InteractionRequiredAuthErrorCodes.mjs +1 -1
- package/node_modules/@azure/msal-common/dist-browser/error/JoseHeaderError.mjs +5 -5
- package/node_modules/@azure/msal-common/dist-browser/error/JoseHeaderError.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/error/JoseHeaderErrorCodes.mjs +1 -1
- package/node_modules/@azure/msal-common/dist-browser/error/NetworkError.mjs +2 -2
- package/node_modules/@azure/msal-common/dist-browser/error/NetworkError.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/error/PlatformBrokerError.mjs +3 -3
- package/node_modules/@azure/msal-common/dist-browser/error/PlatformBrokerError.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/error/ServerError.mjs +3 -3
- package/node_modules/@azure/msal-common/dist-browser/error/ServerError.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/index-browser.mjs +2 -2
- package/node_modules/@azure/msal-common/dist-browser/index.mjs +2 -2
- package/node_modules/@azure/msal-common/dist-browser/log-strings-mapping.json +11 -3
- package/node_modules/@azure/msal-common/dist-browser/logger/Logger.mjs +26 -12
- package/node_modules/@azure/msal-common/dist-browser/logger/Logger.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/network/INetworkModule.mjs +4 -3
- package/node_modules/@azure/msal-common/dist-browser/network/INetworkModule.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/network/RequestThumbprint.mjs +2 -1
- package/node_modules/@azure/msal-common/dist-browser/network/RequestThumbprint.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/network/ThrottlingUtils.mjs +2 -2
- package/node_modules/@azure/msal-common/dist-browser/network/ThrottlingUtils.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/packageMetadata.mjs +2 -2
- package/node_modules/@azure/msal-common/dist-browser/protocol/Authorize.mjs +18 -14
- package/node_modules/@azure/msal-common/dist-browser/protocol/Authorize.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/protocol/Token.mjs +5 -3
- package/node_modules/@azure/msal-common/dist-browser/protocol/Token.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/request/AuthenticationHeaderParser.mjs +4 -4
- package/node_modules/@azure/msal-common/dist-browser/request/AuthenticationHeaderParser.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/request/BaseAuthRequest.mjs +3 -3
- package/node_modules/@azure/msal-common/dist-browser/request/BaseAuthRequest.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/request/RequestParameterBuilder.mjs +48 -23
- package/node_modules/@azure/msal-common/dist-browser/request/RequestParameterBuilder.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/request/ScopeSet.mjs +13 -12
- package/node_modules/@azure/msal-common/dist-browser/request/ScopeSet.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/response/ResponseHandler.mjs +32 -29
- package/node_modules/@azure/msal-common/dist-browser/response/ResponseHandler.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/telemetry/performance/PerformanceClient.mjs +28 -9
- package/node_modules/@azure/msal-common/dist-browser/telemetry/performance/PerformanceClient.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/telemetry/performance/PerformanceEvent.mjs +15 -2
- package/node_modules/@azure/msal-common/dist-browser/telemetry/performance/PerformanceEvent.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/telemetry/performance/PerformanceEvents.mjs +1 -1
- package/node_modules/@azure/msal-common/dist-browser/telemetry/performance/StubPerformanceClient.mjs +4 -1
- package/node_modules/@azure/msal-common/dist-browser/telemetry/performance/StubPerformanceClient.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/telemetry/server/ServerTelemetryManager.mjs +54 -22
- package/node_modules/@azure/msal-common/dist-browser/telemetry/server/ServerTelemetryManager.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/url/UrlString.mjs +15 -14
- package/node_modules/@azure/msal-common/dist-browser/url/UrlString.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/utils/ClientAssertionUtils.mjs +3 -2
- package/node_modules/@azure/msal-common/dist-browser/utils/ClientAssertionUtils.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/utils/Constants.mjs +7 -3
- package/node_modules/@azure/msal-common/dist-browser/utils/Constants.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/utils/FunctionWrappers.mjs +7 -7
- package/node_modules/@azure/msal-common/dist-browser/utils/FunctionWrappers.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/utils/ProtocolUtils.mjs +12 -9
- package/node_modules/@azure/msal-common/dist-browser/utils/ProtocolUtils.mjs.map +1 -1
- package/node_modules/@azure/msal-common/dist-browser/utils/StringUtils.mjs +1 -1
- package/node_modules/@azure/msal-common/dist-browser/utils/TimeUtils.mjs +1 -1
- package/node_modules/@azure/msal-common/dist-browser/utils/UrlUtils.mjs +55 -41
- package/node_modules/@azure/msal-common/dist-browser/utils/UrlUtils.mjs.map +1 -1
- package/node_modules/@azure/msal-common/lib/index-browser.cjs +28 -8
- package/node_modules/@azure/msal-common/lib/index-browser.cjs.map +1 -1
- package/node_modules/@azure/msal-common/lib/{index-node-DHSwXao8.js → index-node-C_uKaUiZ.js} +527 -375
- package/node_modules/@azure/msal-common/lib/index-node-C_uKaUiZ.js.map +1 -0
- package/node_modules/@azure/msal-common/lib/index-node.cjs +3 -2
- package/node_modules/@azure/msal-common/lib/index-node.cjs.map +1 -1
- package/node_modules/@azure/msal-common/lib/index.cjs +3 -2
- package/node_modules/@azure/msal-common/lib/index.cjs.map +1 -1
- package/node_modules/@azure/msal-common/package.json +3 -5
- package/node_modules/@azure/msal-common/src/account/AccountInfo.ts +19 -1
- package/node_modules/@azure/msal-common/src/account/AuthToken.ts +19 -21
- package/node_modules/@azure/msal-common/src/account/ClientCredentials.ts +1 -0
- package/node_modules/@azure/msal-common/src/account/ClientInfo.ts +8 -3
- package/node_modules/@azure/msal-common/src/authority/Authority.ts +73 -38
- package/node_modules/@azure/msal-common/src/authority/AuthorityFactory.ts +4 -2
- package/node_modules/@azure/msal-common/src/authority/AuthorityMetadata.ts +2 -1
- package/node_modules/@azure/msal-common/src/authority/RegionDiscovery.ts +18 -11
- package/node_modules/@azure/msal-common/src/cache/CacheManager.ts +160 -57
- package/node_modules/@azure/msal-common/src/cache/entities/AccountEntity.ts +4 -0
- package/node_modules/@azure/msal-common/src/cache/entities/CredentialEntity.ts +2 -0
- package/node_modules/@azure/msal-common/src/cache/interface/ICacheManager.ts +1 -0
- package/node_modules/@azure/msal-common/src/cache/utils/AccountEntityUtils.ts +29 -3
- package/node_modules/@azure/msal-common/src/cache/utils/CacheHelpers.ts +18 -3
- package/node_modules/@azure/msal-common/src/cache/utils/CacheTypes.ts +2 -0
- package/node_modules/@azure/msal-common/src/client/AuthorizationCodeClient.ts +10 -4
- package/node_modules/@azure/msal-common/src/client/RefreshTokenClient.ts +12 -5
- package/node_modules/@azure/msal-common/src/client/SilentFlowClient.ts +17 -20
- package/node_modules/@azure/msal-common/src/config/ClientConfiguration.ts +14 -4
- package/node_modules/@azure/msal-common/src/constants/AADServerParamKeys.ts +5 -0
- package/node_modules/@azure/msal-common/src/crypto/ICrypto.ts +40 -10
- package/node_modules/@azure/msal-common/src/crypto/JoseHeader.ts +8 -2
- package/node_modules/@azure/msal-common/src/crypto/PopTokenGenerator.ts +1 -1
- package/node_modules/@azure/msal-common/src/error/AuthError.ts +9 -5
- package/node_modules/@azure/msal-common/src/error/ClientAuthError.ts +8 -3
- package/node_modules/@azure/msal-common/src/error/ClientAuthErrorCodes.ts +0 -2
- package/node_modules/@azure/msal-common/src/error/ClientConfigurationError.ts +5 -4
- package/node_modules/@azure/msal-common/src/error/InteractionRequiredAuthError.ts +9 -5
- package/node_modules/@azure/msal-common/src/error/JoseHeaderError.ts +11 -4
- package/node_modules/@azure/msal-common/src/error/NetworkError.ts +6 -1
- package/node_modules/@azure/msal-common/src/error/PlatformBrokerError.ts +2 -1
- package/node_modules/@azure/msal-common/src/error/ServerError.ts +3 -2
- package/node_modules/@azure/msal-common/src/exports-common.ts +4 -1
- package/node_modules/@azure/msal-common/src/logger/Logger.ts +26 -11
- package/node_modules/@azure/msal-common/src/network/INetworkModule.ts +3 -2
- package/node_modules/@azure/msal-common/src/network/RequestThumbprint.ts +2 -0
- package/node_modules/@azure/msal-common/src/network/ThrottlingUtils.ts +1 -0
- package/node_modules/@azure/msal-common/src/packageMetadata.ts +1 -1
- package/node_modules/@azure/msal-common/src/protocol/Authorize.ts +23 -6
- package/node_modules/@azure/msal-common/src/protocol/Token.ts +6 -1
- package/node_modules/@azure/msal-common/src/request/AuthenticationHeaderParser.ts +6 -3
- package/node_modules/@azure/msal-common/src/request/BaseAuthRequest.ts +8 -2
- package/node_modules/@azure/msal-common/src/request/RequestParameterBuilder.ts +59 -25
- package/node_modules/@azure/msal-common/src/request/ScopeSet.ts +27 -11
- package/node_modules/@azure/msal-common/src/response/ImdsComputeResponse.ts +14 -0
- package/node_modules/@azure/msal-common/src/response/ResponseHandler.ts +46 -32
- package/node_modules/@azure/msal-common/src/telemetry/performance/IPerformanceClient.ts +1 -0
- package/node_modules/@azure/msal-common/src/telemetry/performance/PerformanceClient.ts +28 -0
- package/node_modules/@azure/msal-common/src/telemetry/performance/PerformanceEvent.ts +30 -6
- package/node_modules/@azure/msal-common/src/telemetry/performance/StubPerformanceClient.ts +4 -0
- package/node_modules/@azure/msal-common/src/telemetry/server/ServerTelemetryManager.ts +73 -27
- package/node_modules/@azure/msal-common/src/url/UrlString.ts +32 -13
- package/node_modules/@azure/msal-common/src/utils/ClientAssertionUtils.ts +3 -1
- package/node_modules/@azure/msal-common/src/utils/Constants.ts +6 -3
- package/node_modules/@azure/msal-common/src/utils/ProtocolUtils.ts +26 -8
- package/node_modules/@azure/msal-common/src/utils/UrlUtils.ts +77 -43
- package/node_modules/@azure/msal-common/types/account/AccountInfo.d.ts +8 -2
- package/node_modules/@azure/msal-common/types/account/AccountInfo.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/account/AuthToken.d.ts +2 -6
- package/node_modules/@azure/msal-common/types/account/AuthToken.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/account/ClientCredentials.d.ts +1 -0
- package/node_modules/@azure/msal-common/types/account/ClientCredentials.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/account/ClientInfo.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/authority/Authority.d.ts +5 -5
- package/node_modules/@azure/msal-common/types/authority/Authority.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/authority/AuthorityFactory.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/authority/AuthorityMetadata.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/authority/RegionDiscovery.d.ts +3 -2
- package/node_modules/@azure/msal-common/types/authority/RegionDiscovery.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/cache/CacheManager.d.ts +0 -7
- package/node_modules/@azure/msal-common/types/cache/CacheManager.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/cache/entities/AccountEntity.d.ts +4 -0
- package/node_modules/@azure/msal-common/types/cache/entities/AccountEntity.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/cache/entities/CredentialEntity.d.ts +2 -0
- package/node_modules/@azure/msal-common/types/cache/entities/CredentialEntity.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/cache/interface/ICacheManager.d.ts +1 -0
- package/node_modules/@azure/msal-common/types/cache/interface/ICacheManager.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/cache/utils/AccountEntityUtils.d.ts +7 -1
- package/node_modules/@azure/msal-common/types/cache/utils/AccountEntityUtils.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/cache/utils/CacheHelpers.d.ts +4 -1
- package/node_modules/@azure/msal-common/types/cache/utils/CacheHelpers.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/cache/utils/CacheTypes.d.ts +2 -1
- package/node_modules/@azure/msal-common/types/cache/utils/CacheTypes.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/client/AuthorizationCodeClient.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/client/RefreshTokenClient.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/client/SilentFlowClient.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/config/ClientConfiguration.d.ts +4 -0
- package/node_modules/@azure/msal-common/types/config/ClientConfiguration.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/constants/AADServerParamKeys.d.ts +4 -0
- package/node_modules/@azure/msal-common/types/constants/AADServerParamKeys.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/crypto/ICrypto.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/crypto/JoseHeader.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/error/AuthError.d.ts +2 -3
- package/node_modules/@azure/msal-common/types/error/AuthError.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/error/ClientAuthError.d.ts +2 -2
- package/node_modules/@azure/msal-common/types/error/ClientAuthError.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/error/ClientAuthErrorCodes.d.ts +0 -2
- package/node_modules/@azure/msal-common/types/error/ClientAuthErrorCodes.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/error/ClientConfigurationError.d.ts +2 -2
- package/node_modules/@azure/msal-common/types/error/ClientConfigurationError.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/error/InteractionRequiredAuthError.d.ts +2 -2
- package/node_modules/@azure/msal-common/types/error/InteractionRequiredAuthError.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/error/JoseHeaderError.d.ts +2 -2
- package/node_modules/@azure/msal-common/types/error/JoseHeaderError.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/error/NetworkError.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/error/PlatformBrokerError.d.ts +1 -1
- package/node_modules/@azure/msal-common/types/error/PlatformBrokerError.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/error/ServerError.d.ts +1 -1
- package/node_modules/@azure/msal-common/types/error/ServerError.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/exports-common.d.ts +1 -1
- package/node_modules/@azure/msal-common/types/exports-common.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/logger/Logger.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/network/INetworkModule.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/network/RequestThumbprint.d.ts +1 -0
- package/node_modules/@azure/msal-common/types/network/RequestThumbprint.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/network/ThrottlingUtils.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/packageMetadata.d.ts +1 -1
- package/node_modules/@azure/msal-common/types/packageMetadata.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/protocol/Authorize.d.ts +6 -2
- package/node_modules/@azure/msal-common/types/protocol/Authorize.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/protocol/Token.d.ts +2 -0
- package/node_modules/@azure/msal-common/types/protocol/Token.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/request/AuthenticationHeaderParser.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/request/BaseAuthRequest.d.ts +4 -0
- package/node_modules/@azure/msal-common/types/request/BaseAuthRequest.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/request/RequestParameterBuilder.d.ts +13 -3
- package/node_modules/@azure/msal-common/types/request/RequestParameterBuilder.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/request/ScopeSet.d.ts +4 -3
- package/node_modules/@azure/msal-common/types/request/ScopeSet.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/response/ImdsComputeResponse.d.ts +10 -0
- package/node_modules/@azure/msal-common/types/response/ImdsComputeResponse.d.ts.map +1 -0
- package/node_modules/@azure/msal-common/types/response/ResponseHandler.d.ts +2 -1
- package/node_modules/@azure/msal-common/types/response/ResponseHandler.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/telemetry/performance/IPerformanceClient.d.ts +3 -0
- package/node_modules/@azure/msal-common/types/telemetry/performance/IPerformanceClient.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/telemetry/performance/PerformanceClient.d.ts +18 -0
- package/node_modules/@azure/msal-common/types/telemetry/performance/PerformanceClient.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/telemetry/performance/PerformanceEvent.d.ts +16 -5
- package/node_modules/@azure/msal-common/types/telemetry/performance/PerformanceEvent.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/telemetry/performance/StubPerformanceClient.d.ts +1 -0
- package/node_modules/@azure/msal-common/types/telemetry/performance/StubPerformanceClient.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/telemetry/server/ServerTelemetryManager.d.ts +15 -0
- package/node_modules/@azure/msal-common/types/telemetry/server/ServerTelemetryManager.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/url/UrlString.d.ts +5 -4
- package/node_modules/@azure/msal-common/types/url/UrlString.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/utils/ClientAssertionUtils.d.ts +1 -1
- package/node_modules/@azure/msal-common/types/utils/ClientAssertionUtils.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/utils/Constants.d.ts +6 -2
- package/node_modules/@azure/msal-common/types/utils/Constants.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/utils/ProtocolUtils.d.ts +6 -3
- package/node_modules/@azure/msal-common/types/utils/ProtocolUtils.d.ts.map +1 -1
- package/node_modules/@azure/msal-common/types/utils/UrlUtils.d.ts +21 -4
- package/node_modules/@azure/msal-common/types/utils/UrlUtils.d.ts.map +1 -1
- package/node_modules/@azure/msal-node/dist/cache/CacheHelpers.mjs +16 -1
- package/node_modules/@azure/msal-node/dist/cache/CacheHelpers.mjs.map +1 -1
- package/node_modules/@azure/msal-node/dist/cache/NodeStorage.mjs +1 -1
- package/node_modules/@azure/msal-node/dist/cache/TokenCache.mjs +1 -1
- package/node_modules/@azure/msal-node/dist/cache/distributed/DistributedCachePlugin.mjs +1 -1
- package/node_modules/@azure/msal-node/dist/cache/serializer/Deserializer.mjs +2 -1
- package/node_modules/@azure/msal-node/dist/cache/serializer/Deserializer.mjs.map +1 -1
- package/node_modules/@azure/msal-node/dist/cache/serializer/Serializer.mjs +2 -1
- package/node_modules/@azure/msal-node/dist/cache/serializer/Serializer.mjs.map +1 -1
- package/node_modules/@azure/msal-node/dist/client/BaseClient.mjs +1 -1
- package/node_modules/@azure/msal-node/dist/client/ClientApplication.mjs +9 -9
- package/node_modules/@azure/msal-node/dist/client/ClientApplication.mjs.map +1 -1
- package/node_modules/@azure/msal-node/dist/client/ClientAssertion.mjs +2 -2
- package/node_modules/@azure/msal-node/dist/client/ClientAssertion.mjs.map +1 -1
- package/node_modules/@azure/msal-node/dist/client/ClientCredentialClient.mjs +34 -16
- package/node_modules/@azure/msal-node/dist/client/ClientCredentialClient.mjs.map +1 -1
- package/node_modules/@azure/msal-node/dist/client/ConfidentialClientApplication.mjs +61 -8
- package/node_modules/@azure/msal-node/dist/client/ConfidentialClientApplication.mjs.map +1 -1
- package/node_modules/@azure/msal-node/dist/client/DeviceCodeClient.mjs +17 -16
- package/node_modules/@azure/msal-node/dist/client/DeviceCodeClient.mjs.map +1 -1
- package/node_modules/@azure/msal-node/dist/client/ManagedIdentityApplication.mjs +2 -2
- package/node_modules/@azure/msal-node/dist/client/ManagedIdentityApplication.mjs.map +1 -1
- package/node_modules/@azure/msal-node/dist/client/ManagedIdentityClient.mjs +2 -2
- package/node_modules/@azure/msal-node/dist/client/ManagedIdentityClient.mjs.map +1 -1
- package/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/AppService.mjs +1 -1
- package/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/AzureArc.mjs +11 -11
- package/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/AzureArc.mjs.map +1 -1
- package/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/BaseManagedIdentitySource.mjs +6 -5
- package/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/BaseManagedIdentitySource.mjs.map +1 -1
- package/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/CloudShell.mjs +2 -2
- package/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/CloudShell.mjs.map +1 -1
- package/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/Imds.mjs +1 -1
- package/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/MachineLearning.mjs +1 -1
- package/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/ServiceFabric.mjs +1 -1
- package/node_modules/@azure/msal-node/dist/client/OnBehalfOfClient.mjs +9 -9
- package/node_modules/@azure/msal-node/dist/client/OnBehalfOfClient.mjs.map +1 -1
- package/node_modules/@azure/msal-node/dist/client/PublicClientApplication.mjs +10 -9
- package/node_modules/@azure/msal-node/dist/client/PublicClientApplication.mjs.map +1 -1
- package/node_modules/@azure/msal-node/dist/client/UserFederatedIdentityCredentialClient.mjs +107 -0
- package/node_modules/@azure/msal-node/dist/client/UserFederatedIdentityCredentialClient.mjs.map +1 -0
- package/node_modules/@azure/msal-node/dist/client/UsernamePasswordClient.mjs +3 -3
- package/node_modules/@azure/msal-node/dist/client/UsernamePasswordClient.mjs.map +1 -1
- package/node_modules/@azure/msal-node/dist/config/Configuration.mjs +1 -1
- package/node_modules/@azure/msal-node/dist/config/ManagedIdentityId.mjs +4 -4
- package/node_modules/@azure/msal-node/dist/config/ManagedIdentityId.mjs.map +1 -1
- package/node_modules/@azure/msal-node/dist/config/ManagedIdentityRequestParameters.mjs +1 -1
- package/node_modules/@azure/msal-node/dist/crypto/CryptoProvider.mjs +1 -1
- package/node_modules/@azure/msal-node/dist/crypto/GuidGenerator.mjs +1 -1
- package/node_modules/@azure/msal-node/dist/crypto/HashUtils.mjs +1 -1
- package/node_modules/@azure/msal-node/dist/crypto/PkceGenerator.mjs +1 -1
- package/node_modules/@azure/msal-node/dist/error/ClientAuthErrorCodes.mjs +5 -2
- package/node_modules/@azure/msal-node/dist/error/ClientAuthErrorCodes.mjs.map +1 -1
- package/node_modules/@azure/msal-node/dist/error/ManagedIdentityError.mjs +5 -5
- package/node_modules/@azure/msal-node/dist/error/ManagedIdentityError.mjs.map +1 -1
- package/node_modules/@azure/msal-node/dist/error/ManagedIdentityErrorCodes.mjs +1 -1
- package/node_modules/@azure/msal-node/dist/error/NodeAuthError.mjs +16 -16
- package/node_modules/@azure/msal-node/dist/error/NodeAuthError.mjs.map +1 -1
- package/node_modules/@azure/msal-node/dist/index.mjs +1 -1
- package/node_modules/@azure/msal-node/dist/index.mjs.map +1 -1
- package/node_modules/@azure/msal-node/dist/internals.mjs +1 -1
- package/node_modules/@azure/msal-node/dist/network/HttpClient.mjs +4 -4
- package/node_modules/@azure/msal-node/dist/network/HttpClient.mjs.map +1 -1
- package/node_modules/@azure/msal-node/dist/network/HttpClientWithRetries.mjs +1 -1
- package/node_modules/@azure/msal-node/dist/network/LoopbackClient.mjs +1 -1
- package/node_modules/@azure/msal-node/dist/packageMetadata.mjs +2 -2
- package/node_modules/@azure/msal-node/dist/protocol/Authorize.mjs +1 -1
- package/node_modules/@azure/msal-node/dist/retry/DefaultManagedIdentityRetryPolicy.mjs +1 -1
- package/node_modules/@azure/msal-node/dist/retry/ExponentialRetryStrategy.mjs +1 -1
- package/node_modules/@azure/msal-node/dist/retry/ImdsRetryPolicy.mjs +1 -1
- package/node_modules/@azure/msal-node/dist/retry/LinearRetryStrategy.mjs +1 -1
- package/node_modules/@azure/msal-node/dist/utils/Constants.mjs +2 -1
- package/node_modules/@azure/msal-node/dist/utils/Constants.mjs.map +1 -1
- package/node_modules/@azure/msal-node/dist/utils/EncodingUtils.mjs +1 -1
- package/node_modules/@azure/msal-node/dist/utils/TimeUtils.mjs +1 -1
- package/node_modules/@azure/msal-node/lib/msal-node.cjs +811 -534
- package/node_modules/@azure/msal-node/lib/msal-node.cjs.map +1 -1
- package/node_modules/@azure/msal-node/package.json +4 -4
- package/node_modules/@azure/msal-node/src/cache/CacheHelpers.ts +25 -0
- package/node_modules/@azure/msal-node/src/cache/serializer/Deserializer.ts +2 -0
- package/node_modules/@azure/msal-node/src/cache/serializer/Serializer.ts +2 -0
- package/node_modules/@azure/msal-node/src/cache/serializer/SerializerTypes.ts +1 -0
- package/node_modules/@azure/msal-node/src/client/ClientApplication.ts +19 -8
- package/node_modules/@azure/msal-node/src/client/ClientAssertion.ts +4 -1
- package/node_modules/@azure/msal-node/src/client/ClientCredentialClient.ts +61 -14
- package/node_modules/@azure/msal-node/src/client/ConfidentialClientApplication.ts +108 -6
- package/node_modules/@azure/msal-node/src/client/DeviceCodeClient.ts +28 -10
- package/node_modules/@azure/msal-node/src/client/ManagedIdentityApplication.ts +2 -1
- package/node_modules/@azure/msal-node/src/client/ManagedIdentityClient.ts +2 -1
- package/node_modules/@azure/msal-node/src/client/ManagedIdentitySources/AzureArc.ts +20 -10
- package/node_modules/@azure/msal-node/src/client/ManagedIdentitySources/BaseManagedIdentitySource.ts +10 -4
- package/node_modules/@azure/msal-node/src/client/ManagedIdentitySources/CloudShell.ts +2 -1
- package/node_modules/@azure/msal-node/src/client/OnBehalfOfClient.ts +22 -7
- package/node_modules/@azure/msal-node/src/client/PublicClientApplication.ts +23 -7
- package/node_modules/{@microsoft/teams.apps/node_modules/@azure/msal-node/src/client/UsernamePasswordClient.ts → @azure/msal-node/src/client/UserFederatedIdentityCredentialClient.ts} +92 -81
- package/node_modules/@azure/msal-node/src/client/UsernamePasswordClient.ts +6 -1
- package/node_modules/@azure/msal-node/src/config/ManagedIdentityId.ts +6 -3
- package/node_modules/@azure/msal-node/src/error/ClientAuthErrorCodes.ts +3 -0
- package/node_modules/@azure/msal-node/src/error/ManagedIdentityError.ts +9 -4
- package/node_modules/@azure/msal-node/src/error/NodeAuthError.ts +25 -6
- package/node_modules/@azure/msal-node/src/index.ts +1 -0
- package/node_modules/@azure/msal-node/src/network/HttpClient.ts +3 -0
- package/node_modules/@azure/msal-node/src/packageMetadata.ts +1 -1
- package/node_modules/@azure/msal-node/src/request/CommonClientCredentialRequest.ts +4 -0
- package/node_modules/@azure/msal-node/src/request/CommonUserFederatedIdentityCredentialRequest.ts +25 -0
- package/node_modules/@azure/msal-node/src/request/UserFederatedIdentityCredentialRequest.ts +46 -0
- package/node_modules/@azure/msal-node/src/utils/Constants.ts +1 -0
- package/node_modules/@azure/msal-node/types/cache/CacheHelpers.d.ts.map +1 -1
- package/node_modules/@azure/msal-node/types/cache/serializer/Deserializer.d.ts.map +1 -1
- package/node_modules/@azure/msal-node/types/cache/serializer/Serializer.d.ts.map +1 -1
- package/node_modules/@azure/msal-node/types/cache/serializer/SerializerTypes.d.ts +1 -0
- package/node_modules/@azure/msal-node/types/cache/serializer/SerializerTypes.d.ts.map +1 -1
- package/node_modules/@azure/msal-node/types/client/ClientApplication.d.ts +1 -1
- package/node_modules/@azure/msal-node/types/client/ClientApplication.d.ts.map +1 -1
- package/node_modules/@azure/msal-node/types/client/ClientAssertion.d.ts.map +1 -1
- package/node_modules/@azure/msal-node/types/client/ClientCredentialClient.d.ts +1 -1
- package/node_modules/@azure/msal-node/types/client/ClientCredentialClient.d.ts.map +1 -1
- package/node_modules/@azure/msal-node/types/client/ConfidentialClientApplication.d.ts +10 -0
- package/node_modules/@azure/msal-node/types/client/ConfidentialClientApplication.d.ts.map +1 -1
- package/node_modules/@azure/msal-node/types/client/DeviceCodeClient.d.ts +1 -0
- package/node_modules/@azure/msal-node/types/client/DeviceCodeClient.d.ts.map +1 -1
- package/node_modules/@azure/msal-node/types/client/ManagedIdentityApplication.d.ts.map +1 -1
- package/node_modules/@azure/msal-node/types/client/ManagedIdentityClient.d.ts.map +1 -1
- package/node_modules/@azure/msal-node/types/client/ManagedIdentitySources/AzureArc.d.ts.map +1 -1
- package/node_modules/@azure/msal-node/types/client/ManagedIdentitySources/BaseManagedIdentitySource.d.ts.map +1 -1
- package/node_modules/@azure/msal-node/types/client/ManagedIdentitySources/CloudShell.d.ts.map +1 -1
- package/node_modules/@azure/msal-node/types/client/OnBehalfOfClient.d.ts.map +1 -1
- package/node_modules/@azure/msal-node/types/client/PublicClientApplication.d.ts +1 -0
- package/node_modules/@azure/msal-node/types/client/PublicClientApplication.d.ts.map +1 -1
- package/node_modules/@azure/msal-node/types/client/UserFederatedIdentityCredentialClient.d.ts +26 -0
- package/node_modules/@azure/msal-node/types/client/UserFederatedIdentityCredentialClient.d.ts.map +1 -0
- package/node_modules/@azure/msal-node/types/client/UsernamePasswordClient.d.ts.map +1 -1
- package/node_modules/@azure/msal-node/types/config/ManagedIdentityId.d.ts.map +1 -1
- package/node_modules/@azure/msal-node/types/error/ClientAuthErrorCodes.d.ts +3 -0
- package/node_modules/@azure/msal-node/types/error/ClientAuthErrorCodes.d.ts.map +1 -1
- package/node_modules/@azure/msal-node/types/error/ManagedIdentityError.d.ts +2 -2
- package/node_modules/@azure/msal-node/types/error/ManagedIdentityError.d.ts.map +1 -1
- package/node_modules/@azure/msal-node/types/error/NodeAuthError.d.ts +5 -5
- package/node_modules/@azure/msal-node/types/error/NodeAuthError.d.ts.map +1 -1
- package/node_modules/@azure/msal-node/types/index.d.ts +1 -0
- package/node_modules/@azure/msal-node/types/index.d.ts.map +1 -1
- package/node_modules/@azure/msal-node/types/network/HttpClient.d.ts.map +1 -1
- package/node_modules/@azure/msal-node/types/packageMetadata.d.ts +1 -1
- package/node_modules/@azure/msal-node/types/request/CommonClientCredentialRequest.d.ts +4 -0
- package/node_modules/@azure/msal-node/types/request/CommonClientCredentialRequest.d.ts.map +1 -1
- package/node_modules/@azure/msal-node/types/request/CommonUserFederatedIdentityCredentialRequest.d.ts +17 -0
- package/node_modules/@azure/msal-node/types/request/CommonUserFederatedIdentityCredentialRequest.d.ts.map +1 -0
- package/node_modules/@azure/msal-node/types/request/UserFederatedIdentityCredentialRequest.d.ts +32 -0
- package/node_modules/@azure/msal-node/types/request/UserFederatedIdentityCredentialRequest.d.ts.map +1 -0
- package/node_modules/@azure/msal-node/types/utils/Constants.d.ts +1 -0
- package/node_modules/@azure/msal-node/types/utils/Constants.d.ts.map +1 -1
- package/node_modules/@microsoft/teams.api/dist/activities/activity.d.mts +2 -0
- package/node_modules/@microsoft/teams.api/dist/activities/activity.d.ts +2 -0
- package/node_modules/@microsoft/teams.api/dist/activities/activity.js +39 -10
- package/node_modules/@microsoft/teams.api/dist/activities/activity.js.map +1 -1
- package/node_modules/@microsoft/teams.api/dist/activities/activity.mjs +39 -10
- package/node_modules/@microsoft/teams.api/dist/activities/activity.mjs.map +1 -1
- package/node_modules/@microsoft/teams.api/dist/activities/utils/strip-mentions-text.js +1 -1
- package/node_modules/@microsoft/teams.api/dist/activities/utils/strip-mentions-text.js.map +1 -1
- package/node_modules/@microsoft/teams.api/dist/activities/utils/strip-mentions-text.mjs +1 -1
- package/node_modules/@microsoft/teams.api/dist/activities/utils/strip-mentions-text.mjs.map +1 -1
- package/node_modules/@microsoft/teams.api/dist/models/account.d.mts +1 -1
- package/node_modules/@microsoft/teams.api/dist/models/account.d.ts +1 -1
- package/node_modules/@microsoft/teams.api/dist/models/account.js.map +1 -1
- package/node_modules/@microsoft/teams.api/dist/models/account.mjs.map +1 -1
- package/node_modules/@microsoft/teams.api/package.json +4 -4
- package/node_modules/@microsoft/teams.apps/README.md +59 -9
- package/node_modules/@microsoft/teams.apps/dist/app.d.ts +1 -22
- package/node_modules/@microsoft/teams.apps/dist/app.embed.d.ts +1 -8
- package/node_modules/@microsoft/teams.apps/dist/app.embed.js +2 -35
- package/node_modules/@microsoft/teams.apps/dist/app.js +1 -49
- package/node_modules/@microsoft/teams.apps/dist/http/http-server.js +11 -5
- package/node_modules/@microsoft/teams.apps/dist/index.d.ts +0 -1
- package/node_modules/@microsoft/teams.apps/dist/index.js +2 -25
- package/node_modules/@microsoft/teams.apps/dist/middleware/jwt-validation-middleware.js +2 -3
- package/node_modules/@microsoft/teams.apps/dist/token-manager.d.ts +2 -0
- package/node_modules/@microsoft/teams.apps/dist/token-manager.js +27 -13
- package/node_modules/@microsoft/teams.apps/dist/types/plugin/decorators/dependency.d.ts +3 -68
- package/node_modules/@microsoft/teams.apps/dist/types/plugin/decorators/dependency.js +2 -1
- package/node_modules/@microsoft/teams.apps/package.json +7 -8
- package/node_modules/@microsoft/teams.cards/package.json +2 -2
- package/node_modules/@microsoft/teams.common/package.json +2 -2
- package/node_modules/@microsoft/teams.graph/package.json +3 -3
- package/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/node/assert/strict.d.ts +10 -1
- package/node_modules/@types/node/assert.d.ts +144 -17
- package/node_modules/@types/node/async_hooks.d.ts +9 -9
- package/node_modules/@types/node/buffer.d.ts +64 -30
- package/node_modules/@types/node/child_process.d.ts +17 -21
- package/node_modules/@types/node/cluster.d.ts +13 -13
- package/node_modules/@types/node/console.d.ts +1 -1
- package/node_modules/@types/node/crypto.d.ts +471 -575
- package/node_modules/@types/node/diagnostics_channel.d.ts +274 -32
- package/node_modules/@types/node/dns.d.ts +15 -15
- package/node_modules/@types/node/events.d.ts +3 -3
- package/node_modules/@types/node/ffi.d.ts +486 -0
- package/node_modules/@types/node/fs/promises.d.ts +7 -4
- package/node_modules/@types/node/fs.d.ts +24 -18
- package/node_modules/@types/node/globals.d.ts +4 -4
- package/node_modules/@types/node/http.d.ts +30 -5
- package/node_modules/@types/node/http2.d.ts +2 -1
- package/node_modules/@types/node/index.d.ts +1 -3
- package/node_modules/@types/node/inspector.d.ts +1 -1
- package/node_modules/@types/node/module.d.ts +16 -45
- package/node_modules/@types/node/net.d.ts +1 -1
- package/node_modules/@types/node/os.d.ts +2 -2
- package/node_modules/@types/node/package.json +4 -4
- package/node_modules/@types/node/perf_hooks.d.ts +1 -9
- package/node_modules/@types/node/process.d.ts +25 -12
- package/node_modules/@types/node/quic.d.ts +92 -11
- package/node_modules/@types/node/readline.d.ts +12 -11
- package/node_modules/@types/node/repl.d.ts +10 -10
- package/node_modules/@types/node/sqlite.d.ts +56 -1
- package/node_modules/@types/node/stream/iter.d.ts +150 -0
- package/node_modules/@types/node/stream/promises.d.ts +2 -2
- package/node_modules/@types/node/stream/web.d.ts +1 -1
- package/node_modules/@types/node/stream.d.ts +37 -5
- package/node_modules/@types/node/test/reporters.d.ts +1 -1
- package/node_modules/@types/node/test.d.ts +120 -10
- package/node_modules/@types/node/tls.d.ts +1 -1
- package/node_modules/@types/node/ts5.6/index.d.ts +2 -4
- package/node_modules/@types/node/ts5.7/index.d.ts +1 -3
- package/node_modules/@types/node/url.d.ts +3 -3
- package/node_modules/@types/node/util/types.d.ts +1 -1
- package/node_modules/@types/node/util.d.ts +22 -22
- package/node_modules/@types/node/v8.d.ts +85 -3
- package/node_modules/@types/node/vm.d.ts +9 -9
- package/node_modules/@types/node/web-globals/domexception.d.ts +15 -0
- package/node_modules/@types/node/worker_threads.d.ts +10 -12
- package/node_modules/@types/node/zlib.d.ts +3 -3
- package/node_modules/body-parser/README.md +16 -1
- package/node_modules/body-parser/index.js +4 -20
- package/node_modules/body-parser/lib/read.js +17 -17
- package/node_modules/body-parser/lib/types/json.js +60 -32
- package/node_modules/body-parser/lib/types/raw.js +3 -3
- package/node_modules/body-parser/lib/types/text.js +3 -3
- package/node_modules/body-parser/lib/types/urlencoded.js +16 -20
- package/node_modules/body-parser/lib/utils.js +18 -16
- package/node_modules/body-parser/node_modules/content-type/LICENSE +22 -0
- package/node_modules/body-parser/node_modules/content-type/README.md +69 -0
- package/node_modules/body-parser/node_modules/content-type/dist/index.d.ts +26 -0
- package/node_modules/body-parser/node_modules/content-type/dist/index.js +170 -0
- package/node_modules/body-parser/node_modules/content-type/dist/index.js.map +1 -0
- package/node_modules/body-parser/node_modules/content-type/package.json +52 -0
- package/node_modules/body-parser/package.json +23 -10
- package/node_modules/range-parser/README.md +13 -12
- package/node_modules/range-parser/index.js +27 -8
- package/node_modules/range-parser/package.json +12 -8
- package/node_modules/semver/classes/range.js +6 -2
- package/node_modules/semver/package.json +1 -1
- package/node_modules/side-channel/CHANGELOG.md +10 -0
- package/node_modules/side-channel/README.md +1 -1
- package/node_modules/side-channel/index.js +5 -2
- package/node_modules/side-channel/package.json +10 -10
- package/node_modules/side-channel/test/index.js +16 -0
- package/node_modules/typebox/build/compile/validator.d.mts +2 -7
- package/node_modules/typebox/build/compile/validator.mjs +6 -36
- package/node_modules/typebox/build/error/errors.d.mts +1 -7
- package/node_modules/typebox/build/format/_idna.mjs +36 -6
- package/node_modules/typebox/build/format/_puny.mjs +4 -1
- package/node_modules/typebox/build/format/uuid.d.mts +2 -2
- package/node_modules/typebox/build/format/uuid.mjs +3 -3
- package/node_modules/typebox/build/guard/emit.d.mts +0 -4
- package/node_modules/typebox/build/guard/emit.mjs +0 -8
- package/node_modules/typebox/build/guard/guard.d.mts +4 -8
- package/node_modules/typebox/build/guard/guard.mjs +5 -13
- package/node_modules/typebox/build/schema/engine/boolean.d.mts +3 -3
- package/node_modules/typebox/build/schema/engine/boolean.mjs +4 -4
- package/node_modules/typebox/build/schema/engine/index.d.mts +0 -1
- package/node_modules/typebox/build/schema/engine/index.mjs +0 -1
- package/node_modules/typebox/build/schema/engine/schema.mjs +5 -10
- package/node_modules/typebox/build/schema/engine/type.mjs +14 -18
- package/node_modules/typebox/build/schema/types/dependencies.mjs +1 -1
- package/node_modules/typebox/build/schema/types/index.d.mts +0 -1
- package/node_modules/typebox/build/schema/types/index.mjs +0 -1
- package/node_modules/typebox/build/schema/types/schema.d.mts +1 -1
- package/node_modules/typebox/build/schema/types/schema.mjs +2 -2
- package/node_modules/typebox/build/system/locale/ar_001.mjs +0 -1
- package/node_modules/typebox/build/system/locale/bn_BD.mjs +0 -1
- package/node_modules/typebox/build/system/locale/cs_CZ.mjs +0 -1
- package/node_modules/typebox/build/system/locale/de_DE.mjs +0 -1
- package/node_modules/typebox/build/system/locale/el_GR.mjs +0 -1
- package/node_modules/typebox/build/system/locale/en_US.mjs +0 -1
- package/node_modules/typebox/build/system/locale/es_419.mjs +0 -1
- package/node_modules/typebox/build/system/locale/es_AR.mjs +0 -1
- package/node_modules/typebox/build/system/locale/es_ES.mjs +0 -1
- package/node_modules/typebox/build/system/locale/es_MX.mjs +0 -1
- package/node_modules/typebox/build/system/locale/fa_IR.mjs +0 -1
- package/node_modules/typebox/build/system/locale/fil_PH.mjs +0 -1
- package/node_modules/typebox/build/system/locale/fr_CA.mjs +0 -1
- package/node_modules/typebox/build/system/locale/fr_FR.mjs +0 -1
- package/node_modules/typebox/build/system/locale/ha_NG.mjs +0 -1
- package/node_modules/typebox/build/system/locale/hi_IN.mjs +0 -1
- package/node_modules/typebox/build/system/locale/hu_HU.mjs +0 -1
- package/node_modules/typebox/build/system/locale/id_ID.mjs +0 -1
- package/node_modules/typebox/build/system/locale/it_IT.mjs +0 -1
- package/node_modules/typebox/build/system/locale/ja_JP.mjs +0 -1
- package/node_modules/typebox/build/system/locale/ko_KR.mjs +0 -1
- package/node_modules/typebox/build/system/locale/ms_MY.mjs +0 -1
- package/node_modules/typebox/build/system/locale/nl_NL.mjs +0 -1
- package/node_modules/typebox/build/system/locale/pl_PL.mjs +0 -1
- package/node_modules/typebox/build/system/locale/pt_BR.mjs +0 -1
- package/node_modules/typebox/build/system/locale/pt_PT.mjs +0 -1
- package/node_modules/typebox/build/system/locale/ro_RO.mjs +0 -1
- package/node_modules/typebox/build/system/locale/ru_RU.mjs +0 -1
- package/node_modules/typebox/build/system/locale/sv_SE.mjs +0 -1
- package/node_modules/typebox/build/system/locale/sw_TZ.mjs +0 -1
- package/node_modules/typebox/build/system/locale/th_TH.mjs +0 -1
- package/node_modules/typebox/build/system/locale/tr_TR.mjs +0 -1
- package/node_modules/typebox/build/system/locale/uk_UA.mjs +0 -1
- package/node_modules/typebox/build/system/locale/ur_PK.mjs +0 -1
- package/node_modules/typebox/build/system/locale/vi_VN.mjs +0 -1
- package/node_modules/typebox/build/system/locale/yo_NG.mjs +0 -1
- package/node_modules/typebox/build/system/locale/zh_Hans.mjs +0 -1
- package/node_modules/typebox/build/system/locale/zh_Hant.mjs +0 -1
- package/node_modules/typebox/build/system/memory/clone.d.mts +2 -3
- package/node_modules/typebox/build/system/memory/clone.mjs +73 -26
- package/node_modules/typebox/build/system/settings/settings.d.mts +15 -0
- package/node_modules/typebox/build/system/settings/settings.mjs +3 -1
- package/node_modules/typebox/build/type/action/_add_immutable.d.mts +11 -0
- package/node_modules/typebox/build/type/action/_add_immutable.mjs +11 -0
- package/node_modules/typebox/build/type/action/_add_optional.d.mts +11 -0
- package/node_modules/typebox/build/type/action/_add_optional.mjs +11 -0
- package/node_modules/typebox/build/type/action/_add_readonly.d.mts +11 -0
- package/node_modules/typebox/build/type/action/_add_readonly.mjs +11 -0
- package/node_modules/typebox/build/type/action/_remove_immutable.d.mts +11 -0
- package/node_modules/typebox/build/type/action/_remove_immutable.mjs +11 -0
- package/node_modules/typebox/build/type/action/_remove_optional.d.mts +11 -0
- package/node_modules/typebox/build/type/action/_remove_optional.mjs +11 -0
- package/node_modules/typebox/build/type/action/_remove_readonly.d.mts +11 -0
- package/node_modules/typebox/build/type/action/_remove_readonly.mjs +11 -0
- package/node_modules/typebox/build/type/action/conditional.d.mts +2 -3
- package/node_modules/typebox/build/type/action/conditional.mjs +2 -1
- package/node_modules/typebox/build/type/action/index.d.mts +7 -4
- package/node_modules/typebox/build/type/action/index.mjs +7 -4
- package/node_modules/typebox/build/type/action/mapped.d.mts +2 -3
- package/node_modules/typebox/build/type/action/mapped.mjs +2 -1
- package/node_modules/typebox/build/type/action/module.d.mts +8 -7
- package/node_modules/typebox/build/type/action/module.mjs +7 -6
- package/node_modules/typebox/build/type/action/readonly_object.d.mts +0 -5
- package/node_modules/typebox/build/type/action/readonly_object.mjs +0 -5
- package/node_modules/typebox/build/type/action/with.d.mts +11 -0
- package/node_modules/typebox/build/type/action/with.mjs +11 -0
- package/node_modules/typebox/build/type/engine/call/distribute_arguments.mjs +1 -1
- package/node_modules/typebox/build/type/engine/call/instantiate.d.mts +1 -3
- package/node_modules/typebox/build/type/engine/call/instantiate.mjs +3 -2
- package/node_modules/typebox/build/type/engine/call/resolve_arguments.mjs +2 -2
- package/node_modules/typebox/build/type/engine/constructor_parameters/instantiate.d.mts +3 -4
- package/node_modules/typebox/build/type/engine/constructor_parameters/instantiate.mjs +2 -1
- package/node_modules/typebox/build/type/engine/cyclic/candidates.d.mts +2 -3
- package/node_modules/typebox/build/type/engine/cyclic/candidates.mjs +3 -6
- package/node_modules/typebox/build/type/engine/cyclic/check.d.mts +6 -9
- package/node_modules/typebox/build/type/engine/cyclic/check.mjs +10 -16
- package/node_modules/typebox/build/type/engine/cyclic/dependencies.d.mts +1 -4
- package/node_modules/typebox/build/type/engine/cyclic/dependencies.mjs +9 -15
- package/node_modules/typebox/build/type/engine/cyclic/extends.d.mts +1 -4
- package/node_modules/typebox/build/type/engine/cyclic/extends.mjs +8 -14
- package/node_modules/typebox/build/type/engine/cyclic/instantiate.d.mts +2 -5
- package/node_modules/typebox/build/type/engine/cyclic/instantiate.mjs +3 -2
- package/node_modules/typebox/build/type/engine/enum/index.d.mts +0 -1
- package/node_modules/typebox/build/type/engine/enum/index.mjs +0 -1
- package/node_modules/typebox/build/type/engine/evaluate/broaden.d.mts +1 -2
- package/node_modules/typebox/build/type/engine/evaluate/broaden.mjs +2 -6
- package/node_modules/typebox/build/type/engine/evaluate/composite.d.mts +10 -6
- package/node_modules/typebox/build/type/engine/evaluate/composite.mjs +10 -6
- package/node_modules/typebox/build/type/engine/evaluate/distribute.d.mts +2 -1
- package/node_modules/typebox/build/type/engine/evaluate/distribute.mjs +3 -3
- package/node_modules/typebox/build/type/engine/evaluate/evaluate.d.mts +17 -5
- package/node_modules/typebox/build/type/engine/evaluate/evaluate.mjs +34 -8
- package/node_modules/typebox/build/type/engine/exclude/operation.d.mts +5 -6
- package/node_modules/typebox/build/type/engine/exclude/operation.mjs +11 -12
- package/node_modules/typebox/build/type/engine/extract/operation.d.mts +5 -6
- package/node_modules/typebox/build/type/engine/extract/operation.mjs +11 -12
- package/node_modules/typebox/build/type/engine/immutable/instantiate_add.d.mts +10 -0
- package/node_modules/typebox/build/type/engine/immutable/instantiate_add.mjs +14 -0
- package/node_modules/typebox/build/type/engine/immutable/instantiate_remove.d.mts +10 -0
- package/node_modules/typebox/build/type/engine/immutable/instantiate_remove.mjs +14 -0
- package/node_modules/typebox/build/type/engine/index.d.mts +2 -2
- package/node_modules/typebox/build/type/engine/index.mjs +2 -2
- package/node_modules/typebox/build/type/engine/indexable/from_dependent.d.mts +5 -0
- package/node_modules/typebox/build/type/engine/indexable/from_dependent.mjs +8 -0
- package/node_modules/typebox/build/type/engine/indexable/from_enum.d.mts +3 -3
- package/node_modules/typebox/build/type/engine/indexable/from_enum.mjs +4 -4
- package/node_modules/typebox/build/type/engine/indexable/from_template_literal.d.mts +2 -2
- package/node_modules/typebox/build/type/engine/indexable/from_template_literal.mjs +3 -3
- package/node_modules/typebox/build/type/engine/indexable/from_type.d.mts +3 -1
- package/node_modules/typebox/build/type/engine/indexable/from_type.mjs +9 -6
- package/node_modules/typebox/build/type/engine/indexed/instantiate.d.mts +2 -1
- package/node_modules/typebox/build/type/engine/indexed/instantiate.mjs +5 -2
- package/node_modules/typebox/build/type/engine/instantiate.d.mts +44 -31
- package/node_modules/typebox/build/type/engine/instantiate.mjs +82 -83
- package/node_modules/typebox/build/type/engine/interface/instantiate.d.mts +3 -6
- package/node_modules/typebox/build/type/engine/intrinsics/from_template_literal.d.mts +2 -2
- package/node_modules/typebox/build/type/engine/intrinsics/from_template_literal.mjs +3 -3
- package/node_modules/typebox/build/type/engine/keyof/instantiate.d.mts +2 -1
- package/node_modules/typebox/build/type/engine/keyof/instantiate.mjs +5 -1
- package/node_modules/typebox/build/type/engine/mapped/mapped_operation.d.mts +4 -4
- package/node_modules/typebox/build/type/engine/mapped/mapped_operation.mjs +3 -3
- package/node_modules/typebox/build/type/engine/mapped/mapped_variants.d.mts +5 -4
- package/node_modules/typebox/build/type/engine/mapped/mapped_variants.mjs +10 -5
- package/node_modules/typebox/build/type/engine/module/instantiate.d.mts +7 -9
- package/node_modules/typebox/build/type/engine/module/instantiate.mjs +17 -15
- package/node_modules/typebox/build/type/engine/object/from_dependent.d.mts +5 -0
- package/node_modules/typebox/build/type/engine/object/from_dependent.mjs +8 -0
- package/node_modules/typebox/build/type/engine/object/from_type.d.mts +3 -1
- package/node_modules/typebox/build/type/engine/object/from_type.mjs +8 -5
- package/node_modules/typebox/build/type/engine/object/from_union.mjs +2 -2
- package/node_modules/typebox/build/type/engine/optional/instantiate_add.d.mts +10 -0
- package/node_modules/typebox/build/type/engine/optional/instantiate_add.mjs +14 -0
- package/node_modules/typebox/build/type/engine/optional/instantiate_remove.d.mts +10 -0
- package/node_modules/typebox/build/type/engine/optional/instantiate_remove.mjs +14 -0
- package/node_modules/typebox/build/type/engine/parameters/instantiate.d.mts +3 -4
- package/node_modules/typebox/build/type/engine/parameters/instantiate.mjs +2 -1
- package/node_modules/typebox/build/type/engine/partial/from_dependent.d.mts +5 -0
- package/node_modules/typebox/build/type/engine/partial/from_dependent.mjs +8 -0
- package/node_modules/typebox/build/type/engine/partial/from_intersect.d.mts +1 -1
- package/node_modules/typebox/build/type/engine/partial/from_intersect.mjs +3 -2
- package/node_modules/typebox/build/type/engine/partial/from_object.d.mts +2 -2
- package/node_modules/typebox/build/type/engine/partial/from_object.mjs +2 -2
- package/node_modules/typebox/build/type/engine/partial/from_type.d.mts +3 -1
- package/node_modules/typebox/build/type/engine/partial/from_type.mjs +7 -4
- package/node_modules/typebox/build/type/engine/priority/index.d.mts +1 -0
- package/node_modules/typebox/build/type/engine/priority/index.mjs +1 -0
- package/node_modules/typebox/build/type/engine/priority/priority.d.mts +20 -0
- package/node_modules/typebox/build/type/engine/priority/priority.mjs +28 -0
- package/node_modules/typebox/build/type/engine/readonly/instantiate_add.d.mts +10 -0
- package/node_modules/typebox/build/type/engine/readonly/instantiate_add.mjs +14 -0
- package/node_modules/typebox/build/type/engine/readonly/instantiate_remove.d.mts +10 -0
- package/node_modules/typebox/build/type/engine/readonly/instantiate_remove.mjs +14 -0
- package/node_modules/typebox/build/type/engine/readonly_object/from_array.d.mts +2 -2
- package/node_modules/typebox/build/type/engine/readonly_object/from_array.mjs +2 -2
- package/node_modules/typebox/build/type/engine/readonly_object/from_dependent.d.mts +5 -0
- package/node_modules/typebox/build/type/engine/readonly_object/from_dependent.mjs +8 -0
- package/node_modules/typebox/build/type/engine/readonly_object/from_intersect.d.mts +1 -1
- package/node_modules/typebox/build/type/engine/readonly_object/from_intersect.mjs +3 -2
- package/node_modules/typebox/build/type/engine/readonly_object/from_object.d.mts +2 -2
- package/node_modules/typebox/build/type/engine/readonly_object/from_object.mjs +2 -2
- package/node_modules/typebox/build/type/engine/readonly_object/from_tuple.d.mts +2 -2
- package/node_modules/typebox/build/type/engine/readonly_object/from_tuple.mjs +2 -2
- package/node_modules/typebox/build/type/engine/readonly_object/from_type.d.mts +3 -1
- package/node_modules/typebox/build/type/engine/readonly_object/from_type.mjs +8 -5
- package/node_modules/typebox/build/type/engine/record/from_key_enum.d.mts +2 -2
- package/node_modules/typebox/build/type/engine/record/from_key_enum.mjs +2 -2
- package/node_modules/typebox/build/type/engine/record/from_key_template_literal.d.mts +2 -2
- package/node_modules/typebox/build/type/engine/record/from_key_template_literal.mjs +2 -2
- package/node_modules/typebox/build/type/engine/ref/instantiate.d.mts +3 -3
- package/node_modules/typebox/build/type/engine/ref/instantiate.mjs +6 -6
- package/node_modules/typebox/build/type/engine/required/from_dependent.d.mts +5 -0
- package/node_modules/typebox/build/type/engine/required/from_dependent.mjs +8 -0
- package/node_modules/typebox/build/type/engine/required/from_intersect.d.mts +1 -1
- package/node_modules/typebox/build/type/engine/required/from_intersect.mjs +3 -2
- package/node_modules/typebox/build/type/engine/required/from_object.d.mts +2 -2
- package/node_modules/typebox/build/type/engine/required/from_object.mjs +2 -2
- package/node_modules/typebox/build/type/engine/required/from_type.d.mts +3 -1
- package/node_modules/typebox/build/type/engine/required/from_type.mjs +7 -4
- package/node_modules/typebox/build/type/engine/template_literal/decode.mjs +3 -3
- package/node_modules/typebox/build/type/engine/template_literal/encode.d.mts +2 -2
- package/node_modules/typebox/build/type/engine/template_literal/encode.mjs +6 -6
- package/node_modules/typebox/build/type/engine/template_literal/is_finite.mjs +1 -1
- package/node_modules/typebox/build/type/engine/template_literal/is_pattern.mjs +1 -0
- package/node_modules/typebox/build/type/engine/this/expand_this.d.mts +1 -4
- package/node_modules/typebox/build/type/engine/this/expand_this.mjs +7 -13
- package/node_modules/typebox/build/type/engine/with/instantiate.d.mts +8 -0
- package/node_modules/typebox/build/type/engine/{options → with}/instantiate.mjs +5 -5
- package/node_modules/typebox/build/type/extends/dependent.d.mts +6 -0
- package/node_modules/typebox/build/type/extends/dependent.mjs +6 -0
- package/node_modules/typebox/build/type/extends/enum.d.mts +4 -4
- package/node_modules/typebox/build/type/extends/enum.mjs +3 -2
- package/node_modules/typebox/build/type/extends/extends_left.d.mts +5 -7
- package/node_modules/typebox/build/type/extends/extends_left.mjs +24 -27
- package/node_modules/typebox/build/type/extends/extends_right.d.mts +7 -5
- package/node_modules/typebox/build/type/extends/extends_right.mjs +20 -15
- package/node_modules/typebox/build/type/extends/inference.mjs +1 -1
- package/node_modules/typebox/build/type/extends/object.d.mts +8 -1
- package/node_modules/typebox/build/type/extends/object.mjs +25 -3
- package/node_modules/typebox/build/type/extends/parameters.mjs +2 -2
- package/node_modules/typebox/build/type/extends/record.d.mts +13 -0
- package/node_modules/typebox/build/type/extends/record.mjs +23 -0
- package/node_modules/typebox/build/type/extends/template_literal.d.mts +3 -3
- package/node_modules/typebox/build/type/extends/template_literal.mjs +3 -3
- package/node_modules/typebox/build/type/extends/tuple.d.mts +3 -6
- package/node_modules/typebox/build/type/extends/tuple.mjs +6 -5
- package/node_modules/typebox/build/type/extends/union.mjs +2 -2
- package/node_modules/typebox/build/type/script/mapping.d.mts +84 -99
- package/node_modules/typebox/build/type/script/mapping.mjs +81 -85
- package/node_modules/typebox/build/type/script/parser.d.mts +40 -40
- package/node_modules/typebox/build/type/script/parser.mjs +22 -22
- package/node_modules/typebox/build/type/script/script.d.mts +3 -4
- package/node_modules/typebox/build/type/script/script.mjs +3 -2
- package/node_modules/typebox/build/type/script/token/internal/guard.d.mts +1 -1
- package/node_modules/typebox/build/type/script/token/internal/guard.mjs +1 -1
- package/node_modules/typebox/build/type/script/token/internal/take.mjs +1 -1
- package/node_modules/typebox/build/type/script/token/until.mjs +2 -2
- package/node_modules/typebox/build/type/types/_codec.d.mts +12 -12
- package/node_modules/typebox/build/type/types/_codec.mjs +0 -1
- package/node_modules/typebox/build/type/types/_immutable.d.mts +2 -9
- package/node_modules/typebox/build/type/types/_immutable.mjs +2 -10
- package/node_modules/typebox/build/type/types/_optional.d.mts +2 -9
- package/node_modules/typebox/build/type/types/_optional.mjs +2 -11
- package/node_modules/typebox/build/type/types/_readonly.d.mts +2 -9
- package/node_modules/typebox/build/type/types/_readonly.mjs +2 -10
- package/node_modules/typebox/build/type/types/_refine.d.mts +8 -10
- package/node_modules/typebox/build/type/types/_refine.mjs +1 -2
- package/node_modules/typebox/build/type/types/call.d.mts +3 -3
- package/node_modules/typebox/build/type/types/call.mjs +3 -2
- package/node_modules/typebox/build/type/types/deferred.d.mts +1 -0
- package/node_modules/typebox/build/type/types/deferred.mjs +1 -1
- package/node_modules/typebox/build/type/types/dependent.d.mts +17 -0
- package/node_modules/typebox/build/type/types/dependent.mjs +24 -0
- package/node_modules/typebox/build/type/types/enum.d.mts +3 -1
- package/node_modules/typebox/build/type/types/enum.mjs +5 -0
- package/node_modules/typebox/build/type/types/index.d.mts +1 -4
- package/node_modules/typebox/build/type/types/index.mjs +1 -4
- package/node_modules/typebox/build/type/types/number.d.mts +1 -1
- package/node_modules/typebox/build/type/types/number.mjs +1 -1
- package/node_modules/typebox/build/type/types/record.d.mts +13 -7
- package/node_modules/typebox/build/type/types/record.mjs +15 -9
- package/node_modules/typebox/build/type/types/static.d.mts +2 -5
- package/node_modules/typebox/build/typebox.d.mts +4 -8
- package/node_modules/typebox/build/typebox.mjs +4 -8
- package/node_modules/typebox/build/value/clean/clean.mjs +4 -2
- package/node_modules/typebox/build/value/clean/from_intersect.mjs +2 -2
- package/node_modules/typebox/build/value/clean/from_type.mjs +8 -10
- package/node_modules/typebox/build/value/clean/from_union.d.mts +1 -1
- package/node_modules/typebox/build/value/clean/from_union.mjs +1 -2
- package/node_modules/typebox/build/value/clone/clone.mjs +2 -73
- package/node_modules/typebox/build/value/codec/decode.mjs +4 -2
- package/node_modules/typebox/build/value/codec/encode.mjs +4 -2
- package/node_modules/typebox/build/value/codec/from_array.mjs +1 -4
- package/node_modules/typebox/build/value/codec/from_object.mjs +1 -4
- package/node_modules/typebox/build/value/codec/from_record.mjs +2 -7
- package/node_modules/typebox/build/value/codec/from_tuple.mjs +1 -4
- package/node_modules/typebox/build/value/codec/from_union.mjs +2 -3
- package/node_modules/typebox/build/value/convert/from_enum.mjs +3 -4
- package/node_modules/typebox/build/value/convert/from_template_literal.d.mts +1 -1
- package/node_modules/typebox/build/value/convert/from_template_literal.mjs +2 -3
- package/node_modules/typebox/build/value/convert/from_type.mjs +19 -21
- package/node_modules/typebox/build/value/create/from_enum.mjs +2 -2
- package/node_modules/typebox/build/value/create/from_type.mjs +23 -31
- package/node_modules/typebox/build/value/default/from_object.mjs +1 -1
- package/node_modules/typebox/build/value/default/from_type.mjs +8 -10
- package/node_modules/typebox/build/value/index.d.mts +0 -1
- package/node_modules/typebox/build/value/index.mjs +0 -1
- package/node_modules/typebox/build/value/repair/from_enum.mjs +2 -3
- package/node_modules/typebox/build/value/repair/from_type.mjs +24 -22
- package/node_modules/typebox/build/value/shared/union_priority_sort.d.mts +6 -2
- package/node_modules/typebox/build/value/shared/union_priority_sort.mjs +62 -26
- package/node_modules/typebox/build/value/value.d.mts +0 -1
- package/node_modules/typebox/build/value/value.mjs +0 -1
- package/node_modules/typebox/package.json +25 -25
- package/node_modules/typebox/readme.md +97 -80
- package/node_modules/undici-types/agent.d.ts +0 -2
- package/node_modules/undici-types/client.d.ts +25 -19
- package/node_modules/undici-types/dispatcher.d.ts +7 -33
- package/node_modules/undici-types/dispatcher1-wrapper.d.ts +7 -0
- package/node_modules/undici-types/fetch.d.ts +24 -4
- package/node_modules/undici-types/h2c-client.d.ts +6 -6
- package/node_modules/undici-types/handlers.d.ts +1 -2
- package/node_modules/undici-types/header.d.ts +5 -0
- package/node_modules/undici-types/index.d.ts +3 -1
- package/node_modules/undici-types/interceptors.d.ts +1 -1
- package/node_modules/undici-types/package.json +1 -1
- package/node_modules/undici-types/pool.d.ts +0 -2
- package/node_modules/undici-types/proxy-agent.d.ts +2 -2
- package/node_modules/undici-types/round-robin-pool.d.ts +0 -2
- package/node_modules/undici-types/snapshot-agent.d.ts +4 -0
- package/node_modules/undici-types/socks5-proxy-agent.d.ts +2 -2
- package/node_modules/undici-types/webidl.d.ts +0 -1
- package/npm-shrinkwrap.json +86 -105
- package/package.json +7 -7
- package/node_modules/@azure/msal-common/lib/index-node-DHSwXao8.js.map +0 -1
- package/node_modules/@microsoft/teams.apps/dist/manifest.d.ts +0 -1241
- package/node_modules/@microsoft/teams.apps/dist/manifest.js +0 -3
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/LICENSE +0 -21
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/README.md +0 -53
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/browser/README.md +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/browser/package.json +0 -5
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/account/AccountInfo.d.ts +0 -72
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/account/AccountInfo.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/account/AccountInfo.mjs +0 -85
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/account/AccountInfo.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/account/AuthToken.d.ts +0 -24
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/account/AuthToken.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/account/AuthToken.mjs +0 -86
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/account/AuthToken.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/account/CcsCredential.d.ts +0 -10
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/account/CcsCredential.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/account/CcsCredential.mjs +0 -13
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/account/CcsCredential.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/account/ClientCredentials.d.ts +0 -20
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/account/ClientCredentials.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/account/ClientInfo.d.ts +0 -23
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/account/ClientInfo.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/account/ClientInfo.mjs +0 -46
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/account/ClientInfo.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/account/TokenClaims.d.ts +0 -88
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/account/TokenClaims.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/account/TokenClaims.mjs +0 -25
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/account/TokenClaims.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/Authority.d.ts +0 -255
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/Authority.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/Authority.mjs +0 -860
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/Authority.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/AuthorityFactory.d.ts +0 -19
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/AuthorityFactory.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/AuthorityFactory.mjs +0 -39
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/AuthorityFactory.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/AuthorityMetadata.d.ts +0 -44
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/AuthorityMetadata.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/AuthorityMetadata.mjs +0 -180
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/AuthorityMetadata.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/AuthorityOptions.d.ts +0 -28
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/AuthorityOptions.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/AuthorityOptions.mjs +0 -23
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/AuthorityOptions.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/AuthorityType.d.ts +0 -11
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/AuthorityType.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/AuthorityType.mjs +0 -18
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/AuthorityType.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/AzureRegion.d.ts +0 -2
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/AzureRegion.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/AzureRegionConfiguration.d.ts +0 -6
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/AzureRegionConfiguration.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/CloudDiscoveryMetadata.d.ts +0 -6
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/CloudDiscoveryMetadata.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/CloudInstanceDiscoveryErrorResponse.d.ts +0 -14
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/CloudInstanceDiscoveryErrorResponse.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/CloudInstanceDiscoveryErrorResponse.mjs +0 -13
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/CloudInstanceDiscoveryErrorResponse.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/CloudInstanceDiscoveryResponse.d.ts +0 -10
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/CloudInstanceDiscoveryResponse.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/CloudInstanceDiscoveryResponse.mjs +0 -13
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/CloudInstanceDiscoveryResponse.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/ImdsOptions.d.ts +0 -6
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/ImdsOptions.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/OIDCOptions.d.ts +0 -9
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/OIDCOptions.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/OpenIdConfigResponse.d.ts +0 -12
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/OpenIdConfigResponse.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/OpenIdConfigResponse.mjs +0 -15
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/OpenIdConfigResponse.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/ProtocolMode.d.ts +0 -20
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/ProtocolMode.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/ProtocolMode.mjs +0 -27
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/ProtocolMode.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/RegionDiscovery.d.ts +0 -33
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/RegionDiscovery.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/RegionDiscovery.mjs +0 -112
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/RegionDiscovery.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/RegionDiscoveryMetadata.d.ts +0 -7
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/RegionDiscoveryMetadata.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/broker/nativeBroker/INativeBrokerPlugin.d.ts +0 -17
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/broker/nativeBroker/INativeBrokerPlugin.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/CacheManager.d.ts +0 -474
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/CacheManager.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/CacheManager.mjs +0 -1125
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/CacheManager.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/entities/AccessTokenEntity.d.ts +0 -26
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/entities/AccessTokenEntity.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/entities/AccountEntity.d.ts +0 -98
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/entities/AccountEntity.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/entities/AccountEntity.mjs +0 -246
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/entities/AccountEntity.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/entities/AppMetadataEntity.d.ts +0 -12
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/entities/AppMetadataEntity.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/entities/AuthorityMetadataEntity.d.ts +0 -16
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/entities/AuthorityMetadataEntity.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/entities/CacheRecord.d.ts +0 -14
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/entities/CacheRecord.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/entities/CredentialEntity.d.ts +0 -33
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/entities/CredentialEntity.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/entities/IdTokenEntity.d.ts +0 -9
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/entities/IdTokenEntity.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/entities/RefreshTokenEntity.d.ts +0 -8
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/entities/RefreshTokenEntity.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/entities/ServerTelemetryEntity.d.ts +0 -7
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/entities/ServerTelemetryEntity.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/entities/ThrottlingEntity.d.ts +0 -8
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/entities/ThrottlingEntity.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/interface/ICacheManager.d.ts +0 -171
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/interface/ICacheManager.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/interface/ICachePlugin.d.ts +0 -6
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/interface/ICachePlugin.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/interface/ISerializableTokenCache.d.ts +0 -5
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/interface/ISerializableTokenCache.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/persistence/TokenCacheContext.d.ts +0 -24
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/persistence/TokenCacheContext.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/persistence/TokenCacheContext.mjs +0 -30
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/persistence/TokenCacheContext.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/utils/CacheHelpers.d.ts +0 -86
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/utils/CacheHelpers.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/utils/CacheHelpers.mjs +0 -270
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/utils/CacheHelpers.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/utils/CacheTypes.d.ts +0 -70
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/utils/CacheTypes.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/client/AuthorizationCodeClient.d.ts +0 -46
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/client/AuthorizationCodeClient.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/client/AuthorizationCodeClient.mjs +0 -264
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/client/AuthorizationCodeClient.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/client/BaseClient.d.ts +0 -59
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/client/BaseClient.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/client/BaseClient.mjs +0 -167
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/client/BaseClient.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/client/RefreshTokenClient.d.ts +0 -36
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/client/RefreshTokenClient.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/client/RefreshTokenClient.mjs +0 -243
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/client/RefreshTokenClient.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/client/SilentFlowClient.d.ts +0 -22
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/client/SilentFlowClient.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/client/SilentFlowClient.mjs +0 -112
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/client/SilentFlowClient.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/config/AppTokenProvider.d.ts +0 -39
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/config/AppTokenProvider.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/config/ClientConfiguration.d.ts +0 -163
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/config/ClientConfiguration.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/config/ClientConfiguration.mjs +0 -113
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/config/ClientConfiguration.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/constants/AADServerParamKeys.d.ts +0 -60
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/constants/AADServerParamKeys.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/constants/AADServerParamKeys.mjs +0 -68
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/constants/AADServerParamKeys.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/crypto/ICrypto.d.ts +0 -69
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/crypto/ICrypto.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/crypto/ICrypto.mjs +0 -44
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/crypto/ICrypto.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/crypto/IGuidGenerator.d.ts +0 -5
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/crypto/IGuidGenerator.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/crypto/JoseHeader.d.ts +0 -23
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/crypto/JoseHeader.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/crypto/JoseHeader.mjs +0 -46
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/crypto/JoseHeader.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/crypto/PopTokenGenerator.d.ts +0 -60
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/crypto/PopTokenGenerator.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/crypto/PopTokenGenerator.mjs +0 -89
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/crypto/PopTokenGenerator.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/crypto/SignedHttpRequest.d.ts +0 -16
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/crypto/SignedHttpRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/AuthError.d.ts +0 -50
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/AuthError.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/AuthError.mjs +0 -56
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/AuthError.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/AuthErrorCodes.d.ts +0 -6
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/AuthErrorCodes.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/AuthErrorCodes.mjs +0 -14
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/AuthErrorCodes.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/CacheError.d.ts +0 -28
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/CacheError.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/CacheError.mjs +0 -52
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/CacheError.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/CacheErrorCodes.d.ts +0 -3
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/CacheErrorCodes.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/CacheErrorCodes.mjs +0 -11
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/CacheErrorCodes.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/ClientAuthError.d.ts +0 -243
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/ClientAuthError.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/ClientAuthError.mjs +0 -264
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/ClientAuthError.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/ClientAuthErrorCodes.d.ts +0 -46
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/ClientAuthErrorCodes.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/ClientAuthErrorCodes.mjs +0 -54
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/ClientAuthErrorCodes.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/ClientConfigurationError.d.ts +0 -139
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/ClientConfigurationError.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/ClientConfigurationError.mjs +0 -155
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/ClientConfigurationError.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/ClientConfigurationErrorCodes.d.ts +0 -25
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/ClientConfigurationErrorCodes.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/ClientConfigurationErrorCodes.mjs +0 -33
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/ClientConfigurationErrorCodes.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/InteractionRequiredAuthError.d.ts +0 -70
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/InteractionRequiredAuthError.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/InteractionRequiredAuthError.mjs +0 -105
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/InteractionRequiredAuthError.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/InteractionRequiredAuthErrorCodes.d.ts +0 -46
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/InteractionRequiredAuthErrorCodes.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/InteractionRequiredAuthErrorCodes.mjs +0 -54
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/InteractionRequiredAuthErrorCodes.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/JoseHeaderError.d.ts +0 -16
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/JoseHeaderError.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/JoseHeaderError.mjs +0 -30
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/JoseHeaderError.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/JoseHeaderErrorCodes.d.ts +0 -3
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/JoseHeaderErrorCodes.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/JoseHeaderErrorCodes.mjs +0 -11
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/JoseHeaderErrorCodes.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/NetworkError.d.ts +0 -19
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/NetworkError.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/NetworkError.mjs +0 -35
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/NetworkError.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/PlatformBrokerError.d.ts +0 -16
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/PlatformBrokerError.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/PlatformBrokerError.mjs +0 -48
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/PlatformBrokerError.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/ServerError.d.ts +0 -16
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/ServerError.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/ServerError.mjs +0 -23
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/ServerError.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/exports-browser-only.d.ts +0 -10
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/exports-browser-only.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/exports-common.d.ts +0 -83
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/exports-common.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/exports-node-only.d.ts +0 -18
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/exports-node-only.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/index-browser.d.ts +0 -7
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/index-browser.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/index-browser.mjs +0 -72
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/index-browser.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/index-node.d.ts +0 -7
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/index-node.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/index-node.mjs +0 -71
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/index-node.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/index.d.ts +0 -12
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/index.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/index.mjs +0 -76
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/index.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/logger/Logger.d.ts +0 -96
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/logger/Logger.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/logger/Logger.mjs +0 -195
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/logger/Logger.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/network/INetworkModule.d.ts +0 -30
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/network/INetworkModule.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/network/INetworkModule.mjs +0 -20
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/network/INetworkModule.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/network/NetworkResponse.d.ts +0 -6
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/network/NetworkResponse.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/network/RequestThumbprint.d.ts +0 -22
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/network/RequestThumbprint.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/network/RequestThumbprint.mjs +0 -24
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/network/RequestThumbprint.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/network/ThrottlingUtils.d.ts +0 -43
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/network/ThrottlingUtils.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/network/ThrottlingUtils.mjs +0 -93
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/network/ThrottlingUtils.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/packageMetadata.d.ts +0 -3
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/packageMetadata.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/packageMetadata.mjs +0 -8
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/packageMetadata.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/protocol/Authorize.d.ts +0 -38
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/protocol/Authorize.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/protocol/Authorize.mjs +0 -242
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/protocol/Authorize.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/AuthenticationHeaderParser.d.ts +0 -20
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/AuthenticationHeaderParser.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/AuthenticationHeaderParser.mjs +0 -64
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/AuthenticationHeaderParser.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/BaseAuthRequest.d.ts +0 -58
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/BaseAuthRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/CommonAuthorizationCodeRequest.d.ts +0 -26
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/CommonAuthorizationCodeRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/CommonAuthorizationUrlRequest.d.ts +0 -52
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/CommonAuthorizationUrlRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/CommonClientCredentialRequest.d.ts +0 -18
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/CommonClientCredentialRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/CommonDeviceCodeRequest.d.ts +0 -22
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/CommonDeviceCodeRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/CommonEndSessionRequest.d.ts +0 -22
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/CommonEndSessionRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/CommonOnBehalfOfRequest.d.ts +0 -14
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/CommonOnBehalfOfRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/CommonRefreshTokenRequest.d.ts +0 -21
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/CommonRefreshTokenRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/CommonSilentFlowRequest.d.ts +0 -25
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/CommonSilentFlowRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/CommonUsernamePasswordRequest.d.ts +0 -18
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/CommonUsernamePasswordRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/NativeRequest.d.ts +0 -20
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/NativeRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/NativeSignOutRequest.d.ts +0 -6
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/NativeSignOutRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/RequestParameterBuilder.d.ts +0 -227
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/RequestParameterBuilder.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/RequestParameterBuilder.mjs +0 -429
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/RequestParameterBuilder.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/ScopeSet.d.ts +0 -83
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/ScopeSet.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/ScopeSet.mjs +0 -204
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/ScopeSet.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/StoreInCache.d.ts +0 -9
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/StoreInCache.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/response/AuthenticationResult.d.ts +0 -42
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/response/AuthenticationResult.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/response/AuthorizationCodePayload.d.ts +0 -14
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/response/AuthorizationCodePayload.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/response/AuthorizeResponse.d.ts +0 -81
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/response/AuthorizeResponse.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/response/DeviceCodeResponse.d.ts +0 -26
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/response/DeviceCodeResponse.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/response/ExternalTokenResponse.d.ts +0 -16
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/response/ExternalTokenResponse.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/response/IMDSBadResponse.d.ts +0 -5
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/response/IMDSBadResponse.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/response/ResponseHandler.d.ts +0 -62
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/response/ResponseHandler.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/response/ResponseHandler.mjs +0 -358
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/response/ResponseHandler.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/response/ServerAuthorizationTokenResponse.d.ts +0 -48
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/response/ServerAuthorizationTokenResponse.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/telemetry/performance/IPerformanceClient.d.ts +0 -59
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/telemetry/performance/IPerformanceClient.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/telemetry/performance/IPerformanceMeasurement.d.ts +0 -6
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/telemetry/performance/IPerformanceMeasurement.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/telemetry/performance/PerformanceClient.d.ts +0 -246
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/telemetry/performance/PerformanceClient.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/telemetry/performance/PerformanceClient.mjs +0 -638
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/telemetry/performance/PerformanceClient.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/telemetry/performance/PerformanceEvent.d.ts +0 -609
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/telemetry/performance/PerformanceEvent.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/telemetry/performance/PerformanceEvent.mjs +0 -542
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/telemetry/performance/PerformanceEvent.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/telemetry/performance/StubPerformanceClient.d.ts +0 -25
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/telemetry/performance/StubPerformanceClient.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/telemetry/performance/StubPerformanceClient.mjs +0 -83
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/telemetry/performance/StubPerformanceClient.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/telemetry/server/ServerTelemetryManager.d.ts +0 -79
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/telemetry/server/ServerTelemetryManager.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/telemetry/server/ServerTelemetryManager.mjs +0 -268
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/telemetry/server/ServerTelemetryManager.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/telemetry/server/ServerTelemetryRequest.d.ts +0 -9
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/telemetry/server/ServerTelemetryRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/url/IUri.d.ts +0 -13
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/url/IUri.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/url/UrlString.d.ts +0 -49
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/url/UrlString.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/url/UrlString.mjs +0 -172
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/url/UrlString.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/utils/ClientAssertionUtils.d.ts +0 -3
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/utils/ClientAssertionUtils.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/utils/ClientAssertionUtils.mjs +0 -21
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/utils/ClientAssertionUtils.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/utils/Constants.d.ts +0 -314
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/utils/Constants.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/utils/Constants.mjs +0 -325
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/utils/Constants.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/utils/FunctionWrappers.d.ts +0 -28
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/utils/FunctionWrappers.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/utils/FunctionWrappers.mjs +0 -99
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/utils/FunctionWrappers.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/utils/MsalTypes.d.ts +0 -7
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/utils/MsalTypes.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/utils/ProtocolUtils.d.ts +0 -43
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/utils/ProtocolUtils.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/utils/ProtocolUtils.mjs +0 -78
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/utils/ProtocolUtils.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/utils/StringUtils.d.ts +0 -66
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/utils/StringUtils.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/utils/StringUtils.mjs +0 -139
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/utils/StringUtils.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/utils/TimeUtils.d.ts +0 -43
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/utils/TimeUtils.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/utils/TimeUtils.mjs +0 -76
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/utils/TimeUtils.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/utils/UrlUtils.d.ts +0 -24
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/utils/UrlUtils.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/utils/UrlUtils.mjs +0 -122
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/utils/UrlUtils.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/index-browser.cjs +0 -808
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/index-browser.cjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/index-node-Ddjhj5ij.js +0 -8673
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/index-node-Ddjhj5ij.js.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/index-node.cjs +0 -111
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/index-node.cjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/index.cjs +0 -119
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/index.cjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/package.json +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/account/AccountInfo.d.ts +0 -72
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/account/AccountInfo.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/account/AuthToken.d.ts +0 -24
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/account/AuthToken.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/account/CcsCredential.d.ts +0 -10
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/account/CcsCredential.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/account/ClientCredentials.d.ts +0 -20
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/account/ClientCredentials.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/account/ClientInfo.d.ts +0 -23
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/account/ClientInfo.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/account/TokenClaims.d.ts +0 -88
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/account/TokenClaims.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/Authority.d.ts +0 -255
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/Authority.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/AuthorityFactory.d.ts +0 -19
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/AuthorityFactory.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/AuthorityMetadata.d.ts +0 -44
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/AuthorityMetadata.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/AuthorityOptions.d.ts +0 -28
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/AuthorityOptions.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/AuthorityType.d.ts +0 -11
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/AuthorityType.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/AzureRegion.d.ts +0 -2
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/AzureRegion.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/AzureRegionConfiguration.d.ts +0 -6
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/AzureRegionConfiguration.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/CloudDiscoveryMetadata.d.ts +0 -6
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/CloudDiscoveryMetadata.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/CloudInstanceDiscoveryErrorResponse.d.ts +0 -14
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/CloudInstanceDiscoveryErrorResponse.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/CloudInstanceDiscoveryResponse.d.ts +0 -10
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/CloudInstanceDiscoveryResponse.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/ImdsOptions.d.ts +0 -6
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/ImdsOptions.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/OIDCOptions.d.ts +0 -9
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/OIDCOptions.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/OpenIdConfigResponse.d.ts +0 -12
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/OpenIdConfigResponse.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/ProtocolMode.d.ts +0 -20
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/ProtocolMode.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/RegionDiscovery.d.ts +0 -33
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/RegionDiscovery.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/RegionDiscoveryMetadata.d.ts +0 -7
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/RegionDiscoveryMetadata.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/broker/nativeBroker/INativeBrokerPlugin.d.ts +0 -17
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/broker/nativeBroker/INativeBrokerPlugin.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/CacheManager.d.ts +0 -474
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/CacheManager.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/entities/AccessTokenEntity.d.ts +0 -26
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/entities/AccessTokenEntity.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/entities/AccountEntity.d.ts +0 -98
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/entities/AccountEntity.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/entities/AppMetadataEntity.d.ts +0 -12
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/entities/AppMetadataEntity.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/entities/AuthorityMetadataEntity.d.ts +0 -16
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/entities/AuthorityMetadataEntity.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/entities/CacheRecord.d.ts +0 -14
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/entities/CacheRecord.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/entities/CredentialEntity.d.ts +0 -33
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/entities/CredentialEntity.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/entities/IdTokenEntity.d.ts +0 -9
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/entities/IdTokenEntity.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/entities/RefreshTokenEntity.d.ts +0 -8
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/entities/RefreshTokenEntity.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/entities/ServerTelemetryEntity.d.ts +0 -7
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/entities/ServerTelemetryEntity.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/entities/ThrottlingEntity.d.ts +0 -8
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/entities/ThrottlingEntity.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/interface/ICacheManager.d.ts +0 -171
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/interface/ICacheManager.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/interface/ICachePlugin.d.ts +0 -6
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/interface/ICachePlugin.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/interface/ISerializableTokenCache.d.ts +0 -5
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/interface/ISerializableTokenCache.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/persistence/TokenCacheContext.d.ts +0 -24
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/persistence/TokenCacheContext.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/utils/CacheHelpers.d.ts +0 -86
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/utils/CacheHelpers.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/utils/CacheTypes.d.ts +0 -70
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/utils/CacheTypes.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/client/AuthorizationCodeClient.d.ts +0 -46
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/client/AuthorizationCodeClient.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/client/BaseClient.d.ts +0 -59
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/client/BaseClient.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/client/RefreshTokenClient.d.ts +0 -36
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/client/RefreshTokenClient.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/client/SilentFlowClient.d.ts +0 -22
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/client/SilentFlowClient.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/config/AppTokenProvider.d.ts +0 -39
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/config/AppTokenProvider.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/config/ClientConfiguration.d.ts +0 -163
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/config/ClientConfiguration.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/constants/AADServerParamKeys.d.ts +0 -60
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/constants/AADServerParamKeys.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/crypto/ICrypto.d.ts +0 -69
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/crypto/ICrypto.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/crypto/IGuidGenerator.d.ts +0 -5
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/crypto/IGuidGenerator.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/crypto/JoseHeader.d.ts +0 -23
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/crypto/JoseHeader.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/crypto/PopTokenGenerator.d.ts +0 -60
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/crypto/PopTokenGenerator.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/crypto/SignedHttpRequest.d.ts +0 -16
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/crypto/SignedHttpRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/error/AuthError.d.ts +0 -50
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/error/AuthError.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/error/AuthErrorCodes.d.ts +0 -6
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/error/AuthErrorCodes.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/error/CacheError.d.ts +0 -28
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/error/CacheError.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/error/CacheErrorCodes.d.ts +0 -3
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/error/CacheErrorCodes.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/error/ClientAuthError.d.ts +0 -243
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/error/ClientAuthError.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/error/ClientAuthErrorCodes.d.ts +0 -46
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/error/ClientAuthErrorCodes.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/error/ClientConfigurationError.d.ts +0 -139
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/error/ClientConfigurationError.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/error/ClientConfigurationErrorCodes.d.ts +0 -25
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/error/ClientConfigurationErrorCodes.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/error/InteractionRequiredAuthError.d.ts +0 -70
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/error/InteractionRequiredAuthError.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/error/InteractionRequiredAuthErrorCodes.d.ts +0 -46
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/error/InteractionRequiredAuthErrorCodes.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/error/JoseHeaderError.d.ts +0 -16
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/error/JoseHeaderError.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/error/JoseHeaderErrorCodes.d.ts +0 -3
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/error/JoseHeaderErrorCodes.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/error/NetworkError.d.ts +0 -19
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/error/NetworkError.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/error/PlatformBrokerError.d.ts +0 -16
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/error/PlatformBrokerError.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/error/ServerError.d.ts +0 -16
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/error/ServerError.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/exports-browser-only.d.ts +0 -10
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/exports-browser-only.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/exports-common.d.ts +0 -83
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/exports-common.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/exports-node-only.d.ts +0 -18
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/exports-node-only.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/index-browser.d.ts +0 -7
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/index-browser.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/index-node.d.ts +0 -7
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/index-node.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/index.d.ts +0 -12
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/index.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/logger/Logger.d.ts +0 -96
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/logger/Logger.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/network/INetworkModule.d.ts +0 -30
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/network/INetworkModule.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/network/NetworkResponse.d.ts +0 -6
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/network/NetworkResponse.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/network/RequestThumbprint.d.ts +0 -22
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/network/RequestThumbprint.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/network/ThrottlingUtils.d.ts +0 -43
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/network/ThrottlingUtils.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/packageMetadata.d.ts +0 -3
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/packageMetadata.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/protocol/Authorize.d.ts +0 -38
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/protocol/Authorize.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/AuthenticationHeaderParser.d.ts +0 -20
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/AuthenticationHeaderParser.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/BaseAuthRequest.d.ts +0 -58
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/BaseAuthRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/CommonAuthorizationCodeRequest.d.ts +0 -26
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/CommonAuthorizationCodeRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/CommonAuthorizationUrlRequest.d.ts +0 -52
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/CommonAuthorizationUrlRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/CommonClientCredentialRequest.d.ts +0 -18
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/CommonClientCredentialRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/CommonDeviceCodeRequest.d.ts +0 -22
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/CommonDeviceCodeRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/CommonEndSessionRequest.d.ts +0 -22
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/CommonEndSessionRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/CommonOnBehalfOfRequest.d.ts +0 -14
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/CommonOnBehalfOfRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/CommonRefreshTokenRequest.d.ts +0 -21
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/CommonRefreshTokenRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/CommonSilentFlowRequest.d.ts +0 -25
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/CommonSilentFlowRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/CommonUsernamePasswordRequest.d.ts +0 -18
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/CommonUsernamePasswordRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/NativeRequest.d.ts +0 -20
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/NativeRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/NativeSignOutRequest.d.ts +0 -6
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/NativeSignOutRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/RequestParameterBuilder.d.ts +0 -227
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/RequestParameterBuilder.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/ScopeSet.d.ts +0 -83
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/ScopeSet.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/StoreInCache.d.ts +0 -9
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/StoreInCache.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/response/AuthenticationResult.d.ts +0 -42
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/response/AuthenticationResult.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/response/AuthorizationCodePayload.d.ts +0 -14
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/response/AuthorizationCodePayload.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/response/AuthorizeResponse.d.ts +0 -81
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/response/AuthorizeResponse.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/response/DeviceCodeResponse.d.ts +0 -26
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/response/DeviceCodeResponse.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/response/ExternalTokenResponse.d.ts +0 -16
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/response/ExternalTokenResponse.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/response/IMDSBadResponse.d.ts +0 -5
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/response/IMDSBadResponse.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/response/ResponseHandler.d.ts +0 -62
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/response/ResponseHandler.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/response/ServerAuthorizationTokenResponse.d.ts +0 -48
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/response/ServerAuthorizationTokenResponse.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/telemetry/performance/IPerformanceClient.d.ts +0 -59
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/telemetry/performance/IPerformanceClient.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/telemetry/performance/IPerformanceMeasurement.d.ts +0 -6
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/telemetry/performance/IPerformanceMeasurement.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/telemetry/performance/PerformanceClient.d.ts +0 -246
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/telemetry/performance/PerformanceClient.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/telemetry/performance/PerformanceEvent.d.ts +0 -609
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/telemetry/performance/PerformanceEvent.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/telemetry/performance/StubPerformanceClient.d.ts +0 -25
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/telemetry/performance/StubPerformanceClient.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/telemetry/server/ServerTelemetryManager.d.ts +0 -79
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/telemetry/server/ServerTelemetryManager.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/telemetry/server/ServerTelemetryRequest.d.ts +0 -9
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/telemetry/server/ServerTelemetryRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/url/IUri.d.ts +0 -13
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/url/IUri.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/url/UrlString.d.ts +0 -49
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/url/UrlString.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/utils/ClientAssertionUtils.d.ts +0 -3
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/utils/ClientAssertionUtils.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/utils/Constants.d.ts +0 -314
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/utils/Constants.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/utils/FunctionWrappers.d.ts +0 -28
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/utils/FunctionWrappers.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/utils/MsalTypes.d.ts +0 -7
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/utils/MsalTypes.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/utils/ProtocolUtils.d.ts +0 -43
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/utils/ProtocolUtils.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/utils/StringUtils.d.ts +0 -66
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/utils/StringUtils.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/utils/TimeUtils.d.ts +0 -43
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/utils/TimeUtils.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/utils/UrlUtils.d.ts +0 -24
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/utils/UrlUtils.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/node/README.md +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/node/package.json +0 -5
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/package.json +0 -127
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/account/AccountInfo.ts +0 -181
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/account/AuthToken.ts +0 -94
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/account/CcsCredential.ts +0 -16
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/account/ClientCredentials.ts +0 -29
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/account/ClientInfo.ts +0 -70
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/account/TokenClaims.ts +0 -102
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/authority/Authority.ts +0 -1365
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/authority/AuthorityFactory.ts +0 -74
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/authority/AuthorityMetadata.ts +0 -259
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/authority/AuthorityOptions.ts +0 -49
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/authority/AuthorityType.ts +0 -15
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/authority/AzureRegion.ts +0 -7
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/authority/AzureRegionConfiguration.ts +0 -16
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/authority/CloudDiscoveryMetadata.ts +0 -10
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/authority/CloudInstanceDiscoveryErrorResponse.ts +0 -26
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/authority/CloudInstanceDiscoveryResponse.ts +0 -21
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/authority/ImdsOptions.ts +0 -10
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/authority/OIDCOptions.ts +0 -14
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/authority/OpenIdConfigResponse.ts +0 -24
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/authority/ProtocolMode.ts +0 -24
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/authority/RegionDiscovery.ts +0 -191
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/authority/RegionDiscoveryMetadata.ts +0 -15
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/broker/nativeBroker/INativeBrokerPlugin.ts +0 -29
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/cache/CacheManager.ts +0 -1915
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/cache/entities/AccessTokenEntity.ts +0 -31
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/cache/entities/AccountEntity.ts +0 -370
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/cache/entities/AppMetadataEntity.ts +0 -16
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/cache/entities/AuthorityMetadataEntity.ts +0 -20
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/cache/entities/CacheRecord.ts +0 -19
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/cache/entities/CredentialEntity.ts +0 -38
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/cache/entities/IdTokenEntity.ts +0 -14
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/cache/entities/RefreshTokenEntity.ts +0 -13
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/cache/entities/ServerTelemetryEntity.ts +0 -11
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/cache/entities/ThrottlingEntity.ts +0 -14
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/cache/interface/ICacheManager.ts +0 -255
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/cache/interface/ICachePlugin.ts +0 -11
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/cache/interface/ISerializableTokenCache.ts +0 -9
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/cache/persistence/TokenCacheContext.ts +0 -39
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/cache/utils/CacheHelpers.ts +0 -391
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/cache/utils/CacheTypes.ts +0 -105
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/client/AuthorizationCodeClient.ts +0 -529
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/client/BaseClient.ts +0 -320
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/client/RefreshTokenClient.ts +0 -532
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/client/SilentFlowClient.ts +0 -212
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/config/AppTokenProvider.ts +0 -47
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/config/ClientConfiguration.ts +0 -302
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/constants/AADServerParamKeys.ts +0 -64
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/crypto/ICrypto.ts +0 -126
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/crypto/IGuidGenerator.ts +0 -9
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/crypto/JoseHeader.ts +0 -58
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/crypto/PopTokenGenerator.ts +0 -160
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/crypto/SignedHttpRequest.ts +0 -22
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/error/AuthError.ts +0 -89
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/error/AuthErrorCodes.ts +0 -10
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/error/CacheError.ts +0 -65
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/error/CacheErrorCodes.ts +0 -7
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/error/ClientAuthError.ts +0 -347
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/error/ClientAuthErrorCodes.ts +0 -53
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/error/ClientConfigurationError.ts +0 -226
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/error/ClientConfigurationErrorCodes.ts +0 -32
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/error/InteractionRequiredAuthError.ts +0 -171
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/error/InteractionRequiredAuthErrorCodes.ts +0 -51
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/error/JoseHeaderError.ts +0 -32
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/error/JoseHeaderErrorCodes.ts +0 -7
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/error/NetworkError.ts +0 -46
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/error/PlatformBrokerError.ts +0 -66
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/error/ServerError.ts +0 -36
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/exports-browser-only.ts +0 -29
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/exports-common.ts +0 -202
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/exports-node-only.ts +0 -35
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/index-browser.ts +0 -11
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/index-node.ts +0 -11
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/index.ts +0 -17
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/logger/Logger.ts +0 -272
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/network/INetworkModule.ts +0 -60
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/network/NetworkResponse.ts +0 -10
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/network/RequestThumbprint.ts +0 -47
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/network/ThrottlingUtils.ts +0 -154
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/packageMetadata.ts +0 -3
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/protocol/Authorize.ts +0 -421
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/request/AuthenticationHeaderParser.ts +0 -92
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/request/BaseAuthRequest.ts +0 -63
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/request/CommonAuthorizationCodeRequest.ts +0 -31
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/request/CommonAuthorizationUrlRequest.ts +0 -57
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/request/CommonClientCredentialRequest.ts +0 -23
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/request/CommonDeviceCodeRequest.ts +0 -31
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/request/CommonEndSessionRequest.ts +0 -27
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/request/CommonOnBehalfOfRequest.ts +0 -19
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/request/CommonRefreshTokenRequest.ts +0 -26
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/request/CommonSilentFlowRequest.ts +0 -30
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/request/CommonUsernamePasswordRequest.ts +0 -23
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/request/NativeRequest.ts +0 -25
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/request/NativeSignOutRequest.ts +0 -10
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/request/RequestParameterBuilder.ts +0 -657
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/request/ScopeSet.ts +0 -246
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/request/StoreInCache.ts +0 -16
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/response/AuthenticationResult.ts +0 -47
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/response/AuthorizationCodePayload.ts +0 -18
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/response/AuthorizeResponse.ts +0 -85
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/response/DeviceCodeResponse.ts +0 -31
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/response/ExternalTokenResponse.ts +0 -31
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/response/IMDSBadResponse.ts +0 -9
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/response/ResponseHandler.ts +0 -696
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/response/ServerAuthorizationTokenResponse.ts +0 -55
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/telemetry/performance/IPerformanceClient.ts +0 -82
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/telemetry/performance/IPerformanceMeasurement.ts +0 -10
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/telemetry/performance/PerformanceClient.ts +0 -964
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/telemetry/performance/PerformanceEvent.ts +0 -1016
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/telemetry/performance/StubPerformanceClient.ts +0 -103
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/telemetry/server/ServerTelemetryManager.ts +0 -382
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/telemetry/server/ServerTelemetryRequest.ts +0 -13
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/url/IUri.ts +0 -17
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/url/UrlString.ts +0 -226
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/utils/ClientAssertionUtils.ts +0 -25
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/utils/Constants.ts +0 -393
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/utils/FunctionWrappers.ts +0 -126
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/utils/MsalTypes.ts +0 -9
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/utils/ProtocolUtils.ts +0 -120
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/utils/StringUtils.ts +0 -154
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/utils/TimeUtils.ts +0 -85
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/utils/UrlUtils.ts +0 -148
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/LICENSE +0 -21
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/README.md +0 -191
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/CacheHelpers.d.ts +0 -4
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/CacheHelpers.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/CacheHelpers.mjs +0 -42
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/CacheHelpers.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/ITokenCache.d.ts +0 -16
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/ITokenCache.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/NodeStorage.d.ts +0 -191
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/NodeStorage.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/NodeStorage.mjs +0 -429
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/NodeStorage.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/TokenCache.d.ts +0 -99
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/TokenCache.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/TokenCache.mjs +0 -300
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/TokenCache.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/distributed/DistributedCachePlugin.d.ts +0 -23
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/distributed/DistributedCachePlugin.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/distributed/DistributedCachePlugin.mjs +0 -49
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/distributed/DistributedCachePlugin.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/distributed/ICacheClient.d.ts +0 -22
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/distributed/ICacheClient.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/distributed/IPartitionManager.d.ts +0 -33
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/distributed/IPartitionManager.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/serializer/Deserializer.d.ts +0 -44
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/serializer/Deserializer.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/serializer/Deserializer.mjs +0 -179
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/serializer/Deserializer.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/serializer/Serializer.d.ts +0 -44
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/serializer/Serializer.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/serializer/Serializer.mjs +0 -146
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/serializer/Serializer.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/serializer/SerializerTypes.d.ts +0 -103
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/serializer/SerializerTypes.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ClientApplication.d.ts +0 -146
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ClientApplication.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ClientApplication.mjs +0 -385
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ClientApplication.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ClientAssertion.d.ts +0 -56
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ClientAssertion.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ClientAssertion.mjs +0 -153
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ClientAssertion.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ClientCredentialClient.d.ts +0 -35
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ClientCredentialClient.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ClientCredentialClient.mjs +0 -203
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ClientCredentialClient.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ConfidentialClientApplication.d.ts +0 -58
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ConfidentialClientApplication.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ConfidentialClientApplication.mjs +0 -194
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ConfidentialClientApplication.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/DeviceCodeClient.d.ts +0 -58
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/DeviceCodeClient.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/DeviceCodeClient.mjs +0 -219
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/DeviceCodeClient.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/IConfidentialClientApplication.d.ts +0 -43
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/IConfidentialClientApplication.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/IPublicClientApplication.d.ts +0 -46
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/IPublicClientApplication.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentityApplication.d.ts +0 -42
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentityApplication.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentityApplication.mjs +0 -134
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentityApplication.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentityClient.d.ts +0 -29
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentityClient.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentityClient.mjs +0 -79
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentityClient.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/AppService.d.ts +0 -72
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/AppService.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/AppService.mjs +0 -109
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/AppService.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/AzureArc.d.ts +0 -109
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/AzureArc.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/AzureArc.mjs +0 -248
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/AzureArc.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/BaseManagedIdentitySource.d.ts +0 -125
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/BaseManagedIdentitySource.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/BaseManagedIdentitySource.mjs +0 -244
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/BaseManagedIdentitySource.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/CloudShell.d.ts +0 -71
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/CloudShell.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/CloudShell.mjs +0 -103
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/CloudShell.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/Imds.d.ts +0 -67
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/Imds.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/Imds.mjs +0 -108
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/Imds.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/MachineLearning.d.ts +0 -81
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/MachineLearning.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/MachineLearning.mjs +0 -128
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/MachineLearning.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/ServiceFabric.d.ts +0 -82
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/ServiceFabric.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/ServiceFabric.mjs +0 -122
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/ServiceFabric.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/OnBehalfOfClient.d.ts +0 -48
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/OnBehalfOfClient.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/OnBehalfOfClient.mjs +0 -211
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/OnBehalfOfClient.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/PublicClientApplication.d.ts +0 -73
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/PublicClientApplication.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/PublicClientApplication.mjs +0 -266
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/PublicClientApplication.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/UsernamePasswordClient.d.ts +0 -28
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/UsernamePasswordClient.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/UsernamePasswordClient.mjs +0 -105
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/UsernamePasswordClient.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/config/Configuration.d.ts +0 -144
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/config/Configuration.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/config/Configuration.mjs +0 -114
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/config/Configuration.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/config/ManagedIdentityId.d.ts +0 -12
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/config/ManagedIdentityId.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/config/ManagedIdentityId.mjs +0 -57
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/config/ManagedIdentityId.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/config/ManagedIdentityRequestParameters.d.ts +0 -13
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/config/ManagedIdentityRequestParameters.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/config/ManagedIdentityRequestParameters.mjs +0 -38
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/config/ManagedIdentityRequestParameters.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/crypto/CryptoProvider.d.ts +0 -63
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/crypto/CryptoProvider.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/crypto/CryptoProvider.mjs +0 -100
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/crypto/CryptoProvider.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/crypto/GuidGenerator.d.ts +0 -15
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/crypto/GuidGenerator.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/crypto/GuidGenerator.mjs +0 -29
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/crypto/GuidGenerator.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/crypto/HashUtils.d.ts +0 -10
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/crypto/HashUtils.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/crypto/HashUtils.mjs +0 -21
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/crypto/HashUtils.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/crypto/PkceGenerator.d.ts +0 -23
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/crypto/PkceGenerator.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/crypto/PkceGenerator.mjs +0 -60
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/crypto/PkceGenerator.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/error/ManagedIdentityError.d.ts +0 -31
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/error/ManagedIdentityError.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/error/ManagedIdentityError.mjs +0 -50
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/error/ManagedIdentityError.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/error/ManagedIdentityErrorCodes.d.ts +0 -23
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/error/ManagedIdentityErrorCodes.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/error/ManagedIdentityErrorCodes.mjs +0 -31
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/error/ManagedIdentityErrorCodes.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/error/NodeAuthError.d.ts +0 -82
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/error/NodeAuthError.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/error/NodeAuthError.mjs +0 -112
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/error/NodeAuthError.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/index.d.ts +0 -49
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/index.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/index.mjs +0 -20
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/index.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/internals.d.ts +0 -7
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/internals.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/internals.mjs +0 -14
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/internals.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/network/HttpClient.d.ts +0 -53
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/network/HttpClient.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/network/HttpClient.mjs +0 -338
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/network/HttpClient.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/network/HttpClientWithRetries.d.ts +0 -13
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/network/HttpClientWithRetries.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/network/HttpClientWithRetries.mjs +0 -46
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/network/HttpClientWithRetries.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/network/ILoopbackClient.d.ts +0 -11
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/network/ILoopbackClient.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/network/LoopbackClient.d.ts +0 -22
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/network/LoopbackClient.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/network/LoopbackClient.mjs +0 -92
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/network/LoopbackClient.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/packageMetadata.d.ts +0 -3
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/packageMetadata.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/packageMetadata.mjs +0 -8
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/packageMetadata.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/protocol/Authorize.d.ts +0 -12
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/protocol/Authorize.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/protocol/Authorize.mjs +0 -43
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/protocol/Authorize.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/request/AuthorizationCodeRequest.d.ts +0 -22
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/request/AuthorizationCodeRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/request/AuthorizationUrlRequest.d.ts +0 -34
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/request/AuthorizationUrlRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/request/ClientCredentialRequest.d.ts +0 -15
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/request/ClientCredentialRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/request/DeviceCodeRequest.d.ts +0 -16
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/request/DeviceCodeRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/request/InteractiveRequest.d.ts +0 -24
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/request/InteractiveRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/request/ManagedIdentityRequest.d.ts +0 -12
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/request/ManagedIdentityRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/request/ManagedIdentityRequestParams.d.ts +0 -13
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/request/ManagedIdentityRequestParams.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/request/OnBehalfOfRequest.d.ts +0 -15
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/request/OnBehalfOfRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/request/RefreshTokenRequest.d.ts +0 -18
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/request/RefreshTokenRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/request/SignOutRequest.d.ts +0 -7
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/request/SignOutRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/request/SilentFlowRequest.d.ts +0 -17
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/request/SilentFlowRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/request/UsernamePasswordRequest.d.ts +0 -20
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/request/UsernamePasswordRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/response/ManagedIdentityTokenResponse.d.ts +0 -35
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/response/ManagedIdentityTokenResponse.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/retry/DefaultManagedIdentityRetryPolicy.d.ts +0 -11
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/retry/DefaultManagedIdentityRetryPolicy.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/retry/DefaultManagedIdentityRetryPolicy.mjs +0 -49
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/retry/DefaultManagedIdentityRetryPolicy.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/retry/ExponentialRetryStrategy.d.ts +0 -23
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/retry/ExponentialRetryStrategy.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/retry/ExponentialRetryStrategy.mjs +0 -40
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/retry/ExponentialRetryStrategy.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/retry/IHttpRetryPolicy.d.ts +0 -16
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/retry/IHttpRetryPolicy.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/retry/ImdsRetryPolicy.d.ts +0 -22
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/retry/ImdsRetryPolicy.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/retry/ImdsRetryPolicy.mjs +0 -90
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/retry/ImdsRetryPolicy.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/retry/LinearRetryStrategy.d.ts +0 -14
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/retry/LinearRetryStrategy.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/retry/LinearRetryStrategy.mjs +0 -36
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/retry/LinearRetryStrategy.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/utils/Constants.d.ts +0 -163
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/utils/Constants.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/utils/Constants.mjs +0 -155
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/utils/Constants.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/utils/EncodingUtils.d.ts +0 -27
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/utils/EncodingUtils.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/utils/EncodingUtils.mjs +0 -51
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/utils/EncodingUtils.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/utils/NetworkUtils.d.ts +0 -17
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/utils/NetworkUtils.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/utils/NetworkUtils.mjs +0 -43
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/utils/NetworkUtils.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/utils/TimeUtils.d.ts +0 -9
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/utils/TimeUtils.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/utils/TimeUtils.mjs +0 -23
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/utils/TimeUtils.mjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/msal-node.cjs +0 -13323
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/msal-node.cjs.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/package.json +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/cache/CacheHelpers.d.ts +0 -4
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/cache/CacheHelpers.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/cache/ITokenCache.d.ts +0 -16
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/cache/ITokenCache.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/cache/NodeStorage.d.ts +0 -191
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/cache/NodeStorage.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/cache/TokenCache.d.ts +0 -99
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/cache/TokenCache.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/cache/distributed/DistributedCachePlugin.d.ts +0 -23
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/cache/distributed/DistributedCachePlugin.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/cache/distributed/ICacheClient.d.ts +0 -22
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/cache/distributed/ICacheClient.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/cache/distributed/IPartitionManager.d.ts +0 -33
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/cache/distributed/IPartitionManager.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/cache/serializer/Deserializer.d.ts +0 -44
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/cache/serializer/Deserializer.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/cache/serializer/Serializer.d.ts +0 -44
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/cache/serializer/Serializer.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/cache/serializer/SerializerTypes.d.ts +0 -103
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/cache/serializer/SerializerTypes.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/ClientApplication.d.ts +0 -146
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/ClientApplication.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/ClientAssertion.d.ts +0 -56
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/ClientAssertion.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/ClientCredentialClient.d.ts +0 -35
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/ClientCredentialClient.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/ConfidentialClientApplication.d.ts +0 -58
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/ConfidentialClientApplication.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/DeviceCodeClient.d.ts +0 -58
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/DeviceCodeClient.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/IConfidentialClientApplication.d.ts +0 -43
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/IConfidentialClientApplication.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/IPublicClientApplication.d.ts +0 -46
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/IPublicClientApplication.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/ManagedIdentityApplication.d.ts +0 -42
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/ManagedIdentityApplication.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/ManagedIdentityClient.d.ts +0 -29
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/ManagedIdentityClient.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/ManagedIdentitySources/AppService.d.ts +0 -72
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/ManagedIdentitySources/AppService.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/ManagedIdentitySources/AzureArc.d.ts +0 -109
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/ManagedIdentitySources/AzureArc.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/ManagedIdentitySources/BaseManagedIdentitySource.d.ts +0 -125
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/ManagedIdentitySources/BaseManagedIdentitySource.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/ManagedIdentitySources/CloudShell.d.ts +0 -71
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/ManagedIdentitySources/CloudShell.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/ManagedIdentitySources/Imds.d.ts +0 -67
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/ManagedIdentitySources/Imds.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/ManagedIdentitySources/MachineLearning.d.ts +0 -81
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/ManagedIdentitySources/MachineLearning.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/ManagedIdentitySources/ServiceFabric.d.ts +0 -82
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/ManagedIdentitySources/ServiceFabric.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/OnBehalfOfClient.d.ts +0 -48
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/OnBehalfOfClient.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/PublicClientApplication.d.ts +0 -73
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/PublicClientApplication.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/UsernamePasswordClient.d.ts +0 -28
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/UsernamePasswordClient.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/config/Configuration.d.ts +0 -144
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/config/Configuration.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/config/ManagedIdentityId.d.ts +0 -12
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/config/ManagedIdentityId.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/config/ManagedIdentityRequestParameters.d.ts +0 -13
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/config/ManagedIdentityRequestParameters.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/crypto/CryptoProvider.d.ts +0 -63
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/crypto/CryptoProvider.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/crypto/GuidGenerator.d.ts +0 -15
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/crypto/GuidGenerator.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/crypto/HashUtils.d.ts +0 -10
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/crypto/HashUtils.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/crypto/PkceGenerator.d.ts +0 -23
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/crypto/PkceGenerator.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/error/ManagedIdentityError.d.ts +0 -31
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/error/ManagedIdentityError.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/error/ManagedIdentityErrorCodes.d.ts +0 -23
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/error/ManagedIdentityErrorCodes.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/error/NodeAuthError.d.ts +0 -82
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/error/NodeAuthError.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/index.d.ts +0 -49
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/index.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/internals.d.ts +0 -7
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/internals.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/network/HttpClient.d.ts +0 -53
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/network/HttpClient.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/network/HttpClientWithRetries.d.ts +0 -13
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/network/HttpClientWithRetries.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/network/ILoopbackClient.d.ts +0 -11
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/network/ILoopbackClient.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/network/LoopbackClient.d.ts +0 -22
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/network/LoopbackClient.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/packageMetadata.d.ts +0 -3
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/packageMetadata.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/protocol/Authorize.d.ts +0 -12
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/protocol/Authorize.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/request/AuthorizationCodeRequest.d.ts +0 -22
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/request/AuthorizationCodeRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/request/AuthorizationUrlRequest.d.ts +0 -34
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/request/AuthorizationUrlRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/request/ClientCredentialRequest.d.ts +0 -15
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/request/ClientCredentialRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/request/DeviceCodeRequest.d.ts +0 -16
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/request/DeviceCodeRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/request/InteractiveRequest.d.ts +0 -24
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/request/InteractiveRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/request/ManagedIdentityRequest.d.ts +0 -12
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/request/ManagedIdentityRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/request/ManagedIdentityRequestParams.d.ts +0 -13
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/request/ManagedIdentityRequestParams.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/request/OnBehalfOfRequest.d.ts +0 -15
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/request/OnBehalfOfRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/request/RefreshTokenRequest.d.ts +0 -18
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/request/RefreshTokenRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/request/SignOutRequest.d.ts +0 -7
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/request/SignOutRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/request/SilentFlowRequest.d.ts +0 -17
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/request/SilentFlowRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/request/UsernamePasswordRequest.d.ts +0 -20
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/request/UsernamePasswordRequest.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/response/ManagedIdentityTokenResponse.d.ts +0 -35
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/response/ManagedIdentityTokenResponse.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/retry/DefaultManagedIdentityRetryPolicy.d.ts +0 -11
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/retry/DefaultManagedIdentityRetryPolicy.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/retry/ExponentialRetryStrategy.d.ts +0 -23
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/retry/ExponentialRetryStrategy.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/retry/IHttpRetryPolicy.d.ts +0 -16
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/retry/IHttpRetryPolicy.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/retry/ImdsRetryPolicy.d.ts +0 -22
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/retry/ImdsRetryPolicy.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/retry/LinearRetryStrategy.d.ts +0 -14
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/retry/LinearRetryStrategy.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/utils/Constants.d.ts +0 -163
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/utils/Constants.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/utils/EncodingUtils.d.ts +0 -27
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/utils/EncodingUtils.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/utils/NetworkUtils.d.ts +0 -17
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/utils/NetworkUtils.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/utils/TimeUtils.d.ts +0 -9
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/utils/TimeUtils.d.ts.map +0 -1
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/package.json +0 -93
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/cache/CacheHelpers.ts +0 -48
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/cache/ITokenCache.ts +0 -24
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/cache/NodeStorage.ts +0 -562
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/cache/TokenCache.ts +0 -394
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/cache/distributed/DistributedCachePlugin.ts +0 -71
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/cache/distributed/ICacheClient.ts +0 -27
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/cache/distributed/IPartitionManager.ts +0 -39
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/cache/serializer/Deserializer.ts +0 -222
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/cache/serializer/Serializer.ts +0 -182
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/cache/serializer/SerializerTypes.ts +0 -122
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/client/ClientApplication.ts +0 -689
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/client/ClientAssertion.ts +0 -203
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/client/ClientCredentialClient.ts +0 -424
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/client/ConfidentialClientApplication.ts +0 -303
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/client/DeviceCodeClient.ts +0 -402
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/client/IConfidentialClientApplication.ts +0 -75
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/client/IPublicClientApplication.ts +0 -79
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/client/ManagedIdentityApplication.ts +0 -266
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/client/ManagedIdentityClient.ts +0 -189
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/client/ManagedIdentitySources/AppService.ts +0 -192
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/client/ManagedIdentitySources/AzureArc.ts +0 -409
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/client/ManagedIdentitySources/BaseManagedIdentitySource.ts +0 -406
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/client/ManagedIdentitySources/CloudShell.ts +0 -173
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/client/ManagedIdentitySources/Imds.ts +0 -191
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/client/ManagedIdentitySources/MachineLearning.ts +0 -217
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/client/ManagedIdentitySources/ServiceFabric.ts +0 -214
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/client/OnBehalfOfClient.ts +0 -409
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/client/PublicClientApplication.ts +0 -376
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/config/Configuration.ts +0 -291
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/config/ManagedIdentityId.ts +0 -73
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/config/ManagedIdentityRequestParameters.ts +0 -67
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/crypto/CryptoProvider.ts +0 -113
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/crypto/GuidGenerator.ts +0 -28
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/crypto/HashUtils.ts +0 -17
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/crypto/PkceGenerator.ts +0 -63
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/error/ManagedIdentityError.ts +0 -65
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/error/ManagedIdentityErrorCodes.ts +0 -37
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/error/NodeAuthError.ts +0 -145
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/index.ts +0 -135
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/internals.ts +0 -12
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/network/HttpClient.ts +0 -510
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/network/HttpClientWithRetries.ts +0 -89
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/network/ILoopbackClient.ts +0 -19
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/network/LoopbackClient.ts +0 -117
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/packageMetadata.ts +0 -3
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/protocol/Authorize.ts +0 -74
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/request/AuthorizationCodeRequest.ts +0 -39
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/request/AuthorizationUrlRequest.ts +0 -50
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/request/ClientCredentialRequest.ts +0 -32
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/request/DeviceCodeRequest.ts +0 -34
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/request/InteractiveRequest.ts +0 -32
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/request/ManagedIdentityRequest.ts +0 -18
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/request/ManagedIdentityRequestParams.ts +0 -17
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/request/OnBehalfOfRequest.ts +0 -30
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/request/RefreshTokenRequest.ts +0 -34
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/request/SignOutRequest.ts +0 -12
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/request/SilentFlowRequest.ts +0 -27
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/request/UsernamePasswordRequest.ts +0 -36
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/response/ManagedIdentityTokenResponse.ts +0 -55
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/retry/DefaultManagedIdentityRetryPolicy.ts +0 -70
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/retry/ExponentialRetryStrategy.ts +0 -53
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/retry/IHttpRetryPolicy.ts +0 -27
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/retry/ImdsRetryPolicy.ts +0 -121
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/retry/LinearRetryStrategy.ts +0 -40
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/utils/Constants.ts +0 -195
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/utils/EncodingUtils.ts +0 -50
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/utils/NetworkUtils.ts +0 -61
- package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/utils/TimeUtils.ts +0 -20
- package/node_modules/@types/node/compatibility/iterators.d.ts +0 -21
- package/node_modules/typebox/build/schema/engine/_guard.d.mts +0 -6
- package/node_modules/typebox/build/schema/engine/_guard.mjs +0 -26
- package/node_modules/typebox/build/schema/types/_guard.d.mts +0 -10
- package/node_modules/typebox/build/schema/types/_guard.mjs +0 -16
- package/node_modules/typebox/build/type/action/_optional.d.mts +0 -19
- package/node_modules/typebox/build/type/action/_optional.mjs +0 -40
- package/node_modules/typebox/build/type/action/_readonly.d.mts +0 -19
- package/node_modules/typebox/build/type/action/_readonly.mjs +0 -40
- package/node_modules/typebox/build/type/action/awaited.d.mts +0 -15
- package/node_modules/typebox/build/type/action/awaited.mjs +0 -15
- package/node_modules/typebox/build/type/action/options.d.mts +0 -11
- package/node_modules/typebox/build/type/action/options.mjs +0 -11
- package/node_modules/typebox/build/type/engine/awaited/instantiate.d.mts +0 -11
- package/node_modules/typebox/build/type/engine/awaited/instantiate.mjs +0 -20
- package/node_modules/typebox/build/type/engine/enum/enum_to_union.d.mts +0 -14
- package/node_modules/typebox/build/type/engine/enum/enum_to_union.mjs +0 -24
- package/node_modules/typebox/build/type/engine/options/index.d.mts +0 -1
- package/node_modules/typebox/build/type/engine/options/index.mjs +0 -1
- package/node_modules/typebox/build/type/engine/options/instantiate.d.mts +0 -8
- package/node_modules/typebox/build/type/extends/async_iterator.d.mts +0 -7
- package/node_modules/typebox/build/type/extends/async_iterator.mjs +0 -9
- package/node_modules/typebox/build/type/extends/iterator.d.mts +0 -7
- package/node_modules/typebox/build/type/extends/iterator.mjs +0 -9
- package/node_modules/typebox/build/type/extends/promise.d.mts +0 -7
- package/node_modules/typebox/build/type/extends/promise.mjs +0 -9
- package/node_modules/typebox/build/type/types/async_iterator.d.mts +0 -20
- package/node_modules/typebox/build/type/types/async_iterator.mjs +0 -28
- package/node_modules/typebox/build/type/types/base.d.mts +0 -50
- package/node_modules/typebox/build/type/types/base.mjs +0 -84
- package/node_modules/typebox/build/type/types/iterator.d.mts +0 -20
- package/node_modules/typebox/build/type/types/iterator.mjs +0 -28
- package/node_modules/typebox/build/type/types/promise.d.mts +0 -21
- package/node_modules/typebox/build/type/types/promise.mjs +0 -29
- package/node_modules/typebox/build/value/clean/from_base.d.mts +0 -2
- package/node_modules/typebox/build/value/clean/from_base.mjs +0 -4
- package/node_modules/typebox/build/value/convert/from_base.d.mts +0 -2
- package/node_modules/typebox/build/value/convert/from_base.mjs +0 -4
- package/node_modules/typebox/build/value/create/from_async_iterator.d.mts +0 -2
- package/node_modules/typebox/build/value/create/from_async_iterator.mjs +0 -5
- package/node_modules/typebox/build/value/create/from_base.d.mts +0 -2
- package/node_modules/typebox/build/value/create/from_base.mjs +0 -4
- package/node_modules/typebox/build/value/create/from_iterator.d.mts +0 -2
- package/node_modules/typebox/build/value/create/from_iterator.mjs +0 -5
- package/node_modules/typebox/build/value/create/from_promise.d.mts +0 -2
- package/node_modules/typebox/build/value/create/from_promise.mjs +0 -5
- package/node_modules/typebox/build/value/default/from_base.d.mts +0 -2
- package/node_modules/typebox/build/value/default/from_base.mjs +0 -5
- package/node_modules/typebox/build/value/mutate/error.d.mts +0 -3
- package/node_modules/typebox/build/value/mutate/error.mjs +0 -6
- package/node_modules/typebox/build/value/mutate/from_array.d.mts +0 -2
- package/node_modules/typebox/build/value/mutate/from_array.mjs +0 -16
- package/node_modules/typebox/build/value/mutate/from_object.d.mts +0 -2
- package/node_modules/typebox/build/value/mutate/from_object.mjs +0 -40
- package/node_modules/typebox/build/value/mutate/from_unknown.d.mts +0 -2
- package/node_modules/typebox/build/value/mutate/from_unknown.mjs +0 -7
- package/node_modules/typebox/build/value/mutate/from_value.d.mts +0 -2
- package/node_modules/typebox/build/value/mutate/from_value.mjs +0 -12
- package/node_modules/typebox/build/value/mutate/index.d.mts +0 -1
- package/node_modules/typebox/build/value/mutate/index.mjs +0 -1
- package/node_modules/typebox/build/value/mutate/mutate.d.mts +0 -11
- package/node_modules/typebox/build/value/mutate/mutate.mjs +0 -41
- package/node_modules/typebox/build/value/repair/from_base.d.mts +0 -2
- package/node_modules/typebox/build/value/repair/from_base.mjs +0 -8
- package/node_modules/uuid/LICENSE.md +0 -9
- package/node_modules/uuid/README.md +0 -491
- package/node_modules/uuid/dist/index.d.ts +0 -15
- package/node_modules/uuid/dist/index.js +0 -14
- package/node_modules/uuid/dist/max.d.ts +0 -2
- package/node_modules/uuid/dist/max.js +0 -1
- package/node_modules/uuid/dist/md5.d.ts +0 -2
- package/node_modules/uuid/dist/md5.js +0 -135
- package/node_modules/uuid/dist/nil.d.ts +0 -2
- package/node_modules/uuid/dist/nil.js +0 -1
- package/node_modules/uuid/dist/parse.d.ts +0 -3
- package/node_modules/uuid/dist/parse.js +0 -9
- package/node_modules/uuid/dist/regex.d.ts +0 -2
- package/node_modules/uuid/dist/regex.js +0 -1
- package/node_modules/uuid/dist/rng.d.ts +0 -1
- package/node_modules/uuid/dist/rng.js +0 -4
- package/node_modules/uuid/dist/sha1.d.ts +0 -2
- package/node_modules/uuid/dist/sha1.js +0 -70
- package/node_modules/uuid/dist/stringify.d.ts +0 -3
- package/node_modules/uuid/dist/stringify.js +0 -35
- package/node_modules/uuid/dist/types.d.ts +0 -22
- package/node_modules/uuid/dist/types.js +0 -1
- package/node_modules/uuid/dist/uuid-bin.d.ts +0 -1
- package/node_modules/uuid/dist/uuid-bin.js +0 -70
- package/node_modules/uuid/dist/v1.d.ts +0 -11
- package/node_modules/uuid/dist/v1.js +0 -83
- package/node_modules/uuid/dist/v1ToV6.d.ts +0 -3
- package/node_modules/uuid/dist/v1ToV6.js +0 -10
- package/node_modules/uuid/dist/v3.d.ts +0 -9
- package/node_modules/uuid/dist/v3.js +0 -9
- package/node_modules/uuid/dist/v35.d.ts +0 -7
- package/node_modules/uuid/dist/v35.js +0 -39
- package/node_modules/uuid/dist/v4.d.ts +0 -4
- package/node_modules/uuid/dist/v4.js +0 -29
- package/node_modules/uuid/dist/v5.d.ts +0 -9
- package/node_modules/uuid/dist/v5.js +0 -9
- package/node_modules/uuid/dist/v6.d.ts +0 -4
- package/node_modules/uuid/dist/v6.js +0 -20
- package/node_modules/uuid/dist/v6ToV1.d.ts +0 -2
- package/node_modules/uuid/dist/v6ToV1.js +0 -10
- package/node_modules/uuid/dist/v7.d.ts +0 -9
- package/node_modules/uuid/dist/v7.js +0 -65
- package/node_modules/uuid/dist/validate.d.ts +0 -2
- package/node_modules/uuid/dist/validate.js +0 -5
- package/node_modules/uuid/dist/version.d.ts +0 -2
- package/node_modules/uuid/dist/version.js +0 -8
- package/node_modules/uuid/dist-node/bin/uuid +0 -2
- package/node_modules/uuid/dist-node/index.js +0 -14
- package/node_modules/uuid/dist-node/max.js +0 -1
- package/node_modules/uuid/dist-node/md5.js +0 -11
- package/node_modules/uuid/dist-node/nil.js +0 -1
- package/node_modules/uuid/dist-node/parse.js +0 -9
- package/node_modules/uuid/dist-node/regex.js +0 -1
- package/node_modules/uuid/dist-node/rng.js +0 -4
- package/node_modules/uuid/dist-node/sha1.js +0 -11
- package/node_modules/uuid/dist-node/stringify.js +0 -35
- package/node_modules/uuid/dist-node/types.js +0 -1
- package/node_modules/uuid/dist-node/uuid-bin.js +0 -70
- package/node_modules/uuid/dist-node/v1.js +0 -83
- package/node_modules/uuid/dist-node/v1ToV6.js +0 -10
- package/node_modules/uuid/dist-node/v3.js +0 -9
- package/node_modules/uuid/dist-node/v35.js +0 -39
- package/node_modules/uuid/dist-node/v4.js +0 -29
- package/node_modules/uuid/dist-node/v5.js +0 -9
- package/node_modules/uuid/dist-node/v6.js +0 -20
- package/node_modules/uuid/dist-node/v6ToV1.js +0 -10
- package/node_modules/uuid/dist-node/v7.js +0 -65
- package/node_modules/uuid/dist-node/validate.js +0 -5
- package/node_modules/uuid/dist-node/version.js +0 -8
- package/node_modules/uuid/package.json +0 -110
- /package/node_modules/typebox/build/type/engine/{awaited → with}/index.d.mts +0 -0
- /package/node_modules/typebox/build/type/engine/{awaited → with}/index.mjs +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @azure/msal-node v5.
|
|
1
|
+
/*! @azure/msal-node v5.3.1 2026-06-30 */
|
|
2
2
|
'use strict';
|
|
3
3
|
'use strict';
|
|
4
4
|
|
|
@@ -94,6 +94,7 @@ class Serializer {
|
|
|
94
94
|
token_type: atEntity.tokenType,
|
|
95
95
|
userAssertionHash: atEntity.userAssertionHash,
|
|
96
96
|
resource: atEntity.resource,
|
|
97
|
+
additionalCacheKeyComponents: atEntity.additionalCacheKeyComponents,
|
|
97
98
|
};
|
|
98
99
|
});
|
|
99
100
|
return accessTokens;
|
|
@@ -150,7 +151,7 @@ class Serializer {
|
|
|
150
151
|
}
|
|
151
152
|
}
|
|
152
153
|
|
|
153
|
-
/*! @azure/msal-common v16.
|
|
154
|
+
/*! @azure/msal-common v16.11.0 2026-06-30 */
|
|
154
155
|
/*
|
|
155
156
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
156
157
|
* Licensed under the MIT License.
|
|
@@ -180,8 +181,8 @@ const AUTHORIZATION_PENDING = "authorization_pending";
|
|
|
180
181
|
const NOT_APPLICABLE = "N/A";
|
|
181
182
|
const NOT_AVAILABLE = "Not Available";
|
|
182
183
|
const FORWARD_SLASH = "/";
|
|
183
|
-
const IMDS_ENDPOINT = "http://169.254.169.254/metadata/instance/compute
|
|
184
|
-
const IMDS_VERSION = "
|
|
184
|
+
const IMDS_ENDPOINT = "http://169.254.169.254/metadata/instance/compute";
|
|
185
|
+
const IMDS_VERSION = "2021-02-01";
|
|
185
186
|
const IMDS_TIMEOUT = 2000;
|
|
186
187
|
const AZURE_REGION_AUTO_DISCOVER_FLAG = "TryAutoDetect";
|
|
187
188
|
const REGIONAL_AUTH_PUBLIC_CLOUD_SUFFIX = "login.microsoft.com";
|
|
@@ -240,6 +241,9 @@ const AADAuthority = {
|
|
|
240
241
|
const ClaimsRequestKeys = {
|
|
241
242
|
ACCESS_TOKEN: "access_token",
|
|
242
243
|
XMS_CC: "xms_cc",
|
|
244
|
+
ID_TOKEN: "id_token",
|
|
245
|
+
SIGNIN_STATE: "signin_state",
|
|
246
|
+
LOGIN_HINT: "login_hint",
|
|
243
247
|
};
|
|
244
248
|
/**
|
|
245
249
|
* we considered making this "enum" in the request instead of string, however it looks like the allowed list of
|
|
@@ -284,6 +288,7 @@ const GrantType = {
|
|
|
284
288
|
REFRESH_TOKEN_GRANT: "refresh_token",
|
|
285
289
|
DEVICE_CODE_GRANT: "device_code",
|
|
286
290
|
JWT_BEARER: "urn:ietf:params:oauth:grant-type:jwt-bearer",
|
|
291
|
+
USER_FIC: "user_fic",
|
|
287
292
|
};
|
|
288
293
|
/**
|
|
289
294
|
* Account types in Cache
|
|
@@ -398,7 +403,7 @@ const EncodingTypes = {
|
|
|
398
403
|
UTF8: "utf-8",
|
|
399
404
|
};
|
|
400
405
|
|
|
401
|
-
/*! @azure/msal-common v16.
|
|
406
|
+
/*! @azure/msal-common v16.11.0 2026-06-30 */
|
|
402
407
|
/*
|
|
403
408
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
404
409
|
* Licensed under the MIT License.
|
|
@@ -449,9 +454,13 @@ const BROKER_CLIENT_ID = "brk_client_id";
|
|
|
449
454
|
const BROKER_REDIRECT_URI = "brk_redirect_uri";
|
|
450
455
|
const INSTANCE_AWARE = "instance_aware";
|
|
451
456
|
const RESOURCE = "resource";
|
|
452
|
-
const CLI_DATA = "clidata";
|
|
457
|
+
const CLI_DATA = "clidata";
|
|
458
|
+
const USER_FEDERATED_IDENTITY_CREDENTIAL = "user_federated_identity_credential";
|
|
459
|
+
const USERNAME = "username";
|
|
460
|
+
const USER_ID = "user_id";
|
|
461
|
+
const FMI_PATH = "fmi_path";
|
|
453
462
|
|
|
454
|
-
/*! @azure/msal-common v16.
|
|
463
|
+
/*! @azure/msal-common v16.11.0 2026-06-30 */
|
|
455
464
|
/*
|
|
456
465
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
457
466
|
* Licensed under the MIT License.
|
|
@@ -463,7 +472,7 @@ function getDefaultErrorMessage(code) {
|
|
|
463
472
|
* General error class thrown by the MSAL.js library.
|
|
464
473
|
*/
|
|
465
474
|
class AuthError extends Error {
|
|
466
|
-
constructor(errorCode, errorMessage, suberror) {
|
|
475
|
+
constructor(errorCode, correlationId, errorMessage, suberror) {
|
|
467
476
|
const message = errorMessage ||
|
|
468
477
|
(errorCode ? getDefaultErrorMessage(errorCode) : "");
|
|
469
478
|
const errorString = message ? `${errorCode}: ${message}` : errorCode;
|
|
@@ -472,17 +481,15 @@ class AuthError extends Error {
|
|
|
472
481
|
this.errorCode = errorCode || "";
|
|
473
482
|
this.errorMessage = message || "";
|
|
474
483
|
this.subError = suberror || "";
|
|
475
|
-
this.name = "AuthError";
|
|
476
|
-
}
|
|
477
|
-
setCorrelationId(correlationId) {
|
|
478
484
|
this.correlationId = correlationId;
|
|
485
|
+
this.name = "AuthError";
|
|
479
486
|
}
|
|
480
487
|
}
|
|
481
|
-
function createAuthError(code, additionalMessage) {
|
|
482
|
-
return new AuthError(code, additionalMessage || getDefaultErrorMessage(code));
|
|
488
|
+
function createAuthError(code, correlationId, additionalMessage) {
|
|
489
|
+
return new AuthError(code, correlationId, additionalMessage || getDefaultErrorMessage(code));
|
|
483
490
|
}
|
|
484
491
|
|
|
485
|
-
/*! @azure/msal-common v16.
|
|
492
|
+
/*! @azure/msal-common v16.11.0 2026-06-30 */
|
|
486
493
|
|
|
487
494
|
/*
|
|
488
495
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -492,17 +499,17 @@ function createAuthError(code, additionalMessage) {
|
|
|
492
499
|
* Error thrown when there is an error in configuration of the MSAL.js library.
|
|
493
500
|
*/
|
|
494
501
|
class ClientConfigurationError extends AuthError {
|
|
495
|
-
constructor(errorCode) {
|
|
496
|
-
super(errorCode);
|
|
502
|
+
constructor(errorCode, correlationId) {
|
|
503
|
+
super(errorCode, correlationId);
|
|
497
504
|
this.name = "ClientConfigurationError";
|
|
498
505
|
Object.setPrototypeOf(this, ClientConfigurationError.prototype);
|
|
499
506
|
}
|
|
500
507
|
}
|
|
501
|
-
function createClientConfigurationError(errorCode) {
|
|
502
|
-
return new ClientConfigurationError(errorCode);
|
|
508
|
+
function createClientConfigurationError(errorCode, correlationId) {
|
|
509
|
+
return new ClientConfigurationError(errorCode, correlationId);
|
|
503
510
|
}
|
|
504
511
|
|
|
505
|
-
/*! @azure/msal-common v16.
|
|
512
|
+
/*! @azure/msal-common v16.11.0 2026-06-30 */
|
|
506
513
|
/*
|
|
507
514
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
508
515
|
* Licensed under the MIT License.
|
|
@@ -582,7 +589,7 @@ class StringUtils {
|
|
|
582
589
|
}
|
|
583
590
|
}
|
|
584
591
|
|
|
585
|
-
/*! @azure/msal-common v16.
|
|
592
|
+
/*! @azure/msal-common v16.11.0 2026-06-30 */
|
|
586
593
|
|
|
587
594
|
/*
|
|
588
595
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -595,17 +602,17 @@ class StringUtils {
|
|
|
595
602
|
* Error thrown when there is an error in the client code running on the browser.
|
|
596
603
|
*/
|
|
597
604
|
class ClientAuthError extends AuthError {
|
|
598
|
-
constructor(errorCode, additionalMessage) {
|
|
599
|
-
super(errorCode, additionalMessage);
|
|
605
|
+
constructor(errorCode, correlationId, additionalMessage) {
|
|
606
|
+
super(errorCode, correlationId, additionalMessage);
|
|
600
607
|
this.name = "ClientAuthError";
|
|
601
608
|
Object.setPrototypeOf(this, ClientAuthError.prototype);
|
|
602
609
|
}
|
|
603
610
|
}
|
|
604
|
-
function createClientAuthError(errorCode, additionalMessage) {
|
|
605
|
-
return new ClientAuthError(errorCode, additionalMessage);
|
|
611
|
+
function createClientAuthError(errorCode, correlationId, additionalMessage) {
|
|
612
|
+
return new ClientAuthError(errorCode, correlationId, additionalMessage);
|
|
606
613
|
}
|
|
607
614
|
|
|
608
|
-
/*! @azure/msal-common v16.
|
|
615
|
+
/*! @azure/msal-common v16.11.0 2026-06-30 */
|
|
609
616
|
/*
|
|
610
617
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
611
618
|
* Licensed under the MIT License.
|
|
@@ -663,7 +670,7 @@ var ClientConfigurationErrorCodes = /*#__PURE__*/Object.freeze({
|
|
|
663
670
|
urlParseError: urlParseError
|
|
664
671
|
});
|
|
665
672
|
|
|
666
|
-
/*! @azure/msal-common v16.
|
|
673
|
+
/*! @azure/msal-common v16.11.0 2026-06-30 */
|
|
667
674
|
/*
|
|
668
675
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
669
676
|
* Licensed under the MIT License.
|
|
@@ -680,8 +687,6 @@ const invalidState = "invalid_state";
|
|
|
680
687
|
const stateMismatch = "state_mismatch";
|
|
681
688
|
const stateNotFound = "state_not_found";
|
|
682
689
|
const nonceMismatch = "nonce_mismatch";
|
|
683
|
-
const authTimeNotFound = "auth_time_not_found";
|
|
684
|
-
const maxAgeTranspired = "max_age_transpired";
|
|
685
690
|
const multipleMatchingTokens = "multiple_matching_tokens";
|
|
686
691
|
const multipleMatchingAppMetadata = "multiple_matching_appMetadata";
|
|
687
692
|
const requestCannotBeMade = "request_cannot_be_made";
|
|
@@ -710,7 +715,6 @@ const misplacedResourceParam = "misplaced_resource_parameter";
|
|
|
710
715
|
|
|
711
716
|
var ClientAuthErrorCodes = /*#__PURE__*/Object.freeze({
|
|
712
717
|
__proto__: null,
|
|
713
|
-
authTimeNotFound: authTimeNotFound,
|
|
714
718
|
authorizationCodeMissingFromServerResponse: authorizationCodeMissingFromServerResponse,
|
|
715
719
|
bindingKeyNotRemoved: bindingKeyNotRemoved,
|
|
716
720
|
cannotAppendScopeSet: cannotAppendScopeSet,
|
|
@@ -725,7 +729,6 @@ var ClientAuthErrorCodes = /*#__PURE__*/Object.freeze({
|
|
|
725
729
|
invalidCacheRecord: invalidCacheRecord,
|
|
726
730
|
invalidState: invalidState,
|
|
727
731
|
keyIdMissing: keyIdMissing,
|
|
728
|
-
maxAgeTranspired: maxAgeTranspired,
|
|
729
732
|
methodNotImplemented: methodNotImplemented,
|
|
730
733
|
misplacedResourceParam: misplacedResourceParam,
|
|
731
734
|
multipleMatchingAppMetadata: multipleMatchingAppMetadata,
|
|
@@ -751,7 +754,7 @@ var ClientAuthErrorCodes = /*#__PURE__*/Object.freeze({
|
|
|
751
754
|
userCanceled: userCanceled
|
|
752
755
|
});
|
|
753
756
|
|
|
754
|
-
/*! @azure/msal-common v16.
|
|
757
|
+
/*! @azure/msal-common v16.11.0 2026-06-30 */
|
|
755
758
|
|
|
756
759
|
/*
|
|
757
760
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -763,7 +766,8 @@ var ClientAuthErrorCodes = /*#__PURE__*/Object.freeze({
|
|
|
763
766
|
* to ensure uniqueness of strings.
|
|
764
767
|
*/
|
|
765
768
|
class ScopeSet {
|
|
766
|
-
constructor(inputScopes) {
|
|
769
|
+
constructor(inputScopes, correlationId) {
|
|
770
|
+
this.correlationId = correlationId;
|
|
767
771
|
// Filter empty string and null/undefined array items
|
|
768
772
|
const scopeArr = inputScopes
|
|
769
773
|
? StringUtils.trimArrayEntries([...inputScopes])
|
|
@@ -773,7 +777,7 @@ class ScopeSet {
|
|
|
773
777
|
: [];
|
|
774
778
|
// Check if scopes array has at least one member
|
|
775
779
|
if (!filteredInput || !filteredInput.length) {
|
|
776
|
-
throw createClientConfigurationError(emptyInputScopesError);
|
|
780
|
+
throw createClientConfigurationError(emptyInputScopesError, correlationId);
|
|
777
781
|
}
|
|
778
782
|
this.scopes = new Set(); // Iterator in constructor not supported by IE11
|
|
779
783
|
filteredInput.forEach((scope) => this.scopes.add(scope));
|
|
@@ -784,22 +788,22 @@ class ScopeSet {
|
|
|
784
788
|
* @param appClientId
|
|
785
789
|
* @param scopesRequired
|
|
786
790
|
*/
|
|
787
|
-
static fromString(inputScopeString) {
|
|
791
|
+
static fromString(inputScopeString, correlationId) {
|
|
788
792
|
const scopeString = inputScopeString || "";
|
|
789
793
|
const inputScopes = scopeString.split(" ");
|
|
790
|
-
return new ScopeSet(inputScopes);
|
|
794
|
+
return new ScopeSet(inputScopes, correlationId);
|
|
791
795
|
}
|
|
792
796
|
/**
|
|
793
797
|
* Creates the set of scopes to search for in cache lookups
|
|
794
798
|
* @param inputScopeString
|
|
795
799
|
* @returns
|
|
796
800
|
*/
|
|
797
|
-
static createSearchScopes(inputScopeString) {
|
|
801
|
+
static createSearchScopes(inputScopeString, correlationId) {
|
|
798
802
|
// Handle empty scopes by using default OIDC scopes for cache lookup
|
|
799
803
|
const scopesToUse = inputScopeString && inputScopeString.length > 0
|
|
800
804
|
? inputScopeString
|
|
801
805
|
: [...OIDC_DEFAULT_SCOPES];
|
|
802
|
-
const scopeSet = new ScopeSet(scopesToUse);
|
|
806
|
+
const scopeSet = new ScopeSet(scopesToUse, correlationId);
|
|
803
807
|
if (!scopeSet.containsOnlyOIDCScopes()) {
|
|
804
808
|
scopeSet.removeOIDCScopes();
|
|
805
809
|
}
|
|
@@ -814,7 +818,7 @@ class ScopeSet {
|
|
|
814
818
|
*/
|
|
815
819
|
containsScope(scope) {
|
|
816
820
|
const lowerCaseScopes = this.printScopesLowerCase().split(" ");
|
|
817
|
-
const lowerCaseScopesSet = new ScopeSet(lowerCaseScopes);
|
|
821
|
+
const lowerCaseScopesSet = new ScopeSet(lowerCaseScopes, this.correlationId);
|
|
818
822
|
// compare lowercase scopes
|
|
819
823
|
return scope
|
|
820
824
|
? lowerCaseScopesSet.scopes.has(scope.toLowerCase())
|
|
@@ -861,7 +865,7 @@ class ScopeSet {
|
|
|
861
865
|
newScopes.forEach((newScope) => this.appendScope(newScope));
|
|
862
866
|
}
|
|
863
867
|
catch (e) {
|
|
864
|
-
throw createClientAuthError(cannotAppendScopeSet);
|
|
868
|
+
throw createClientAuthError(cannotAppendScopeSet, this.correlationId);
|
|
865
869
|
}
|
|
866
870
|
}
|
|
867
871
|
/**
|
|
@@ -870,7 +874,7 @@ class ScopeSet {
|
|
|
870
874
|
*/
|
|
871
875
|
removeScope(scope) {
|
|
872
876
|
if (!scope) {
|
|
873
|
-
throw createClientAuthError(cannotRemoveEmptyScope);
|
|
877
|
+
throw createClientAuthError(cannotRemoveEmptyScope, this.correlationId);
|
|
874
878
|
}
|
|
875
879
|
this.scopes.delete(scope.trim());
|
|
876
880
|
}
|
|
@@ -889,7 +893,7 @@ class ScopeSet {
|
|
|
889
893
|
*/
|
|
890
894
|
unionScopeSets(otherScopes) {
|
|
891
895
|
if (!otherScopes) {
|
|
892
|
-
throw createClientAuthError(emptyInputScopeSet);
|
|
896
|
+
throw createClientAuthError(emptyInputScopeSet, this.correlationId);
|
|
893
897
|
}
|
|
894
898
|
const unionScopes = new Set(); // Iterator in constructor not supported in IE11
|
|
895
899
|
otherScopes.scopes.forEach((scope) => unionScopes.add(scope.toLowerCase()));
|
|
@@ -902,7 +906,7 @@ class ScopeSet {
|
|
|
902
906
|
*/
|
|
903
907
|
intersectingScopeSets(otherScopes) {
|
|
904
908
|
if (!otherScopes) {
|
|
905
|
-
throw createClientAuthError(emptyInputScopeSet);
|
|
909
|
+
throw createClientAuthError(emptyInputScopeSet, this.correlationId);
|
|
906
910
|
}
|
|
907
911
|
// Do not allow OIDC scopes to be the only intersecting scopes
|
|
908
912
|
if (!otherScopes.containsOnlyOIDCScopes()) {
|
|
@@ -946,7 +950,7 @@ class ScopeSet {
|
|
|
946
950
|
}
|
|
947
951
|
}
|
|
948
952
|
|
|
949
|
-
/*! @azure/msal-common v16.
|
|
953
|
+
/*! @azure/msal-common v16.11.0 2026-06-30 */
|
|
950
954
|
|
|
951
955
|
/*
|
|
952
956
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -984,7 +988,7 @@ function addResponseMode(parameters, responseMode) {
|
|
|
984
988
|
* @param scopeSet
|
|
985
989
|
* @param addOidcScopes
|
|
986
990
|
*/
|
|
987
|
-
function addScopes(parameters, scopes, addOidcScopes = true, defaultScopes = OIDC_DEFAULT_SCOPES) {
|
|
991
|
+
function addScopes(parameters, scopes, correlationId, addOidcScopes = true, defaultScopes = OIDC_DEFAULT_SCOPES) {
|
|
988
992
|
// Always add openid to the scopes when adding OIDC scopes
|
|
989
993
|
if (addOidcScopes &&
|
|
990
994
|
!defaultScopes.includes("openid") &&
|
|
@@ -994,7 +998,7 @@ function addScopes(parameters, scopes, addOidcScopes = true, defaultScopes = OID
|
|
|
994
998
|
const requestScopes = addOidcScopes
|
|
995
999
|
? [...(scopes || []), ...defaultScopes]
|
|
996
1000
|
: scopes || [];
|
|
997
|
-
const scopeSet = new ScopeSet(requestScopes);
|
|
1001
|
+
const scopeSet = new ScopeSet(requestScopes, correlationId);
|
|
998
1002
|
parameters.set(SCOPE, scopeSet.printScopes());
|
|
999
1003
|
}
|
|
1000
1004
|
/**
|
|
@@ -1064,26 +1068,18 @@ function addSid(parameters, sid) {
|
|
|
1064
1068
|
* Adds claims to request parameters, conditionally excluding clientCapabilities
|
|
1065
1069
|
* when skipBrokerClaims is true and a brokered flow is in effect.
|
|
1066
1070
|
* @param parameters - The request parameters map
|
|
1071
|
+
* @param correlationId - The request correlation id
|
|
1067
1072
|
* @param claims - The claims string from the request
|
|
1068
1073
|
* @param clientCapabilities - The client capabilities from configuration
|
|
1069
1074
|
* @param skipBrokerClaims - When true and BROKER_CLIENT_ID is present, excludes clientCapabilities from claims
|
|
1070
1075
|
*/
|
|
1071
|
-
function addClaims(parameters, claims, clientCapabilities, skipBrokerClaims) {
|
|
1076
|
+
function addClaims(parameters, correlationId, claims, clientCapabilities, skipBrokerClaims) {
|
|
1072
1077
|
// Skip clientCapabilities if skipBrokerClaims is set to true and this is a brokered authentication flow
|
|
1073
1078
|
const configClaims = skipBrokerClaims && parameters.has(BROKER_CLIENT_ID)
|
|
1074
1079
|
? undefined
|
|
1075
1080
|
: clientCapabilities;
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
const mergedClaims = addClientCapabilitiesToClaims(claims, configClaims);
|
|
1079
|
-
try {
|
|
1080
|
-
JSON.parse(mergedClaims);
|
|
1081
|
-
}
|
|
1082
|
-
catch (e) {
|
|
1083
|
-
throw createClientConfigurationError(invalidClaims);
|
|
1084
|
-
}
|
|
1085
|
-
parameters.set(CLAIMS, mergedClaims);
|
|
1086
|
-
}
|
|
1081
|
+
const mergedClaims = buildMergedClaims(claims, configClaims, correlationId);
|
|
1082
|
+
parameters.set(CLAIMS, mergedClaims);
|
|
1087
1083
|
}
|
|
1088
1084
|
/**
|
|
1089
1085
|
* add correlationId
|
|
@@ -1154,7 +1150,7 @@ function addCodeChallengeParams(parameters, codeChallenge, codeChallengeMethod)
|
|
|
1154
1150
|
parameters.set(CODE_CHALLENGE_METHOD, codeChallengeMethod);
|
|
1155
1151
|
}
|
|
1156
1152
|
else {
|
|
1157
|
-
throw createClientConfigurationError(pkceParamsMissing);
|
|
1153
|
+
throw createClientConfigurationError(pkceParamsMissing, "");
|
|
1158
1154
|
}
|
|
1159
1155
|
}
|
|
1160
1156
|
/**
|
|
@@ -1260,7 +1256,23 @@ function addExtraParameters(parameters, extraParams) {
|
|
|
1260
1256
|
}
|
|
1261
1257
|
});
|
|
1262
1258
|
}
|
|
1263
|
-
|
|
1259
|
+
/**
|
|
1260
|
+
* Default optional idToken claims requested on all auth requests.
|
|
1261
|
+
* signin_state enables KMSI detection; login_hint enables login hint propagation.
|
|
1262
|
+
*/
|
|
1263
|
+
const DEFAULT_ID_TOKEN_CLAIMS = {
|
|
1264
|
+
[ClaimsRequestKeys.SIGNIN_STATE]: { essential: false },
|
|
1265
|
+
[ClaimsRequestKeys.LOGIN_HINT]: { essential: false },
|
|
1266
|
+
};
|
|
1267
|
+
/**
|
|
1268
|
+
* Parses claims JSON, merges default optional idToken claims (signin_state, login_hint),
|
|
1269
|
+
* and appends client capabilities (xms_cc) to the access_token section.
|
|
1270
|
+
* Does not overwrite idToken claims already specified by the caller.
|
|
1271
|
+
* @param claims - Existing claims JSON string from the request (may be undefined)
|
|
1272
|
+
* @param clientCapabilities - Client capabilities array from configuration
|
|
1273
|
+
* @returns Merged claims JSON string
|
|
1274
|
+
*/
|
|
1275
|
+
function buildMergedClaims(claims, clientCapabilities, correlationId = "") {
|
|
1264
1276
|
let mergedClaims;
|
|
1265
1277
|
// Parse provided claims into JSON object or initialize empty object
|
|
1266
1278
|
if (!claims) {
|
|
@@ -1268,14 +1280,31 @@ function addClientCapabilitiesToClaims(claims, clientCapabilities) {
|
|
|
1268
1280
|
}
|
|
1269
1281
|
else {
|
|
1270
1282
|
try {
|
|
1271
|
-
|
|
1283
|
+
const parsed = JSON.parse(claims);
|
|
1284
|
+
if (typeof parsed !== "object" ||
|
|
1285
|
+
parsed === null ||
|
|
1286
|
+
Array.isArray(parsed)) {
|
|
1287
|
+
throw new Error("Claims must be a JSON object");
|
|
1288
|
+
}
|
|
1289
|
+
mergedClaims = parsed;
|
|
1272
1290
|
}
|
|
1273
1291
|
catch (e) {
|
|
1274
|
-
throw createClientConfigurationError(invalidClaims);
|
|
1292
|
+
throw createClientConfigurationError(invalidClaims, correlationId);
|
|
1275
1293
|
}
|
|
1276
1294
|
}
|
|
1295
|
+
// Add default optional idToken claims
|
|
1296
|
+
if (!Object.prototype.hasOwnProperty.call(mergedClaims, ClaimsRequestKeys.ID_TOKEN)) {
|
|
1297
|
+
mergedClaims[ClaimsRequestKeys.ID_TOKEN] = {};
|
|
1298
|
+
}
|
|
1299
|
+
const idTokenClaims = mergedClaims[ClaimsRequestKeys.ID_TOKEN];
|
|
1300
|
+
for (const [key, value] of Object.entries(DEFAULT_ID_TOKEN_CLAIMS)) {
|
|
1301
|
+
if (!(key in idTokenClaims)) {
|
|
1302
|
+
idTokenClaims[key] = value;
|
|
1303
|
+
}
|
|
1304
|
+
}
|
|
1305
|
+
// Add client capabilities
|
|
1277
1306
|
if (clientCapabilities && clientCapabilities.length > 0) {
|
|
1278
|
-
if (!
|
|
1307
|
+
if (!Object.prototype.hasOwnProperty.call(mergedClaims, ClaimsRequestKeys.ACCESS_TOKEN)) {
|
|
1279
1308
|
// Add access_token key to claims object
|
|
1280
1309
|
mergedClaims[ClaimsRequestKeys.ACCESS_TOKEN] = {};
|
|
1281
1310
|
}
|
|
@@ -1322,6 +1351,7 @@ function addSshJwk(parameters, sshJwkString) {
|
|
|
1322
1351
|
/**
|
|
1323
1352
|
* add server telemetry fields
|
|
1324
1353
|
* @param serverTelemetryManager
|
|
1354
|
+
* @internal
|
|
1325
1355
|
*/
|
|
1326
1356
|
function addServerTelemetry(parameters, serverTelemetryManager) {
|
|
1327
1357
|
parameters.set(X_CLIENT_CURR_TELEM, serverTelemetryManager.generateCurrentRequestHeaderValue());
|
|
@@ -1353,7 +1383,12 @@ function addResource(parameters, resource) {
|
|
|
1353
1383
|
}
|
|
1354
1384
|
}
|
|
1355
1385
|
|
|
1356
|
-
/*! @azure/msal-common v16.
|
|
1386
|
+
/*! @azure/msal-common v16.11.0 2026-06-30 */
|
|
1387
|
+
|
|
1388
|
+
/*
|
|
1389
|
+
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
1390
|
+
* Licensed under the MIT License.
|
|
1391
|
+
*/
|
|
1357
1392
|
/**
|
|
1358
1393
|
* Parses hash string from given string. Returns empty string if no hash symbol is found.
|
|
1359
1394
|
* @param hashString
|
|
@@ -1391,7 +1426,7 @@ function getDeserializedResponse(responseString) {
|
|
|
1391
1426
|
}
|
|
1392
1427
|
}
|
|
1393
1428
|
catch (e) {
|
|
1394
|
-
throw createClientAuthError(hashNotDeserialized);
|
|
1429
|
+
throw createClientAuthError(hashNotDeserialized, "");
|
|
1395
1430
|
}
|
|
1396
1431
|
return null;
|
|
1397
1432
|
}
|
|
@@ -1406,7 +1441,7 @@ function mapToQueryString(parameters) {
|
|
|
1406
1441
|
return queryParameterArray.join("&");
|
|
1407
1442
|
}
|
|
1408
1443
|
|
|
1409
|
-
/*! @azure/msal-common v16.
|
|
1444
|
+
/*! @azure/msal-common v16.11.0 2026-06-30 */
|
|
1410
1445
|
|
|
1411
1446
|
/*
|
|
1412
1447
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1414,38 +1449,38 @@ function mapToQueryString(parameters) {
|
|
|
1414
1449
|
*/
|
|
1415
1450
|
const DEFAULT_CRYPTO_IMPLEMENTATION = {
|
|
1416
1451
|
createNewGuid: () => {
|
|
1417
|
-
throw createClientAuthError(methodNotImplemented);
|
|
1452
|
+
throw createClientAuthError(methodNotImplemented, "");
|
|
1418
1453
|
},
|
|
1419
1454
|
base64Decode: () => {
|
|
1420
|
-
throw createClientAuthError(methodNotImplemented);
|
|
1455
|
+
throw createClientAuthError(methodNotImplemented, "");
|
|
1421
1456
|
},
|
|
1422
1457
|
base64Encode: () => {
|
|
1423
|
-
throw createClientAuthError(methodNotImplemented);
|
|
1458
|
+
throw createClientAuthError(methodNotImplemented, "");
|
|
1424
1459
|
},
|
|
1425
1460
|
base64UrlEncode: () => {
|
|
1426
|
-
throw createClientAuthError(methodNotImplemented);
|
|
1461
|
+
throw createClientAuthError(methodNotImplemented, "");
|
|
1427
1462
|
},
|
|
1428
1463
|
encodeKid: () => {
|
|
1429
|
-
throw createClientAuthError(methodNotImplemented);
|
|
1464
|
+
throw createClientAuthError(methodNotImplemented, "");
|
|
1430
1465
|
},
|
|
1431
1466
|
async getPublicKeyThumbprint() {
|
|
1432
|
-
throw createClientAuthError(methodNotImplemented);
|
|
1467
|
+
throw createClientAuthError(methodNotImplemented, "");
|
|
1433
1468
|
},
|
|
1434
1469
|
async removeTokenBindingKey() {
|
|
1435
|
-
throw createClientAuthError(methodNotImplemented);
|
|
1470
|
+
throw createClientAuthError(methodNotImplemented, "");
|
|
1436
1471
|
},
|
|
1437
1472
|
async clearKeystore() {
|
|
1438
|
-
throw createClientAuthError(methodNotImplemented);
|
|
1473
|
+
throw createClientAuthError(methodNotImplemented, "");
|
|
1439
1474
|
},
|
|
1440
1475
|
async signJwt() {
|
|
1441
|
-
throw createClientAuthError(methodNotImplemented);
|
|
1476
|
+
throw createClientAuthError(methodNotImplemented, "");
|
|
1442
1477
|
},
|
|
1443
1478
|
async hashString() {
|
|
1444
|
-
throw createClientAuthError(methodNotImplemented);
|
|
1479
|
+
throw createClientAuthError(methodNotImplemented, "");
|
|
1445
1480
|
},
|
|
1446
1481
|
};
|
|
1447
1482
|
|
|
1448
|
-
/*! @azure/msal-common v16.
|
|
1483
|
+
/*! @azure/msal-common v16.11.0 2026-06-30 */
|
|
1449
1484
|
/*
|
|
1450
1485
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
1451
1486
|
* Licensed under the MIT License.
|
|
@@ -1493,7 +1528,7 @@ function addLogToCache(correlationId, loggedMessage) {
|
|
|
1493
1528
|
// Remove LRU (first entry) if capacity exceeded
|
|
1494
1529
|
if (correlationCache.size > CACHE_CAPACITY) {
|
|
1495
1530
|
const firstKey = correlationCache.keys().next().value;
|
|
1496
|
-
if (firstKey) {
|
|
1531
|
+
if (firstKey !== undefined) {
|
|
1497
1532
|
correlationCache.delete(firstKey);
|
|
1498
1533
|
}
|
|
1499
1534
|
}
|
|
@@ -1508,22 +1543,36 @@ function addLogToCache(correlationId, loggedMessage) {
|
|
|
1508
1543
|
}
|
|
1509
1544
|
}
|
|
1510
1545
|
/**
|
|
1511
|
-
*
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1546
|
+
* Extracts the leading minification hash from a log message, if present.
|
|
1547
|
+
*
|
|
1548
|
+
* Minified messages are produced by the logger-minify rollup plugin and are
|
|
1549
|
+
* either a bare 6-character alphanumeric hash, or that hash followed by a space
|
|
1550
|
+
* and runtime variables appended for local (console) logging, e.g.
|
|
1551
|
+
* "abc123 user-1 popup". Only the leading hash is returned so that telemetry
|
|
1552
|
+
* never captures the appended variables. Returns null when the message is not
|
|
1553
|
+
* a minified message.
|
|
1554
|
+
*/
|
|
1555
|
+
function getMessageHash(str) {
|
|
1556
|
+
if (str.length < 6) {
|
|
1557
|
+
return null;
|
|
1558
|
+
}
|
|
1559
|
+
/*
|
|
1560
|
+
* If the message is longer than the hash, the hash must be delimited by a
|
|
1561
|
+
* space (the separator the plugin inserts before appended variables).
|
|
1562
|
+
*/
|
|
1563
|
+
if (str.length > 6 && str[6] !== " ") {
|
|
1564
|
+
return null;
|
|
1516
1565
|
}
|
|
1517
|
-
for (let i = 0; i <
|
|
1566
|
+
for (let i = 0; i < 6; i++) {
|
|
1518
1567
|
const char = str[i];
|
|
1519
1568
|
const isAlphaNumeric = (char >= "a" && char <= "z") ||
|
|
1520
1569
|
(char >= "A" && char <= "Z") ||
|
|
1521
1570
|
(char >= "0" && char <= "9");
|
|
1522
1571
|
if (!isAlphaNumeric) {
|
|
1523
|
-
return
|
|
1572
|
+
return null;
|
|
1524
1573
|
}
|
|
1525
1574
|
}
|
|
1526
|
-
return
|
|
1575
|
+
return str.substring(0, 6);
|
|
1527
1576
|
}
|
|
1528
1577
|
/**
|
|
1529
1578
|
* Class which facilitates logging of messages to a specific place.
|
|
@@ -1570,10 +1619,10 @@ class Logger {
|
|
|
1570
1619
|
*/
|
|
1571
1620
|
logMessage(logMessage, options) {
|
|
1572
1621
|
const correlationId = options.correlationId;
|
|
1573
|
-
const
|
|
1574
|
-
if (
|
|
1622
|
+
const messageHash = getMessageHash(logMessage);
|
|
1623
|
+
if (messageHash) {
|
|
1575
1624
|
const loggedMessage = {
|
|
1576
|
-
hash:
|
|
1625
|
+
hash: messageHash,
|
|
1577
1626
|
level: options.logLevel,
|
|
1578
1627
|
containsPii: options.containsPii || false,
|
|
1579
1628
|
milliseconds: 0, // Will be calculated in addLogToCache
|
|
@@ -1706,12 +1755,12 @@ class Logger {
|
|
|
1706
1755
|
}
|
|
1707
1756
|
}
|
|
1708
1757
|
|
|
1709
|
-
/*! @azure/msal-common v16.
|
|
1758
|
+
/*! @azure/msal-common v16.11.0 2026-06-30 */
|
|
1710
1759
|
/* eslint-disable header/header */
|
|
1711
1760
|
const name$1 = "@azure/msal-common";
|
|
1712
|
-
const version$1 = "16.
|
|
1761
|
+
const version$1 = "16.11.0";
|
|
1713
1762
|
|
|
1714
|
-
/*! @azure/msal-common v16.
|
|
1763
|
+
/*! @azure/msal-common v16.11.0 2026-06-30 */
|
|
1715
1764
|
/*
|
|
1716
1765
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
1717
1766
|
* Licensed under the MIT License.
|
|
@@ -1731,7 +1780,74 @@ const AzureCloudInstance = {
|
|
|
1731
1780
|
AzureUsGovernment: "https://login.microsoftonline.us",
|
|
1732
1781
|
};
|
|
1733
1782
|
|
|
1734
|
-
/*! @azure/msal-common v16.
|
|
1783
|
+
/*! @azure/msal-common v16.11.0 2026-06-30 */
|
|
1784
|
+
|
|
1785
|
+
/*
|
|
1786
|
+
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
1787
|
+
* Licensed under the MIT License.
|
|
1788
|
+
*/
|
|
1789
|
+
/**
|
|
1790
|
+
* Extract token by decoding the rawToken
|
|
1791
|
+
*
|
|
1792
|
+
* @param encodedToken
|
|
1793
|
+
*/
|
|
1794
|
+
function extractTokenClaims(encodedToken, base64Decode, correlationId) {
|
|
1795
|
+
const jswPayload = getJWSPayload(encodedToken, correlationId);
|
|
1796
|
+
// token will be decoded to get the username
|
|
1797
|
+
try {
|
|
1798
|
+
// base64Decode() should throw an error if there is an issue
|
|
1799
|
+
const base64Decoded = base64Decode(jswPayload);
|
|
1800
|
+
return JSON.parse(base64Decoded);
|
|
1801
|
+
}
|
|
1802
|
+
catch (err) {
|
|
1803
|
+
throw createClientAuthError(tokenParsingError, correlationId);
|
|
1804
|
+
}
|
|
1805
|
+
}
|
|
1806
|
+
/**
|
|
1807
|
+
* Check if the signin_state claim contains "kmsi"
|
|
1808
|
+
* @param idTokenClaims
|
|
1809
|
+
* @returns
|
|
1810
|
+
*/
|
|
1811
|
+
function isKmsi(idTokenClaims) {
|
|
1812
|
+
if (!idTokenClaims.signin_state) {
|
|
1813
|
+
return false;
|
|
1814
|
+
}
|
|
1815
|
+
/**
|
|
1816
|
+
* Signin_state claim known values:
|
|
1817
|
+
* dvc_mngd - device is managed
|
|
1818
|
+
* dvc_dmjd - device is domain joined
|
|
1819
|
+
* kmsi - user opted to "keep me signed in"
|
|
1820
|
+
* inknownntwk - Request made inside a known network. Don't use this, use CAE instead.
|
|
1821
|
+
*/
|
|
1822
|
+
const kmsiClaims = ["kmsi", "dvc_dmjd"]; // There are some cases where kmsi may not be returned but persistent storage is still OK - allow dvc_dmjd as well
|
|
1823
|
+
return idTokenClaims.signin_state.some((value) => kmsiClaims.includes(value.trim().toLowerCase()));
|
|
1824
|
+
}
|
|
1825
|
+
/**
|
|
1826
|
+
* decode a JWT
|
|
1827
|
+
*
|
|
1828
|
+
* @param authToken
|
|
1829
|
+
*/
|
|
1830
|
+
function getJWSPayload(authToken, correlationId) {
|
|
1831
|
+
if (!authToken) {
|
|
1832
|
+
throw createClientAuthError(nullOrEmptyToken, correlationId);
|
|
1833
|
+
}
|
|
1834
|
+
const tokenPartsRegex = /^([^\.\s]*)\.([^\.\s]+)\.([^\.\s]*)$/;
|
|
1835
|
+
const matches = tokenPartsRegex.exec(authToken);
|
|
1836
|
+
if (!matches || matches.length < 4) {
|
|
1837
|
+
throw createClientAuthError(tokenParsingError, correlationId);
|
|
1838
|
+
}
|
|
1839
|
+
/**
|
|
1840
|
+
* const crackedToken = {
|
|
1841
|
+
* header: matches[1],
|
|
1842
|
+
* JWSPayload: matches[2],
|
|
1843
|
+
* JWSSig: matches[3],
|
|
1844
|
+
* };
|
|
1845
|
+
*/
|
|
1846
|
+
return matches[2];
|
|
1847
|
+
}
|
|
1848
|
+
|
|
1849
|
+
/*! @azure/msal-common v16.11.0 2026-06-30 */
|
|
1850
|
+
|
|
1735
1851
|
/*
|
|
1736
1852
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
1737
1853
|
* Licensed under the MIT License.
|
|
@@ -1752,10 +1868,11 @@ function tenantIdMatchesHomeTenant(tenantId, homeAccountId) {
|
|
|
1752
1868
|
* @param homeAccountId - Home account identifier for this account object
|
|
1753
1869
|
* @param localAccountId - Local account identifer for this account object
|
|
1754
1870
|
* @param tenantId - Full tenant or organizational id that this account belongs to
|
|
1871
|
+
* @param nativeAccountId - Native account identifier for this tenant
|
|
1755
1872
|
* @param idTokenClaims - Claims from the ID token
|
|
1756
1873
|
* @returns
|
|
1757
1874
|
*/
|
|
1758
|
-
function buildTenantProfile(homeAccountId, localAccountId, tenantId, idTokenClaims) {
|
|
1875
|
+
function buildTenantProfile(homeAccountId, localAccountId, tenantId, nativeAccountId, idTokenClaims) {
|
|
1759
1876
|
if (idTokenClaims) {
|
|
1760
1877
|
const { oid, sub, tid, name, tfp, acr, preferred_username, upn, login_hint, } = idTokenClaims;
|
|
1761
1878
|
/**
|
|
@@ -1773,6 +1890,7 @@ function buildTenantProfile(homeAccountId, localAccountId, tenantId, idTokenClai
|
|
|
1773
1890
|
loginHint: login_hint,
|
|
1774
1891
|
isHomeTenant: tenantIdMatchesHomeTenant(tenantId, homeAccountId),
|
|
1775
1892
|
upn: upn,
|
|
1893
|
+
...(nativeAccountId && { nativeAccountId }),
|
|
1776
1894
|
};
|
|
1777
1895
|
}
|
|
1778
1896
|
else {
|
|
@@ -1781,6 +1899,7 @@ function buildTenantProfile(homeAccountId, localAccountId, tenantId, idTokenClai
|
|
|
1781
1899
|
localAccountId,
|
|
1782
1900
|
username: "",
|
|
1783
1901
|
isHomeTenant: tenantIdMatchesHomeTenant(tenantId, homeAccountId),
|
|
1902
|
+
...(nativeAccountId && { nativeAccountId }),
|
|
1784
1903
|
};
|
|
1785
1904
|
}
|
|
1786
1905
|
}
|
|
@@ -1802,99 +1921,20 @@ function updateAccountTenantProfileData(baseAccountInfo, tenantProfile, idTokenC
|
|
|
1802
1921
|
if (idTokenClaims) {
|
|
1803
1922
|
// Ignore isHomeTenant which is a utility property of tenant profile but not required in base account info
|
|
1804
1923
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
1805
|
-
const { isHomeTenant, ...claimsSourcedTenantProfile } = buildTenantProfile(baseAccountInfo.homeAccountId, baseAccountInfo.localAccountId, baseAccountInfo.tenantId, idTokenClaims);
|
|
1924
|
+
const { isHomeTenant, ...claimsSourcedTenantProfile } = buildTenantProfile(baseAccountInfo.homeAccountId, baseAccountInfo.localAccountId, baseAccountInfo.tenantId, updatedAccountInfo.nativeAccountId, idTokenClaims);
|
|
1806
1925
|
updatedAccountInfo = {
|
|
1807
1926
|
...updatedAccountInfo,
|
|
1808
1927
|
...claimsSourcedTenantProfile,
|
|
1809
1928
|
idTokenClaims: idTokenClaims,
|
|
1810
1929
|
idToken: idTokenSecret,
|
|
1930
|
+
kmsi: isKmsi(idTokenClaims),
|
|
1811
1931
|
};
|
|
1812
1932
|
return updatedAccountInfo;
|
|
1813
1933
|
}
|
|
1814
1934
|
return updatedAccountInfo;
|
|
1815
1935
|
}
|
|
1816
1936
|
|
|
1817
|
-
/*! @azure/msal-common v16.
|
|
1818
|
-
|
|
1819
|
-
/*
|
|
1820
|
-
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
1821
|
-
* Licensed under the MIT License.
|
|
1822
|
-
*/
|
|
1823
|
-
/**
|
|
1824
|
-
* Extract token by decoding the rawToken
|
|
1825
|
-
*
|
|
1826
|
-
* @param encodedToken
|
|
1827
|
-
*/
|
|
1828
|
-
function extractTokenClaims(encodedToken, base64Decode) {
|
|
1829
|
-
const jswPayload = getJWSPayload(encodedToken);
|
|
1830
|
-
// token will be decoded to get the username
|
|
1831
|
-
try {
|
|
1832
|
-
// base64Decode() should throw an error if there is an issue
|
|
1833
|
-
const base64Decoded = base64Decode(jswPayload);
|
|
1834
|
-
return JSON.parse(base64Decoded);
|
|
1835
|
-
}
|
|
1836
|
-
catch (err) {
|
|
1837
|
-
throw createClientAuthError(tokenParsingError);
|
|
1838
|
-
}
|
|
1839
|
-
}
|
|
1840
|
-
/**
|
|
1841
|
-
* Check if the signin_state claim contains "kmsi"
|
|
1842
|
-
* @param idTokenClaims
|
|
1843
|
-
* @returns
|
|
1844
|
-
*/
|
|
1845
|
-
function isKmsi(idTokenClaims) {
|
|
1846
|
-
if (!idTokenClaims.signin_state) {
|
|
1847
|
-
return false;
|
|
1848
|
-
}
|
|
1849
|
-
/**
|
|
1850
|
-
* Signin_state claim known values:
|
|
1851
|
-
* dvc_mngd - device is managed
|
|
1852
|
-
* dvc_dmjd - device is domain joined
|
|
1853
|
-
* kmsi - user opted to "keep me signed in"
|
|
1854
|
-
* inknownntwk - Request made inside a known network. Don't use this, use CAE instead.
|
|
1855
|
-
*/
|
|
1856
|
-
const kmsiClaims = ["kmsi", "dvc_dmjd"]; // There are some cases where kmsi may not be returned but persistent storage is still OK - allow dvc_dmjd as well
|
|
1857
|
-
return idTokenClaims.signin_state.some((value) => kmsiClaims.includes(value.trim().toLowerCase()));
|
|
1858
|
-
}
|
|
1859
|
-
/**
|
|
1860
|
-
* decode a JWT
|
|
1861
|
-
*
|
|
1862
|
-
* @param authToken
|
|
1863
|
-
*/
|
|
1864
|
-
function getJWSPayload(authToken) {
|
|
1865
|
-
if (!authToken) {
|
|
1866
|
-
throw createClientAuthError(nullOrEmptyToken);
|
|
1867
|
-
}
|
|
1868
|
-
const tokenPartsRegex = /^([^\.\s]*)\.([^\.\s]+)\.([^\.\s]*)$/;
|
|
1869
|
-
const matches = tokenPartsRegex.exec(authToken);
|
|
1870
|
-
if (!matches || matches.length < 4) {
|
|
1871
|
-
throw createClientAuthError(tokenParsingError);
|
|
1872
|
-
}
|
|
1873
|
-
/**
|
|
1874
|
-
* const crackedToken = {
|
|
1875
|
-
* header: matches[1],
|
|
1876
|
-
* JWSPayload: matches[2],
|
|
1877
|
-
* JWSSig: matches[3],
|
|
1878
|
-
* };
|
|
1879
|
-
*/
|
|
1880
|
-
return matches[2];
|
|
1881
|
-
}
|
|
1882
|
-
/**
|
|
1883
|
-
* Determine if the token's max_age has transpired
|
|
1884
|
-
*/
|
|
1885
|
-
function checkMaxAge(authTime, maxAge) {
|
|
1886
|
-
/*
|
|
1887
|
-
* per https://openid.net/specs/openid-connect-core-1_0.html#AuthRequest
|
|
1888
|
-
* To force an immediate re-authentication: If an app requires that a user re-authenticate prior to access,
|
|
1889
|
-
* provide a value of 0 for the max_age parameter and the AS will force a fresh login.
|
|
1890
|
-
*/
|
|
1891
|
-
const fiveMinuteSkew = 300000; // five minutes in milliseconds
|
|
1892
|
-
if (maxAge === 0 || Date.now() - fiveMinuteSkew > authTime + maxAge) {
|
|
1893
|
-
throw createClientAuthError(maxAgeTranspired);
|
|
1894
|
-
}
|
|
1895
|
-
}
|
|
1896
|
-
|
|
1897
|
-
/*! @azure/msal-common v16.7.0 2026-06-05 */
|
|
1937
|
+
/*! @azure/msal-common v16.11.0 2026-06-30 */
|
|
1898
1938
|
|
|
1899
1939
|
/*
|
|
1900
1940
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1907,11 +1947,12 @@ class UrlString {
|
|
|
1907
1947
|
get urlString() {
|
|
1908
1948
|
return this._urlString;
|
|
1909
1949
|
}
|
|
1910
|
-
constructor(url) {
|
|
1950
|
+
constructor(url, correlationId) {
|
|
1911
1951
|
this._urlString = url;
|
|
1952
|
+
this.correlationId = correlationId;
|
|
1912
1953
|
if (!this._urlString) {
|
|
1913
1954
|
// Throws error if url is empty
|
|
1914
|
-
throw createClientConfigurationError(urlEmptyError);
|
|
1955
|
+
throw createClientConfigurationError(urlEmptyError, correlationId);
|
|
1915
1956
|
}
|
|
1916
1957
|
if (!url.includes("#")) {
|
|
1917
1958
|
this._urlString = UrlString.canonicalizeUri(url);
|
|
@@ -1947,16 +1988,16 @@ class UrlString {
|
|
|
1947
1988
|
components = this.getUrlComponents();
|
|
1948
1989
|
}
|
|
1949
1990
|
catch (e) {
|
|
1950
|
-
throw createClientConfigurationError(urlParseError);
|
|
1991
|
+
throw createClientConfigurationError(urlParseError, this.correlationId);
|
|
1951
1992
|
}
|
|
1952
1993
|
// Throw error if URI or path segments are not parseable.
|
|
1953
1994
|
if (!components.HostNameAndPort || !components.PathSegments) {
|
|
1954
|
-
throw createClientConfigurationError(urlParseError);
|
|
1995
|
+
throw createClientConfigurationError(urlParseError, this.correlationId);
|
|
1955
1996
|
}
|
|
1956
1997
|
// Throw error if uri is insecure.
|
|
1957
1998
|
if (!components.Protocol ||
|
|
1958
1999
|
components.Protocol.toLowerCase() !== "https:") {
|
|
1959
|
-
throw createClientConfigurationError(authorityUriInsecure);
|
|
2000
|
+
throw createClientConfigurationError(authorityUriInsecure, this.correlationId);
|
|
1960
2001
|
}
|
|
1961
2002
|
}
|
|
1962
2003
|
/**
|
|
@@ -1993,7 +2034,7 @@ class UrlString {
|
|
|
1993
2034
|
pathArray[0] === AADAuthority.ORGANIZATIONS)) {
|
|
1994
2035
|
pathArray[0] = tenantId;
|
|
1995
2036
|
}
|
|
1996
|
-
return UrlString.constructAuthorityUriFromObject(urlObject);
|
|
2037
|
+
return UrlString.constructAuthorityUriFromObject(urlObject, this.correlationId);
|
|
1997
2038
|
}
|
|
1998
2039
|
/**
|
|
1999
2040
|
* Parses out the components from a url string.
|
|
@@ -2005,7 +2046,7 @@ class UrlString {
|
|
|
2005
2046
|
// If url string does not match regEx, we throw an error
|
|
2006
2047
|
const match = this.urlString.match(regEx);
|
|
2007
2048
|
if (!match) {
|
|
2008
|
-
throw createClientConfigurationError(urlParseError);
|
|
2049
|
+
throw createClientConfigurationError(urlParseError, this.correlationId);
|
|
2009
2050
|
}
|
|
2010
2051
|
// Url component object
|
|
2011
2052
|
const urlComponents = {
|
|
@@ -2023,17 +2064,17 @@ class UrlString {
|
|
|
2023
2064
|
}
|
|
2024
2065
|
return urlComponents;
|
|
2025
2066
|
}
|
|
2026
|
-
static getDomainFromUrl(url) {
|
|
2067
|
+
static getDomainFromUrl(url, correlationId) {
|
|
2027
2068
|
const regEx = RegExp("^([^:/?#]+://)?([^/?#]*)");
|
|
2028
2069
|
const match = url.match(regEx);
|
|
2029
2070
|
if (!match) {
|
|
2030
|
-
throw createClientConfigurationError(urlParseError);
|
|
2071
|
+
throw createClientConfigurationError(urlParseError, correlationId);
|
|
2031
2072
|
}
|
|
2032
2073
|
return match[2];
|
|
2033
2074
|
}
|
|
2034
|
-
static getAbsoluteUrl(relativeUrl, baseUrl) {
|
|
2075
|
+
static getAbsoluteUrl(relativeUrl, baseUrl, correlationId) {
|
|
2035
2076
|
if (relativeUrl[0] === FORWARD_SLASH) {
|
|
2036
|
-
const url = new UrlString(baseUrl);
|
|
2077
|
+
const url = new UrlString(baseUrl, correlationId);
|
|
2037
2078
|
const baseComponents = url.getUrlComponents();
|
|
2038
2079
|
return (baseComponents.Protocol +
|
|
2039
2080
|
"//" +
|
|
@@ -2042,16 +2083,16 @@ class UrlString {
|
|
|
2042
2083
|
}
|
|
2043
2084
|
return relativeUrl;
|
|
2044
2085
|
}
|
|
2045
|
-
static constructAuthorityUriFromObject(urlObject) {
|
|
2086
|
+
static constructAuthorityUriFromObject(urlObject, correlationId) {
|
|
2046
2087
|
return new UrlString(urlObject.Protocol +
|
|
2047
2088
|
"//" +
|
|
2048
2089
|
urlObject.HostNameAndPort +
|
|
2049
2090
|
"/" +
|
|
2050
|
-
urlObject.PathSegments.join("/"));
|
|
2091
|
+
urlObject.PathSegments.join("/"), correlationId);
|
|
2051
2092
|
}
|
|
2052
2093
|
}
|
|
2053
2094
|
|
|
2054
|
-
/*! @azure/msal-common v16.
|
|
2095
|
+
/*! @azure/msal-common v16.11.0 2026-06-30 */
|
|
2055
2096
|
|
|
2056
2097
|
/*
|
|
2057
2098
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -2167,7 +2208,7 @@ function getAliasesFromStaticSources(staticAuthorityOptions, logger, correlation
|
|
|
2167
2208
|
let staticAliases;
|
|
2168
2209
|
const canonicalAuthority = staticAuthorityOptions.canonicalAuthority;
|
|
2169
2210
|
if (canonicalAuthority) {
|
|
2170
|
-
const authorityHost = new UrlString(canonicalAuthority).getUrlComponents().HostNameAndPort;
|
|
2211
|
+
const authorityHost = new UrlString(canonicalAuthority, correlationId).getUrlComponents().HostNameAndPort;
|
|
2171
2212
|
staticAliases =
|
|
2172
2213
|
getAliasesFromMetadata(logger, correlationId, authorityHost, staticAuthorityOptions.cloudDiscoveryMetadata?.metadata, AuthorityMetadataSource.CONFIG) ||
|
|
2173
2214
|
getAliasesFromMetadata(logger, correlationId, authorityHost, InstanceDiscoveryMetadata.metadata, AuthorityMetadataSource.HARDCODED_VALUES) ||
|
|
@@ -2217,7 +2258,7 @@ function getCloudDiscoveryMetadataFromNetworkResponse(response, authorityHost) {
|
|
|
2217
2258
|
return null;
|
|
2218
2259
|
}
|
|
2219
2260
|
|
|
2220
|
-
/*! @azure/msal-common v16.
|
|
2261
|
+
/*! @azure/msal-common v16.11.0 2026-06-30 */
|
|
2221
2262
|
/*
|
|
2222
2263
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
2223
2264
|
* Licensed under the MIT License.
|
|
@@ -2225,7 +2266,7 @@ function getCloudDiscoveryMetadataFromNetworkResponse(response, authorityHost) {
|
|
|
2225
2266
|
const cacheQuotaExceeded = "cache_quota_exceeded";
|
|
2226
2267
|
const cacheErrorUnknown = "cache_error_unknown";
|
|
2227
2268
|
|
|
2228
|
-
/*! @azure/msal-common v16.
|
|
2269
|
+
/*! @azure/msal-common v16.11.0 2026-06-30 */
|
|
2229
2270
|
|
|
2230
2271
|
/*
|
|
2231
2272
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -2263,7 +2304,7 @@ function createCacheError(e) {
|
|
|
2263
2304
|
}
|
|
2264
2305
|
}
|
|
2265
2306
|
|
|
2266
|
-
/*! @azure/msal-common v16.
|
|
2307
|
+
/*! @azure/msal-common v16.11.0 2026-06-30 */
|
|
2267
2308
|
|
|
2268
2309
|
/*
|
|
2269
2310
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -2276,14 +2317,14 @@ function createCacheError(e) {
|
|
|
2276
2317
|
*/
|
|
2277
2318
|
function buildClientInfo(rawClientInfo, base64Decode) {
|
|
2278
2319
|
if (!rawClientInfo) {
|
|
2279
|
-
throw createClientAuthError(clientInfoEmptyError);
|
|
2320
|
+
throw createClientAuthError(clientInfoEmptyError, "");
|
|
2280
2321
|
}
|
|
2281
2322
|
try {
|
|
2282
2323
|
const decodedClientInfo = base64Decode(rawClientInfo);
|
|
2283
2324
|
return JSON.parse(decodedClientInfo);
|
|
2284
2325
|
}
|
|
2285
2326
|
catch (e) {
|
|
2286
|
-
throw createClientAuthError(clientInfoDecodingError);
|
|
2327
|
+
throw createClientAuthError(clientInfoDecodingError, "");
|
|
2287
2328
|
}
|
|
2288
2329
|
}
|
|
2289
2330
|
/**
|
|
@@ -2292,7 +2333,7 @@ function buildClientInfo(rawClientInfo, base64Decode) {
|
|
|
2292
2333
|
*/
|
|
2293
2334
|
function buildClientInfoFromHomeAccountId(homeAccountId) {
|
|
2294
2335
|
if (!homeAccountId) {
|
|
2295
|
-
throw createClientAuthError(clientInfoDecodingError);
|
|
2336
|
+
throw createClientAuthError(clientInfoDecodingError, "");
|
|
2296
2337
|
}
|
|
2297
2338
|
const clientInfoParts = homeAccountId.split(CLIENT_INFO_SEPARATOR, 2);
|
|
2298
2339
|
return {
|
|
@@ -2301,7 +2342,7 @@ function buildClientInfoFromHomeAccountId(homeAccountId) {
|
|
|
2301
2342
|
};
|
|
2302
2343
|
}
|
|
2303
2344
|
|
|
2304
|
-
/*! @azure/msal-common v16.
|
|
2345
|
+
/*! @azure/msal-common v16.11.0 2026-06-30 */
|
|
2305
2346
|
/*
|
|
2306
2347
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
2307
2348
|
* Licensed under the MIT License.
|
|
@@ -2316,7 +2357,7 @@ const AuthorityType = {
|
|
|
2316
2357
|
Ciam: 3,
|
|
2317
2358
|
};
|
|
2318
2359
|
|
|
2319
|
-
/*! @azure/msal-common v16.
|
|
2360
|
+
/*! @azure/msal-common v16.11.0 2026-06-30 */
|
|
2320
2361
|
/*
|
|
2321
2362
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
2322
2363
|
* Licensed under the MIT License.
|
|
@@ -2338,7 +2379,7 @@ function getTenantIdFromIdTokenClaims(idTokenClaims) {
|
|
|
2338
2379
|
return null;
|
|
2339
2380
|
}
|
|
2340
2381
|
|
|
2341
|
-
/*! @azure/msal-common v16.
|
|
2382
|
+
/*! @azure/msal-common v16.11.0 2026-06-30 */
|
|
2342
2383
|
/*
|
|
2343
2384
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
2344
2385
|
* Licensed under the MIT License.
|
|
@@ -2362,9 +2403,10 @@ const ProtocolMode = {
|
|
|
2362
2403
|
EAR: "EAR",
|
|
2363
2404
|
};
|
|
2364
2405
|
|
|
2365
|
-
/*! @azure/msal-common v16.
|
|
2406
|
+
/*! @azure/msal-common v16.11.0 2026-06-30 */
|
|
2366
2407
|
/**
|
|
2367
2408
|
* Returns the AccountInfo interface for this account.
|
|
2409
|
+
* @internal
|
|
2368
2410
|
*/
|
|
2369
2411
|
function getAccountInfo(accountEntity) {
|
|
2370
2412
|
const tenantProfiles = accountEntity.tenantProfiles || [];
|
|
@@ -2372,8 +2414,11 @@ function getAccountInfo(accountEntity) {
|
|
|
2372
2414
|
if (tenantProfiles.length === 0 &&
|
|
2373
2415
|
accountEntity.realm &&
|
|
2374
2416
|
accountEntity.localAccountId) {
|
|
2375
|
-
tenantProfiles.push(buildTenantProfile(accountEntity.homeAccountId, accountEntity.localAccountId, accountEntity.realm));
|
|
2417
|
+
tenantProfiles.push(buildTenantProfile(accountEntity.homeAccountId, accountEntity.localAccountId, accountEntity.realm, accountEntity.nativeAccountId));
|
|
2376
2418
|
}
|
|
2419
|
+
// Resolve nativeAccountId from the home tenant profile first, fall back to top-level (deprecated) for old cache entries
|
|
2420
|
+
const homeTenantProfile = tenantProfiles.find((tp) => tp.tenantId === accountEntity.realm);
|
|
2421
|
+
const nativeAccountId = homeTenantProfile?.nativeAccountId || accountEntity.nativeAccountId;
|
|
2377
2422
|
return {
|
|
2378
2423
|
homeAccountId: accountEntity.homeAccountId,
|
|
2379
2424
|
environment: accountEntity.environment,
|
|
@@ -2382,7 +2427,7 @@ function getAccountInfo(accountEntity) {
|
|
|
2382
2427
|
localAccountId: accountEntity.localAccountId,
|
|
2383
2428
|
loginHint: accountEntity.loginHint,
|
|
2384
2429
|
name: accountEntity.name,
|
|
2385
|
-
nativeAccountId:
|
|
2430
|
+
nativeAccountId: nativeAccountId,
|
|
2386
2431
|
authorityType: accountEntity.authorityType,
|
|
2387
2432
|
// Deserialize tenant profiles array into a Map
|
|
2388
2433
|
tenantProfiles: new Map(tenantProfiles.map((tenantProfile) => {
|
|
@@ -2394,8 +2439,9 @@ function getAccountInfo(accountEntity) {
|
|
|
2394
2439
|
/**
|
|
2395
2440
|
* Build Account cache from IdToken, clientInfo and authority/policy. Associated with AAD.
|
|
2396
2441
|
* @param accountDetails
|
|
2442
|
+
* @internal
|
|
2397
2443
|
*/
|
|
2398
|
-
function createAccountEntity(accountDetails, authority, base64Decode) {
|
|
2444
|
+
function createAccountEntity(accountDetails, authority, correlationId, base64Decode) {
|
|
2399
2445
|
let authorityType;
|
|
2400
2446
|
if (authority.authorityType === AuthorityType.Adfs) {
|
|
2401
2447
|
authorityType = CACHE_ACCOUNT_TYPE_ADFS;
|
|
@@ -2417,7 +2463,7 @@ function createAccountEntity(accountDetails, authority, base64Decode) {
|
|
|
2417
2463
|
const env = accountDetails.environment ||
|
|
2418
2464
|
(authority && authority.getPreferredCache());
|
|
2419
2465
|
if (!env) {
|
|
2420
|
-
throw createClientAuthError(invalidCacheEnvironment);
|
|
2466
|
+
throw createClientAuthError(invalidCacheEnvironment, correlationId);
|
|
2421
2467
|
}
|
|
2422
2468
|
/*
|
|
2423
2469
|
* In B2C scenarios the emails claim is used instead of preferred_username and it is an array.
|
|
@@ -2444,7 +2490,7 @@ function createAccountEntity(accountDetails, authority, base64Decode) {
|
|
|
2444
2490
|
tenantProfiles = accountDetails.tenantProfiles;
|
|
2445
2491
|
}
|
|
2446
2492
|
else {
|
|
2447
|
-
const tenantProfile = buildTenantProfile(accountDetails.homeAccountId, localAccountId, realm, accountDetails.idTokenClaims);
|
|
2493
|
+
const tenantProfile = buildTenantProfile(accountDetails.homeAccountId, localAccountId, realm, accountDetails.nativeAccountId, accountDetails.idTokenClaims);
|
|
2448
2494
|
tenantProfiles = [tenantProfile];
|
|
2449
2495
|
}
|
|
2450
2496
|
return {
|
|
@@ -2492,6 +2538,7 @@ function generateHomeAccountId(serverClientInfo, authType, logger, cryptoObj, co
|
|
|
2492
2538
|
/**
|
|
2493
2539
|
* Validates an entity: checks for all expected params
|
|
2494
2540
|
* @param entity
|
|
2541
|
+
* @internal
|
|
2495
2542
|
*/
|
|
2496
2543
|
function isAccountEntity(entity) {
|
|
2497
2544
|
if (!entity) {
|
|
@@ -2505,7 +2552,7 @@ function isAccountEntity(entity) {
|
|
|
2505
2552
|
entity.hasOwnProperty("authorityType"));
|
|
2506
2553
|
}
|
|
2507
2554
|
|
|
2508
|
-
/*! @azure/msal-common v16.
|
|
2555
|
+
/*! @azure/msal-common v16.11.0 2026-06-30 */
|
|
2509
2556
|
|
|
2510
2557
|
/*
|
|
2511
2558
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -2594,7 +2641,7 @@ class CacheManager {
|
|
|
2594
2641
|
}
|
|
2595
2642
|
const idToken = this.getIdToken(accountInfo, correlationId, tokenKeys, tenantProfile.tenantId);
|
|
2596
2643
|
if (idToken) {
|
|
2597
|
-
idTokenClaims = extractTokenClaims(idToken.secret, this.cryptoImpl.base64Decode);
|
|
2644
|
+
idTokenClaims = extractTokenClaims(idToken.secret, this.cryptoImpl.base64Decode, correlationId);
|
|
2598
2645
|
if (!this.idTokenClaimsMatchTenantProfileFilter(idTokenClaims, tenantProfileFilter)) {
|
|
2599
2646
|
// ID token sourced claims don't match so this tenant profile is not a match
|
|
2600
2647
|
return null;
|
|
@@ -2657,6 +2704,11 @@ class CacheManager {
|
|
|
2657
2704
|
!(tenantProfile.upn === tenantProfileFilter.upn)) {
|
|
2658
2705
|
return false;
|
|
2659
2706
|
}
|
|
2707
|
+
if (!!tenantProfileFilter.nativeAccountId &&
|
|
2708
|
+
tenantProfile.nativeAccountId !==
|
|
2709
|
+
tenantProfileFilter.nativeAccountId) {
|
|
2710
|
+
return false;
|
|
2711
|
+
}
|
|
2660
2712
|
return true;
|
|
2661
2713
|
}
|
|
2662
2714
|
idTokenClaimsMatchTenantProfileFilter(idTokenClaims, tenantProfileFilter) {
|
|
@@ -2694,7 +2746,7 @@ class CacheManager {
|
|
|
2694
2746
|
*/
|
|
2695
2747
|
async saveCacheRecord(cacheRecord, correlationId, kmsi, apiId, storeInCache) {
|
|
2696
2748
|
if (!cacheRecord) {
|
|
2697
|
-
throw createClientAuthError(invalidCacheRecord);
|
|
2749
|
+
throw createClientAuthError(invalidCacheRecord, correlationId);
|
|
2698
2750
|
}
|
|
2699
2751
|
try {
|
|
2700
2752
|
if (!!cacheRecord.account) {
|
|
@@ -2739,7 +2791,7 @@ class CacheManager {
|
|
|
2739
2791
|
tokenType: credential.tokenType,
|
|
2740
2792
|
};
|
|
2741
2793
|
const tokenKeys = this.getTokenKeys();
|
|
2742
|
-
const currentScopes = ScopeSet.fromString(credential.target);
|
|
2794
|
+
const currentScopes = ScopeSet.fromString(credential.target, correlationId);
|
|
2743
2795
|
tokenKeys.accessToken.forEach((key) => {
|
|
2744
2796
|
if (!this.accessTokenKeyMatchesFilter(key, accessTokenFilter, false)) {
|
|
2745
2797
|
return;
|
|
@@ -2747,7 +2799,7 @@ class CacheManager {
|
|
|
2747
2799
|
const tokenEntity = this.getAccessTokenCredential(key, correlationId);
|
|
2748
2800
|
if (tokenEntity &&
|
|
2749
2801
|
this.credentialMatchesFilter(tokenEntity, accessTokenFilter, correlationId)) {
|
|
2750
|
-
const tokenScopeSet = ScopeSet.fromString(tokenEntity.target);
|
|
2802
|
+
const tokenScopeSet = ScopeSet.fromString(tokenEntity.target, correlationId);
|
|
2751
2803
|
if (tokenScopeSet.intersectingScopeSets(currentScopes)) {
|
|
2752
2804
|
this.removeAccessToken(key, correlationId);
|
|
2753
2805
|
}
|
|
@@ -2781,10 +2833,6 @@ class CacheManager {
|
|
|
2781
2833
|
!this.matchRealm(entity, accountFilter.realm)) {
|
|
2782
2834
|
return;
|
|
2783
2835
|
}
|
|
2784
|
-
if (!!accountFilter.nativeAccountId &&
|
|
2785
|
-
!this.matchNativeAccountId(entity, accountFilter.nativeAccountId)) {
|
|
2786
|
-
return;
|
|
2787
|
-
}
|
|
2788
2836
|
if (!!accountFilter.authorityType &&
|
|
2789
2837
|
!this.matchAuthorityType(entity, accountFilter.authorityType)) {
|
|
2790
2838
|
return;
|
|
@@ -2796,6 +2844,7 @@ class CacheManager {
|
|
|
2796
2844
|
username: accountFilter?.username,
|
|
2797
2845
|
loginHint: accountFilter?.loginHint,
|
|
2798
2846
|
upn: accountFilter?.upn,
|
|
2847
|
+
nativeAccountId: accountFilter?.nativeAccountId,
|
|
2799
2848
|
};
|
|
2800
2849
|
const matchingTenantProfiles = entity.tenantProfiles?.filter((tenantProfile) => {
|
|
2801
2850
|
return this.tenantProfileMatchesFilter(tenantProfile, tenantProfileFilter);
|
|
@@ -2849,7 +2898,8 @@ class CacheManager {
|
|
|
2849
2898
|
* idTokens do not have "target", target specific refreshTokens do exist for some types of authentication
|
|
2850
2899
|
* Resource specific refresh tokens case will be added when the support is deemed necessary
|
|
2851
2900
|
*/
|
|
2852
|
-
if (!!filter.target &&
|
|
2901
|
+
if (!!filter.target &&
|
|
2902
|
+
!this.matchTarget(entity, filter.target, correlationId)) {
|
|
2853
2903
|
return false;
|
|
2854
2904
|
}
|
|
2855
2905
|
// Access Token with Auth Scheme specific matching
|
|
@@ -2866,6 +2916,28 @@ class CacheManager {
|
|
|
2866
2916
|
}
|
|
2867
2917
|
}
|
|
2868
2918
|
}
|
|
2919
|
+
// Additional cache key components matching (bidirectional isolation)
|
|
2920
|
+
const entityComponents = entity.additionalCacheKeyComponents;
|
|
2921
|
+
const filterComponents = filter.additionalCacheKeyComponents;
|
|
2922
|
+
const entityHasComponents = !!entityComponents && Object.keys(entityComponents).length > 0;
|
|
2923
|
+
const filterHasComponents = !!filterComponents && Object.keys(filterComponents).length > 0;
|
|
2924
|
+
if (entityHasComponents !== filterHasComponents) {
|
|
2925
|
+
return false;
|
|
2926
|
+
}
|
|
2927
|
+
if (entityHasComponents && filterHasComponents) {
|
|
2928
|
+
const entityKeys = Object.keys(entityComponents).sort();
|
|
2929
|
+
const filterKeys = Object.keys(filterComponents).sort();
|
|
2930
|
+
if (entityKeys.length !== filterKeys.length) {
|
|
2931
|
+
return false;
|
|
2932
|
+
}
|
|
2933
|
+
for (let i = 0; i < entityKeys.length; i++) {
|
|
2934
|
+
if (entityKeys[i] !== filterKeys[i] ||
|
|
2935
|
+
entityComponents[entityKeys[i]] !==
|
|
2936
|
+
filterComponents[filterKeys[i]]) {
|
|
2937
|
+
return false;
|
|
2938
|
+
}
|
|
2939
|
+
}
|
|
2940
|
+
}
|
|
2869
2941
|
return true;
|
|
2870
2942
|
}
|
|
2871
2943
|
/**
|
|
@@ -3133,7 +3205,7 @@ class CacheManager {
|
|
|
3133
3205
|
getAccessToken(account, request, tokenKeys, targetRealm) {
|
|
3134
3206
|
const correlationId = request.correlationId;
|
|
3135
3207
|
this.commonLogger.trace("CacheManager - getAccessToken called", correlationId);
|
|
3136
|
-
const scopes = ScopeSet.createSearchScopes(request.scopes);
|
|
3208
|
+
const scopes = ScopeSet.createSearchScopes(request.scopes, correlationId);
|
|
3137
3209
|
const authScheme = request.authenticationScheme ||
|
|
3138
3210
|
AuthenticationScheme.BEARER;
|
|
3139
3211
|
/*
|
|
@@ -3323,7 +3395,7 @@ class CacheManager {
|
|
|
3323
3395
|
return null;
|
|
3324
3396
|
}
|
|
3325
3397
|
else if (numAppMetadata > 1) {
|
|
3326
|
-
throw createClientAuthError(multipleMatchingAppMetadata);
|
|
3398
|
+
throw createClientAuthError(multipleMatchingAppMetadata, correlationId);
|
|
3327
3399
|
}
|
|
3328
3400
|
return appMetadataEntries[0];
|
|
3329
3401
|
}
|
|
@@ -3453,15 +3525,6 @@ class CacheManager {
|
|
|
3453
3525
|
matchRealm(entity, realm) {
|
|
3454
3526
|
return !!(entity.realm?.toLowerCase() === realm.toLowerCase());
|
|
3455
3527
|
}
|
|
3456
|
-
/**
|
|
3457
|
-
* helper to match nativeAccountId
|
|
3458
|
-
* @param entity
|
|
3459
|
-
* @param nativeAccountId
|
|
3460
|
-
* @returns boolean indicating the match result
|
|
3461
|
-
*/
|
|
3462
|
-
matchNativeAccountId(entity, nativeAccountId) {
|
|
3463
|
-
return !!(entity.nativeAccountId && nativeAccountId === entity.nativeAccountId);
|
|
3464
|
-
}
|
|
3465
3528
|
/**
|
|
3466
3529
|
* helper to match loginHint which can be either:
|
|
3467
3530
|
* 1. login_hint ID token claim
|
|
@@ -3505,14 +3568,14 @@ class CacheManager {
|
|
|
3505
3568
|
* @param entity
|
|
3506
3569
|
* @param target
|
|
3507
3570
|
*/
|
|
3508
|
-
matchTarget(entity, target) {
|
|
3571
|
+
matchTarget(entity, target, correlationId) {
|
|
3509
3572
|
const isNotAccessTokenCredential = entity.credentialType !== CredentialType.ACCESS_TOKEN &&
|
|
3510
3573
|
entity.credentialType !==
|
|
3511
3574
|
CredentialType.ACCESS_TOKEN_WITH_AUTH_SCHEME;
|
|
3512
3575
|
if (isNotAccessTokenCredential || !entity.target) {
|
|
3513
3576
|
return false;
|
|
3514
3577
|
}
|
|
3515
|
-
const entityScopeSet = ScopeSet.fromString(entity.target);
|
|
3578
|
+
const entityScopeSet = ScopeSet.fromString(entity.target, correlationId);
|
|
3516
3579
|
return entityScopeSet.containsScopeSet(target);
|
|
3517
3580
|
}
|
|
3518
3581
|
/**
|
|
@@ -3566,77 +3629,77 @@ class CacheManager {
|
|
|
3566
3629
|
/** @internal */
|
|
3567
3630
|
class DefaultStorageClass extends CacheManager {
|
|
3568
3631
|
async setAccount() {
|
|
3569
|
-
throw createClientAuthError(methodNotImplemented);
|
|
3632
|
+
throw createClientAuthError(methodNotImplemented, "");
|
|
3570
3633
|
}
|
|
3571
3634
|
getAccount() {
|
|
3572
|
-
throw createClientAuthError(methodNotImplemented);
|
|
3635
|
+
throw createClientAuthError(methodNotImplemented, "");
|
|
3573
3636
|
}
|
|
3574
3637
|
async setIdTokenCredential() {
|
|
3575
|
-
throw createClientAuthError(methodNotImplemented);
|
|
3638
|
+
throw createClientAuthError(methodNotImplemented, "");
|
|
3576
3639
|
}
|
|
3577
3640
|
getIdTokenCredential() {
|
|
3578
|
-
throw createClientAuthError(methodNotImplemented);
|
|
3641
|
+
throw createClientAuthError(methodNotImplemented, "");
|
|
3579
3642
|
}
|
|
3580
3643
|
async setAccessTokenCredential() {
|
|
3581
|
-
throw createClientAuthError(methodNotImplemented);
|
|
3644
|
+
throw createClientAuthError(methodNotImplemented, "");
|
|
3582
3645
|
}
|
|
3583
3646
|
getAccessTokenCredential() {
|
|
3584
|
-
throw createClientAuthError(methodNotImplemented);
|
|
3647
|
+
throw createClientAuthError(methodNotImplemented, "");
|
|
3585
3648
|
}
|
|
3586
3649
|
async setRefreshTokenCredential() {
|
|
3587
|
-
throw createClientAuthError(methodNotImplemented);
|
|
3650
|
+
throw createClientAuthError(methodNotImplemented, "");
|
|
3588
3651
|
}
|
|
3589
3652
|
getRefreshTokenCredential() {
|
|
3590
|
-
throw createClientAuthError(methodNotImplemented);
|
|
3653
|
+
throw createClientAuthError(methodNotImplemented, "");
|
|
3591
3654
|
}
|
|
3592
3655
|
setAppMetadata() {
|
|
3593
|
-
throw createClientAuthError(methodNotImplemented);
|
|
3656
|
+
throw createClientAuthError(methodNotImplemented, "");
|
|
3594
3657
|
}
|
|
3595
3658
|
getAppMetadata() {
|
|
3596
|
-
throw createClientAuthError(methodNotImplemented);
|
|
3659
|
+
throw createClientAuthError(methodNotImplemented, "");
|
|
3597
3660
|
}
|
|
3598
3661
|
setServerTelemetry() {
|
|
3599
|
-
throw createClientAuthError(methodNotImplemented);
|
|
3662
|
+
throw createClientAuthError(methodNotImplemented, "");
|
|
3600
3663
|
}
|
|
3601
3664
|
getServerTelemetry() {
|
|
3602
|
-
throw createClientAuthError(methodNotImplemented);
|
|
3665
|
+
throw createClientAuthError(methodNotImplemented, "");
|
|
3603
3666
|
}
|
|
3604
3667
|
setAuthorityMetadata() {
|
|
3605
|
-
throw createClientAuthError(methodNotImplemented);
|
|
3668
|
+
throw createClientAuthError(methodNotImplemented, "");
|
|
3606
3669
|
}
|
|
3607
3670
|
getAuthorityMetadata() {
|
|
3608
|
-
throw createClientAuthError(methodNotImplemented);
|
|
3671
|
+
throw createClientAuthError(methodNotImplemented, "");
|
|
3609
3672
|
}
|
|
3610
3673
|
getAuthorityMetadataKeys() {
|
|
3611
|
-
throw createClientAuthError(methodNotImplemented);
|
|
3674
|
+
throw createClientAuthError(methodNotImplemented, "");
|
|
3612
3675
|
}
|
|
3613
3676
|
setThrottlingCache() {
|
|
3614
|
-
throw createClientAuthError(methodNotImplemented);
|
|
3677
|
+
throw createClientAuthError(methodNotImplemented, "");
|
|
3615
3678
|
}
|
|
3616
3679
|
getThrottlingCache() {
|
|
3617
|
-
throw createClientAuthError(methodNotImplemented);
|
|
3680
|
+
throw createClientAuthError(methodNotImplemented, "");
|
|
3618
3681
|
}
|
|
3619
3682
|
removeItem() {
|
|
3620
|
-
throw createClientAuthError(methodNotImplemented);
|
|
3683
|
+
throw createClientAuthError(methodNotImplemented, "");
|
|
3621
3684
|
}
|
|
3622
3685
|
getKeys() {
|
|
3623
|
-
throw createClientAuthError(methodNotImplemented);
|
|
3686
|
+
throw createClientAuthError(methodNotImplemented, "");
|
|
3624
3687
|
}
|
|
3625
3688
|
getAccountKeys() {
|
|
3626
|
-
throw createClientAuthError(methodNotImplemented);
|
|
3689
|
+
throw createClientAuthError(methodNotImplemented, "");
|
|
3627
3690
|
}
|
|
3628
3691
|
getTokenKeys() {
|
|
3629
|
-
throw createClientAuthError(methodNotImplemented);
|
|
3692
|
+
throw createClientAuthError(methodNotImplemented, "");
|
|
3630
3693
|
}
|
|
3631
3694
|
generateCredentialKey() {
|
|
3632
|
-
throw createClientAuthError(methodNotImplemented);
|
|
3695
|
+
throw createClientAuthError(methodNotImplemented, "");
|
|
3633
3696
|
}
|
|
3634
3697
|
generateAccountKey() {
|
|
3635
|
-
throw createClientAuthError(methodNotImplemented);
|
|
3698
|
+
throw createClientAuthError(methodNotImplemented, "");
|
|
3636
3699
|
}
|
|
3637
3700
|
}
|
|
3638
3701
|
|
|
3639
|
-
/*! @azure/msal-common v16.
|
|
3702
|
+
/*! @azure/msal-common v16.11.0 2026-06-30 */
|
|
3640
3703
|
/*
|
|
3641
3704
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3642
3705
|
* Licensed under the MIT License.
|
|
@@ -3650,7 +3713,7 @@ class DefaultStorageClass extends CacheManager {
|
|
|
3650
3713
|
const PerformanceEventStatus = {
|
|
3651
3714
|
InProgress: 1};
|
|
3652
3715
|
|
|
3653
|
-
/*! @azure/msal-common v16.
|
|
3716
|
+
/*! @azure/msal-common v16.11.0 2026-06-30 */
|
|
3654
3717
|
|
|
3655
3718
|
/*
|
|
3656
3719
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -3697,6 +3760,9 @@ class StubPerformanceClient {
|
|
|
3697
3760
|
addFields() {
|
|
3698
3761
|
return;
|
|
3699
3762
|
}
|
|
3763
|
+
addGlobalFields() {
|
|
3764
|
+
return;
|
|
3765
|
+
}
|
|
3700
3766
|
incrementFields() {
|
|
3701
3767
|
return;
|
|
3702
3768
|
}
|
|
@@ -3705,7 +3771,7 @@ class StubPerformanceClient {
|
|
|
3705
3771
|
}
|
|
3706
3772
|
}
|
|
3707
3773
|
|
|
3708
|
-
/*! @azure/msal-common v16.
|
|
3774
|
+
/*! @azure/msal-common v16.11.0 2026-06-30 */
|
|
3709
3775
|
|
|
3710
3776
|
/*
|
|
3711
3777
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -3725,10 +3791,10 @@ const DEFAULT_LOGGER_IMPLEMENTATION = {
|
|
|
3725
3791
|
};
|
|
3726
3792
|
const DEFAULT_NETWORK_IMPLEMENTATION = {
|
|
3727
3793
|
async sendGetRequestAsync() {
|
|
3728
|
-
throw createClientAuthError(methodNotImplemented);
|
|
3794
|
+
throw createClientAuthError(methodNotImplemented, "");
|
|
3729
3795
|
},
|
|
3730
3796
|
async sendPostRequestAsync() {
|
|
3731
|
-
throw createClientAuthError(methodNotImplemented);
|
|
3797
|
+
throw createClientAuthError(methodNotImplemented, "");
|
|
3732
3798
|
},
|
|
3733
3799
|
};
|
|
3734
3800
|
const DEFAULT_LIBRARY_INFO = {
|
|
@@ -3757,6 +3823,7 @@ const DEFAULT_TELEMETRY_OPTIONS$1 = {
|
|
|
3757
3823
|
* @param Configuration
|
|
3758
3824
|
*
|
|
3759
3825
|
* @returns Configuration
|
|
3826
|
+
* @internal
|
|
3760
3827
|
*/
|
|
3761
3828
|
function buildClientConfiguration({ authOptions: userAuthOptions, systemOptions: userSystemOptions, loggerOptions: userLoggerOption, storageInterface: storageImplementation, networkInterface: networkImplementation, cryptoInterface: cryptoImplementation, clientCredentials: clientCredentials, libraryInfo: libraryInfo, telemetry: telemetry, serverTelemetryManager: serverTelemetryManager, persistencePlugin: persistencePlugin, serializableCache: serializableCache, }) {
|
|
3762
3829
|
const loggerOptions = {
|
|
@@ -3768,7 +3835,7 @@ function buildClientConfiguration({ authOptions: userAuthOptions, systemOptions:
|
|
|
3768
3835
|
systemOptions: { ...DEFAULT_SYSTEM_OPTIONS$1, ...userSystemOptions },
|
|
3769
3836
|
loggerOptions: loggerOptions,
|
|
3770
3837
|
storageInterface: storageImplementation ||
|
|
3771
|
-
new DefaultStorageClass(userAuthOptions.clientId, DEFAULT_CRYPTO_IMPLEMENTATION, new Logger(loggerOptions), new StubPerformanceClient()),
|
|
3838
|
+
new DefaultStorageClass(userAuthOptions.clientId, DEFAULT_CRYPTO_IMPLEMENTATION, new Logger(loggerOptions, name$1, version$1), new StubPerformanceClient()),
|
|
3772
3839
|
networkInterface: networkImplementation || DEFAULT_NETWORK_IMPLEMENTATION,
|
|
3773
3840
|
cryptoInterface: cryptoImplementation || DEFAULT_CRYPTO_IMPLEMENTATION,
|
|
3774
3841
|
clientCredentials: clientCredentials || DEFAULT_CLIENT_CREDENTIALS,
|
|
@@ -3800,7 +3867,7 @@ function isOidcProtocolMode(config) {
|
|
|
3800
3867
|
return (config.authOptions.authority.options.protocolMode === ProtocolMode.OIDC);
|
|
3801
3868
|
}
|
|
3802
3869
|
|
|
3803
|
-
/*! @azure/msal-common v16.
|
|
3870
|
+
/*! @azure/msal-common v16.11.0 2026-06-30 */
|
|
3804
3871
|
/*
|
|
3805
3872
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3806
3873
|
* Licensed under the MIT License.
|
|
@@ -3827,7 +3894,7 @@ function isOidcProtocolMode(config) {
|
|
|
3827
3894
|
}
|
|
3828
3895
|
}
|
|
3829
3896
|
|
|
3830
|
-
/*! @azure/msal-common v16.
|
|
3897
|
+
/*! @azure/msal-common v16.11.0 2026-06-30 */
|
|
3831
3898
|
/*
|
|
3832
3899
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3833
3900
|
* Licensed under the MIT License.
|
|
@@ -3882,7 +3949,7 @@ function delay(t, value) {
|
|
|
3882
3949
|
return new Promise((resolve) => setTimeout(() => resolve(value), t));
|
|
3883
3950
|
}
|
|
3884
3951
|
|
|
3885
|
-
/*! @azure/msal-common v16.
|
|
3952
|
+
/*! @azure/msal-common v16.11.0 2026-06-30 */
|
|
3886
3953
|
|
|
3887
3954
|
/*
|
|
3888
3955
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -3918,7 +3985,7 @@ function createIdTokenEntity(homeAccountId, environment, idToken, clientId, tena
|
|
|
3918
3985
|
* @param expiresOn
|
|
3919
3986
|
* @param extExpiresOn
|
|
3920
3987
|
*/
|
|
3921
|
-
function createAccessTokenEntity(homeAccountId, environment, accessToken, clientId, tenantId, scopes, expiresOn, extExpiresOn, base64Decode, refreshOn, tokenType, userAssertionHash, keyId) {
|
|
3988
|
+
function createAccessTokenEntity(homeAccountId, environment, accessToken, clientId, tenantId, scopes, expiresOn, extExpiresOn, base64Decode, correlationId, refreshOn, tokenType, userAssertionHash, keyId, additionalCacheKeyComponents) {
|
|
3922
3989
|
const atEntity = {
|
|
3923
3990
|
homeAccountId: homeAccountId,
|
|
3924
3991
|
credentialType: CredentialType.ACCESS_TOKEN,
|
|
@@ -3950,9 +4017,9 @@ function createAccessTokenEntity(homeAccountId, environment, accessToken, client
|
|
|
3950
4017
|
switch (atEntity.tokenType) {
|
|
3951
4018
|
case AuthenticationScheme.POP:
|
|
3952
4019
|
// Make sure keyId is present and add it to credential
|
|
3953
|
-
const tokenClaims = extractTokenClaims(accessToken, base64Decode);
|
|
4020
|
+
const tokenClaims = extractTokenClaims(accessToken, base64Decode, correlationId);
|
|
3954
4021
|
if (!tokenClaims?.cnf?.kid) {
|
|
3955
|
-
throw createClientAuthError(tokenClaimsCnfRequiredForSignedJwt);
|
|
4022
|
+
throw createClientAuthError(tokenClaimsCnfRequiredForSignedJwt, correlationId);
|
|
3956
4023
|
}
|
|
3957
4024
|
atEntity.keyId = tokenClaims.cnf.kid;
|
|
3958
4025
|
break;
|
|
@@ -3960,6 +4027,11 @@ function createAccessTokenEntity(homeAccountId, environment, accessToken, client
|
|
|
3960
4027
|
atEntity.keyId = keyId;
|
|
3961
4028
|
}
|
|
3962
4029
|
}
|
|
4030
|
+
/* Additional cache key components for cache isolation (e.g., FMI path) */
|
|
4031
|
+
if (additionalCacheKeyComponents &&
|
|
4032
|
+
Object.keys(additionalCacheKeyComponents).length > 0) {
|
|
4033
|
+
atEntity.additionalCacheKeyComponents = additionalCacheKeyComponents;
|
|
4034
|
+
}
|
|
3963
4035
|
return atEntity;
|
|
3964
4036
|
}
|
|
3965
4037
|
/**
|
|
@@ -4119,6 +4191,7 @@ function generateAuthorityMetadataExpiresAt() {
|
|
|
4119
4191
|
return (nowSeconds() +
|
|
4120
4192
|
AUTHORITY_METADATA_REFRESH_TIME_SECONDS);
|
|
4121
4193
|
}
|
|
4194
|
+
/** @internal */
|
|
4122
4195
|
function updateAuthorityEndpointMetadata(authorityMetadata, updatedValues, fromNetwork) {
|
|
4123
4196
|
authorityMetadata.authorization_endpoint =
|
|
4124
4197
|
updatedValues.authorization_endpoint;
|
|
@@ -4128,6 +4201,7 @@ function updateAuthorityEndpointMetadata(authorityMetadata, updatedValues, fromN
|
|
|
4128
4201
|
authorityMetadata.endpointsFromNetwork = fromNetwork;
|
|
4129
4202
|
authorityMetadata.jwks_uri = updatedValues.jwks_uri;
|
|
4130
4203
|
}
|
|
4204
|
+
/** @internal */
|
|
4131
4205
|
function updateCloudDiscoveryMetadata(authorityMetadata, updatedValues, fromNetwork) {
|
|
4132
4206
|
authorityMetadata.aliases = updatedValues.aliases;
|
|
4133
4207
|
authorityMetadata.preferred_cache = updatedValues.preferred_cache;
|
|
@@ -4136,12 +4210,13 @@ function updateCloudDiscoveryMetadata(authorityMetadata, updatedValues, fromNetw
|
|
|
4136
4210
|
}
|
|
4137
4211
|
/**
|
|
4138
4212
|
* Returns whether or not the data needs to be refreshed
|
|
4213
|
+
* @internal
|
|
4139
4214
|
*/
|
|
4140
4215
|
function isAuthorityMetadataExpired(metadata) {
|
|
4141
4216
|
return metadata.expiresAt <= nowSeconds();
|
|
4142
4217
|
}
|
|
4143
4218
|
|
|
4144
|
-
/*! @azure/msal-common v16.
|
|
4219
|
+
/*! @azure/msal-common v16.11.0 2026-06-30 */
|
|
4145
4220
|
/*
|
|
4146
4221
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4147
4222
|
* Licensed under the MIT License.
|
|
@@ -4203,7 +4278,7 @@ const RegionDiscoveryGetCurrentVersion = "regionDiscoveryGetCurrentVersion";
|
|
|
4203
4278
|
*/
|
|
4204
4279
|
const CacheManagerGetRefreshToken = "cacheManagerGetRefreshToken";
|
|
4205
4280
|
|
|
4206
|
-
/*! @azure/msal-common v16.
|
|
4281
|
+
/*! @azure/msal-common v16.11.0 2026-06-30 */
|
|
4207
4282
|
/*
|
|
4208
4283
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4209
4284
|
* Licensed under the MIT License.
|
|
@@ -4296,7 +4371,7 @@ const invokeAsync = (callback, eventName, logger, telemetryClient, correlationId
|
|
|
4296
4371
|
};
|
|
4297
4372
|
};
|
|
4298
4373
|
|
|
4299
|
-
/*! @azure/msal-common v16.
|
|
4374
|
+
/*! @azure/msal-common v16.11.0 2026-06-30 */
|
|
4300
4375
|
|
|
4301
4376
|
/*
|
|
4302
4377
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4357,7 +4432,7 @@ class PopTokenGenerator {
|
|
|
4357
4432
|
// Deconstruct request to extract SHR parameters
|
|
4358
4433
|
const { resourceRequestMethod, resourceRequestUri, shrClaims, shrNonce, shrOptions, } = request;
|
|
4359
4434
|
const resourceUrlString = resourceRequestUri
|
|
4360
|
-
? new UrlString(resourceRequestUri)
|
|
4435
|
+
? new UrlString(resourceRequestUri, request.correlationId)
|
|
4361
4436
|
: undefined;
|
|
4362
4437
|
const resourceUrlComponents = resourceUrlString?.getUrlComponents();
|
|
4363
4438
|
return this.cryptoUtils.signJwt({
|
|
@@ -4376,7 +4451,7 @@ class PopTokenGenerator {
|
|
|
4376
4451
|
}
|
|
4377
4452
|
}
|
|
4378
4453
|
|
|
4379
|
-
/*! @azure/msal-common v16.
|
|
4454
|
+
/*! @azure/msal-common v16.11.0 2026-06-30 */
|
|
4380
4455
|
/*
|
|
4381
4456
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4382
4457
|
* Licensed under the MIT License.
|
|
@@ -4440,7 +4515,7 @@ var InteractionRequiredAuthErrorCodes = /*#__PURE__*/Object.freeze({
|
|
|
4440
4515
|
uiNotAllowed: uiNotAllowed
|
|
4441
4516
|
});
|
|
4442
4517
|
|
|
4443
|
-
/*! @azure/msal-common v16.
|
|
4518
|
+
/*! @azure/msal-common v16.11.0 2026-06-30 */
|
|
4444
4519
|
|
|
4445
4520
|
/*
|
|
4446
4521
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4471,12 +4546,11 @@ const InteractionRequiredAuthSubErrorMessage = [
|
|
|
4471
4546
|
* Error thrown when user interaction is required.
|
|
4472
4547
|
*/
|
|
4473
4548
|
class InteractionRequiredAuthError extends AuthError {
|
|
4474
|
-
constructor(errorCode, errorMessage, subError, timestamp, traceId,
|
|
4475
|
-
super(errorCode, errorMessage, subError);
|
|
4549
|
+
constructor(errorCode, correlationId, errorMessage, subError, timestamp, traceId, claims, errorNo) {
|
|
4550
|
+
super(errorCode, correlationId, errorMessage, subError);
|
|
4476
4551
|
Object.setPrototypeOf(this, InteractionRequiredAuthError.prototype);
|
|
4477
4552
|
this.timestamp = timestamp || "";
|
|
4478
4553
|
this.traceId = traceId || "";
|
|
4479
|
-
this.correlationId = correlationId || "";
|
|
4480
4554
|
this.claims = claims || "";
|
|
4481
4555
|
this.name = "InteractionRequiredAuthError";
|
|
4482
4556
|
this.errorNo = errorNo;
|
|
@@ -4504,11 +4578,11 @@ function isInteractionRequiredError(errorCode, errorString, subError) {
|
|
|
4504
4578
|
/**
|
|
4505
4579
|
* Creates an InteractionRequiredAuthError
|
|
4506
4580
|
*/
|
|
4507
|
-
function createInteractionRequiredAuthError(errorCode, errorMessage) {
|
|
4508
|
-
return new InteractionRequiredAuthError(errorCode, errorMessage);
|
|
4581
|
+
function createInteractionRequiredAuthError(errorCode, correlationId, errorMessage) {
|
|
4582
|
+
return new InteractionRequiredAuthError(errorCode, correlationId, errorMessage);
|
|
4509
4583
|
}
|
|
4510
4584
|
|
|
4511
|
-
/*! @azure/msal-common v16.
|
|
4585
|
+
/*! @azure/msal-common v16.11.0 2026-06-30 */
|
|
4512
4586
|
|
|
4513
4587
|
/*
|
|
4514
4588
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4518,8 +4592,8 @@ function createInteractionRequiredAuthError(errorCode, errorMessage) {
|
|
|
4518
4592
|
* Error thrown when there is an error with the server code, for example, unavailability.
|
|
4519
4593
|
*/
|
|
4520
4594
|
class ServerError extends AuthError {
|
|
4521
|
-
constructor(errorCode, errorMessage, subError, errorNo, status) {
|
|
4522
|
-
super(errorCode, errorMessage, subError);
|
|
4595
|
+
constructor(errorCode, correlationId, errorMessage, subError, errorNo, status) {
|
|
4596
|
+
super(errorCode, correlationId, errorMessage, subError);
|
|
4523
4597
|
this.name = "ServerError";
|
|
4524
4598
|
this.errorNo = errorNo;
|
|
4525
4599
|
this.status = status;
|
|
@@ -4527,18 +4601,19 @@ class ServerError extends AuthError {
|
|
|
4527
4601
|
}
|
|
4528
4602
|
}
|
|
4529
4603
|
|
|
4530
|
-
/*! @azure/msal-common v16.
|
|
4604
|
+
/*! @azure/msal-common v16.11.0 2026-06-30 */
|
|
4531
4605
|
/**
|
|
4532
4606
|
* Parses the state into the RequestStateObject, which contains the LibraryState info and the state passed by the user.
|
|
4533
4607
|
* @param base64Decode
|
|
4534
4608
|
* @param state
|
|
4609
|
+
* @param correlationId
|
|
4535
4610
|
*/
|
|
4536
|
-
function parseRequestState(base64Decode, state) {
|
|
4611
|
+
function parseRequestState(base64Decode, state, correlationId) {
|
|
4537
4612
|
if (!base64Decode) {
|
|
4538
|
-
throw createClientAuthError(noCryptoObject);
|
|
4613
|
+
throw createClientAuthError(noCryptoObject, correlationId);
|
|
4539
4614
|
}
|
|
4540
4615
|
if (!state) {
|
|
4541
|
-
throw createClientAuthError(invalidState);
|
|
4616
|
+
throw createClientAuthError(invalidState, correlationId);
|
|
4542
4617
|
}
|
|
4543
4618
|
try {
|
|
4544
4619
|
// Split the state between library state and user passed state and decode them separately
|
|
@@ -4555,11 +4630,11 @@ function parseRequestState(base64Decode, state) {
|
|
|
4555
4630
|
};
|
|
4556
4631
|
}
|
|
4557
4632
|
catch (e) {
|
|
4558
|
-
throw createClientAuthError(invalidState);
|
|
4633
|
+
throw createClientAuthError(invalidState, correlationId);
|
|
4559
4634
|
}
|
|
4560
4635
|
}
|
|
4561
4636
|
|
|
4562
|
-
/*! @azure/msal-common v16.
|
|
4637
|
+
/*! @azure/msal-common v16.11.0 2026-06-30 */
|
|
4563
4638
|
|
|
4564
4639
|
/*
|
|
4565
4640
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4594,7 +4669,7 @@ class ResponseHandler {
|
|
|
4594
4669
|
const serverErrorNo = serverResponse.error_codes?.length
|
|
4595
4670
|
? serverResponse.error_codes[0]
|
|
4596
4671
|
: undefined;
|
|
4597
|
-
const serverError = new ServerError(serverResponse.error, errString, serverResponse.suberror, serverErrorNo, serverResponse.status);
|
|
4672
|
+
const serverError = new ServerError(serverResponse.error || "", serverResponse.correlation_id || "", errString, serverResponse.suberror, serverErrorNo, serverResponse.status);
|
|
4598
4673
|
// check if 500 error
|
|
4599
4674
|
if (refreshAccessToken &&
|
|
4600
4675
|
serverResponse.status &&
|
|
@@ -4616,7 +4691,7 @@ class ResponseHandler {
|
|
|
4616
4691
|
return;
|
|
4617
4692
|
}
|
|
4618
4693
|
if (isInteractionRequiredError(serverResponse.error, serverResponse.error_description, serverResponse.suberror)) {
|
|
4619
|
-
throw new InteractionRequiredAuthError(serverResponse.error, serverResponse.error_description, serverResponse.suberror, serverResponse.timestamp || "", serverResponse.trace_id || "", serverResponse.
|
|
4694
|
+
throw new InteractionRequiredAuthError(serverResponse.error || "", serverResponse.correlation_id || "", serverResponse.error_description, serverResponse.suberror, serverResponse.timestamp || "", serverResponse.trace_id || "", serverResponse.claims || "", serverErrorNo);
|
|
4620
4695
|
}
|
|
4621
4696
|
throw serverError;
|
|
4622
4697
|
}
|
|
@@ -4626,37 +4701,29 @@ class ResponseHandler {
|
|
|
4626
4701
|
* @param serverTokenResponse
|
|
4627
4702
|
* @param authority
|
|
4628
4703
|
*/
|
|
4629
|
-
async handleServerTokenResponse(serverTokenResponse, authority, reqTimestamp, request, apiId, authCodePayload, userAssertionHash, handlingRefreshTokenResponse, forceCacheRefreshTokenResponse, serverRequestId) {
|
|
4704
|
+
async handleServerTokenResponse(serverTokenResponse, authority, reqTimestamp, request, apiId, authCodePayload, userAssertionHash, handlingRefreshTokenResponse, forceCacheRefreshTokenResponse, serverRequestId, additionalCacheKeyComponents) {
|
|
4630
4705
|
// create an idToken object (not entity)
|
|
4631
4706
|
let idTokenClaims;
|
|
4632
4707
|
if (serverTokenResponse.id_token) {
|
|
4633
|
-
idTokenClaims = extractTokenClaims(serverTokenResponse.id_token || "", this.cryptoObj.base64Decode);
|
|
4708
|
+
idTokenClaims = extractTokenClaims(serverTokenResponse.id_token || "", this.cryptoObj.base64Decode, request.correlationId);
|
|
4634
4709
|
// token nonce check (TODO: Add a warning if no nonce is given?)
|
|
4635
4710
|
if (authCodePayload && authCodePayload.nonce) {
|
|
4636
4711
|
if (idTokenClaims.nonce !== authCodePayload.nonce) {
|
|
4637
|
-
throw createClientAuthError(nonceMismatch);
|
|
4712
|
+
throw createClientAuthError(nonceMismatch, request.correlationId);
|
|
4638
4713
|
}
|
|
4639
4714
|
}
|
|
4640
|
-
// token max_age check
|
|
4641
|
-
if (request.maxAge || request.maxAge === 0) {
|
|
4642
|
-
const authTime = idTokenClaims.auth_time;
|
|
4643
|
-
if (!authTime) {
|
|
4644
|
-
throw createClientAuthError(authTimeNotFound);
|
|
4645
|
-
}
|
|
4646
|
-
checkMaxAge(authTime, request.maxAge);
|
|
4647
|
-
}
|
|
4648
4715
|
}
|
|
4649
4716
|
// generate homeAccountId
|
|
4650
4717
|
this.homeAccountIdentifier = generateHomeAccountId(serverTokenResponse.client_info || "", authority.authorityType, this.logger, this.cryptoObj, request.correlationId, idTokenClaims);
|
|
4651
4718
|
// save the response tokens
|
|
4652
4719
|
let requestStateObj;
|
|
4653
4720
|
if (!!authCodePayload && !!authCodePayload.state) {
|
|
4654
|
-
requestStateObj = parseRequestState(this.cryptoObj.base64Decode, authCodePayload.state);
|
|
4721
|
+
requestStateObj = parseRequestState(this.cryptoObj.base64Decode, authCodePayload.state, request.correlationId);
|
|
4655
4722
|
}
|
|
4656
4723
|
// Add keyId from request to serverTokenResponse if defined
|
|
4657
4724
|
serverTokenResponse.key_id =
|
|
4658
4725
|
serverTokenResponse.key_id || request.sshKid || undefined;
|
|
4659
|
-
const cacheRecord = this.generateCacheRecord(serverTokenResponse, authority, reqTimestamp, request, idTokenClaims, userAssertionHash, authCodePayload);
|
|
4726
|
+
const cacheRecord = this.generateCacheRecord(serverTokenResponse, authority, reqTimestamp, request, idTokenClaims, userAssertionHash, authCodePayload, additionalCacheKeyComponents);
|
|
4660
4727
|
let cacheContext;
|
|
4661
4728
|
try {
|
|
4662
4729
|
if (this.persistencePlugin && this.serializableCache) {
|
|
@@ -4703,10 +4770,10 @@ class ResponseHandler {
|
|
|
4703
4770
|
* @param idTokenObj
|
|
4704
4771
|
* @param authority
|
|
4705
4772
|
*/
|
|
4706
|
-
generateCacheRecord(serverTokenResponse, authority, reqTimestamp, request, idTokenClaims, userAssertionHash, authCodePayload) {
|
|
4773
|
+
generateCacheRecord(serverTokenResponse, authority, reqTimestamp, request, idTokenClaims, userAssertionHash, authCodePayload, additionalCacheKeyComponents) {
|
|
4707
4774
|
const env = authority.getPreferredCache();
|
|
4708
4775
|
if (!env) {
|
|
4709
|
-
throw createClientAuthError(invalidCacheEnvironment);
|
|
4776
|
+
throw createClientAuthError(invalidCacheEnvironment, request.correlationId);
|
|
4710
4777
|
}
|
|
4711
4778
|
const claimsTenantId = getTenantIdFromIdTokenClaims(idTokenClaims);
|
|
4712
4779
|
// IdToken: non AAD scenarios can have empty realm
|
|
@@ -4722,8 +4789,8 @@ class ResponseHandler {
|
|
|
4722
4789
|
if (serverTokenResponse.access_token) {
|
|
4723
4790
|
// If scopes not returned in server response, use request scopes
|
|
4724
4791
|
const responseScopes = serverTokenResponse.scope
|
|
4725
|
-
? ScopeSet.fromString(serverTokenResponse.scope)
|
|
4726
|
-
: new ScopeSet(request.scopes || []);
|
|
4792
|
+
? ScopeSet.fromString(serverTokenResponse.scope, request.correlationId)
|
|
4793
|
+
: new ScopeSet(request.scopes || [], request.correlationId);
|
|
4727
4794
|
/*
|
|
4728
4795
|
* Use timestamp calculated before request
|
|
4729
4796
|
* Server may return timestamps as strings, parse to numbers if so.
|
|
@@ -4743,7 +4810,7 @@ class ResponseHandler {
|
|
|
4743
4810
|
? reqTimestamp + refreshIn
|
|
4744
4811
|
: undefined;
|
|
4745
4812
|
// non AAD scenarios can have empty realm
|
|
4746
|
-
cachedAccessToken = createAccessTokenEntity(this.homeAccountIdentifier, env, serverTokenResponse.access_token, this.clientId, claimsTenantId || authority.tenant || "", responseScopes.printScopes(), tokenExpirationSeconds, extendedTokenExpirationSeconds, this.cryptoObj.base64Decode, refreshOnSeconds, serverTokenResponse.token_type, userAssertionHash, serverTokenResponse.key_id);
|
|
4813
|
+
cachedAccessToken = createAccessTokenEntity(this.homeAccountIdentifier, env, serverTokenResponse.access_token, this.clientId, claimsTenantId || authority.tenant || "", responseScopes.printScopes(), tokenExpirationSeconds, extendedTokenExpirationSeconds, this.cryptoObj.base64Decode, request.correlationId, refreshOnSeconds, serverTokenResponse.token_type, userAssertionHash, serverTokenResponse.key_id, additionalCacheKeyComponents);
|
|
4747
4814
|
// Set resource (to be used for MCP scenarios)
|
|
4748
4815
|
const resource = request.resource || null;
|
|
4749
4816
|
if (resource) {
|
|
@@ -4809,14 +4876,14 @@ class ResponseHandler {
|
|
|
4809
4876
|
const popTokenGenerator = new PopTokenGenerator(cryptoObj, performanceClient);
|
|
4810
4877
|
const { secret, keyId } = cacheRecord.accessToken;
|
|
4811
4878
|
if (!keyId) {
|
|
4812
|
-
throw createClientAuthError(keyIdMissing);
|
|
4879
|
+
throw createClientAuthError(keyIdMissing, request.correlationId);
|
|
4813
4880
|
}
|
|
4814
4881
|
accessToken = await popTokenGenerator.signPopToken(secret, keyId, request);
|
|
4815
4882
|
}
|
|
4816
4883
|
else {
|
|
4817
4884
|
accessToken = cacheRecord.accessToken.secret;
|
|
4818
4885
|
}
|
|
4819
|
-
responseScopes = ScopeSet.fromString(cacheRecord.accessToken.target).asArray();
|
|
4886
|
+
responseScopes = ScopeSet.fromString(cacheRecord.accessToken.target, request.correlationId).asArray();
|
|
4820
4887
|
// Access token expiresOn cached in seconds, converting to Date for AuthenticationResult
|
|
4821
4888
|
expiresOn = toDateFromSeconds(cacheRecord.accessToken.expiresOn);
|
|
4822
4889
|
extExpiresOn = toDateFromSeconds(cacheRecord.accessToken.extendedExpiresOn);
|
|
@@ -4834,8 +4901,18 @@ class ResponseHandler {
|
|
|
4834
4901
|
const tid = idTokenClaims?.tid || "";
|
|
4835
4902
|
// for hybrid + native bridge enablement, send back the native account Id
|
|
4836
4903
|
if (serverTokenResponse?.spa_accountid && !!cacheRecord.account) {
|
|
4904
|
+
// Set on deprecated top-level for downgrade compat
|
|
4837
4905
|
cacheRecord.account.nativeAccountId =
|
|
4838
4906
|
serverTokenResponse?.spa_accountid;
|
|
4907
|
+
// Set on the matching tenant profile (source of truth)
|
|
4908
|
+
const targetTenantId = tid || cacheRecord.account.realm;
|
|
4909
|
+
if (cacheRecord.account.tenantProfiles) {
|
|
4910
|
+
const matchingProfile = cacheRecord.account.tenantProfiles.find((tp) => tp.tenantId === targetTenantId);
|
|
4911
|
+
if (matchingProfile) {
|
|
4912
|
+
matchingProfile.nativeAccountId =
|
|
4913
|
+
serverTokenResponse.spa_accountid;
|
|
4914
|
+
}
|
|
4915
|
+
}
|
|
4839
4916
|
}
|
|
4840
4917
|
const accountInfo = cacheRecord.account
|
|
4841
4918
|
? updateAccountTenantProfileData(getAccountInfo(cacheRecord.account), undefined, // tenantProfile optional
|
|
@@ -4866,6 +4943,7 @@ class ResponseHandler {
|
|
|
4866
4943
|
};
|
|
4867
4944
|
}
|
|
4868
4945
|
}
|
|
4946
|
+
/** @internal */
|
|
4869
4947
|
function buildAccountToCache(cacheStorage, authority, homeAccountId, base64Decode, correlationId, idTokenClaims, clientInfo, environment, claimsTenantId, authCodePayload, nativeAccountId, logger, performanceClient) {
|
|
4870
4948
|
logger?.verbose("setCachedAccount called", correlationId);
|
|
4871
4949
|
/*
|
|
@@ -4893,21 +4971,21 @@ function buildAccountToCache(cacheStorage, authority, homeAccountId, base64Decod
|
|
|
4893
4971
|
cloudGraphHostName: authCodePayload?.cloud_graph_host_name,
|
|
4894
4972
|
msGraphHost: authCodePayload?.msgraph_host,
|
|
4895
4973
|
nativeAccountId: nativeAccountId,
|
|
4896
|
-
}, authority, base64Decode);
|
|
4974
|
+
}, authority, correlationId, base64Decode);
|
|
4897
4975
|
const tenantProfiles = baseAccount.tenantProfiles || [];
|
|
4898
4976
|
const tenantId = claimsTenantId || baseAccount.realm;
|
|
4899
4977
|
if (tenantId &&
|
|
4900
4978
|
!tenantProfiles.find((tenantProfile) => {
|
|
4901
4979
|
return tenantProfile.tenantId === tenantId;
|
|
4902
4980
|
})) {
|
|
4903
|
-
const newTenantProfile = buildTenantProfile(homeAccountId, baseAccount.localAccountId, tenantId, idTokenClaims);
|
|
4981
|
+
const newTenantProfile = buildTenantProfile(homeAccountId, baseAccount.localAccountId, tenantId, nativeAccountId, idTokenClaims);
|
|
4904
4982
|
tenantProfiles.push(newTenantProfile);
|
|
4905
4983
|
}
|
|
4906
4984
|
baseAccount.tenantProfiles = tenantProfiles;
|
|
4907
4985
|
return baseAccount;
|
|
4908
4986
|
}
|
|
4909
4987
|
|
|
4910
|
-
/*! @azure/msal-common v16.
|
|
4988
|
+
/*! @azure/msal-common v16.11.0 2026-06-30 */
|
|
4911
4989
|
/*
|
|
4912
4990
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4913
4991
|
* Licensed under the MIT License.
|
|
@@ -4917,12 +4995,12 @@ const CcsCredentialType = {
|
|
|
4917
4995
|
UPN: "UPN",
|
|
4918
4996
|
};
|
|
4919
4997
|
|
|
4920
|
-
/*! @azure/msal-common v16.
|
|
4998
|
+
/*! @azure/msal-common v16.11.0 2026-06-30 */
|
|
4921
4999
|
/*
|
|
4922
5000
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4923
5001
|
* Licensed under the MIT License.
|
|
4924
5002
|
*/
|
|
4925
|
-
async function getClientAssertion(clientAssertion, clientId, tokenEndpoint) {
|
|
5003
|
+
async function getClientAssertion(clientAssertion, clientId, tokenEndpoint, fmiPath) {
|
|
4926
5004
|
if (typeof clientAssertion === "string") {
|
|
4927
5005
|
return clientAssertion;
|
|
4928
5006
|
}
|
|
@@ -4930,12 +5008,13 @@ async function getClientAssertion(clientAssertion, clientId, tokenEndpoint) {
|
|
|
4930
5008
|
const config = {
|
|
4931
5009
|
clientId: clientId,
|
|
4932
5010
|
tokenEndpoint: tokenEndpoint,
|
|
5011
|
+
fmiPath: fmiPath,
|
|
4933
5012
|
};
|
|
4934
5013
|
return clientAssertion(config);
|
|
4935
5014
|
}
|
|
4936
5015
|
}
|
|
4937
5016
|
|
|
4938
|
-
/*! @azure/msal-common v16.
|
|
5017
|
+
/*! @azure/msal-common v16.11.0 2026-06-30 */
|
|
4939
5018
|
/*
|
|
4940
5019
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4941
5020
|
* Licensed under the MIT License.
|
|
@@ -4953,10 +5032,11 @@ function getRequestThumbprint(clientId, request, homeAccountId) {
|
|
|
4953
5032
|
shrClaims: request.shrClaims,
|
|
4954
5033
|
sshKid: request.sshKid,
|
|
4955
5034
|
embeddedClientId: request.embeddedClientId || request.extraParameters?.clientId,
|
|
5035
|
+
resource: request.resource,
|
|
4956
5036
|
};
|
|
4957
5037
|
}
|
|
4958
5038
|
|
|
4959
|
-
/*! @azure/msal-common v16.
|
|
5039
|
+
/*! @azure/msal-common v16.11.0 2026-06-30 */
|
|
4960
5040
|
|
|
4961
5041
|
/*
|
|
4962
5042
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4984,7 +5064,7 @@ class ThrottlingUtils {
|
|
|
4984
5064
|
cacheManager.removeItem(key, correlationId);
|
|
4985
5065
|
return;
|
|
4986
5066
|
}
|
|
4987
|
-
throw new ServerError(value.errorCodes?.join(" ") || "", value.errorMessage, value.subError);
|
|
5067
|
+
throw new ServerError(value.errorCodes?.join(" ") || "", correlationId, value.errorMessage, value.subError);
|
|
4988
5068
|
}
|
|
4989
5069
|
}
|
|
4990
5070
|
/**
|
|
@@ -5042,7 +5122,7 @@ class ThrottlingUtils {
|
|
|
5042
5122
|
}
|
|
5043
5123
|
}
|
|
5044
5124
|
|
|
5045
|
-
/*! @azure/msal-common v16.
|
|
5125
|
+
/*! @azure/msal-common v16.11.0 2026-06-30 */
|
|
5046
5126
|
|
|
5047
5127
|
/*
|
|
5048
5128
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -5053,7 +5133,7 @@ class ThrottlingUtils {
|
|
|
5053
5133
|
*/
|
|
5054
5134
|
class NetworkError extends AuthError {
|
|
5055
5135
|
constructor(error, httpStatus, responseHeaders) {
|
|
5056
|
-
super(error.errorCode, error.errorMessage, error.subError);
|
|
5136
|
+
super(error.errorCode, error.correlationId, error.errorMessage, error.subError);
|
|
5057
5137
|
Object.setPrototypeOf(this, NetworkError.prototype);
|
|
5058
5138
|
this.name = "NetworkError";
|
|
5059
5139
|
this.error = error;
|
|
@@ -5073,7 +5153,7 @@ function createNetworkError(error, httpStatus, responseHeaders, additionalError)
|
|
|
5073
5153
|
return new NetworkError(error, httpStatus, responseHeaders);
|
|
5074
5154
|
}
|
|
5075
5155
|
|
|
5076
|
-
/*! @azure/msal-common v16.
|
|
5156
|
+
/*! @azure/msal-common v16.11.0 2026-06-30 */
|
|
5077
5157
|
|
|
5078
5158
|
/*
|
|
5079
5159
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -5125,6 +5205,7 @@ function createTokenQueryParameters(request, clientId, redirectUri, performanceC
|
|
|
5125
5205
|
* @param queryString
|
|
5126
5206
|
* @param headers
|
|
5127
5207
|
* @param thumbprint
|
|
5208
|
+
* @internal
|
|
5128
5209
|
*/
|
|
5129
5210
|
async function executePostToTokenEndpoint(tokenEndpoint, queryString, headers, thumbprint, correlationId, cacheManager, networkClient, logger, performanceClient, serverTelemetryManager) {
|
|
5130
5211
|
const response = await sendPostRequest(thumbprint, tokenEndpoint, { body: queryString, headers: headers }, correlationId, cacheManager, networkClient, logger, performanceClient);
|
|
@@ -5146,6 +5227,7 @@ async function executePostToTokenEndpoint(tokenEndpoint, queryString, headers, t
|
|
|
5146
5227
|
* @param networkClient - Network module instance
|
|
5147
5228
|
* @param logger - Logger instance
|
|
5148
5229
|
* @param performanceClient - Performance client instance
|
|
5230
|
+
* @internal
|
|
5149
5231
|
*/
|
|
5150
5232
|
async function sendPostRequest(thumbprint, tokenEndpoint, options, correlationId, cacheManager, networkClient, logger, performanceClient) {
|
|
5151
5233
|
ThrottlingUtils.preProcess(cacheManager, thumbprint, correlationId);
|
|
@@ -5180,14 +5262,14 @@ async function sendPostRequest(thumbprint, tokenEndpoint, options, correlationId
|
|
|
5180
5262
|
throw e;
|
|
5181
5263
|
}
|
|
5182
5264
|
else {
|
|
5183
|
-
throw createClientAuthError(networkError);
|
|
5265
|
+
throw createClientAuthError(networkError, correlationId);
|
|
5184
5266
|
}
|
|
5185
5267
|
}
|
|
5186
5268
|
ThrottlingUtils.postProcess(cacheManager, thumbprint, response, correlationId);
|
|
5187
5269
|
return response;
|
|
5188
5270
|
}
|
|
5189
5271
|
|
|
5190
|
-
/*! @azure/msal-common v16.
|
|
5272
|
+
/*! @azure/msal-common v16.11.0 2026-06-30 */
|
|
5191
5273
|
/*
|
|
5192
5274
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
5193
5275
|
* Licensed under the MIT License.
|
|
@@ -5199,7 +5281,7 @@ function isOpenIdConfigResponse(response) {
|
|
|
5199
5281
|
response.hasOwnProperty("jwks_uri"));
|
|
5200
5282
|
}
|
|
5201
5283
|
|
|
5202
|
-
/*! @azure/msal-common v16.
|
|
5284
|
+
/*! @azure/msal-common v16.11.0 2026-06-30 */
|
|
5203
5285
|
/*
|
|
5204
5286
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
5205
5287
|
* Licensed under the MIT License.
|
|
@@ -5209,7 +5291,7 @@ function isCloudInstanceDiscoveryResponse(response) {
|
|
|
5209
5291
|
response.hasOwnProperty("metadata"));
|
|
5210
5292
|
}
|
|
5211
5293
|
|
|
5212
|
-
/*! @azure/msal-common v16.
|
|
5294
|
+
/*! @azure/msal-common v16.11.0 2026-06-30 */
|
|
5213
5295
|
/*
|
|
5214
5296
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
5215
5297
|
* Licensed under the MIT License.
|
|
@@ -5219,7 +5301,7 @@ function isCloudInstanceDiscoveryErrorResponse(response) {
|
|
|
5219
5301
|
response.hasOwnProperty("error_description"));
|
|
5220
5302
|
}
|
|
5221
5303
|
|
|
5222
|
-
/*! @azure/msal-common v16.
|
|
5304
|
+
/*! @azure/msal-common v16.11.0 2026-06-30 */
|
|
5223
5305
|
|
|
5224
5306
|
/*
|
|
5225
5307
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -5246,9 +5328,12 @@ class RegionDiscovery {
|
|
|
5246
5328
|
try {
|
|
5247
5329
|
const localIMDSVersionResponse = await invokeAsync(this.getRegionFromIMDS.bind(this), RegionDiscoveryGetRegionFromIMDS, this.logger, this.performanceClient, this.correlationId)(IMDS_VERSION, options);
|
|
5248
5330
|
if (localIMDSVersionResponse.status === HTTP_SUCCESS) {
|
|
5249
|
-
autodetectedRegionName =
|
|
5250
|
-
|
|
5251
|
-
|
|
5331
|
+
autodetectedRegionName =
|
|
5332
|
+
localIMDSVersionResponse.body?.location;
|
|
5333
|
+
if (autodetectedRegionName) {
|
|
5334
|
+
regionDiscoveryMetadata.region_source =
|
|
5335
|
+
RegionDiscoverySources.IMDS;
|
|
5336
|
+
}
|
|
5252
5337
|
}
|
|
5253
5338
|
// If the response using the local IMDS version failed, try to fetch the current version of IMDS and retry.
|
|
5254
5339
|
if (localIMDSVersionResponse.status ===
|
|
@@ -5263,9 +5348,11 @@ class RegionDiscovery {
|
|
|
5263
5348
|
if (currentIMDSVersionResponse.status ===
|
|
5264
5349
|
HTTP_SUCCESS) {
|
|
5265
5350
|
autodetectedRegionName =
|
|
5266
|
-
currentIMDSVersionResponse.body;
|
|
5267
|
-
|
|
5268
|
-
|
|
5351
|
+
currentIMDSVersionResponse.body?.location;
|
|
5352
|
+
if (autodetectedRegionName) {
|
|
5353
|
+
regionDiscoveryMetadata.region_source =
|
|
5354
|
+
RegionDiscoverySources.IMDS;
|
|
5355
|
+
}
|
|
5269
5356
|
}
|
|
5270
5357
|
}
|
|
5271
5358
|
}
|
|
@@ -5289,11 +5376,12 @@ class RegionDiscovery {
|
|
|
5289
5376
|
/**
|
|
5290
5377
|
* Make the call to the IMDS endpoint
|
|
5291
5378
|
*
|
|
5292
|
-
* @param
|
|
5293
|
-
* @
|
|
5379
|
+
* @param version
|
|
5380
|
+
* @param options
|
|
5381
|
+
* @returns Promise<NetworkResponse<ImdsComputeResponse>>
|
|
5294
5382
|
*/
|
|
5295
5383
|
async getRegionFromIMDS(version, options) {
|
|
5296
|
-
return this.networkInterface.sendGetRequestAsync(`${IMDS_ENDPOINT}?api-version=${version}
|
|
5384
|
+
return this.networkInterface.sendGetRequestAsync(`${IMDS_ENDPOINT}?api-version=${version}`, options, IMDS_TIMEOUT);
|
|
5297
5385
|
}
|
|
5298
5386
|
/**
|
|
5299
5387
|
* Get the most recent version of the IMDS endpoint available
|
|
@@ -5324,7 +5412,7 @@ RegionDiscovery.IMDS_OPTIONS = {
|
|
|
5324
5412
|
},
|
|
5325
5413
|
};
|
|
5326
5414
|
|
|
5327
|
-
/*! @azure/msal-common v16.
|
|
5415
|
+
/*! @azure/msal-common v16.11.0 2026-06-30 */
|
|
5328
5416
|
|
|
5329
5417
|
/*
|
|
5330
5418
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -5354,7 +5442,7 @@ class Authority {
|
|
|
5354
5442
|
this.regionDiscovery = new RegionDiscovery(networkInterface, this.logger, this.performanceClient, this.correlationId);
|
|
5355
5443
|
}
|
|
5356
5444
|
/**
|
|
5357
|
-
* Get {@link AuthorityType}
|
|
5445
|
+
* Get {@link AuthorityType:type}
|
|
5358
5446
|
* @param authorityUri {@link IUri}
|
|
5359
5447
|
* @private
|
|
5360
5448
|
*/
|
|
@@ -5400,7 +5488,7 @@ class Authority {
|
|
|
5400
5488
|
* Sets canonical authority.
|
|
5401
5489
|
*/
|
|
5402
5490
|
set canonicalAuthority(url) {
|
|
5403
|
-
this._canonicalAuthority = new UrlString(url);
|
|
5491
|
+
this._canonicalAuthority = new UrlString(url, this.correlationId);
|
|
5404
5492
|
this._canonicalAuthority.validateAsUri();
|
|
5405
5493
|
this._canonicalAuthorityUrlComponents = null;
|
|
5406
5494
|
}
|
|
@@ -5434,7 +5522,7 @@ class Authority {
|
|
|
5434
5522
|
return this.replacePath(this.metadata.authorization_endpoint);
|
|
5435
5523
|
}
|
|
5436
5524
|
else {
|
|
5437
|
-
throw createClientAuthError(endpointResolutionError);
|
|
5525
|
+
throw createClientAuthError(endpointResolutionError, this.correlationId);
|
|
5438
5526
|
}
|
|
5439
5527
|
}
|
|
5440
5528
|
/**
|
|
@@ -5445,7 +5533,7 @@ class Authority {
|
|
|
5445
5533
|
return this.replacePath(this.metadata.token_endpoint);
|
|
5446
5534
|
}
|
|
5447
5535
|
else {
|
|
5448
|
-
throw createClientAuthError(endpointResolutionError);
|
|
5536
|
+
throw createClientAuthError(endpointResolutionError, this.correlationId);
|
|
5449
5537
|
}
|
|
5450
5538
|
}
|
|
5451
5539
|
get deviceCodeEndpoint() {
|
|
@@ -5453,7 +5541,7 @@ class Authority {
|
|
|
5453
5541
|
return this.replacePath(this.metadata.token_endpoint.replace("/token", "/devicecode"));
|
|
5454
5542
|
}
|
|
5455
5543
|
else {
|
|
5456
|
-
throw createClientAuthError(endpointResolutionError);
|
|
5544
|
+
throw createClientAuthError(endpointResolutionError, this.correlationId);
|
|
5457
5545
|
}
|
|
5458
5546
|
}
|
|
5459
5547
|
/**
|
|
@@ -5463,12 +5551,12 @@ class Authority {
|
|
|
5463
5551
|
if (this.discoveryComplete()) {
|
|
5464
5552
|
// ROPC policies may not have end_session_endpoint set
|
|
5465
5553
|
if (!this.metadata.end_session_endpoint) {
|
|
5466
|
-
throw createClientAuthError(endSessionEndpointNotSupported);
|
|
5554
|
+
throw createClientAuthError(endSessionEndpointNotSupported, this.correlationId);
|
|
5467
5555
|
}
|
|
5468
5556
|
return this.replacePath(this.metadata.end_session_endpoint);
|
|
5469
5557
|
}
|
|
5470
5558
|
else {
|
|
5471
|
-
throw createClientAuthError(endpointResolutionError);
|
|
5559
|
+
throw createClientAuthError(endpointResolutionError, this.correlationId);
|
|
5472
5560
|
}
|
|
5473
5561
|
}
|
|
5474
5562
|
/**
|
|
@@ -5479,7 +5567,7 @@ class Authority {
|
|
|
5479
5567
|
return this.replacePath(this.metadata.issuer);
|
|
5480
5568
|
}
|
|
5481
5569
|
else {
|
|
5482
|
-
throw createClientAuthError(endpointResolutionError);
|
|
5570
|
+
throw createClientAuthError(endpointResolutionError, this.correlationId);
|
|
5483
5571
|
}
|
|
5484
5572
|
}
|
|
5485
5573
|
/**
|
|
@@ -5490,7 +5578,7 @@ class Authority {
|
|
|
5490
5578
|
return this.replacePath(this.metadata.jwks_uri);
|
|
5491
5579
|
}
|
|
5492
5580
|
else {
|
|
5493
|
-
throw createClientAuthError(endpointResolutionError);
|
|
5581
|
+
throw createClientAuthError(endpointResolutionError, this.correlationId);
|
|
5494
5582
|
}
|
|
5495
5583
|
}
|
|
5496
5584
|
/**
|
|
@@ -5517,7 +5605,7 @@ class Authority {
|
|
|
5517
5605
|
*/
|
|
5518
5606
|
replacePath(urlString) {
|
|
5519
5607
|
let endpoint = urlString;
|
|
5520
|
-
const cachedAuthorityUrl = new UrlString(this.metadata.canonical_authority);
|
|
5608
|
+
const cachedAuthorityUrl = new UrlString(this.metadata.canonical_authority, this.correlationId);
|
|
5521
5609
|
const cachedAuthorityUrlComponents = cachedAuthorityUrl.getUrlComponents();
|
|
5522
5610
|
const cachedAuthorityParts = cachedAuthorityUrlComponents.PathSegments;
|
|
5523
5611
|
const currentAuthorityParts = this.canonicalAuthorityUrlComponents.PathSegments;
|
|
@@ -5525,7 +5613,7 @@ class Authority {
|
|
|
5525
5613
|
let cachedPart = cachedAuthorityParts[index];
|
|
5526
5614
|
if (index === 0 &&
|
|
5527
5615
|
this.canReplaceTenant(cachedAuthorityUrlComponents)) {
|
|
5528
|
-
const tenantId = new UrlString(this.metadata.authorization_endpoint).getUrlComponents().PathSegments[0];
|
|
5616
|
+
const tenantId = new UrlString(this.metadata.authorization_endpoint, this.correlationId).getUrlComponents().PathSegments[0];
|
|
5529
5617
|
/**
|
|
5530
5618
|
* Check if AAD canonical authority contains tenant domain name, for example "testdomain.onmicrosoft.com",
|
|
5531
5619
|
* by comparing its first path segment to the corresponding authorization endpoint path segment, which is
|
|
@@ -5659,7 +5747,7 @@ class Authority {
|
|
|
5659
5747
|
}
|
|
5660
5748
|
else {
|
|
5661
5749
|
// Metadata could not be obtained from the config, cache, network or hardcoded values
|
|
5662
|
-
throw createClientAuthError(openIdConfigError, this.defaultOpenIdConfigurationEndpoint);
|
|
5750
|
+
throw createClientAuthError(openIdConfigError, this.defaultOpenIdConfigurationEndpoint, this.correlationId);
|
|
5663
5751
|
}
|
|
5664
5752
|
}
|
|
5665
5753
|
/**
|
|
@@ -5711,7 +5799,7 @@ class Authority {
|
|
|
5711
5799
|
* @param metadataEntity
|
|
5712
5800
|
*/
|
|
5713
5801
|
isAuthoritySameType(metadataEntity) {
|
|
5714
|
-
const cachedAuthorityUrl = new UrlString(metadataEntity.canonical_authority);
|
|
5802
|
+
const cachedAuthorityUrl = new UrlString(metadataEntity.canonical_authority, this.correlationId);
|
|
5715
5803
|
const cachedParts = cachedAuthorityUrl.getUrlComponents().PathSegments;
|
|
5716
5804
|
return (cachedParts.length ===
|
|
5717
5805
|
this.canonicalAuthorityUrlComponents.PathSegments.length);
|
|
@@ -5725,7 +5813,7 @@ class Authority {
|
|
|
5725
5813
|
return JSON.parse(this.authorityOptions.authorityMetadata);
|
|
5726
5814
|
}
|
|
5727
5815
|
catch (e) {
|
|
5728
|
-
throw createClientConfigurationError(invalidAuthorityMetadata);
|
|
5816
|
+
throw createClientConfigurationError(invalidAuthorityMetadata, this.correlationId);
|
|
5729
5817
|
}
|
|
5730
5818
|
}
|
|
5731
5819
|
return null;
|
|
@@ -5781,7 +5869,7 @@ class Authority {
|
|
|
5781
5869
|
RegionDiscoveryOutcomes.CONFIGURED_NO_AUTO_DETECTION;
|
|
5782
5870
|
this.regionDiscoveryMetadata.region_used =
|
|
5783
5871
|
userConfiguredAzureRegion;
|
|
5784
|
-
return Authority.replaceWithRegionalInformation(metadata, userConfiguredAzureRegion);
|
|
5872
|
+
return Authority.replaceWithRegionalInformation(metadata, userConfiguredAzureRegion, this.correlationId);
|
|
5785
5873
|
}
|
|
5786
5874
|
const autodetectedRegionName = await invokeAsync(this.regionDiscovery.detectRegion.bind(this.regionDiscovery), RegionDiscoveryDetectRegion, this.logger, this.performanceClient, this.correlationId)(this.authorityOptions.azureRegionConfiguration
|
|
5787
5875
|
?.environmentRegion, this.regionDiscoveryMetadata);
|
|
@@ -5790,7 +5878,7 @@ class Authority {
|
|
|
5790
5878
|
RegionDiscoveryOutcomes.AUTO_DETECTION_REQUESTED_SUCCESSFUL;
|
|
5791
5879
|
this.regionDiscoveryMetadata.region_used =
|
|
5792
5880
|
autodetectedRegionName;
|
|
5793
|
-
return Authority.replaceWithRegionalInformation(metadata, autodetectedRegionName);
|
|
5881
|
+
return Authority.replaceWithRegionalInformation(metadata, autodetectedRegionName, this.correlationId);
|
|
5794
5882
|
}
|
|
5795
5883
|
this.regionDiscoveryMetadata.region_outcome =
|
|
5796
5884
|
RegionDiscoveryOutcomes.AUTO_DETECTION_REQUESTED_FAILED;
|
|
@@ -5815,7 +5903,7 @@ class Authority {
|
|
|
5815
5903
|
return AuthorityMetadataSource.NETWORK;
|
|
5816
5904
|
}
|
|
5817
5905
|
// Metadata could not be obtained from the config, cache, network or hardcoded values
|
|
5818
|
-
throw createClientConfigurationError(untrustedAuthority);
|
|
5906
|
+
throw createClientConfigurationError(untrustedAuthority, this.correlationId);
|
|
5819
5907
|
}
|
|
5820
5908
|
updateCloudDiscoveryMetadataFromLocalSources(metadataEntity) {
|
|
5821
5909
|
this.logger.verbose("Attempting to get cloud discovery metadata from authority configuration", this.correlationId);
|
|
@@ -5879,7 +5967,7 @@ class Authority {
|
|
|
5879
5967
|
}
|
|
5880
5968
|
catch (e) {
|
|
5881
5969
|
this.logger.verbose("Unable to parse the cloud discovery metadata. Throwing Invalid Cloud Discovery Metadata Error.", this.correlationId);
|
|
5882
|
-
throw createClientConfigurationError(invalidCloudDiscoveryMetadata);
|
|
5970
|
+
throw createClientConfigurationError(invalidCloudDiscoveryMetadata, this.correlationId);
|
|
5883
5971
|
}
|
|
5884
5972
|
}
|
|
5885
5973
|
// If cloudDiscoveryMetadata is empty or does not contain the host, check knownAuthorities
|
|
@@ -5957,8 +6045,7 @@ class Authority {
|
|
|
5957
6045
|
const normalizedHost = host.toLowerCase();
|
|
5958
6046
|
const matches = this.authorityOptions.knownAuthorities.filter((authority) => {
|
|
5959
6047
|
return (authority &&
|
|
5960
|
-
UrlString.getDomainFromUrl(authority).toLowerCase() ===
|
|
5961
|
-
normalizedHost);
|
|
6048
|
+
UrlString.getDomainFromUrl(authority, this.correlationId).toLowerCase() === normalizedHost);
|
|
5962
6049
|
});
|
|
5963
6050
|
return matches.length > 0;
|
|
5964
6051
|
}
|
|
@@ -6002,7 +6089,7 @@ class Authority {
|
|
|
6002
6089
|
return this.metadata.preferred_cache;
|
|
6003
6090
|
}
|
|
6004
6091
|
else {
|
|
6005
|
-
throw createClientAuthError(endpointResolutionError);
|
|
6092
|
+
throw createClientAuthError(endpointResolutionError, this.correlationId);
|
|
6006
6093
|
}
|
|
6007
6094
|
}
|
|
6008
6095
|
/**
|
|
@@ -6045,7 +6132,7 @@ class Authority {
|
|
|
6045
6132
|
*/
|
|
6046
6133
|
validateIssuer(issuer) {
|
|
6047
6134
|
if (!issuer) {
|
|
6048
|
-
throw createClientConfigurationError(issuerValidationFailed);
|
|
6135
|
+
throw createClientConfigurationError(issuerValidationFailed, this.correlationId);
|
|
6049
6136
|
}
|
|
6050
6137
|
// Parse with the WHATWG URL API. URL normalizes scheme + host to lowercase per RFC 3986.
|
|
6051
6138
|
let issuerUrl;
|
|
@@ -6053,7 +6140,7 @@ class Authority {
|
|
|
6053
6140
|
issuerUrl = new URL(issuer);
|
|
6054
6141
|
}
|
|
6055
6142
|
catch {
|
|
6056
|
-
throw createClientConfigurationError(issuerValidationFailed);
|
|
6143
|
+
throw createClientConfigurationError(issuerValidationFailed, this.correlationId);
|
|
6057
6144
|
}
|
|
6058
6145
|
const issuerScheme = issuerUrl.protocol;
|
|
6059
6146
|
const issuerHost = issuerUrl.host;
|
|
@@ -6091,7 +6178,7 @@ class Authority {
|
|
|
6091
6178
|
return;
|
|
6092
6179
|
}
|
|
6093
6180
|
// issuer validation fails if none of the above rules are satisfied
|
|
6094
|
-
throw createClientConfigurationError(issuerValidationFailed);
|
|
6181
|
+
throw createClientConfigurationError(issuerValidationFailed, this.correlationId);
|
|
6095
6182
|
}
|
|
6096
6183
|
/**
|
|
6097
6184
|
* Rule 1: The issuer scheme + host (and port) match the authority's. Path
|
|
@@ -6179,9 +6266,9 @@ class Authority {
|
|
|
6179
6266
|
* @param host string
|
|
6180
6267
|
* @param region string
|
|
6181
6268
|
*/
|
|
6182
|
-
static buildRegionalAuthorityString(host, region, queryString) {
|
|
6269
|
+
static buildRegionalAuthorityString(host, region, correlationId, queryString) {
|
|
6183
6270
|
// Create and validate a Url string object with the initial authority string
|
|
6184
|
-
const authorityUrlInstance = new UrlString(host);
|
|
6271
|
+
const authorityUrlInstance = new UrlString(host, correlationId);
|
|
6185
6272
|
authorityUrlInstance.validateAsUri();
|
|
6186
6273
|
const authorityUrlParts = authorityUrlInstance.getUrlComponents();
|
|
6187
6274
|
let hostNameAndPort = `${region}.${authorityUrlParts.HostNameAndPort}`;
|
|
@@ -6192,7 +6279,7 @@ class Authority {
|
|
|
6192
6279
|
const url = UrlString.constructAuthorityUriFromObject({
|
|
6193
6280
|
...authorityUrlInstance.getUrlComponents(),
|
|
6194
6281
|
HostNameAndPort: hostNameAndPort,
|
|
6195
|
-
}).urlString;
|
|
6282
|
+
}, correlationId).urlString;
|
|
6196
6283
|
// Add the query string if a query string was provided
|
|
6197
6284
|
if (queryString)
|
|
6198
6285
|
return `${url}?${queryString}`;
|
|
@@ -6204,15 +6291,15 @@ class Authority {
|
|
|
6204
6291
|
* @param metadata OpenIdConfigResponse
|
|
6205
6292
|
* @param azureRegion string
|
|
6206
6293
|
*/
|
|
6207
|
-
static replaceWithRegionalInformation(metadata, azureRegion) {
|
|
6294
|
+
static replaceWithRegionalInformation(metadata, azureRegion, correlationId) {
|
|
6208
6295
|
const regionalMetadata = { ...metadata };
|
|
6209
6296
|
regionalMetadata.authorization_endpoint =
|
|
6210
|
-
Authority.buildRegionalAuthorityString(regionalMetadata.authorization_endpoint, azureRegion);
|
|
6297
|
+
Authority.buildRegionalAuthorityString(regionalMetadata.authorization_endpoint, azureRegion, correlationId);
|
|
6211
6298
|
regionalMetadata.token_endpoint =
|
|
6212
|
-
Authority.buildRegionalAuthorityString(regionalMetadata.token_endpoint, azureRegion);
|
|
6299
|
+
Authority.buildRegionalAuthorityString(regionalMetadata.token_endpoint, azureRegion, correlationId);
|
|
6213
6300
|
if (regionalMetadata.end_session_endpoint) {
|
|
6214
6301
|
regionalMetadata.end_session_endpoint =
|
|
6215
|
-
Authority.buildRegionalAuthorityString(regionalMetadata.end_session_endpoint, azureRegion);
|
|
6302
|
+
Authority.buildRegionalAuthorityString(regionalMetadata.end_session_endpoint, azureRegion, correlationId);
|
|
6216
6303
|
}
|
|
6217
6304
|
return regionalMetadata;
|
|
6218
6305
|
}
|
|
@@ -6225,9 +6312,9 @@ class Authority {
|
|
|
6225
6312
|
*
|
|
6226
6313
|
* @param authority
|
|
6227
6314
|
*/
|
|
6228
|
-
static transformCIAMAuthority(authority) {
|
|
6315
|
+
static transformCIAMAuthority(authority, correlationId) {
|
|
6229
6316
|
let ciamAuthority = authority;
|
|
6230
|
-
const authorityUrl = new UrlString(authority);
|
|
6317
|
+
const authorityUrl = new UrlString(authority, correlationId);
|
|
6231
6318
|
const authorityUrlComponents = authorityUrl.getUrlComponents();
|
|
6232
6319
|
// check if transformation is needed
|
|
6233
6320
|
if (authorityUrlComponents.PathSegments.length === 0 &&
|
|
@@ -6249,8 +6336,8 @@ Authority.reservedTenantDomains = new Set([
|
|
|
6249
6336
|
/**
|
|
6250
6337
|
* Extract tenantId from authority
|
|
6251
6338
|
*/
|
|
6252
|
-
function getTenantFromAuthorityString(authority) {
|
|
6253
|
-
const authorityUrl = new UrlString(authority);
|
|
6339
|
+
function getTenantFromAuthorityString(authority, correlationId) {
|
|
6340
|
+
const authorityUrl = new UrlString(authority, correlationId);
|
|
6254
6341
|
const authorityUrlComponents = authorityUrl.getUrlComponents();
|
|
6255
6342
|
/**
|
|
6256
6343
|
* For credential matching purposes, tenantId is the last path segment of the authority URL:
|
|
@@ -6283,7 +6370,7 @@ function buildStaticAuthorityOptions(authOptions) {
|
|
|
6283
6370
|
cloudDiscoveryMetadata = JSON.parse(rawCloudDiscoveryMetadata);
|
|
6284
6371
|
}
|
|
6285
6372
|
catch (e) {
|
|
6286
|
-
throw createClientConfigurationError(invalidCloudDiscoveryMetadata);
|
|
6373
|
+
throw createClientConfigurationError(invalidCloudDiscoveryMetadata, "");
|
|
6287
6374
|
}
|
|
6288
6375
|
}
|
|
6289
6376
|
return {
|
|
@@ -6295,7 +6382,7 @@ function buildStaticAuthorityOptions(authOptions) {
|
|
|
6295
6382
|
};
|
|
6296
6383
|
}
|
|
6297
6384
|
|
|
6298
|
-
/*! @azure/msal-common v16.
|
|
6385
|
+
/*! @azure/msal-common v16.11.0 2026-06-30 */
|
|
6299
6386
|
|
|
6300
6387
|
/*
|
|
6301
6388
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6317,7 +6404,7 @@ function buildStaticAuthorityOptions(authOptions) {
|
|
|
6317
6404
|
* @internal
|
|
6318
6405
|
*/
|
|
6319
6406
|
async function createDiscoveredInstance(authorityUri, networkClient, cacheManager, authorityOptions, logger, correlationId, performanceClient) {
|
|
6320
|
-
const authorityUriFinal = Authority.transformCIAMAuthority(formatAuthorityUri(authorityUri));
|
|
6407
|
+
const authorityUriFinal = Authority.transformCIAMAuthority(formatAuthorityUri(authorityUri), correlationId);
|
|
6321
6408
|
// Initialize authority and perform discovery endpoint check.
|
|
6322
6409
|
const acquireTokenAuthority = new Authority(authorityUriFinal, networkClient, cacheManager, authorityOptions, logger, correlationId, performanceClient);
|
|
6323
6410
|
try {
|
|
@@ -6325,11 +6412,11 @@ async function createDiscoveredInstance(authorityUri, networkClient, cacheManage
|
|
|
6325
6412
|
return acquireTokenAuthority;
|
|
6326
6413
|
}
|
|
6327
6414
|
catch (e) {
|
|
6328
|
-
throw createClientAuthError(endpointResolutionError);
|
|
6415
|
+
throw createClientAuthError(endpointResolutionError, correlationId);
|
|
6329
6416
|
}
|
|
6330
6417
|
}
|
|
6331
6418
|
|
|
6332
|
-
/*! @azure/msal-common v16.
|
|
6419
|
+
/*! @azure/msal-common v16.11.0 2026-06-30 */
|
|
6333
6420
|
|
|
6334
6421
|
/*
|
|
6335
6422
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6369,7 +6456,7 @@ class AuthorizationCodeClient {
|
|
|
6369
6456
|
*/
|
|
6370
6457
|
async acquireToken(request, apiId, authCodePayload) {
|
|
6371
6458
|
if (!request.code) {
|
|
6372
|
-
throw createClientAuthError(requestCannotBeMade);
|
|
6459
|
+
throw createClientAuthError(requestCannotBeMade, request.correlationId);
|
|
6373
6460
|
}
|
|
6374
6461
|
// Check for new cloud instance
|
|
6375
6462
|
if (authCodePayload && authCodePayload.cloud_instance_host_name) {
|
|
@@ -6392,7 +6479,7 @@ class AuthorizationCodeClient {
|
|
|
6392
6479
|
getLogoutUri(logoutRequest) {
|
|
6393
6480
|
// Throw error if logoutRequest is null/undefined
|
|
6394
6481
|
if (!logoutRequest) {
|
|
6395
|
-
throw createClientConfigurationError(logoutRequestEmpty);
|
|
6482
|
+
throw createClientConfigurationError(logoutRequestEmpty, "");
|
|
6396
6483
|
}
|
|
6397
6484
|
const queryString = this.createLogoutUrlQueryString(logoutRequest);
|
|
6398
6485
|
// Construct logout URI
|
|
@@ -6440,7 +6527,7 @@ class AuthorizationCodeClient {
|
|
|
6440
6527
|
if (!this.includeRedirectUri) {
|
|
6441
6528
|
// Just validate
|
|
6442
6529
|
if (!request.redirectUri) {
|
|
6443
|
-
throw createClientConfigurationError(redirectUriEmpty);
|
|
6530
|
+
throw createClientConfigurationError(redirectUriEmpty, request.correlationId);
|
|
6444
6531
|
}
|
|
6445
6532
|
}
|
|
6446
6533
|
else {
|
|
@@ -6448,7 +6535,7 @@ class AuthorizationCodeClient {
|
|
|
6448
6535
|
addRedirectUri(parameters, request.redirectUri);
|
|
6449
6536
|
}
|
|
6450
6537
|
// Add scope array, parameter builder will add default scopes and dedupe
|
|
6451
|
-
addScopes(parameters, request.scopes, true, this.oidcDefaultScopes);
|
|
6538
|
+
addScopes(parameters, request.scopes, request.correlationId, true, this.oidcDefaultScopes);
|
|
6452
6539
|
addResource(parameters, request.resource);
|
|
6453
6540
|
// add code: user set, not validated
|
|
6454
6541
|
addAuthorizationCode(parameters, request.code);
|
|
@@ -6491,7 +6578,7 @@ class AuthorizationCodeClient {
|
|
|
6491
6578
|
addSshJwk(parameters, request.sshJwk);
|
|
6492
6579
|
}
|
|
6493
6580
|
else {
|
|
6494
|
-
throw createClientConfigurationError(missingSshJwk);
|
|
6581
|
+
throw createClientConfigurationError(missingSshJwk, request.correlationId);
|
|
6495
6582
|
}
|
|
6496
6583
|
}
|
|
6497
6584
|
let ccsCred = undefined;
|
|
@@ -6542,7 +6629,7 @@ class AuthorizationCodeClient {
|
|
|
6542
6629
|
});
|
|
6543
6630
|
}
|
|
6544
6631
|
instrumentBrokerParams(parameters, request.correlationId, this.performanceClient);
|
|
6545
|
-
addClaims(parameters, request.claims, this.config.authOptions.clientCapabilities, request.skipBrokerClaims);
|
|
6632
|
+
addClaims(parameters, request.correlationId, request.claims, this.config.authOptions.clientCapabilities, request.skipBrokerClaims);
|
|
6546
6633
|
return mapToQueryString(parameters);
|
|
6547
6634
|
}
|
|
6548
6635
|
/**
|
|
@@ -6586,7 +6673,7 @@ class AuthorizationCodeClient {
|
|
|
6586
6673
|
}
|
|
6587
6674
|
}
|
|
6588
6675
|
|
|
6589
|
-
/*! @azure/msal-common v16.
|
|
6676
|
+
/*! @azure/msal-common v16.11.0 2026-06-30 */
|
|
6590
6677
|
|
|
6591
6678
|
/*
|
|
6592
6679
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6632,11 +6719,11 @@ class RefreshTokenClient {
|
|
|
6632
6719
|
async acquireTokenByRefreshToken(request, apiId) {
|
|
6633
6720
|
// Cannot renew token if no request object is given.
|
|
6634
6721
|
if (!request) {
|
|
6635
|
-
throw createClientConfigurationError(tokenRequestEmpty);
|
|
6722
|
+
throw createClientConfigurationError(tokenRequestEmpty, "");
|
|
6636
6723
|
}
|
|
6637
6724
|
// We currently do not support silent flow for account === null use cases; This will be revisited for confidential flow usecases
|
|
6638
6725
|
if (!request.account) {
|
|
6639
|
-
throw createClientAuthError(noAccountInSilentRequest);
|
|
6726
|
+
throw createClientAuthError(noAccountInSilentRequest, request.correlationId);
|
|
6640
6727
|
}
|
|
6641
6728
|
// try checking if FOCI is enabled for the given application
|
|
6642
6729
|
const isFOCI = this.cacheManager.isAppMetadataFOCI(request.account.environment, request.correlationId);
|
|
@@ -6673,7 +6760,7 @@ class RefreshTokenClient {
|
|
|
6673
6760
|
// fetches family RT or application RT based on FOCI value
|
|
6674
6761
|
const refreshToken = invoke(this.cacheManager.getRefreshToken.bind(this.cacheManager), CacheManagerGetRefreshToken, this.logger, this.performanceClient, request.correlationId)(request.account, foci, request.correlationId, undefined);
|
|
6675
6762
|
if (!refreshToken) {
|
|
6676
|
-
throw createInteractionRequiredAuthError(noTokensFound);
|
|
6763
|
+
throw createInteractionRequiredAuthError(noTokensFound, request.correlationId);
|
|
6677
6764
|
}
|
|
6678
6765
|
if (refreshToken.expiresOn) {
|
|
6679
6766
|
const offset = request.refreshTokenExpirationOffsetSeconds ||
|
|
@@ -6683,7 +6770,7 @@ class RefreshTokenClient {
|
|
|
6683
6770
|
rtOffsetSeconds: offset,
|
|
6684
6771
|
}, request.correlationId);
|
|
6685
6772
|
if (isTokenExpired(refreshToken.expiresOn, offset)) {
|
|
6686
|
-
throw createInteractionRequiredAuthError(refreshTokenExpired);
|
|
6773
|
+
throw createInteractionRequiredAuthError(refreshTokenExpired, request.correlationId);
|
|
6687
6774
|
}
|
|
6688
6775
|
}
|
|
6689
6776
|
// attach cached RT size to the current measurement
|
|
@@ -6737,7 +6824,7 @@ class RefreshTokenClient {
|
|
|
6737
6824
|
if (request.redirectUri) {
|
|
6738
6825
|
addRedirectUri(parameters, request.redirectUri);
|
|
6739
6826
|
}
|
|
6740
|
-
addScopes(parameters, request.scopes, true, this.config.authOptions.authority.options.OIDCOptions?.defaultScopes);
|
|
6827
|
+
addScopes(parameters, request.scopes, request.correlationId, true, this.config.authOptions.authority.options.OIDCOptions?.defaultScopes);
|
|
6741
6828
|
addGrantType(parameters, GrantType.REFRESH_TOKEN_GRANT);
|
|
6742
6829
|
addClientInfo(parameters);
|
|
6743
6830
|
addLibraryInfo(parameters, this.config.libraryInfo);
|
|
@@ -6773,7 +6860,7 @@ class RefreshTokenClient {
|
|
|
6773
6860
|
addSshJwk(parameters, request.sshJwk);
|
|
6774
6861
|
}
|
|
6775
6862
|
else {
|
|
6776
|
-
throw createClientConfigurationError(missingSshJwk);
|
|
6863
|
+
throw createClientConfigurationError(missingSshJwk, request.correlationId);
|
|
6777
6864
|
}
|
|
6778
6865
|
}
|
|
6779
6866
|
if (this.config.systemOptions.preventCorsPreflight &&
|
|
@@ -6802,12 +6889,12 @@ class RefreshTokenClient {
|
|
|
6802
6889
|
});
|
|
6803
6890
|
}
|
|
6804
6891
|
instrumentBrokerParams(parameters, request.correlationId, this.performanceClient);
|
|
6805
|
-
addClaims(parameters, request.claims, this.config.authOptions.clientCapabilities, request.skipBrokerClaims);
|
|
6892
|
+
addClaims(parameters, request.correlationId, request.claims, this.config.authOptions.clientCapabilities, request.skipBrokerClaims);
|
|
6806
6893
|
return mapToQueryString(parameters);
|
|
6807
6894
|
}
|
|
6808
6895
|
}
|
|
6809
6896
|
|
|
6810
|
-
/*! @azure/msal-common v16.
|
|
6897
|
+
/*! @azure/msal-common v16.11.0 2026-06-30 */
|
|
6811
6898
|
|
|
6812
6899
|
/*
|
|
6813
6900
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6842,32 +6929,32 @@ class SilentFlowClient {
|
|
|
6842
6929
|
if (request.forceRefresh || !StringUtils.isEmptyObj(request.claims)) {
|
|
6843
6930
|
// Must refresh due to present force_refresh flag.
|
|
6844
6931
|
this.setCacheOutcome(CacheOutcome.FORCE_REFRESH_OR_CLAIMS, request.correlationId);
|
|
6845
|
-
throw createClientAuthError(tokenRefreshRequired);
|
|
6932
|
+
throw createClientAuthError(tokenRefreshRequired, request.correlationId);
|
|
6846
6933
|
}
|
|
6847
6934
|
// We currently do not support silent flow for account === null use cases; This will be revisited for confidential flow usecases
|
|
6848
6935
|
if (!request.account) {
|
|
6849
|
-
throw createClientAuthError(noAccountInSilentRequest);
|
|
6936
|
+
throw createClientAuthError(noAccountInSilentRequest, request.correlationId);
|
|
6850
6937
|
}
|
|
6851
6938
|
const requestTenantId = request.account.tenantId ||
|
|
6852
|
-
getTenantFromAuthorityString(request.authority);
|
|
6939
|
+
getTenantFromAuthorityString(request.authority, request.correlationId);
|
|
6853
6940
|
const tokenKeys = this.cacheManager.getTokenKeys();
|
|
6854
6941
|
const cachedAccessToken = this.cacheManager.getAccessToken(request.account, request, tokenKeys, requestTenantId);
|
|
6855
6942
|
if (!cachedAccessToken) {
|
|
6856
6943
|
// must refresh due to non-existent access_token
|
|
6857
6944
|
this.setCacheOutcome(CacheOutcome.NO_CACHED_ACCESS_TOKEN, request.correlationId);
|
|
6858
|
-
throw createClientAuthError(tokenRefreshRequired);
|
|
6945
|
+
throw createClientAuthError(tokenRefreshRequired, request.correlationId);
|
|
6859
6946
|
}
|
|
6860
6947
|
else if (wasClockTurnedBack(cachedAccessToken.cachedAt) ||
|
|
6861
6948
|
isTokenExpired(cachedAccessToken.expiresOn, this.config.systemOptions.tokenRenewalOffsetSeconds)) {
|
|
6862
6949
|
// must refresh due to the expires_in value
|
|
6863
6950
|
this.setCacheOutcome(CacheOutcome.CACHED_ACCESS_TOKEN_EXPIRED, request.correlationId);
|
|
6864
|
-
throw createClientAuthError(tokenRefreshRequired);
|
|
6951
|
+
throw createClientAuthError(tokenRefreshRequired, request.correlationId);
|
|
6865
6952
|
}
|
|
6866
6953
|
else if (request.resource) {
|
|
6867
6954
|
// cached access token must have a resource that matches the request resource for MCP scenarios
|
|
6868
6955
|
if (cachedAccessToken.resource !== request.resource) {
|
|
6869
6956
|
this.setCacheOutcome(CacheOutcome.NO_CACHED_ACCESS_TOKEN, request.correlationId);
|
|
6870
|
-
throw createClientAuthError(tokenRefreshRequired);
|
|
6957
|
+
throw createClientAuthError(tokenRefreshRequired, request.correlationId);
|
|
6871
6958
|
}
|
|
6872
6959
|
}
|
|
6873
6960
|
else if (cachedAccessToken.refreshOn &&
|
|
@@ -6909,21 +6996,13 @@ class SilentFlowClient {
|
|
|
6909
6996
|
async generateResultFromCacheRecord(cacheRecord, request) {
|
|
6910
6997
|
let idTokenClaims;
|
|
6911
6998
|
if (cacheRecord.idToken) {
|
|
6912
|
-
idTokenClaims = extractTokenClaims(cacheRecord.idToken.secret, this.config.cryptoInterface.base64Decode);
|
|
6913
|
-
}
|
|
6914
|
-
// token max_age check
|
|
6915
|
-
if (request.maxAge || request.maxAge === 0) {
|
|
6916
|
-
const authTime = idTokenClaims?.auth_time;
|
|
6917
|
-
if (!authTime) {
|
|
6918
|
-
throw createClientAuthError(authTimeNotFound);
|
|
6919
|
-
}
|
|
6920
|
-
checkMaxAge(authTime, request.maxAge);
|
|
6999
|
+
idTokenClaims = extractTokenClaims(cacheRecord.idToken.secret, this.config.cryptoInterface.base64Decode, request.correlationId);
|
|
6921
7000
|
}
|
|
6922
7001
|
return ResponseHandler.generateAuthenticationResult(this.cryptoUtils, this.authority, cacheRecord, true, request, this.performanceClient, idTokenClaims);
|
|
6923
7002
|
}
|
|
6924
7003
|
}
|
|
6925
7004
|
|
|
6926
|
-
/*! @azure/msal-common v16.
|
|
7005
|
+
/*! @azure/msal-common v16.11.0 2026-06-30 */
|
|
6927
7006
|
|
|
6928
7007
|
/*
|
|
6929
7008
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6936,6 +7015,7 @@ class SilentFlowClient {
|
|
|
6936
7015
|
* @param logger
|
|
6937
7016
|
* @param performanceClient
|
|
6938
7017
|
* @returns
|
|
7018
|
+
* @internal
|
|
6939
7019
|
*/
|
|
6940
7020
|
function getStandardAuthorizeRequestParameters(authOptions, request, logger, performanceClient) {
|
|
6941
7021
|
// generate the correlationId if not set by the user and add
|
|
@@ -6948,7 +7028,7 @@ function getStandardAuthorizeRequestParameters(authOptions, request, logger, per
|
|
|
6948
7028
|
...(request.scopes || []),
|
|
6949
7029
|
...(request.extraScopesToConsent || []),
|
|
6950
7030
|
];
|
|
6951
|
-
addScopes(parameters, requestScopes, true, authOptions.authority.options.OIDCOptions?.defaultScopes);
|
|
7031
|
+
addScopes(parameters, requestScopes, request.correlationId, true, authOptions.authority.options.OIDCOptions?.defaultScopes);
|
|
6952
7032
|
addResource(parameters, request.resource);
|
|
6953
7033
|
addRedirectUri(parameters, request.redirectUri);
|
|
6954
7034
|
addCorrelationId(parameters, correlationId);
|
|
@@ -7042,7 +7122,7 @@ function getStandardAuthorizeRequestParameters(authOptions, request, logger, per
|
|
|
7042
7122
|
if (request.embeddedClientId) {
|
|
7043
7123
|
addBrokerParameters(parameters, authOptions.clientId, authOptions.redirectUri);
|
|
7044
7124
|
}
|
|
7045
|
-
addClaims(parameters, request.claims, authOptions.clientCapabilities, request.skipBrokerClaims);
|
|
7125
|
+
addClaims(parameters, request.correlationId, request.claims, authOptions.clientCapabilities, request.skipBrokerClaims);
|
|
7046
7126
|
// If extraQueryParameters includes instance_aware its value will be added when extraQueryParameters are added
|
|
7047
7127
|
if (authOptions.instanceAware &&
|
|
7048
7128
|
(!request.extraQueryParameters ||
|
|
@@ -7056,6 +7136,7 @@ function getStandardAuthorizeRequestParameters(authOptions, request, logger, per
|
|
|
7056
7136
|
* @param authority
|
|
7057
7137
|
* @param requestParameters
|
|
7058
7138
|
* @returns
|
|
7139
|
+
* @internal
|
|
7059
7140
|
*/
|
|
7060
7141
|
function getAuthorizeUrl(authority, requestParameters) {
|
|
7061
7142
|
const queryString = mapToQueryString(requestParameters);
|
|
@@ -7072,7 +7153,7 @@ function extractLoginHint(account) {
|
|
|
7072
7153
|
return account.loginHint || account.idTokenClaims?.login_hint || null;
|
|
7073
7154
|
}
|
|
7074
7155
|
|
|
7075
|
-
/*! @azure/msal-common v16.
|
|
7156
|
+
/*! @azure/msal-common v16.11.0 2026-06-30 */
|
|
7076
7157
|
|
|
7077
7158
|
/*
|
|
7078
7159
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7092,10 +7173,10 @@ function enforceResourceParameter(isMcp, request) {
|
|
|
7092
7173
|
if (request.resource &&
|
|
7093
7174
|
(containsResourceParam(request.extraParameters) ||
|
|
7094
7175
|
containsResourceParam(request.extraQueryParameters))) {
|
|
7095
|
-
throw createClientAuthError(misplacedResourceParam);
|
|
7176
|
+
throw createClientAuthError(misplacedResourceParam, request.correlationId || "");
|
|
7096
7177
|
}
|
|
7097
7178
|
if (!request.resource) {
|
|
7098
|
-
throw createClientAuthError(resourceParameterRequired);
|
|
7179
|
+
throw createClientAuthError(resourceParameterRequired, request.correlationId || "");
|
|
7099
7180
|
}
|
|
7100
7181
|
}
|
|
7101
7182
|
function containsResourceParam(params) {
|
|
@@ -7105,7 +7186,7 @@ function containsResourceParam(params) {
|
|
|
7105
7186
|
return Object.prototype.hasOwnProperty.call(params, "resource");
|
|
7106
7187
|
}
|
|
7107
7188
|
|
|
7108
|
-
/*! @azure/msal-common v16.
|
|
7189
|
+
/*! @azure/msal-common v16.11.0 2026-06-30 */
|
|
7109
7190
|
/*
|
|
7110
7191
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
7111
7192
|
* Licensed under the MIT License.
|
|
@@ -7122,7 +7203,7 @@ var AuthErrorCodes = /*#__PURE__*/Object.freeze({
|
|
|
7122
7203
|
unexpectedError: unexpectedError
|
|
7123
7204
|
});
|
|
7124
7205
|
|
|
7125
|
-
/*! @azure/msal-common v16.
|
|
7206
|
+
/*! @azure/msal-common v16.11.0 2026-06-30 */
|
|
7126
7207
|
|
|
7127
7208
|
/*
|
|
7128
7209
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7233,35 +7314,40 @@ class ServerTelemetryManager {
|
|
|
7233
7314
|
* @param error
|
|
7234
7315
|
*/
|
|
7235
7316
|
cacheFailedRequest(error) {
|
|
7236
|
-
|
|
7237
|
-
|
|
7238
|
-
|
|
7239
|
-
|
|
7240
|
-
|
|
7241
|
-
|
|
7242
|
-
|
|
7243
|
-
|
|
7244
|
-
|
|
7245
|
-
|
|
7246
|
-
if (error instanceof
|
|
7247
|
-
if (error
|
|
7248
|
-
|
|
7249
|
-
|
|
7250
|
-
|
|
7251
|
-
|
|
7317
|
+
try {
|
|
7318
|
+
const lastRequests = this.getLastRequests();
|
|
7319
|
+
if (lastRequests.errors.length >=
|
|
7320
|
+
SERVER_TELEM_MAX_CACHED_ERRORS) {
|
|
7321
|
+
// Remove a cached error to make room, first in first out
|
|
7322
|
+
lastRequests.failedRequests.shift(); // apiId
|
|
7323
|
+
lastRequests.failedRequests.shift(); // correlationId
|
|
7324
|
+
lastRequests.errors.shift();
|
|
7325
|
+
}
|
|
7326
|
+
lastRequests.failedRequests.push(this.apiId, this.correlationId);
|
|
7327
|
+
if (error instanceof Error && !!error && error.toString()) {
|
|
7328
|
+
if (error instanceof AuthError) {
|
|
7329
|
+
if (error.subError) {
|
|
7330
|
+
lastRequests.errors.push(error.subError);
|
|
7331
|
+
}
|
|
7332
|
+
else if (error.errorCode) {
|
|
7333
|
+
lastRequests.errors.push(error.errorCode);
|
|
7334
|
+
}
|
|
7335
|
+
else {
|
|
7336
|
+
lastRequests.errors.push(error.toString());
|
|
7337
|
+
}
|
|
7252
7338
|
}
|
|
7253
7339
|
else {
|
|
7254
7340
|
lastRequests.errors.push(error.toString());
|
|
7255
7341
|
}
|
|
7256
7342
|
}
|
|
7257
7343
|
else {
|
|
7258
|
-
lastRequests.errors.push(
|
|
7344
|
+
lastRequests.errors.push(SERVER_TELEM_UNKNOWN_ERROR);
|
|
7259
7345
|
}
|
|
7346
|
+
this.cacheManager.setServerTelemetry(this.telemetryCacheKey, lastRequests, this.correlationId);
|
|
7260
7347
|
}
|
|
7261
|
-
|
|
7262
|
-
|
|
7348
|
+
catch {
|
|
7349
|
+
// Ignore telemetry cache failures to avoid masking the original auth error path.
|
|
7263
7350
|
}
|
|
7264
|
-
this.cacheManager.setServerTelemetry(this.telemetryCacheKey, lastRequests, this.correlationId);
|
|
7265
7351
|
return;
|
|
7266
7352
|
}
|
|
7267
7353
|
/**
|
|
@@ -7480,6 +7566,7 @@ class Deserializer {
|
|
|
7480
7566
|
tokenType: serializedAT.token_type,
|
|
7481
7567
|
userAssertionHash: serializedAT.userAssertionHash,
|
|
7482
7568
|
resource: serializedAT.resource,
|
|
7569
|
+
additionalCacheKeyComponents: serializedAT.additionalCacheKeyComponents,
|
|
7483
7570
|
lastUpdatedAt: Date.now().toString(),
|
|
7484
7571
|
};
|
|
7485
7572
|
atObjects[key] = accessToken;
|
|
@@ -7691,6 +7778,7 @@ const ApiId = {
|
|
|
7691
7778
|
acquireTokenByClientCredential: 771,
|
|
7692
7779
|
acquireTokenByOBO: 772,
|
|
7693
7780
|
acquireTokenWithManagedIdentity: 773,
|
|
7781
|
+
acquireTokenByUserFederatedIdentityCredential: 774,
|
|
7694
7782
|
acquireTokenByCode: 871,
|
|
7695
7783
|
acquireTokenByRefreshToken: 872,
|
|
7696
7784
|
};
|
|
@@ -7821,9 +7909,9 @@ class HttpClient {
|
|
|
7821
7909
|
clearTimeout(timeoutId);
|
|
7822
7910
|
}
|
|
7823
7911
|
if (error instanceof Error && error.name === "AbortError") {
|
|
7824
|
-
throw createAuthError(networkError, "Request timeout");
|
|
7912
|
+
throw createAuthError(networkError, "", "Request timeout");
|
|
7825
7913
|
}
|
|
7826
|
-
const baseAuthError = createAuthError(networkError, `Network request failed: ${error instanceof Error ? error.message : "unknown"}`);
|
|
7914
|
+
const baseAuthError = createAuthError(networkError, "", `Network request failed: ${error instanceof Error ? error.message : "unknown"}`);
|
|
7827
7915
|
throw createNetworkError(baseAuthError, undefined, undefined, error instanceof Error ? error : undefined);
|
|
7828
7916
|
}
|
|
7829
7917
|
// Clean up timeout to prevent memory leaks
|
|
@@ -7838,7 +7926,7 @@ class HttpClient {
|
|
|
7838
7926
|
};
|
|
7839
7927
|
}
|
|
7840
7928
|
catch (error) {
|
|
7841
|
-
throw createAuthError(tokenParsingError, `Failed to parse response: ${error instanceof Error ? error.message : "unknown"}`);
|
|
7929
|
+
throw createAuthError(tokenParsingError, "", `Failed to parse response: ${error instanceof Error ? error.message : "unknown"}`);
|
|
7842
7930
|
}
|
|
7843
7931
|
}
|
|
7844
7932
|
}
|
|
@@ -7938,14 +8026,14 @@ const ManagedIdentityErrorMessages = {
|
|
|
7938
8026
|
[wwwAuthenticateHeaderUnsupportedFormat]: "A 401 response was received form the Azure Arc Managed Identity, but the www-authenticate header is in an unsupported format.",
|
|
7939
8027
|
};
|
|
7940
8028
|
class ManagedIdentityError extends AuthError {
|
|
7941
|
-
constructor(errorCode) {
|
|
7942
|
-
super(errorCode, ManagedIdentityErrorMessages[errorCode]);
|
|
8029
|
+
constructor(errorCode, correlationId) {
|
|
8030
|
+
super(errorCode, correlationId, ManagedIdentityErrorMessages[errorCode]);
|
|
7943
8031
|
this.name = "ManagedIdentityError";
|
|
7944
8032
|
Object.setPrototypeOf(this, ManagedIdentityError.prototype);
|
|
7945
8033
|
}
|
|
7946
8034
|
}
|
|
7947
|
-
function createManagedIdentityError(errorCode) {
|
|
7948
|
-
return new ManagedIdentityError(errorCode);
|
|
8035
|
+
function createManagedIdentityError(errorCode, correlationId) {
|
|
8036
|
+
return new ManagedIdentityError(errorCode, correlationId);
|
|
7949
8037
|
}
|
|
7950
8038
|
|
|
7951
8039
|
/*
|
|
@@ -7971,21 +8059,21 @@ class ManagedIdentityId {
|
|
|
7971
8059
|
const userAssignedObjectId = managedIdentityIdParams?.userAssignedObjectId;
|
|
7972
8060
|
if (userAssignedClientId) {
|
|
7973
8061
|
if (userAssignedResourceId || userAssignedObjectId) {
|
|
7974
|
-
throw createManagedIdentityError(invalidManagedIdentityIdType);
|
|
8062
|
+
throw createManagedIdentityError(invalidManagedIdentityIdType, "");
|
|
7975
8063
|
}
|
|
7976
8064
|
this.id = userAssignedClientId;
|
|
7977
8065
|
this.idType = ManagedIdentityIdType.USER_ASSIGNED_CLIENT_ID;
|
|
7978
8066
|
}
|
|
7979
8067
|
else if (userAssignedResourceId) {
|
|
7980
8068
|
if (userAssignedClientId || userAssignedObjectId) {
|
|
7981
|
-
throw createManagedIdentityError(invalidManagedIdentityIdType);
|
|
8069
|
+
throw createManagedIdentityError(invalidManagedIdentityIdType, "");
|
|
7982
8070
|
}
|
|
7983
8071
|
this.id = userAssignedResourceId;
|
|
7984
8072
|
this.idType = ManagedIdentityIdType.USER_ASSIGNED_RESOURCE_ID;
|
|
7985
8073
|
}
|
|
7986
8074
|
else if (userAssignedObjectId) {
|
|
7987
8075
|
if (userAssignedClientId || userAssignedResourceId) {
|
|
7988
|
-
throw createManagedIdentityError(invalidManagedIdentityIdType);
|
|
8076
|
+
throw createManagedIdentityError(invalidManagedIdentityIdType, "");
|
|
7989
8077
|
}
|
|
7990
8078
|
this.id = userAssignedObjectId;
|
|
7991
8079
|
this.idType = ManagedIdentityIdType.USER_ASSIGNED_OBJECT_ID;
|
|
@@ -8043,63 +8131,63 @@ const NodeAuthErrorMessage = {
|
|
|
8043
8131
|
},
|
|
8044
8132
|
};
|
|
8045
8133
|
class NodeAuthError extends AuthError {
|
|
8046
|
-
constructor(errorCode, errorMessage) {
|
|
8047
|
-
super(errorCode, errorMessage);
|
|
8134
|
+
constructor(errorCode, correlationId, errorMessage) {
|
|
8135
|
+
super(errorCode, correlationId, errorMessage);
|
|
8048
8136
|
this.name = "NodeAuthError";
|
|
8049
8137
|
}
|
|
8050
8138
|
/**
|
|
8051
8139
|
* Creates an error thrown if loopback server address is of type string.
|
|
8052
8140
|
*/
|
|
8053
8141
|
static createInvalidLoopbackAddressTypeError() {
|
|
8054
|
-
return new NodeAuthError(NodeAuthErrorMessage.invalidLoopbackAddressType.code, `${NodeAuthErrorMessage.invalidLoopbackAddressType.desc}`);
|
|
8142
|
+
return new NodeAuthError(NodeAuthErrorMessage.invalidLoopbackAddressType.code, "", `${NodeAuthErrorMessage.invalidLoopbackAddressType.desc}`);
|
|
8055
8143
|
}
|
|
8056
8144
|
/**
|
|
8057
8145
|
* Creates an error thrown if the loopback server is unable to get a url.
|
|
8058
8146
|
*/
|
|
8059
8147
|
static createUnableToLoadRedirectUrlError() {
|
|
8060
|
-
return new NodeAuthError(NodeAuthErrorMessage.unableToLoadRedirectUri.code, `${NodeAuthErrorMessage.unableToLoadRedirectUri.desc}`);
|
|
8148
|
+
return new NodeAuthError(NodeAuthErrorMessage.unableToLoadRedirectUri.code, "", `${NodeAuthErrorMessage.unableToLoadRedirectUri.desc}`);
|
|
8061
8149
|
}
|
|
8062
8150
|
/**
|
|
8063
8151
|
* Creates an error thrown if the server response does not contain an auth code.
|
|
8064
8152
|
*/
|
|
8065
|
-
static createNoAuthCodeInResponseError() {
|
|
8066
|
-
return new NodeAuthError(NodeAuthErrorMessage.noAuthCodeInResponse.code, `${NodeAuthErrorMessage.noAuthCodeInResponse.desc}`);
|
|
8153
|
+
static createNoAuthCodeInResponseError(correlationId = "") {
|
|
8154
|
+
return new NodeAuthError(NodeAuthErrorMessage.noAuthCodeInResponse.code, correlationId, `${NodeAuthErrorMessage.noAuthCodeInResponse.desc}`);
|
|
8067
8155
|
}
|
|
8068
8156
|
/**
|
|
8069
8157
|
* Creates an error thrown if the loopback server has not been spun up yet.
|
|
8070
8158
|
*/
|
|
8071
8159
|
static createNoLoopbackServerExistsError() {
|
|
8072
|
-
return new NodeAuthError(NodeAuthErrorMessage.noLoopbackServerExists.code, `${NodeAuthErrorMessage.noLoopbackServerExists.desc}`);
|
|
8160
|
+
return new NodeAuthError(NodeAuthErrorMessage.noLoopbackServerExists.code, "", `${NodeAuthErrorMessage.noLoopbackServerExists.desc}`);
|
|
8073
8161
|
}
|
|
8074
8162
|
/**
|
|
8075
8163
|
* Creates an error thrown if a loopback server already exists when attempting to create another one.
|
|
8076
8164
|
*/
|
|
8077
8165
|
static createLoopbackServerAlreadyExistsError() {
|
|
8078
|
-
return new NodeAuthError(NodeAuthErrorMessage.loopbackServerAlreadyExists.code, `${NodeAuthErrorMessage.loopbackServerAlreadyExists.desc}`);
|
|
8166
|
+
return new NodeAuthError(NodeAuthErrorMessage.loopbackServerAlreadyExists.code, "", `${NodeAuthErrorMessage.loopbackServerAlreadyExists.desc}`);
|
|
8079
8167
|
}
|
|
8080
8168
|
/**
|
|
8081
8169
|
* Creates an error thrown if the loopback server times out registering the auth code listener.
|
|
8082
8170
|
*/
|
|
8083
|
-
static createLoopbackServerTimeoutError() {
|
|
8084
|
-
return new NodeAuthError(NodeAuthErrorMessage.loopbackServerTimeout.code, `${NodeAuthErrorMessage.loopbackServerTimeout.desc}`);
|
|
8171
|
+
static createLoopbackServerTimeoutError(correlationId = "") {
|
|
8172
|
+
return new NodeAuthError(NodeAuthErrorMessage.loopbackServerTimeout.code, correlationId, `${NodeAuthErrorMessage.loopbackServerTimeout.desc}`);
|
|
8085
8173
|
}
|
|
8086
8174
|
/**
|
|
8087
8175
|
* Creates an error thrown when the state is not present.
|
|
8088
8176
|
*/
|
|
8089
|
-
static createStateNotFoundError() {
|
|
8090
|
-
return new NodeAuthError(NodeAuthErrorMessage.stateNotFoundError.code, NodeAuthErrorMessage.stateNotFoundError.desc);
|
|
8177
|
+
static createStateNotFoundError(correlationId = "") {
|
|
8178
|
+
return new NodeAuthError(NodeAuthErrorMessage.stateNotFoundError.code, correlationId, NodeAuthErrorMessage.stateNotFoundError.desc);
|
|
8091
8179
|
}
|
|
8092
8180
|
/**
|
|
8093
8181
|
* Creates an error thrown when client certificate was provided, but neither the SHA-1 or SHA-256 thumbprints were provided
|
|
8094
8182
|
*/
|
|
8095
8183
|
static createThumbprintMissingError() {
|
|
8096
|
-
return new NodeAuthError(NodeAuthErrorMessage.thumbprintMissing.code, NodeAuthErrorMessage.thumbprintMissing.desc);
|
|
8184
|
+
return new NodeAuthError(NodeAuthErrorMessage.thumbprintMissing.code, "", NodeAuthErrorMessage.thumbprintMissing.desc);
|
|
8097
8185
|
}
|
|
8098
8186
|
/**
|
|
8099
8187
|
* Creates an error thrown when redirectUri is provided in an unsupported scenario
|
|
8100
8188
|
*/
|
|
8101
|
-
static createRedirectUriNotSupportedError() {
|
|
8102
|
-
return new NodeAuthError(NodeAuthErrorMessage.redirectUriNotSupported.code, NodeAuthErrorMessage.redirectUriNotSupported.desc);
|
|
8189
|
+
static createRedirectUriNotSupportedError(correlationId = "") {
|
|
8190
|
+
return new NodeAuthError(NodeAuthErrorMessage.redirectUriNotSupported.code, correlationId, NodeAuthErrorMessage.redirectUriNotSupported.desc);
|
|
8103
8191
|
}
|
|
8104
8192
|
}
|
|
8105
8193
|
|
|
@@ -8431,6 +8519,15 @@ class CryptoProvider {
|
|
|
8431
8519
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
8432
8520
|
* Licensed under the MIT License.
|
|
8433
8521
|
*/
|
|
8522
|
+
/**
|
|
8523
|
+
* Computes a combined hash from additional cache key components.
|
|
8524
|
+
* Matches the cross-SDK algorithm: sort keys → concatenate key+value → SHA-256 → Base64URL (no padding).
|
|
8525
|
+
*/
|
|
8526
|
+
function computeAdditionalCacheKeyHash(components) {
|
|
8527
|
+
const sortedKeys = Object.keys(components).sort();
|
|
8528
|
+
const input = sortedKeys.map((k) => k + components[k]).join("");
|
|
8529
|
+
return crypto.createHash("sha256").update(input, "utf8").digest("base64url");
|
|
8530
|
+
}
|
|
8434
8531
|
function generateCredentialKey(credential) {
|
|
8435
8532
|
const familyId = (credential.credentialType === CredentialType.REFRESH_TOKEN &&
|
|
8436
8533
|
credential.familyId) ||
|
|
@@ -8449,6 +8546,11 @@ function generateCredentialKey(credential) {
|
|
|
8449
8546
|
credential.target || "",
|
|
8450
8547
|
scheme,
|
|
8451
8548
|
];
|
|
8549
|
+
// Compute and append a combined hash from additional cache key components (e.g., fmi_path)
|
|
8550
|
+
if (credential.additionalCacheKeyComponents &&
|
|
8551
|
+
Object.keys(credential.additionalCacheKeyComponents).length > 0) {
|
|
8552
|
+
credentialKey.push(computeAdditionalCacheKeyHash(credential.additionalCacheKeyComponents));
|
|
8553
|
+
}
|
|
8452
8554
|
return credentialKey.join(CACHE.KEY_SEPARATOR).toLowerCase();
|
|
8453
8555
|
}
|
|
8454
8556
|
function generateAccountKey(account) {
|
|
@@ -9180,6 +9282,9 @@ const missingTenantIdError = "missing_tenant_id_error";
|
|
|
9180
9282
|
const userTimeoutReached = "user_timeout_reached";
|
|
9181
9283
|
const invalidAssertion = "invalid_assertion";
|
|
9182
9284
|
const invalidClientCredential = "invalid_client_credential";
|
|
9285
|
+
const emptyFicAssertion = "empty_fic_assertion";
|
|
9286
|
+
const conflictingUserIdentifiers = "conflicting_user_identifiers";
|
|
9287
|
+
const missingUserIdentifier = "missing_user_identifier";
|
|
9183
9288
|
const deviceCodePollingCancelled = "device_code_polling_cancelled";
|
|
9184
9289
|
const deviceCodeExpired = "device_code_expired";
|
|
9185
9290
|
const deviceCodeUnknownError = "device_code_unknown_error";
|
|
@@ -9261,7 +9366,7 @@ class ClientAssertion {
|
|
|
9261
9366
|
if (this.jwt) {
|
|
9262
9367
|
return this.jwt;
|
|
9263
9368
|
}
|
|
9264
|
-
throw createClientAuthError(invalidAssertion);
|
|
9369
|
+
throw createClientAuthError(invalidAssertion, "");
|
|
9265
9370
|
}
|
|
9266
9371
|
/**
|
|
9267
9372
|
* JWT format and required claims specified: https://tools.ietf.org/html/rfc7523#section-3
|
|
@@ -9330,7 +9435,7 @@ class ClientAssertion {
|
|
|
9330
9435
|
|
|
9331
9436
|
/* eslint-disable header/header */
|
|
9332
9437
|
const name = "@azure/msal-node";
|
|
9333
|
-
const version = "5.
|
|
9438
|
+
const version = "5.3.1";
|
|
9334
9439
|
|
|
9335
9440
|
/*
|
|
9336
9441
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -9457,7 +9562,7 @@ class UsernamePasswordClient extends BaseClient {
|
|
|
9457
9562
|
addClientId(parameters, this.config.authOptions.clientId);
|
|
9458
9563
|
addUsername(parameters, request.username);
|
|
9459
9564
|
addPassword(parameters, request.password);
|
|
9460
|
-
addScopes(parameters, request.scopes);
|
|
9565
|
+
addScopes(parameters, request.scopes, request.correlationId);
|
|
9461
9566
|
addResponseType(parameters, OAuthResponseType.IDTOKEN_TOKEN);
|
|
9462
9567
|
addGrantType(parameters, GrantType.RESOURCE_OWNER_PASSWORD_GRANT);
|
|
9463
9568
|
addClientInfo(parameters);
|
|
@@ -9481,7 +9586,7 @@ class UsernamePasswordClient extends BaseClient {
|
|
|
9481
9586
|
if (!StringUtils.isEmptyObj(request.claims) ||
|
|
9482
9587
|
(this.config.authOptions.clientCapabilities &&
|
|
9483
9588
|
this.config.authOptions.clientCapabilities.length > 0)) {
|
|
9484
|
-
addClaims(parameters, request.claims, this.config.authOptions.clientCapabilities);
|
|
9589
|
+
addClaims(parameters, request.correlationId, request.claims, this.config.authOptions.clientCapabilities);
|
|
9485
9590
|
}
|
|
9486
9591
|
if (this.config.systemOptions.preventCorsPreflight &&
|
|
9487
9592
|
request.username) {
|
|
@@ -9579,7 +9684,7 @@ class ClientApplication {
|
|
|
9579
9684
|
this.logger.info("acquireTokenByCode called", request.correlationId || "");
|
|
9580
9685
|
if (request.state && authCodePayLoad) {
|
|
9581
9686
|
this.logger.info("acquireTokenByCode - validating state", request.correlationId || "");
|
|
9582
|
-
this.validateState(request.state, authCodePayLoad.state || "");
|
|
9687
|
+
this.validateState(request.state, authCodePayLoad.state || "", request.correlationId || "");
|
|
9583
9688
|
// eslint-disable-next-line no-param-reassign
|
|
9584
9689
|
authCodePayLoad = { ...authCodePayLoad, state: "" };
|
|
9585
9690
|
}
|
|
@@ -9598,7 +9703,7 @@ class ClientApplication {
|
|
|
9598
9703
|
}
|
|
9599
9704
|
catch (e) {
|
|
9600
9705
|
if (e instanceof AuthError) {
|
|
9601
|
-
e.
|
|
9706
|
+
e.correlationId = validRequest.correlationId;
|
|
9602
9707
|
}
|
|
9603
9708
|
serverTelemetryManager.cacheFailedRequest(e);
|
|
9604
9709
|
throw e;
|
|
@@ -9628,7 +9733,7 @@ class ClientApplication {
|
|
|
9628
9733
|
}
|
|
9629
9734
|
catch (e) {
|
|
9630
9735
|
if (e instanceof AuthError) {
|
|
9631
|
-
e.
|
|
9736
|
+
e.correlationId = validRequest.correlationId;
|
|
9632
9737
|
}
|
|
9633
9738
|
serverTelemetryManager.cacheFailedRequest(e);
|
|
9634
9739
|
throw e;
|
|
@@ -9671,7 +9776,7 @@ class ClientApplication {
|
|
|
9671
9776
|
}
|
|
9672
9777
|
catch (error) {
|
|
9673
9778
|
if (error instanceof AuthError) {
|
|
9674
|
-
error.
|
|
9779
|
+
error.correlationId = validRequest.correlationId;
|
|
9675
9780
|
}
|
|
9676
9781
|
serverTelemetryManager.cacheFailedRequest(error);
|
|
9677
9782
|
throw error;
|
|
@@ -9725,7 +9830,7 @@ class ClientApplication {
|
|
|
9725
9830
|
}
|
|
9726
9831
|
catch (e) {
|
|
9727
9832
|
if (e instanceof AuthError) {
|
|
9728
|
-
e.
|
|
9833
|
+
e.correlationId = validRequest.correlationId;
|
|
9729
9834
|
}
|
|
9730
9835
|
serverTelemetryManager.cacheFailedRequest(e);
|
|
9731
9836
|
throw e;
|
|
@@ -9747,12 +9852,12 @@ class ClientApplication {
|
|
|
9747
9852
|
* @param state - Unique GUID generated by the user that is cached by the user and sent to the server during the first leg of the flow
|
|
9748
9853
|
* @param cachedState - This string is sent back by the server with the authorization code
|
|
9749
9854
|
*/
|
|
9750
|
-
validateState(state, cachedState) {
|
|
9855
|
+
validateState(state, cachedState, correlationId) {
|
|
9751
9856
|
if (!state) {
|
|
9752
|
-
throw NodeAuthError.createStateNotFoundError();
|
|
9857
|
+
throw NodeAuthError.createStateNotFoundError(correlationId);
|
|
9753
9858
|
}
|
|
9754
9859
|
if (state !== cachedState) {
|
|
9755
|
-
throw createClientAuthError(stateMismatch);
|
|
9860
|
+
throw createClientAuthError(stateMismatch, correlationId);
|
|
9756
9861
|
}
|
|
9757
9862
|
}
|
|
9758
9863
|
/**
|
|
@@ -10057,7 +10162,7 @@ class DeviceCodeClient extends BaseClient {
|
|
|
10057
10162
|
*/
|
|
10058
10163
|
createQueryString(request) {
|
|
10059
10164
|
const parameters = new Map();
|
|
10060
|
-
addScopes(parameters, request.scopes);
|
|
10165
|
+
addScopes(parameters, request.scopes, request.correlationId);
|
|
10061
10166
|
addClientId(parameters, this.config.authOptions.clientId);
|
|
10062
10167
|
if (request.extraQueryParameters) {
|
|
10063
10168
|
addExtraParameters(parameters, request.extraQueryParameters);
|
|
@@ -10065,33 +10170,34 @@ class DeviceCodeClient extends BaseClient {
|
|
|
10065
10170
|
if (request.claims ||
|
|
10066
10171
|
(this.config.authOptions.clientCapabilities &&
|
|
10067
10172
|
this.config.authOptions.clientCapabilities.length > 0)) {
|
|
10068
|
-
addClaims(parameters, request.claims, this.config.authOptions.clientCapabilities);
|
|
10173
|
+
addClaims(parameters, request.correlationId, request.claims, this.config.authOptions.clientCapabilities);
|
|
10069
10174
|
}
|
|
10070
10175
|
return mapToQueryString(parameters);
|
|
10071
10176
|
}
|
|
10072
10177
|
/**
|
|
10073
10178
|
* Breaks the polling with specific conditions
|
|
10074
10179
|
* @param deviceCodeExpirationTime - expiration time for the device code request
|
|
10180
|
+
* @param correlationId - correlation id of the request
|
|
10075
10181
|
* @param userSpecifiedTimeout - developer provided timeout, to be compared against deviceCodeExpirationTime
|
|
10076
10182
|
* @param userSpecifiedCancelFlag - boolean indicating the developer would like to cancel the request
|
|
10077
10183
|
*/
|
|
10078
|
-
continuePolling(deviceCodeExpirationTime, userSpecifiedTimeout, userSpecifiedCancelFlag) {
|
|
10184
|
+
continuePolling(deviceCodeExpirationTime, correlationId, userSpecifiedTimeout, userSpecifiedCancelFlag) {
|
|
10079
10185
|
if (userSpecifiedCancelFlag) {
|
|
10080
|
-
this.logger.error("Token request cancelled by setting DeviceCodeRequest.cancel = true",
|
|
10081
|
-
throw createClientAuthError(deviceCodePollingCancelled);
|
|
10186
|
+
this.logger.error("Token request cancelled by setting DeviceCodeRequest.cancel = true", correlationId);
|
|
10187
|
+
throw createClientAuthError(deviceCodePollingCancelled, correlationId);
|
|
10082
10188
|
}
|
|
10083
10189
|
else if (userSpecifiedTimeout &&
|
|
10084
10190
|
userSpecifiedTimeout < deviceCodeExpirationTime &&
|
|
10085
10191
|
nowSeconds() > userSpecifiedTimeout) {
|
|
10086
|
-
this.logger.error(`User defined timeout for device code polling reached. The timeout was set for ${userSpecifiedTimeout}`,
|
|
10087
|
-
throw createClientAuthError(userTimeoutReached);
|
|
10192
|
+
this.logger.error(`User defined timeout for device code polling reached. The timeout was set for ${userSpecifiedTimeout}`, correlationId);
|
|
10193
|
+
throw createClientAuthError(userTimeoutReached, correlationId);
|
|
10088
10194
|
}
|
|
10089
10195
|
else if (nowSeconds() > deviceCodeExpirationTime) {
|
|
10090
10196
|
if (userSpecifiedTimeout) {
|
|
10091
|
-
this.logger.verbose(`User specified timeout ignored as the device code has expired before the timeout elapsed. The user specified timeout was set for ${userSpecifiedTimeout}`,
|
|
10197
|
+
this.logger.verbose(`User specified timeout ignored as the device code has expired before the timeout elapsed. The user specified timeout was set for ${userSpecifiedTimeout}`, correlationId);
|
|
10092
10198
|
}
|
|
10093
|
-
this.logger.error(`Device code expired. Expiration time of device code was ${deviceCodeExpirationTime}`,
|
|
10094
|
-
throw createClientAuthError(deviceCodeExpired);
|
|
10199
|
+
this.logger.error(`Device code expired. Expiration time of device code was ${deviceCodeExpirationTime}`, correlationId);
|
|
10200
|
+
throw createClientAuthError(deviceCodeExpired, correlationId);
|
|
10095
10201
|
}
|
|
10096
10202
|
return true;
|
|
10097
10203
|
}
|
|
@@ -10114,7 +10220,7 @@ class DeviceCodeClient extends BaseClient {
|
|
|
10114
10220
|
* Poll token endpoint while (device code is not expired AND operation has not been cancelled by
|
|
10115
10221
|
* setting CancellationToken.cancel = true). POST request is sent at interval set by pollingIntervalMilli
|
|
10116
10222
|
*/
|
|
10117
|
-
while (this.continuePolling(deviceCodeExpirationTime, userSpecifiedTimeout, request.cancel)) {
|
|
10223
|
+
while (this.continuePolling(deviceCodeExpirationTime, request.correlationId, userSpecifiedTimeout, request.cancel)) {
|
|
10118
10224
|
const thumbprint = {
|
|
10119
10225
|
clientId: this.config.authOptions.clientId,
|
|
10120
10226
|
authority: request.authority,
|
|
@@ -10136,7 +10242,7 @@ class DeviceCodeClient extends BaseClient {
|
|
|
10136
10242
|
else {
|
|
10137
10243
|
// for any other error, throw
|
|
10138
10244
|
this.logger.info("Unexpected error in polling from the server", request.correlationId);
|
|
10139
|
-
throw createAuthError(postRequestFailed, response.body.error);
|
|
10245
|
+
throw createAuthError(postRequestFailed, request.correlationId, response.body.error);
|
|
10140
10246
|
}
|
|
10141
10247
|
}
|
|
10142
10248
|
else {
|
|
@@ -10149,7 +10255,7 @@ class DeviceCodeClient extends BaseClient {
|
|
|
10149
10255
|
* and in the rare case the conditionals in continuePolling() may not catch everything...
|
|
10150
10256
|
*/
|
|
10151
10257
|
this.logger.error("Polling stopped for unknown reasons.", request.correlationId);
|
|
10152
|
-
throw createClientAuthError(deviceCodeUnknownError);
|
|
10258
|
+
throw createClientAuthError(deviceCodeUnknownError, request.correlationId);
|
|
10153
10259
|
}
|
|
10154
10260
|
/**
|
|
10155
10261
|
* Creates query parameters and converts to string.
|
|
@@ -10158,7 +10264,7 @@ class DeviceCodeClient extends BaseClient {
|
|
|
10158
10264
|
*/
|
|
10159
10265
|
createTokenRequestBody(request, deviceCodeResponse) {
|
|
10160
10266
|
const parameters = new Map();
|
|
10161
|
-
addScopes(parameters, request.scopes);
|
|
10267
|
+
addScopes(parameters, request.scopes, request.correlationId);
|
|
10162
10268
|
addClientId(parameters, this.config.authOptions.clientId);
|
|
10163
10269
|
addGrantType(parameters, GrantType.DEVICE_CODE_GRANT);
|
|
10164
10270
|
addDeviceCode(parameters, deviceCodeResponse.deviceCode);
|
|
@@ -10175,7 +10281,7 @@ class DeviceCodeClient extends BaseClient {
|
|
|
10175
10281
|
if (!StringUtils.isEmptyObj(request.claims) ||
|
|
10176
10282
|
(this.config.authOptions.clientCapabilities &&
|
|
10177
10283
|
this.config.authOptions.clientCapabilities.length > 0)) {
|
|
10178
|
-
addClaims(parameters, request.claims, this.config.authOptions.clientCapabilities);
|
|
10284
|
+
addClaims(parameters, request.correlationId, request.claims, this.config.authOptions.clientCapabilities);
|
|
10179
10285
|
}
|
|
10180
10286
|
return mapToQueryString(parameters);
|
|
10181
10287
|
}
|
|
@@ -10247,7 +10353,7 @@ class PublicClientApplication extends ClientApplication {
|
|
|
10247
10353
|
}
|
|
10248
10354
|
catch (e) {
|
|
10249
10355
|
if (e instanceof AuthError) {
|
|
10250
|
-
e.
|
|
10356
|
+
e.correlationId = validRequest.correlationId;
|
|
10251
10357
|
}
|
|
10252
10358
|
serverTelemetryManager.cacheFailedRequest(e);
|
|
10253
10359
|
throw e;
|
|
@@ -10281,7 +10387,7 @@ class PublicClientApplication extends ClientApplication {
|
|
|
10281
10387
|
if (request.redirectUri) {
|
|
10282
10388
|
// If it's not a broker fallback scenario, we throw an error
|
|
10283
10389
|
if (!this.config.broker.nativeBrokerPlugin) {
|
|
10284
|
-
throw NodeAuthError.createRedirectUriNotSupportedError();
|
|
10390
|
+
throw NodeAuthError.createRedirectUriNotSupportedError(correlationId);
|
|
10285
10391
|
}
|
|
10286
10392
|
// If a redirect URI is provided for a broker flow but MSAL runtime startup failed, we fall back to the browser flow and will ignore the redirect URI provided for the broker flow
|
|
10287
10393
|
request.redirectUri = "";
|
|
@@ -10301,7 +10407,7 @@ class PublicClientApplication extends ClientApplication {
|
|
|
10301
10407
|
authCodeListenerError = e;
|
|
10302
10408
|
});
|
|
10303
10409
|
// Wait for server to be listening
|
|
10304
|
-
const redirectUri = await this.waitForRedirectUri(loopbackClient);
|
|
10410
|
+
const redirectUri = await this.waitForRedirectUri(loopbackClient, correlationId);
|
|
10305
10411
|
const validRequest = {
|
|
10306
10412
|
...remainingProperties,
|
|
10307
10413
|
correlationId: correlationId,
|
|
@@ -10318,10 +10424,10 @@ class PublicClientApplication extends ClientApplication {
|
|
|
10318
10424
|
throw authCodeListenerError;
|
|
10319
10425
|
}
|
|
10320
10426
|
if (authCodeResponse.error) {
|
|
10321
|
-
throw new ServerError(authCodeResponse.error, authCodeResponse.error_description, authCodeResponse.suberror);
|
|
10427
|
+
throw new ServerError(authCodeResponse.error, correlationId, authCodeResponse.error_description, authCodeResponse.suberror);
|
|
10322
10428
|
}
|
|
10323
10429
|
else if (!authCodeResponse.code) {
|
|
10324
|
-
throw NodeAuthError.createNoAuthCodeInResponseError();
|
|
10430
|
+
throw NodeAuthError.createNoAuthCodeInResponseError(correlationId);
|
|
10325
10431
|
}
|
|
10326
10432
|
const clientInfo = authCodeResponse.client_info;
|
|
10327
10433
|
const tokenRequest = {
|
|
@@ -10366,7 +10472,7 @@ class PublicClientApplication extends ClientApplication {
|
|
|
10366
10472
|
if (request.redirectUri) {
|
|
10367
10473
|
// If it's not a broker fallback scenario, we throw an error
|
|
10368
10474
|
if (!this.config.broker.nativeBrokerPlugin) {
|
|
10369
|
-
throw NodeAuthError.createRedirectUriNotSupportedError();
|
|
10475
|
+
throw NodeAuthError.createRedirectUriNotSupportedError(correlationId);
|
|
10370
10476
|
}
|
|
10371
10477
|
request.redirectUri = "";
|
|
10372
10478
|
}
|
|
@@ -10419,9 +10525,10 @@ class PublicClientApplication extends ClientApplication {
|
|
|
10419
10525
|
/**
|
|
10420
10526
|
* Attempts to retrieve the redirectUri from the loopback server. If the loopback server does not start listening for requests within the timeout this will throw.
|
|
10421
10527
|
* @param loopbackClient - developer provided custom loopback server implementation
|
|
10528
|
+
* @param correlationId - correlation id of the request
|
|
10422
10529
|
* @returns
|
|
10423
10530
|
*/
|
|
10424
|
-
async waitForRedirectUri(loopbackClient) {
|
|
10531
|
+
async waitForRedirectUri(loopbackClient, correlationId) {
|
|
10425
10532
|
return new Promise((resolve, reject) => {
|
|
10426
10533
|
let ticks = 0;
|
|
10427
10534
|
const id = setInterval(() => {
|
|
@@ -10429,7 +10536,7 @@ class PublicClientApplication extends ClientApplication {
|
|
|
10429
10536
|
LOOPBACK_SERVER_CONSTANTS.INTERVAL_MS <
|
|
10430
10537
|
ticks) {
|
|
10431
10538
|
clearInterval(id);
|
|
10432
|
-
reject(NodeAuthError.createLoopbackServerTimeoutError());
|
|
10539
|
+
reject(NodeAuthError.createLoopbackServerTimeoutError(correlationId));
|
|
10433
10540
|
return;
|
|
10434
10541
|
}
|
|
10435
10542
|
try {
|
|
@@ -10473,10 +10580,18 @@ class ClientCredentialClient extends BaseClient {
|
|
|
10473
10580
|
* @param request - CommonClientCredentialRequest provided by the developer
|
|
10474
10581
|
*/
|
|
10475
10582
|
async acquireToken(request) {
|
|
10583
|
+
// Build additional cache key components for FMI cache isolation
|
|
10584
|
+
let additionalCacheKeyComponents;
|
|
10585
|
+
if (request.fmiPath) {
|
|
10586
|
+
additionalCacheKeyComponents = {
|
|
10587
|
+
fmi_path: request.fmiPath,
|
|
10588
|
+
};
|
|
10589
|
+
}
|
|
10476
10590
|
if (request.skipCache || request.claims) {
|
|
10477
|
-
return this.executeTokenRequest(request, this.authority
|
|
10591
|
+
return this.executeTokenRequest(request, this.authority,
|
|
10592
|
+
/* refreshAccessToken */ undefined, additionalCacheKeyComponents);
|
|
10478
10593
|
}
|
|
10479
|
-
const [cachedAuthenticationResult, lastCacheOutcome] = await this.getCachedAuthenticationResult(request, this.config, this.cryptoUtils, this.authority, this.cacheManager, this.serverTelemetryManager);
|
|
10594
|
+
const [cachedAuthenticationResult, lastCacheOutcome] = await this.getCachedAuthenticationResult(request, this.config, this.cryptoUtils, this.authority, this.cacheManager, this.serverTelemetryManager, additionalCacheKeyComponents);
|
|
10480
10595
|
if (cachedAuthenticationResult) {
|
|
10481
10596
|
// if the token is not expired but must be refreshed; get a new one in the background
|
|
10482
10597
|
if (lastCacheOutcome ===
|
|
@@ -10484,19 +10599,20 @@ class ClientCredentialClient extends BaseClient {
|
|
|
10484
10599
|
this.logger.info("ClientCredentialClient:getCachedAuthenticationResult - Cached access token's refreshOn property has been exceeded'. It's not expired, but must be refreshed.", request.correlationId);
|
|
10485
10600
|
// refresh the access token in the background
|
|
10486
10601
|
const refreshAccessToken = true;
|
|
10487
|
-
await this.executeTokenRequest(request, this.authority, refreshAccessToken);
|
|
10602
|
+
await this.executeTokenRequest(request, this.authority, refreshAccessToken, additionalCacheKeyComponents);
|
|
10488
10603
|
}
|
|
10489
10604
|
// return the cached token
|
|
10490
10605
|
return cachedAuthenticationResult;
|
|
10491
10606
|
}
|
|
10492
10607
|
else {
|
|
10493
|
-
return this.executeTokenRequest(request, this.authority
|
|
10608
|
+
return this.executeTokenRequest(request, this.authority,
|
|
10609
|
+
/* refreshAccessToken */ undefined, additionalCacheKeyComponents);
|
|
10494
10610
|
}
|
|
10495
10611
|
}
|
|
10496
10612
|
/**
|
|
10497
10613
|
* looks up cache if the tokens are cached already
|
|
10498
10614
|
*/
|
|
10499
|
-
async getCachedAuthenticationResult(request, config, cryptoUtils, authority, cacheManager, serverTelemetryManager) {
|
|
10615
|
+
async getCachedAuthenticationResult(request, config, cryptoUtils, authority, cacheManager, serverTelemetryManager, additionalCacheKeyComponents) {
|
|
10500
10616
|
const clientConfiguration = config;
|
|
10501
10617
|
const managedIdentityConfiguration = config;
|
|
10502
10618
|
let lastCacheOutcome = CacheOutcome.NOT_APPLICABLE;
|
|
@@ -10508,7 +10624,7 @@ class ClientCredentialClient extends BaseClient {
|
|
|
10508
10624
|
await clientConfiguration.persistencePlugin.beforeCacheAccess(cacheContext);
|
|
10509
10625
|
}
|
|
10510
10626
|
const cachedAccessToken = this.readAccessTokenFromCache(authority, managedIdentityConfiguration.managedIdentityId?.id ||
|
|
10511
|
-
clientConfiguration.authOptions.clientId, new ScopeSet(request.scopes || []), cacheManager, request.correlationId);
|
|
10627
|
+
clientConfiguration.authOptions.clientId, new ScopeSet(request.scopes || [], request.correlationId), cacheManager, request.correlationId, additionalCacheKeyComponents);
|
|
10512
10628
|
if (clientConfiguration.serializableCache &&
|
|
10513
10629
|
clientConfiguration.persistencePlugin &&
|
|
10514
10630
|
cacheContext) {
|
|
@@ -10545,21 +10661,22 @@ class ClientCredentialClient extends BaseClient {
|
|
|
10545
10661
|
/**
|
|
10546
10662
|
* Reads access token from the cache
|
|
10547
10663
|
*/
|
|
10548
|
-
readAccessTokenFromCache(authority, id, scopeSet, cacheManager, correlationId) {
|
|
10664
|
+
readAccessTokenFromCache(authority, id, scopeSet, cacheManager, correlationId, additionalCacheKeyComponents) {
|
|
10549
10665
|
const accessTokenFilter = {
|
|
10550
10666
|
homeAccountId: "",
|
|
10551
10667
|
environment: authority.canonicalAuthorityUrlComponents.HostNameAndPort,
|
|
10552
10668
|
credentialType: CredentialType.ACCESS_TOKEN,
|
|
10553
10669
|
clientId: id,
|
|
10554
10670
|
realm: authority.tenant,
|
|
10555
|
-
target: ScopeSet.createSearchScopes(scopeSet.asArray()),
|
|
10671
|
+
target: ScopeSet.createSearchScopes(scopeSet.asArray(), correlationId),
|
|
10672
|
+
additionalCacheKeyComponents: additionalCacheKeyComponents,
|
|
10556
10673
|
};
|
|
10557
10674
|
const accessTokens = cacheManager.getAccessTokensByFilter(accessTokenFilter, correlationId);
|
|
10558
10675
|
if (accessTokens.length < 1) {
|
|
10559
10676
|
return null;
|
|
10560
10677
|
}
|
|
10561
10678
|
else if (accessTokens.length > 1) {
|
|
10562
|
-
throw createClientAuthError(multipleMatchingTokens);
|
|
10679
|
+
throw createClientAuthError(multipleMatchingTokens, correlationId);
|
|
10563
10680
|
}
|
|
10564
10681
|
return accessTokens[0];
|
|
10565
10682
|
}
|
|
@@ -10568,7 +10685,7 @@ class ClientCredentialClient extends BaseClient {
|
|
|
10568
10685
|
* @param request - CommonClientCredentialRequest provided by the developer
|
|
10569
10686
|
* @param authority - authority object
|
|
10570
10687
|
*/
|
|
10571
|
-
async executeTokenRequest(request, authority, refreshAccessToken) {
|
|
10688
|
+
async executeTokenRequest(request, authority, refreshAccessToken, additionalCacheKeyComponents) {
|
|
10572
10689
|
let serverTokenResponse;
|
|
10573
10690
|
let reqTimestamp;
|
|
10574
10691
|
if (this.appTokenProvider) {
|
|
@@ -10612,7 +10729,12 @@ class ClientCredentialClient extends BaseClient {
|
|
|
10612
10729
|
}
|
|
10613
10730
|
const responseHandler = new ResponseHandler(this.config.authOptions.clientId, this.cacheManager, this.cryptoUtils, this.logger, this.performanceClient, this.config.serializableCache, this.config.persistencePlugin);
|
|
10614
10731
|
responseHandler.validateTokenResponse(serverTokenResponse, request.correlationId, refreshAccessToken);
|
|
10615
|
-
const tokenResponse = await responseHandler.handleServerTokenResponse(serverTokenResponse, this.authority, reqTimestamp, request, ApiId.acquireTokenByClientCredential
|
|
10732
|
+
const tokenResponse = await responseHandler.handleServerTokenResponse(serverTokenResponse, this.authority, reqTimestamp, request, ApiId.acquireTokenByClientCredential, undefined, // authCodePayload
|
|
10733
|
+
undefined, // userAssertionHash
|
|
10734
|
+
undefined, // handlingRefreshTokenResponse
|
|
10735
|
+
undefined, // forceCacheRefreshTokenResponse
|
|
10736
|
+
undefined, // serverRequestId
|
|
10737
|
+
additionalCacheKeyComponents);
|
|
10616
10738
|
return tokenResponse;
|
|
10617
10739
|
}
|
|
10618
10740
|
/**
|
|
@@ -10622,7 +10744,7 @@ class ClientCredentialClient extends BaseClient {
|
|
|
10622
10744
|
async createTokenRequestBody(request) {
|
|
10623
10745
|
const parameters = new Map();
|
|
10624
10746
|
addClientId(parameters, this.config.authOptions.clientId);
|
|
10625
|
-
addScopes(parameters, request.scopes, false);
|
|
10747
|
+
addScopes(parameters, request.scopes, request.correlationId, false);
|
|
10626
10748
|
addGrantType(parameters, GrantType.CLIENT_CREDENTIALS_GRANT);
|
|
10627
10749
|
addLibraryInfo(parameters, this.config.libraryInfo);
|
|
10628
10750
|
addApplicationTelemetry(parameters, this.config.telemetry.application);
|
|
@@ -10640,13 +10762,16 @@ class ClientCredentialClient extends BaseClient {
|
|
|
10640
10762
|
const clientAssertion = request.clientAssertion ||
|
|
10641
10763
|
this.config.clientCredentials.clientAssertion;
|
|
10642
10764
|
if (clientAssertion) {
|
|
10643
|
-
addClientAssertion(parameters, await getClientAssertion(clientAssertion.assertion, this.config.authOptions.clientId, request.
|
|
10765
|
+
addClientAssertion(parameters, await getClientAssertion(clientAssertion.assertion, this.config.authOptions.clientId, this.authority.tokenEndpoint, request.fmiPath));
|
|
10644
10766
|
addClientAssertionType(parameters, clientAssertion.assertionType);
|
|
10645
10767
|
}
|
|
10768
|
+
if (request.fmiPath) {
|
|
10769
|
+
parameters.set(FMI_PATH, request.fmiPath);
|
|
10770
|
+
}
|
|
10646
10771
|
if (!StringUtils.isEmptyObj(request.claims) ||
|
|
10647
10772
|
(this.config.authOptions.clientCapabilities &&
|
|
10648
10773
|
this.config.authOptions.clientCapabilities.length > 0)) {
|
|
10649
|
-
addClaims(parameters, request.claims, this.config.authOptions.clientCapabilities);
|
|
10774
|
+
addClaims(parameters, request.correlationId, request.claims, this.config.authOptions.clientCapabilities);
|
|
10650
10775
|
}
|
|
10651
10776
|
return mapToQueryString(parameters);
|
|
10652
10777
|
}
|
|
@@ -10669,7 +10794,7 @@ class OnBehalfOfClient extends BaseClient {
|
|
|
10669
10794
|
* @param request - developer provided CommonOnBehalfOfRequest
|
|
10670
10795
|
*/
|
|
10671
10796
|
async acquireToken(request) {
|
|
10672
|
-
this.scopeSet = new ScopeSet(request.scopes || []);
|
|
10797
|
+
this.scopeSet = new ScopeSet(request.scopes || [], request.correlationId);
|
|
10673
10798
|
// generate the user_assertion_hash for OBOAssertion
|
|
10674
10799
|
this.userAssertionHash = await this.cryptoUtils.hashString(request.oboAssertion);
|
|
10675
10800
|
if (request.skipCache || request.claims) {
|
|
@@ -10698,20 +10823,20 @@ class OnBehalfOfClient extends BaseClient {
|
|
|
10698
10823
|
// Must refresh due to non-existent access_token.
|
|
10699
10824
|
this.serverTelemetryManager?.setCacheOutcome(CacheOutcome.NO_CACHED_ACCESS_TOKEN);
|
|
10700
10825
|
this.logger.info("SilentFlowClient:acquireCachedToken - No access token found in cache for the given properties.", request.correlationId);
|
|
10701
|
-
throw createClientAuthError(tokenRefreshRequired);
|
|
10826
|
+
throw createClientAuthError(tokenRefreshRequired, request.correlationId);
|
|
10702
10827
|
}
|
|
10703
10828
|
else if (isTokenExpired(cachedAccessToken.expiresOn, this.config.systemOptions.tokenRenewalOffsetSeconds)) {
|
|
10704
10829
|
// Access token expired, will need to renewed
|
|
10705
10830
|
this.serverTelemetryManager?.setCacheOutcome(CacheOutcome.CACHED_ACCESS_TOKEN_EXPIRED);
|
|
10706
10831
|
this.logger.info(`OnbehalfofFlow:getCachedAuthenticationResult - Cached access token is expired or will expire within ${this.config.systemOptions.tokenRenewalOffsetSeconds} seconds.`, request.correlationId);
|
|
10707
|
-
throw createClientAuthError(tokenRefreshRequired);
|
|
10832
|
+
throw createClientAuthError(tokenRefreshRequired, request.correlationId);
|
|
10708
10833
|
}
|
|
10709
10834
|
// fetch the idToken from cache
|
|
10710
10835
|
const cachedIdToken = this.readIdTokenFromCacheForOBO(cachedAccessToken.homeAccountId, request.correlationId);
|
|
10711
10836
|
let idTokenClaims;
|
|
10712
10837
|
let cachedAccount = null;
|
|
10713
10838
|
if (cachedIdToken) {
|
|
10714
|
-
idTokenClaims = extractTokenClaims(cachedIdToken.secret, EncodingUtils.base64Decode);
|
|
10839
|
+
idTokenClaims = extractTokenClaims(cachedIdToken.secret, EncodingUtils.base64Decode, request.correlationId);
|
|
10715
10840
|
const localAccountId = idTokenClaims.oid || idTokenClaims.sub;
|
|
10716
10841
|
const accountInfo = {
|
|
10717
10842
|
homeAccountId: cachedIdToken.homeAccountId,
|
|
@@ -10773,7 +10898,7 @@ class OnBehalfOfClient extends BaseClient {
|
|
|
10773
10898
|
const accessTokenFilter = {
|
|
10774
10899
|
credentialType: credentialType,
|
|
10775
10900
|
clientId,
|
|
10776
|
-
target: ScopeSet.createSearchScopes(this.scopeSet.asArray()),
|
|
10901
|
+
target: ScopeSet.createSearchScopes(this.scopeSet.asArray(), request.correlationId),
|
|
10777
10902
|
tokenType: authScheme,
|
|
10778
10903
|
keyId: request.sshKid,
|
|
10779
10904
|
userAssertionHash: this.userAssertionHash,
|
|
@@ -10784,7 +10909,7 @@ class OnBehalfOfClient extends BaseClient {
|
|
|
10784
10909
|
return null;
|
|
10785
10910
|
}
|
|
10786
10911
|
else if (numAccessTokens > 1) {
|
|
10787
|
-
throw createClientAuthError(multipleMatchingTokens);
|
|
10912
|
+
throw createClientAuthError(multipleMatchingTokens, request.correlationId);
|
|
10788
10913
|
}
|
|
10789
10914
|
return accessTokens[0];
|
|
10790
10915
|
}
|
|
@@ -10823,7 +10948,7 @@ class OnBehalfOfClient extends BaseClient {
|
|
|
10823
10948
|
async createTokenRequestBody(request) {
|
|
10824
10949
|
const parameters = new Map();
|
|
10825
10950
|
addClientId(parameters, this.config.authOptions.clientId);
|
|
10826
|
-
addScopes(parameters, request.scopes);
|
|
10951
|
+
addScopes(parameters, request.scopes, request.correlationId);
|
|
10827
10952
|
addGrantType(parameters, GrantType.JWT_BEARER);
|
|
10828
10953
|
addClientInfo(parameters);
|
|
10829
10954
|
addLibraryInfo(parameters, this.config.libraryInfo);
|
|
@@ -10848,7 +10973,106 @@ class OnBehalfOfClient extends BaseClient {
|
|
|
10848
10973
|
if (request.claims ||
|
|
10849
10974
|
(this.config.authOptions.clientCapabilities &&
|
|
10850
10975
|
this.config.authOptions.clientCapabilities.length > 0)) {
|
|
10851
|
-
addClaims(parameters, request.claims, this.config.authOptions.clientCapabilities);
|
|
10976
|
+
addClaims(parameters, request.correlationId, request.claims, this.config.authOptions.clientCapabilities);
|
|
10977
|
+
}
|
|
10978
|
+
return mapToQueryString(parameters);
|
|
10979
|
+
}
|
|
10980
|
+
}
|
|
10981
|
+
|
|
10982
|
+
/*
|
|
10983
|
+
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
10984
|
+
* Licensed under the MIT License.
|
|
10985
|
+
*/
|
|
10986
|
+
/**
|
|
10987
|
+
* Client for the user_fic grant type (Leg 3 of Agent Identity).
|
|
10988
|
+
* Exchanges a federated identity credential (instance token) for a user-scoped token.
|
|
10989
|
+
* @internal
|
|
10990
|
+
*/
|
|
10991
|
+
class UserFederatedIdentityCredentialClient extends BaseClient {
|
|
10992
|
+
constructor(configuration) {
|
|
10993
|
+
super(configuration);
|
|
10994
|
+
}
|
|
10995
|
+
/**
|
|
10996
|
+
* Acquires a token using the user_fic grant type.
|
|
10997
|
+
* Always hits the network (no cache lookup for the network call).
|
|
10998
|
+
* Developers use acquireTokenSilent for cached FIC tokens.
|
|
10999
|
+
*/
|
|
11000
|
+
async acquireToken(request) {
|
|
11001
|
+
return this.executeTokenRequest(request, this.authority);
|
|
11002
|
+
}
|
|
11003
|
+
/**
|
|
11004
|
+
* Makes a network call to the token endpoint
|
|
11005
|
+
*/
|
|
11006
|
+
async executeTokenRequest(request, authority) {
|
|
11007
|
+
// Build augmented scopes once for both thumbprint and body
|
|
11008
|
+
const scopeSet = new ScopeSet(request.scopes || [], request.correlationId);
|
|
11009
|
+
scopeSet.appendScopes(OIDC_DEFAULT_SCOPES);
|
|
11010
|
+
const augmentedScopes = scopeSet.asArray();
|
|
11011
|
+
const queryParametersString = this.createTokenQueryParameters(request);
|
|
11012
|
+
const endpoint = UrlString.appendQueryString(authority.tokenEndpoint, queryParametersString);
|
|
11013
|
+
const requestBody = await this.createTokenRequestBody(request, augmentedScopes);
|
|
11014
|
+
const headers = this.createTokenRequestHeaders();
|
|
11015
|
+
const thumbprint = {
|
|
11016
|
+
clientId: this.config.authOptions.clientId,
|
|
11017
|
+
authority: request.authority,
|
|
11018
|
+
scopes: augmentedScopes,
|
|
11019
|
+
claims: request.claims,
|
|
11020
|
+
authenticationScheme: request.authenticationScheme,
|
|
11021
|
+
resourceRequestMethod: request.resourceRequestMethod,
|
|
11022
|
+
resourceRequestUri: request.resourceRequestUri,
|
|
11023
|
+
shrClaims: request.shrClaims,
|
|
11024
|
+
sshKid: request.sshKid,
|
|
11025
|
+
};
|
|
11026
|
+
const reqTimestamp = nowSeconds();
|
|
11027
|
+
const response = await this.executePostToTokenEndpoint(endpoint, requestBody, headers, thumbprint, request.correlationId);
|
|
11028
|
+
const responseHandler = new ResponseHandler(this.config.authOptions.clientId, this.cacheManager, this.cryptoUtils, this.logger, this.performanceClient, this.config.serializableCache, this.config.persistencePlugin);
|
|
11029
|
+
responseHandler.validateTokenResponse(response.body, request.correlationId);
|
|
11030
|
+
const tokenResponse = await responseHandler.handleServerTokenResponse(response.body, this.authority, reqTimestamp, request, ApiId.acquireTokenByUserFederatedIdentityCredential);
|
|
11031
|
+
return tokenResponse;
|
|
11032
|
+
}
|
|
11033
|
+
/**
|
|
11034
|
+
* Builds the request body for the user_fic grant type
|
|
11035
|
+
*/
|
|
11036
|
+
async createTokenRequestBody(request, augmentedScopes) {
|
|
11037
|
+
const parameters = new Map();
|
|
11038
|
+
addClientId(parameters, this.config.authOptions.clientId);
|
|
11039
|
+
addScopes(parameters, augmentedScopes, request.correlationId);
|
|
11040
|
+
addGrantType(parameters, GrantType.USER_FIC);
|
|
11041
|
+
// Send client_info=1 to get homeAccountId for user cache
|
|
11042
|
+
addClientInfo(parameters);
|
|
11043
|
+
// Add the user_federated_identity_credential (instance token)
|
|
11044
|
+
parameters.set(USER_FEDERATED_IDENTITY_CREDENTIAL, request.assertion);
|
|
11045
|
+
// Add user identification: either username or user_id (object ID)
|
|
11046
|
+
if (request.username) {
|
|
11047
|
+
parameters.set(USERNAME, request.username);
|
|
11048
|
+
}
|
|
11049
|
+
else if (request.userObjectId) {
|
|
11050
|
+
parameters.set(USER_ID, request.userObjectId);
|
|
11051
|
+
}
|
|
11052
|
+
addLibraryInfo(parameters, this.config.libraryInfo);
|
|
11053
|
+
addApplicationTelemetry(parameters, this.config.telemetry.application);
|
|
11054
|
+
addThrottling(parameters);
|
|
11055
|
+
if (this.serverTelemetryManager) {
|
|
11056
|
+
addServerTelemetry(parameters, this.serverTelemetryManager);
|
|
11057
|
+
}
|
|
11058
|
+
const correlationId = request.correlationId ||
|
|
11059
|
+
this.config.cryptoInterface.createNewGuid();
|
|
11060
|
+
addCorrelationId(parameters, correlationId);
|
|
11061
|
+
// Add client credentials (secret or assertion)
|
|
11062
|
+
if (this.config.clientCredentials.clientSecret) {
|
|
11063
|
+
addClientSecret(parameters, this.config.clientCredentials.clientSecret);
|
|
11064
|
+
}
|
|
11065
|
+
// Use per-request client assertion if provided, otherwise fall back to app-level
|
|
11066
|
+
const clientAssertion = request.clientAssertion ||
|
|
11067
|
+
this.config.clientCredentials.clientAssertion;
|
|
11068
|
+
if (clientAssertion) {
|
|
11069
|
+
addClientAssertion(parameters, await getClientAssertion(clientAssertion.assertion, this.config.authOptions.clientId, this.authority.tokenEndpoint));
|
|
11070
|
+
addClientAssertionType(parameters, clientAssertion.assertionType);
|
|
11071
|
+
}
|
|
11072
|
+
if (request.claims ||
|
|
11073
|
+
(this.config.authOptions.clientCapabilities &&
|
|
11074
|
+
this.config.authOptions.clientCapabilities.length > 0)) {
|
|
11075
|
+
addClaims(parameters, request.correlationId, request.claims, this.config.authOptions.clientCapabilities);
|
|
10852
11076
|
}
|
|
10853
11077
|
return mapToQueryString(parameters);
|
|
10854
11078
|
}
|
|
@@ -10902,7 +11126,7 @@ class ConfidentialClientApplication extends ClientApplication {
|
|
|
10902
11126
|
if ((clientSecretNotEmpty && clientAssertionNotEmpty) ||
|
|
10903
11127
|
(clientAssertionNotEmpty && certificateNotEmpty) ||
|
|
10904
11128
|
(clientSecretNotEmpty && certificateNotEmpty)) {
|
|
10905
|
-
throw createClientAuthError(invalidClientCredential);
|
|
11129
|
+
throw createClientAuthError(invalidClientCredential, "");
|
|
10906
11130
|
}
|
|
10907
11131
|
if (this.config.auth.clientSecret) {
|
|
10908
11132
|
this.clientSecret = this.config.auth.clientSecret;
|
|
@@ -10914,7 +11138,7 @@ class ConfidentialClientApplication extends ClientApplication {
|
|
|
10914
11138
|
return;
|
|
10915
11139
|
}
|
|
10916
11140
|
if (!certificateNotEmpty) {
|
|
10917
|
-
throw createClientAuthError(invalidClientCredential);
|
|
11141
|
+
throw createClientAuthError(invalidClientCredential, "");
|
|
10918
11142
|
}
|
|
10919
11143
|
else {
|
|
10920
11144
|
this.clientAssertion = !!this.config.auth.clientCertificate
|
|
@@ -10965,10 +11189,10 @@ class ConfidentialClientApplication extends ClientApplication {
|
|
|
10965
11189
|
* valid request should not have "common" or "organizations" in lieu of the tenant_id in the authority in the auth configuration
|
|
10966
11190
|
* example authority: "https://login.microsoftonline.com/TenantId",
|
|
10967
11191
|
*/
|
|
10968
|
-
const authority = new UrlString(validRequest.authority);
|
|
11192
|
+
const authority = new UrlString(validRequest.authority, validRequest.correlationId);
|
|
10969
11193
|
const tenantId = authority.getUrlComponents().PathSegments[0];
|
|
10970
11194
|
if (Object.values(AADAuthority).includes(tenantId)) {
|
|
10971
|
-
throw createClientAuthError(missingTenantIdError);
|
|
11195
|
+
throw createClientAuthError(missingTenantIdError, validRequest.correlationId);
|
|
10972
11196
|
}
|
|
10973
11197
|
/*
|
|
10974
11198
|
* if this env variable is set, and the developer provided region isn't defined and isn't "DisableMsalForceRegion",
|
|
@@ -10998,7 +11222,7 @@ class ConfidentialClientApplication extends ClientApplication {
|
|
|
10998
11222
|
}
|
|
10999
11223
|
catch (e) {
|
|
11000
11224
|
if (e instanceof AuthError) {
|
|
11001
|
-
e.
|
|
11225
|
+
e.correlationId = validRequest.correlationId;
|
|
11002
11226
|
}
|
|
11003
11227
|
serverTelemetryManager.cacheFailedRequest(e);
|
|
11004
11228
|
throw e;
|
|
@@ -11030,8 +11254,60 @@ class ConfidentialClientApplication extends ClientApplication {
|
|
|
11030
11254
|
}
|
|
11031
11255
|
catch (e) {
|
|
11032
11256
|
if (e instanceof AuthError) {
|
|
11033
|
-
e.
|
|
11257
|
+
e.correlationId = validRequest.correlationId;
|
|
11258
|
+
}
|
|
11259
|
+
throw e;
|
|
11260
|
+
}
|
|
11261
|
+
}
|
|
11262
|
+
/**
|
|
11263
|
+
* Acquires a user-scoped token using the user_fic grant type (Leg 3 of Agent Identity).
|
|
11264
|
+
*
|
|
11265
|
+
* Exchanges a federated identity credential (instance token from Leg 2) for a user-scoped token.
|
|
11266
|
+
* Exactly one of `userObjectId` or `username` must be provided to identify the target user.
|
|
11267
|
+
*
|
|
11268
|
+
* This method always makes a network call. Use `acquireTokenSilent` to retrieve cached FIC tokens.
|
|
11269
|
+
*/
|
|
11270
|
+
async acquireTokenByUserFederatedIdentityCredential(request) {
|
|
11271
|
+
this.logger.info("acquireTokenByUserFederatedIdentityCredential called", request.correlationId || "");
|
|
11272
|
+
// Validate that exactly one user identifier is provided
|
|
11273
|
+
if (request.userObjectId && request.username) {
|
|
11274
|
+
throw createClientAuthError(conflictingUserIdentifiers, request.correlationId || "");
|
|
11275
|
+
}
|
|
11276
|
+
if (!request.userObjectId && !request.username) {
|
|
11277
|
+
throw createClientAuthError(missingUserIdentifier, request.correlationId || "");
|
|
11278
|
+
}
|
|
11279
|
+
// Validate that the assertion is not empty
|
|
11280
|
+
if (!request.assertion) {
|
|
11281
|
+
throw createClientAuthError(emptyFicAssertion, request.correlationId || "");
|
|
11282
|
+
}
|
|
11283
|
+
// If there is a client assertion present in the request, resolve it
|
|
11284
|
+
let clientAssertion;
|
|
11285
|
+
if (request.clientAssertion) {
|
|
11286
|
+
clientAssertion = {
|
|
11287
|
+
assertion: await getClientAssertion(request.clientAssertion, this.config.auth.clientId),
|
|
11288
|
+
assertionType: Constants.JWT_BEARER_ASSERTION_TYPE,
|
|
11289
|
+
};
|
|
11290
|
+
}
|
|
11291
|
+
const baseRequest = await this.initializeBaseRequest(request);
|
|
11292
|
+
const validRequest = {
|
|
11293
|
+
...request,
|
|
11294
|
+
...baseRequest,
|
|
11295
|
+
assertion: request.assertion,
|
|
11296
|
+
clientAssertion,
|
|
11297
|
+
};
|
|
11298
|
+
const serverTelemetryManager = this.initializeServerTelemetryManager(ApiId.acquireTokenByUserFederatedIdentityCredential, validRequest.correlationId);
|
|
11299
|
+
try {
|
|
11300
|
+
const discoveredAuthority = await this.createAuthority(validRequest.authority, validRequest.correlationId, undefined, request.azureCloudOptions);
|
|
11301
|
+
const clientConfig = await this.buildOauthClientConfiguration(discoveredAuthority, validRequest.correlationId, "", serverTelemetryManager);
|
|
11302
|
+
const ficClient = new UserFederatedIdentityCredentialClient(clientConfig);
|
|
11303
|
+
this.logger.verbose("UserFederatedIdentityCredential client created", validRequest.correlationId);
|
|
11304
|
+
return await ficClient.acquireToken(validRequest);
|
|
11305
|
+
}
|
|
11306
|
+
catch (e) {
|
|
11307
|
+
if (e instanceof AuthError) {
|
|
11308
|
+
e.correlationId = validRequest.correlationId;
|
|
11034
11309
|
}
|
|
11310
|
+
serverTelemetryManager.cacheFailedRequest(e);
|
|
11035
11311
|
throw e;
|
|
11036
11312
|
}
|
|
11037
11313
|
}
|
|
@@ -11270,7 +11546,7 @@ class BaseManagedIdentitySource {
|
|
|
11270
11546
|
throw error;
|
|
11271
11547
|
}
|
|
11272
11548
|
else {
|
|
11273
|
-
throw createClientAuthError(networkError);
|
|
11549
|
+
throw createClientAuthError(networkError, managedIdentityRequest.correlationId);
|
|
11274
11550
|
}
|
|
11275
11551
|
}
|
|
11276
11552
|
const responseHandler = new ResponseHandler(managedIdentityId.id, this.nodeStorage, this.cryptoProvider, this.logger, new StubPerformanceClient(), null, null);
|
|
@@ -11309,7 +11585,7 @@ class BaseManagedIdentitySource {
|
|
|
11309
11585
|
this.logger.info("[Managed Identity] Adding user assigned object id to the request.", "");
|
|
11310
11586
|
return ManagedIdentityUserAssignedIdQueryParameterNames.MANAGED_IDENTITY_OBJECT_ID;
|
|
11311
11587
|
default:
|
|
11312
|
-
throw createManagedIdentityError(invalidManagedIdentityIdType);
|
|
11588
|
+
throw createManagedIdentityError(invalidManagedIdentityIdType, "");
|
|
11313
11589
|
}
|
|
11314
11590
|
}
|
|
11315
11591
|
}
|
|
@@ -11329,11 +11605,12 @@ class BaseManagedIdentitySource {
|
|
|
11329
11605
|
*/
|
|
11330
11606
|
BaseManagedIdentitySource.getValidatedEnvVariableUrlString = (envVariableStringName, envVariable, sourceName, logger) => {
|
|
11331
11607
|
try {
|
|
11332
|
-
|
|
11608
|
+
// Static boot-time helper invoked from each MI source's tryCreate() before any request exists
|
|
11609
|
+
return new UrlString(envVariable, "").urlString;
|
|
11333
11610
|
}
|
|
11334
11611
|
catch (error) {
|
|
11335
11612
|
logger.info(`[Managed Identity] ${sourceName} managed identity is unavailable because the '${envVariableStringName}' environment variable is malformed.`, "");
|
|
11336
|
-
throw createManagedIdentityError(MsiEnvironmentVariableUrlMalformedErrorCodes[envVariableStringName]);
|
|
11613
|
+
throw createManagedIdentityError(MsiEnvironmentVariableUrlMalformedErrorCodes[envVariableStringName], "");
|
|
11337
11614
|
}
|
|
11338
11615
|
};
|
|
11339
11616
|
|
|
@@ -11659,7 +11936,7 @@ class AzureArc extends BaseManagedIdentitySource {
|
|
|
11659
11936
|
logger.info(`[Managed Identity] Environment variables validation passed for ${ManagedIdentitySourceNames.AZURE_ARC} managed identity. Endpoint URI: ${validatedIdentityEndpoint}. Creating ${ManagedIdentitySourceNames.AZURE_ARC} managed identity.`, "");
|
|
11660
11937
|
}
|
|
11661
11938
|
if (managedIdentityId.idType !== ManagedIdentityIdType.SYSTEM_ASSIGNED) {
|
|
11662
|
-
throw createManagedIdentityError(unableToCreateAzureArc);
|
|
11939
|
+
throw createManagedIdentityError(unableToCreateAzureArc, "");
|
|
11663
11940
|
}
|
|
11664
11941
|
return new AzureArc(logger, nodeStorage, networkClient, cryptoProvider, disableInternalRetries, identityEndpoint);
|
|
11665
11942
|
}
|
|
@@ -11713,22 +11990,22 @@ class AzureArc extends BaseManagedIdentitySource {
|
|
|
11713
11990
|
if (originalResponse.status === HTTP_UNAUTHORIZED) {
|
|
11714
11991
|
const wwwAuthHeader = originalResponse.headers["www-authenticate"];
|
|
11715
11992
|
if (!wwwAuthHeader) {
|
|
11716
|
-
throw createManagedIdentityError(wwwAuthenticateHeaderMissing);
|
|
11993
|
+
throw createManagedIdentityError(wwwAuthenticateHeaderMissing, "");
|
|
11717
11994
|
}
|
|
11718
11995
|
if (!wwwAuthHeader.includes("Basic realm=")) {
|
|
11719
|
-
throw createManagedIdentityError(wwwAuthenticateHeaderUnsupportedFormat);
|
|
11996
|
+
throw createManagedIdentityError(wwwAuthenticateHeaderUnsupportedFormat, "");
|
|
11720
11997
|
}
|
|
11721
11998
|
const secretFilePath = wwwAuthHeader.split("Basic realm=")[1];
|
|
11722
11999
|
// throw an error if the managed identity application is not being run on Windows or Linux
|
|
11723
12000
|
if (!SUPPORTED_AZURE_ARC_PLATFORMS.hasOwnProperty(process.platform)) {
|
|
11724
|
-
throw createManagedIdentityError(platformNotSupported);
|
|
12001
|
+
throw createManagedIdentityError(platformNotSupported, "");
|
|
11725
12002
|
}
|
|
11726
12003
|
// get the expected Windows or Linux file path
|
|
11727
12004
|
const expectedSecretFilePath = SUPPORTED_AZURE_ARC_PLATFORMS[process.platform];
|
|
11728
12005
|
// throw an error if the file in the file path is not a .key file
|
|
11729
12006
|
const fileName = path.basename(secretFilePath);
|
|
11730
12007
|
if (!fileName.endsWith(".key")) {
|
|
11731
|
-
throw createManagedIdentityError(invalidFileExtension);
|
|
12008
|
+
throw createManagedIdentityError(invalidFileExtension, "");
|
|
11732
12009
|
}
|
|
11733
12010
|
/*
|
|
11734
12011
|
* throw an error if the file path from the www-authenticate header does not match the
|
|
@@ -11736,7 +12013,7 @@ class AzureArc extends BaseManagedIdentitySource {
|
|
|
11736
12013
|
* is running on
|
|
11737
12014
|
*/
|
|
11738
12015
|
if (expectedSecretFilePath + fileName !== secretFilePath) {
|
|
11739
|
-
throw createManagedIdentityError(invalidFilePath);
|
|
12016
|
+
throw createManagedIdentityError(invalidFilePath, "");
|
|
11740
12017
|
}
|
|
11741
12018
|
let secretFileSize;
|
|
11742
12019
|
// attempt to get the secret file's size, in bytes
|
|
@@ -11744,11 +12021,11 @@ class AzureArc extends BaseManagedIdentitySource {
|
|
|
11744
12021
|
secretFileSize = await fs.statSync(secretFilePath).size;
|
|
11745
12022
|
}
|
|
11746
12023
|
catch (e) {
|
|
11747
|
-
throw createManagedIdentityError(unableToReadSecretFile);
|
|
12024
|
+
throw createManagedIdentityError(unableToReadSecretFile, "");
|
|
11748
12025
|
}
|
|
11749
12026
|
// throw an error if the secret file's size is greater than 4096 bytes
|
|
11750
12027
|
if (secretFileSize > AZURE_ARC_SECRET_FILE_MAX_SIZE_BYTES) {
|
|
11751
|
-
throw createManagedIdentityError(invalidSecret);
|
|
12028
|
+
throw createManagedIdentityError(invalidSecret, "");
|
|
11752
12029
|
}
|
|
11753
12030
|
// attempt to read the contents of the secret file
|
|
11754
12031
|
let secret;
|
|
@@ -11756,7 +12033,7 @@ class AzureArc extends BaseManagedIdentitySource {
|
|
|
11756
12033
|
secret = fs.readFileSync(secretFilePath, EncodingTypes.UTF8);
|
|
11757
12034
|
}
|
|
11758
12035
|
catch (e) {
|
|
11759
|
-
throw createManagedIdentityError(unableToReadSecretFile);
|
|
12036
|
+
throw createManagedIdentityError(unableToReadSecretFile, "");
|
|
11760
12037
|
}
|
|
11761
12038
|
const authHeaderValue = `Basic ${secret}`;
|
|
11762
12039
|
this.logger.info(`[Managed Identity] Adding authorization header to the request.`, "");
|
|
@@ -11770,7 +12047,7 @@ class AzureArc extends BaseManagedIdentitySource {
|
|
|
11770
12047
|
throw error;
|
|
11771
12048
|
}
|
|
11772
12049
|
else {
|
|
11773
|
-
throw createClientAuthError(networkError);
|
|
12050
|
+
throw createClientAuthError(networkError, "");
|
|
11774
12051
|
}
|
|
11775
12052
|
}
|
|
11776
12053
|
}
|
|
@@ -11847,7 +12124,7 @@ class CloudShell extends BaseManagedIdentitySource {
|
|
|
11847
12124
|
const validatedMsiEndpoint = CloudShell.getValidatedEnvVariableUrlString(ManagedIdentityEnvironmentVariableNames.MSI_ENDPOINT, msiEndpoint, ManagedIdentitySourceNames.CLOUD_SHELL, logger);
|
|
11848
12125
|
logger.info(`[Managed Identity] Environment variable validation passed for ${ManagedIdentitySourceNames.CLOUD_SHELL} managed identity. Endpoint URI: ${validatedMsiEndpoint}. Creating ${ManagedIdentitySourceNames.CLOUD_SHELL} managed identity.`, "");
|
|
11849
12126
|
if (managedIdentityId.idType !== ManagedIdentityIdType.SYSTEM_ASSIGNED) {
|
|
11850
|
-
throw createManagedIdentityError(unableToCreateCloudShell);
|
|
12127
|
+
throw createManagedIdentityError(unableToCreateCloudShell, "");
|
|
11851
12128
|
}
|
|
11852
12129
|
return new CloudShell(logger, nodeStorage, networkClient, cryptoProvider, disableInternalRetries, msiEndpoint);
|
|
11853
12130
|
}
|
|
@@ -12387,7 +12664,7 @@ class ManagedIdentityClient {
|
|
|
12387
12664
|
AzureArc.tryCreate(logger, nodeStorage, networkClient, cryptoProvider, disableInternalRetries, managedIdentityId) ||
|
|
12388
12665
|
Imds.tryCreate(logger, nodeStorage, networkClient, cryptoProvider, disableInternalRetries);
|
|
12389
12666
|
if (!source) {
|
|
12390
|
-
throw createManagedIdentityError(unableToCreateSource);
|
|
12667
|
+
throw createManagedIdentityError(unableToCreateSource, "");
|
|
12391
12668
|
}
|
|
12392
12669
|
return source;
|
|
12393
12670
|
}
|
|
@@ -12439,7 +12716,7 @@ class ManagedIdentityApplication {
|
|
|
12439
12716
|
*/
|
|
12440
12717
|
async acquireToken(managedIdentityRequestParams) {
|
|
12441
12718
|
if (!managedIdentityRequestParams.resource) {
|
|
12442
|
-
throw createClientConfigurationError(urlEmptyError);
|
|
12719
|
+
throw createClientConfigurationError(urlEmptyError, "");
|
|
12443
12720
|
}
|
|
12444
12721
|
const managedIdentityRequest = {
|
|
12445
12722
|
forceRefresh: managedIdentityRequestParams.forceRefresh,
|