@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
package/node_modules/@azure/msal-common/lib/{index-node-DHSwXao8.js → index-node-C_uKaUiZ.js}
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @azure/msal-common v16.
|
|
1
|
+
/*! @azure/msal-common v16.11.0 2026-06-30 */
|
|
2
2
|
'use strict';
|
|
3
3
|
'use strict';
|
|
4
4
|
|
|
@@ -29,7 +29,7 @@ function getDefaultErrorMessage(code) {
|
|
|
29
29
|
* General error class thrown by the MSAL.js library.
|
|
30
30
|
*/
|
|
31
31
|
class AuthError extends Error {
|
|
32
|
-
constructor(errorCode, errorMessage, suberror) {
|
|
32
|
+
constructor(errorCode, correlationId, errorMessage, suberror) {
|
|
33
33
|
const message = errorMessage ||
|
|
34
34
|
(errorCode ? getDefaultErrorMessage(errorCode) : "");
|
|
35
35
|
const errorString = message ? `${errorCode}: ${message}` : errorCode;
|
|
@@ -38,14 +38,12 @@ class AuthError extends Error {
|
|
|
38
38
|
this.errorCode = errorCode || "";
|
|
39
39
|
this.errorMessage = message || "";
|
|
40
40
|
this.subError = suberror || "";
|
|
41
|
-
this.name = "AuthError";
|
|
42
|
-
}
|
|
43
|
-
setCorrelationId(correlationId) {
|
|
44
41
|
this.correlationId = correlationId;
|
|
42
|
+
this.name = "AuthError";
|
|
45
43
|
}
|
|
46
44
|
}
|
|
47
|
-
function createAuthError(code, additionalMessage) {
|
|
48
|
-
return new AuthError(code, additionalMessage || getDefaultErrorMessage(code));
|
|
45
|
+
function createAuthError(code, correlationId, additionalMessage) {
|
|
46
|
+
return new AuthError(code, correlationId, additionalMessage || getDefaultErrorMessage(code));
|
|
49
47
|
}
|
|
50
48
|
|
|
51
49
|
/*
|
|
@@ -64,8 +62,6 @@ const invalidState = "invalid_state";
|
|
|
64
62
|
const stateMismatch = "state_mismatch";
|
|
65
63
|
const stateNotFound = "state_not_found";
|
|
66
64
|
const nonceMismatch = "nonce_mismatch";
|
|
67
|
-
const authTimeNotFound = "auth_time_not_found";
|
|
68
|
-
const maxAgeTranspired = "max_age_transpired";
|
|
69
65
|
const multipleMatchingTokens = "multiple_matching_tokens";
|
|
70
66
|
const multipleMatchingAppMetadata = "multiple_matching_appMetadata";
|
|
71
67
|
const requestCannotBeMade = "request_cannot_be_made";
|
|
@@ -94,7 +90,6 @@ const misplacedResourceParam = "misplaced_resource_parameter";
|
|
|
94
90
|
|
|
95
91
|
var ClientAuthErrorCodes = /*#__PURE__*/Object.freeze({
|
|
96
92
|
__proto__: null,
|
|
97
|
-
authTimeNotFound: authTimeNotFound,
|
|
98
93
|
authorizationCodeMissingFromServerResponse: authorizationCodeMissingFromServerResponse,
|
|
99
94
|
bindingKeyNotRemoved: bindingKeyNotRemoved,
|
|
100
95
|
cannotAppendScopeSet: cannotAppendScopeSet,
|
|
@@ -109,7 +104,6 @@ var ClientAuthErrorCodes = /*#__PURE__*/Object.freeze({
|
|
|
109
104
|
invalidCacheRecord: invalidCacheRecord,
|
|
110
105
|
invalidState: invalidState,
|
|
111
106
|
keyIdMissing: keyIdMissing,
|
|
112
|
-
maxAgeTranspired: maxAgeTranspired,
|
|
113
107
|
methodNotImplemented: methodNotImplemented,
|
|
114
108
|
misplacedResourceParam: misplacedResourceParam,
|
|
115
109
|
multipleMatchingAppMetadata: multipleMatchingAppMetadata,
|
|
@@ -146,14 +140,14 @@ var ClientAuthErrorCodes = /*#__PURE__*/Object.freeze({
|
|
|
146
140
|
* Error thrown when there is an error in the client code running on the browser.
|
|
147
141
|
*/
|
|
148
142
|
class ClientAuthError extends AuthError {
|
|
149
|
-
constructor(errorCode, additionalMessage) {
|
|
150
|
-
super(errorCode, additionalMessage);
|
|
143
|
+
constructor(errorCode, correlationId, additionalMessage) {
|
|
144
|
+
super(errorCode, correlationId, additionalMessage);
|
|
151
145
|
this.name = "ClientAuthError";
|
|
152
146
|
Object.setPrototypeOf(this, ClientAuthError.prototype);
|
|
153
147
|
}
|
|
154
148
|
}
|
|
155
|
-
function createClientAuthError(errorCode, additionalMessage) {
|
|
156
|
-
return new ClientAuthError(errorCode, additionalMessage);
|
|
149
|
+
function createClientAuthError(errorCode, correlationId, additionalMessage) {
|
|
150
|
+
return new ClientAuthError(errorCode, correlationId, additionalMessage);
|
|
157
151
|
}
|
|
158
152
|
|
|
159
153
|
/*
|
|
@@ -165,8 +159,8 @@ function createClientAuthError(errorCode, additionalMessage) {
|
|
|
165
159
|
*
|
|
166
160
|
* @param encodedToken
|
|
167
161
|
*/
|
|
168
|
-
function extractTokenClaims(encodedToken, base64Decode) {
|
|
169
|
-
const jswPayload = getJWSPayload(encodedToken);
|
|
162
|
+
function extractTokenClaims(encodedToken, base64Decode, correlationId) {
|
|
163
|
+
const jswPayload = getJWSPayload(encodedToken, correlationId);
|
|
170
164
|
// token will be decoded to get the username
|
|
171
165
|
try {
|
|
172
166
|
// base64Decode() should throw an error if there is an issue
|
|
@@ -174,7 +168,7 @@ function extractTokenClaims(encodedToken, base64Decode) {
|
|
|
174
168
|
return JSON.parse(base64Decoded);
|
|
175
169
|
}
|
|
176
170
|
catch (err) {
|
|
177
|
-
throw createClientAuthError(tokenParsingError);
|
|
171
|
+
throw createClientAuthError(tokenParsingError, correlationId);
|
|
178
172
|
}
|
|
179
173
|
}
|
|
180
174
|
/**
|
|
@@ -201,14 +195,14 @@ function isKmsi(idTokenClaims) {
|
|
|
201
195
|
*
|
|
202
196
|
* @param authToken
|
|
203
197
|
*/
|
|
204
|
-
function getJWSPayload(authToken) {
|
|
198
|
+
function getJWSPayload(authToken, correlationId) {
|
|
205
199
|
if (!authToken) {
|
|
206
|
-
throw createClientAuthError(nullOrEmptyToken);
|
|
200
|
+
throw createClientAuthError(nullOrEmptyToken, correlationId);
|
|
207
201
|
}
|
|
208
202
|
const tokenPartsRegex = /^([^\.\s]*)\.([^\.\s]+)\.([^\.\s]*)$/;
|
|
209
203
|
const matches = tokenPartsRegex.exec(authToken);
|
|
210
204
|
if (!matches || matches.length < 4) {
|
|
211
|
-
throw createClientAuthError(tokenParsingError);
|
|
205
|
+
throw createClientAuthError(tokenParsingError, correlationId);
|
|
212
206
|
}
|
|
213
207
|
/**
|
|
214
208
|
* const crackedToken = {
|
|
@@ -218,25 +212,10 @@ function getJWSPayload(authToken) {
|
|
|
218
212
|
* };
|
|
219
213
|
*/
|
|
220
214
|
return matches[2];
|
|
221
|
-
}
|
|
222
|
-
/**
|
|
223
|
-
* Determine if the token's max_age has transpired
|
|
224
|
-
*/
|
|
225
|
-
function checkMaxAge(authTime, maxAge) {
|
|
226
|
-
/*
|
|
227
|
-
* per https://openid.net/specs/openid-connect-core-1_0.html#AuthRequest
|
|
228
|
-
* To force an immediate re-authentication: If an app requires that a user re-authenticate prior to access,
|
|
229
|
-
* provide a value of 0 for the max_age parameter and the AS will force a fresh login.
|
|
230
|
-
*/
|
|
231
|
-
const fiveMinuteSkew = 300000; // five minutes in milliseconds
|
|
232
|
-
if (maxAge === 0 || Date.now() - fiveMinuteSkew > authTime + maxAge) {
|
|
233
|
-
throw createClientAuthError(maxAgeTranspired);
|
|
234
|
-
}
|
|
235
215
|
}
|
|
236
216
|
|
|
237
217
|
var AuthToken = /*#__PURE__*/Object.freeze({
|
|
238
218
|
__proto__: null,
|
|
239
|
-
checkMaxAge: checkMaxAge,
|
|
240
219
|
extractTokenClaims: extractTokenClaims,
|
|
241
220
|
getJWSPayload: getJWSPayload,
|
|
242
221
|
isKmsi: isKmsi
|
|
@@ -332,14 +311,14 @@ var ClientConfigurationErrorCodes = /*#__PURE__*/Object.freeze({
|
|
|
332
311
|
* Error thrown when there is an error in configuration of the MSAL.js library.
|
|
333
312
|
*/
|
|
334
313
|
class ClientConfigurationError extends AuthError {
|
|
335
|
-
constructor(errorCode) {
|
|
336
|
-
super(errorCode);
|
|
314
|
+
constructor(errorCode, correlationId) {
|
|
315
|
+
super(errorCode, correlationId);
|
|
337
316
|
this.name = "ClientConfigurationError";
|
|
338
317
|
Object.setPrototypeOf(this, ClientConfigurationError.prototype);
|
|
339
318
|
}
|
|
340
319
|
}
|
|
341
|
-
function createClientConfigurationError(errorCode) {
|
|
342
|
-
return new ClientConfigurationError(errorCode);
|
|
320
|
+
function createClientConfigurationError(errorCode, correlationId) {
|
|
321
|
+
return new ClientConfigurationError(errorCode, correlationId);
|
|
343
322
|
}
|
|
344
323
|
|
|
345
324
|
/*
|
|
@@ -454,8 +433,8 @@ const AUTHORIZATION_PENDING = "authorization_pending";
|
|
|
454
433
|
const NOT_APPLICABLE = "N/A";
|
|
455
434
|
const NOT_AVAILABLE = "Not Available";
|
|
456
435
|
const FORWARD_SLASH = "/";
|
|
457
|
-
const IMDS_ENDPOINT = "http://169.254.169.254/metadata/instance/compute
|
|
458
|
-
const IMDS_VERSION = "
|
|
436
|
+
const IMDS_ENDPOINT = "http://169.254.169.254/metadata/instance/compute";
|
|
437
|
+
const IMDS_VERSION = "2021-02-01";
|
|
459
438
|
const IMDS_TIMEOUT = 2000;
|
|
460
439
|
const AZURE_REGION_AUTO_DISCOVER_FLAG = "TryAutoDetect";
|
|
461
440
|
const REGIONAL_AUTH_PUBLIC_CLOUD_SUFFIX = "login.microsoft.com";
|
|
@@ -529,6 +508,9 @@ const AADAuthority = {
|
|
|
529
508
|
const ClaimsRequestKeys = {
|
|
530
509
|
ACCESS_TOKEN: "access_token",
|
|
531
510
|
XMS_CC: "xms_cc",
|
|
511
|
+
ID_TOKEN: "id_token",
|
|
512
|
+
SIGNIN_STATE: "signin_state",
|
|
513
|
+
LOGIN_HINT: "login_hint",
|
|
532
514
|
};
|
|
533
515
|
/**
|
|
534
516
|
* we considered making this "enum" in the request instead of string, however it looks like the allowed list of
|
|
@@ -577,6 +559,7 @@ const GrantType = {
|
|
|
577
559
|
REFRESH_TOKEN_GRANT: "refresh_token",
|
|
578
560
|
DEVICE_CODE_GRANT: "device_code",
|
|
579
561
|
JWT_BEARER: "urn:ietf:params:oauth:grant-type:jwt-bearer",
|
|
562
|
+
USER_FIC: "user_fic",
|
|
580
563
|
};
|
|
581
564
|
/**
|
|
582
565
|
* Account types in Cache
|
|
@@ -830,11 +813,12 @@ class UrlString {
|
|
|
830
813
|
get urlString() {
|
|
831
814
|
return this._urlString;
|
|
832
815
|
}
|
|
833
|
-
constructor(url) {
|
|
816
|
+
constructor(url, correlationId) {
|
|
834
817
|
this._urlString = url;
|
|
818
|
+
this.correlationId = correlationId;
|
|
835
819
|
if (!this._urlString) {
|
|
836
820
|
// Throws error if url is empty
|
|
837
|
-
throw createClientConfigurationError(urlEmptyError);
|
|
821
|
+
throw createClientConfigurationError(urlEmptyError, correlationId);
|
|
838
822
|
}
|
|
839
823
|
if (!url.includes("#")) {
|
|
840
824
|
this._urlString = UrlString.canonicalizeUri(url);
|
|
@@ -870,16 +854,16 @@ class UrlString {
|
|
|
870
854
|
components = this.getUrlComponents();
|
|
871
855
|
}
|
|
872
856
|
catch (e) {
|
|
873
|
-
throw createClientConfigurationError(urlParseError);
|
|
857
|
+
throw createClientConfigurationError(urlParseError, this.correlationId);
|
|
874
858
|
}
|
|
875
859
|
// Throw error if URI or path segments are not parseable.
|
|
876
860
|
if (!components.HostNameAndPort || !components.PathSegments) {
|
|
877
|
-
throw createClientConfigurationError(urlParseError);
|
|
861
|
+
throw createClientConfigurationError(urlParseError, this.correlationId);
|
|
878
862
|
}
|
|
879
863
|
// Throw error if uri is insecure.
|
|
880
864
|
if (!components.Protocol ||
|
|
881
865
|
components.Protocol.toLowerCase() !== "https:") {
|
|
882
|
-
throw createClientConfigurationError(authorityUriInsecure);
|
|
866
|
+
throw createClientConfigurationError(authorityUriInsecure, this.correlationId);
|
|
883
867
|
}
|
|
884
868
|
}
|
|
885
869
|
/**
|
|
@@ -916,7 +900,7 @@ class UrlString {
|
|
|
916
900
|
pathArray[0] === AADAuthority.ORGANIZATIONS)) {
|
|
917
901
|
pathArray[0] = tenantId;
|
|
918
902
|
}
|
|
919
|
-
return UrlString.constructAuthorityUriFromObject(urlObject);
|
|
903
|
+
return UrlString.constructAuthorityUriFromObject(urlObject, this.correlationId);
|
|
920
904
|
}
|
|
921
905
|
/**
|
|
922
906
|
* Parses out the components from a url string.
|
|
@@ -928,7 +912,7 @@ class UrlString {
|
|
|
928
912
|
// If url string does not match regEx, we throw an error
|
|
929
913
|
const match = this.urlString.match(regEx);
|
|
930
914
|
if (!match) {
|
|
931
|
-
throw createClientConfigurationError(urlParseError);
|
|
915
|
+
throw createClientConfigurationError(urlParseError, this.correlationId);
|
|
932
916
|
}
|
|
933
917
|
// Url component object
|
|
934
918
|
const urlComponents = {
|
|
@@ -946,17 +930,17 @@ class UrlString {
|
|
|
946
930
|
}
|
|
947
931
|
return urlComponents;
|
|
948
932
|
}
|
|
949
|
-
static getDomainFromUrl(url) {
|
|
933
|
+
static getDomainFromUrl(url, correlationId) {
|
|
950
934
|
const regEx = RegExp("^([^:/?#]+://)?([^/?#]*)");
|
|
951
935
|
const match = url.match(regEx);
|
|
952
936
|
if (!match) {
|
|
953
|
-
throw createClientConfigurationError(urlParseError);
|
|
937
|
+
throw createClientConfigurationError(urlParseError, correlationId);
|
|
954
938
|
}
|
|
955
939
|
return match[2];
|
|
956
940
|
}
|
|
957
|
-
static getAbsoluteUrl(relativeUrl, baseUrl) {
|
|
941
|
+
static getAbsoluteUrl(relativeUrl, baseUrl, correlationId) {
|
|
958
942
|
if (relativeUrl[0] === FORWARD_SLASH) {
|
|
959
|
-
const url = new UrlString(baseUrl);
|
|
943
|
+
const url = new UrlString(baseUrl, correlationId);
|
|
960
944
|
const baseComponents = url.getUrlComponents();
|
|
961
945
|
return (baseComponents.Protocol +
|
|
962
946
|
"//" +
|
|
@@ -965,12 +949,12 @@ class UrlString {
|
|
|
965
949
|
}
|
|
966
950
|
return relativeUrl;
|
|
967
951
|
}
|
|
968
|
-
static constructAuthorityUriFromObject(urlObject) {
|
|
952
|
+
static constructAuthorityUriFromObject(urlObject, correlationId) {
|
|
969
953
|
return new UrlString(urlObject.Protocol +
|
|
970
954
|
"//" +
|
|
971
955
|
urlObject.HostNameAndPort +
|
|
972
956
|
"/" +
|
|
973
|
-
urlObject.PathSegments.join("/"));
|
|
957
|
+
urlObject.PathSegments.join("/"), correlationId);
|
|
974
958
|
}
|
|
975
959
|
}
|
|
976
960
|
|
|
@@ -1088,7 +1072,7 @@ function getAliasesFromStaticSources(staticAuthorityOptions, logger, correlation
|
|
|
1088
1072
|
let staticAliases;
|
|
1089
1073
|
const canonicalAuthority = staticAuthorityOptions.canonicalAuthority;
|
|
1090
1074
|
if (canonicalAuthority) {
|
|
1091
|
-
const authorityHost = new UrlString(canonicalAuthority).getUrlComponents().HostNameAndPort;
|
|
1075
|
+
const authorityHost = new UrlString(canonicalAuthority, correlationId).getUrlComponents().HostNameAndPort;
|
|
1092
1076
|
staticAliases =
|
|
1093
1077
|
getAliasesFromMetadata(logger, correlationId, authorityHost, staticAuthorityOptions.cloudDiscoveryMetadata?.metadata, AuthorityMetadataSource.CONFIG) ||
|
|
1094
1078
|
getAliasesFromMetadata(logger, correlationId, authorityHost, InstanceDiscoveryMetadata.metadata, AuthorityMetadataSource.HARDCODED_VALUES) ||
|
|
@@ -1415,9 +1399,12 @@ class RegionDiscovery {
|
|
|
1415
1399
|
try {
|
|
1416
1400
|
const localIMDSVersionResponse = await invokeAsync(this.getRegionFromIMDS.bind(this), RegionDiscoveryGetRegionFromIMDS, this.logger, this.performanceClient, this.correlationId)(IMDS_VERSION, options);
|
|
1417
1401
|
if (localIMDSVersionResponse.status === HTTP_SUCCESS) {
|
|
1418
|
-
autodetectedRegionName =
|
|
1419
|
-
|
|
1420
|
-
|
|
1402
|
+
autodetectedRegionName =
|
|
1403
|
+
localIMDSVersionResponse.body?.location;
|
|
1404
|
+
if (autodetectedRegionName) {
|
|
1405
|
+
regionDiscoveryMetadata.region_source =
|
|
1406
|
+
RegionDiscoverySources.IMDS;
|
|
1407
|
+
}
|
|
1421
1408
|
}
|
|
1422
1409
|
// If the response using the local IMDS version failed, try to fetch the current version of IMDS and retry.
|
|
1423
1410
|
if (localIMDSVersionResponse.status ===
|
|
@@ -1432,9 +1419,11 @@ class RegionDiscovery {
|
|
|
1432
1419
|
if (currentIMDSVersionResponse.status ===
|
|
1433
1420
|
HTTP_SUCCESS) {
|
|
1434
1421
|
autodetectedRegionName =
|
|
1435
|
-
currentIMDSVersionResponse.body;
|
|
1436
|
-
|
|
1437
|
-
|
|
1422
|
+
currentIMDSVersionResponse.body?.location;
|
|
1423
|
+
if (autodetectedRegionName) {
|
|
1424
|
+
regionDiscoveryMetadata.region_source =
|
|
1425
|
+
RegionDiscoverySources.IMDS;
|
|
1426
|
+
}
|
|
1438
1427
|
}
|
|
1439
1428
|
}
|
|
1440
1429
|
}
|
|
@@ -1458,11 +1447,12 @@ class RegionDiscovery {
|
|
|
1458
1447
|
/**
|
|
1459
1448
|
* Make the call to the IMDS endpoint
|
|
1460
1449
|
*
|
|
1461
|
-
* @param
|
|
1462
|
-
* @
|
|
1450
|
+
* @param version
|
|
1451
|
+
* @param options
|
|
1452
|
+
* @returns Promise<NetworkResponse<ImdsComputeResponse>>
|
|
1463
1453
|
*/
|
|
1464
1454
|
async getRegionFromIMDS(version, options) {
|
|
1465
|
-
return this.networkInterface.sendGetRequestAsync(`${IMDS_ENDPOINT}?api-version=${version}
|
|
1455
|
+
return this.networkInterface.sendGetRequestAsync(`${IMDS_ENDPOINT}?api-version=${version}`, options, IMDS_TIMEOUT);
|
|
1466
1456
|
}
|
|
1467
1457
|
/**
|
|
1468
1458
|
* Get the most recent version of the IMDS endpoint available
|
|
@@ -1610,7 +1600,7 @@ function createIdTokenEntity(homeAccountId, environment, idToken, clientId, tena
|
|
|
1610
1600
|
* @param expiresOn
|
|
1611
1601
|
* @param extExpiresOn
|
|
1612
1602
|
*/
|
|
1613
|
-
function createAccessTokenEntity(homeAccountId, environment, accessToken, clientId, tenantId, scopes, expiresOn, extExpiresOn, base64Decode, refreshOn, tokenType, userAssertionHash, keyId) {
|
|
1603
|
+
function createAccessTokenEntity(homeAccountId, environment, accessToken, clientId, tenantId, scopes, expiresOn, extExpiresOn, base64Decode, correlationId, refreshOn, tokenType, userAssertionHash, keyId, additionalCacheKeyComponents) {
|
|
1614
1604
|
const atEntity = {
|
|
1615
1605
|
homeAccountId: homeAccountId,
|
|
1616
1606
|
credentialType: CredentialType.ACCESS_TOKEN,
|
|
@@ -1642,9 +1632,9 @@ function createAccessTokenEntity(homeAccountId, environment, accessToken, client
|
|
|
1642
1632
|
switch (atEntity.tokenType) {
|
|
1643
1633
|
case AuthenticationScheme.POP:
|
|
1644
1634
|
// Make sure keyId is present and add it to credential
|
|
1645
|
-
const tokenClaims = extractTokenClaims(accessToken, base64Decode);
|
|
1635
|
+
const tokenClaims = extractTokenClaims(accessToken, base64Decode, correlationId);
|
|
1646
1636
|
if (!tokenClaims?.cnf?.kid) {
|
|
1647
|
-
throw createClientAuthError(tokenClaimsCnfRequiredForSignedJwt);
|
|
1637
|
+
throw createClientAuthError(tokenClaimsCnfRequiredForSignedJwt, correlationId);
|
|
1648
1638
|
}
|
|
1649
1639
|
atEntity.keyId = tokenClaims.cnf.kid;
|
|
1650
1640
|
break;
|
|
@@ -1652,6 +1642,11 @@ function createAccessTokenEntity(homeAccountId, environment, accessToken, client
|
|
|
1652
1642
|
atEntity.keyId = keyId;
|
|
1653
1643
|
}
|
|
1654
1644
|
}
|
|
1645
|
+
/* Additional cache key components for cache isolation (e.g., FMI path) */
|
|
1646
|
+
if (additionalCacheKeyComponents &&
|
|
1647
|
+
Object.keys(additionalCacheKeyComponents).length > 0) {
|
|
1648
|
+
atEntity.additionalCacheKeyComponents = additionalCacheKeyComponents;
|
|
1649
|
+
}
|
|
1655
1650
|
return atEntity;
|
|
1656
1651
|
}
|
|
1657
1652
|
/**
|
|
@@ -1811,6 +1806,7 @@ function generateAuthorityMetadataExpiresAt() {
|
|
|
1811
1806
|
return (nowSeconds() +
|
|
1812
1807
|
AUTHORITY_METADATA_REFRESH_TIME_SECONDS);
|
|
1813
1808
|
}
|
|
1809
|
+
/** @internal */
|
|
1814
1810
|
function updateAuthorityEndpointMetadata(authorityMetadata, updatedValues, fromNetwork) {
|
|
1815
1811
|
authorityMetadata.authorization_endpoint =
|
|
1816
1812
|
updatedValues.authorization_endpoint;
|
|
@@ -1820,6 +1816,7 @@ function updateAuthorityEndpointMetadata(authorityMetadata, updatedValues, fromN
|
|
|
1820
1816
|
authorityMetadata.endpointsFromNetwork = fromNetwork;
|
|
1821
1817
|
authorityMetadata.jwks_uri = updatedValues.jwks_uri;
|
|
1822
1818
|
}
|
|
1819
|
+
/** @internal */
|
|
1823
1820
|
function updateCloudDiscoveryMetadata(authorityMetadata, updatedValues, fromNetwork) {
|
|
1824
1821
|
authorityMetadata.aliases = updatedValues.aliases;
|
|
1825
1822
|
authorityMetadata.preferred_cache = updatedValues.preferred_cache;
|
|
@@ -1828,6 +1825,7 @@ function updateCloudDiscoveryMetadata(authorityMetadata, updatedValues, fromNetw
|
|
|
1828
1825
|
}
|
|
1829
1826
|
/**
|
|
1830
1827
|
* Returns whether or not the data needs to be refreshed
|
|
1828
|
+
* @internal
|
|
1831
1829
|
*/
|
|
1832
1830
|
function isAuthorityMetadataExpired(metadata) {
|
|
1833
1831
|
return metadata.expiresAt <= nowSeconds();
|
|
@@ -1881,7 +1879,7 @@ class Authority {
|
|
|
1881
1879
|
this.regionDiscovery = new RegionDiscovery(networkInterface, this.logger, this.performanceClient, this.correlationId);
|
|
1882
1880
|
}
|
|
1883
1881
|
/**
|
|
1884
|
-
* Get {@link AuthorityType}
|
|
1882
|
+
* Get {@link AuthorityType:type}
|
|
1885
1883
|
* @param authorityUri {@link IUri}
|
|
1886
1884
|
* @private
|
|
1887
1885
|
*/
|
|
@@ -1927,7 +1925,7 @@ class Authority {
|
|
|
1927
1925
|
* Sets canonical authority.
|
|
1928
1926
|
*/
|
|
1929
1927
|
set canonicalAuthority(url) {
|
|
1930
|
-
this._canonicalAuthority = new UrlString(url);
|
|
1928
|
+
this._canonicalAuthority = new UrlString(url, this.correlationId);
|
|
1931
1929
|
this._canonicalAuthority.validateAsUri();
|
|
1932
1930
|
this._canonicalAuthorityUrlComponents = null;
|
|
1933
1931
|
}
|
|
@@ -1961,7 +1959,7 @@ class Authority {
|
|
|
1961
1959
|
return this.replacePath(this.metadata.authorization_endpoint);
|
|
1962
1960
|
}
|
|
1963
1961
|
else {
|
|
1964
|
-
throw createClientAuthError(endpointResolutionError);
|
|
1962
|
+
throw createClientAuthError(endpointResolutionError, this.correlationId);
|
|
1965
1963
|
}
|
|
1966
1964
|
}
|
|
1967
1965
|
/**
|
|
@@ -1972,7 +1970,7 @@ class Authority {
|
|
|
1972
1970
|
return this.replacePath(this.metadata.token_endpoint);
|
|
1973
1971
|
}
|
|
1974
1972
|
else {
|
|
1975
|
-
throw createClientAuthError(endpointResolutionError);
|
|
1973
|
+
throw createClientAuthError(endpointResolutionError, this.correlationId);
|
|
1976
1974
|
}
|
|
1977
1975
|
}
|
|
1978
1976
|
get deviceCodeEndpoint() {
|
|
@@ -1980,7 +1978,7 @@ class Authority {
|
|
|
1980
1978
|
return this.replacePath(this.metadata.token_endpoint.replace("/token", "/devicecode"));
|
|
1981
1979
|
}
|
|
1982
1980
|
else {
|
|
1983
|
-
throw createClientAuthError(endpointResolutionError);
|
|
1981
|
+
throw createClientAuthError(endpointResolutionError, this.correlationId);
|
|
1984
1982
|
}
|
|
1985
1983
|
}
|
|
1986
1984
|
/**
|
|
@@ -1990,12 +1988,12 @@ class Authority {
|
|
|
1990
1988
|
if (this.discoveryComplete()) {
|
|
1991
1989
|
// ROPC policies may not have end_session_endpoint set
|
|
1992
1990
|
if (!this.metadata.end_session_endpoint) {
|
|
1993
|
-
throw createClientAuthError(endSessionEndpointNotSupported);
|
|
1991
|
+
throw createClientAuthError(endSessionEndpointNotSupported, this.correlationId);
|
|
1994
1992
|
}
|
|
1995
1993
|
return this.replacePath(this.metadata.end_session_endpoint);
|
|
1996
1994
|
}
|
|
1997
1995
|
else {
|
|
1998
|
-
throw createClientAuthError(endpointResolutionError);
|
|
1996
|
+
throw createClientAuthError(endpointResolutionError, this.correlationId);
|
|
1999
1997
|
}
|
|
2000
1998
|
}
|
|
2001
1999
|
/**
|
|
@@ -2006,7 +2004,7 @@ class Authority {
|
|
|
2006
2004
|
return this.replacePath(this.metadata.issuer);
|
|
2007
2005
|
}
|
|
2008
2006
|
else {
|
|
2009
|
-
throw createClientAuthError(endpointResolutionError);
|
|
2007
|
+
throw createClientAuthError(endpointResolutionError, this.correlationId);
|
|
2010
2008
|
}
|
|
2011
2009
|
}
|
|
2012
2010
|
/**
|
|
@@ -2017,7 +2015,7 @@ class Authority {
|
|
|
2017
2015
|
return this.replacePath(this.metadata.jwks_uri);
|
|
2018
2016
|
}
|
|
2019
2017
|
else {
|
|
2020
|
-
throw createClientAuthError(endpointResolutionError);
|
|
2018
|
+
throw createClientAuthError(endpointResolutionError, this.correlationId);
|
|
2021
2019
|
}
|
|
2022
2020
|
}
|
|
2023
2021
|
/**
|
|
@@ -2044,7 +2042,7 @@ class Authority {
|
|
|
2044
2042
|
*/
|
|
2045
2043
|
replacePath(urlString) {
|
|
2046
2044
|
let endpoint = urlString;
|
|
2047
|
-
const cachedAuthorityUrl = new UrlString(this.metadata.canonical_authority);
|
|
2045
|
+
const cachedAuthorityUrl = new UrlString(this.metadata.canonical_authority, this.correlationId);
|
|
2048
2046
|
const cachedAuthorityUrlComponents = cachedAuthorityUrl.getUrlComponents();
|
|
2049
2047
|
const cachedAuthorityParts = cachedAuthorityUrlComponents.PathSegments;
|
|
2050
2048
|
const currentAuthorityParts = this.canonicalAuthorityUrlComponents.PathSegments;
|
|
@@ -2052,7 +2050,7 @@ class Authority {
|
|
|
2052
2050
|
let cachedPart = cachedAuthorityParts[index];
|
|
2053
2051
|
if (index === 0 &&
|
|
2054
2052
|
this.canReplaceTenant(cachedAuthorityUrlComponents)) {
|
|
2055
|
-
const tenantId = new UrlString(this.metadata.authorization_endpoint).getUrlComponents().PathSegments[0];
|
|
2053
|
+
const tenantId = new UrlString(this.metadata.authorization_endpoint, this.correlationId).getUrlComponents().PathSegments[0];
|
|
2056
2054
|
/**
|
|
2057
2055
|
* Check if AAD canonical authority contains tenant domain name, for example "testdomain.onmicrosoft.com",
|
|
2058
2056
|
* by comparing its first path segment to the corresponding authorization endpoint path segment, which is
|
|
@@ -2186,7 +2184,7 @@ class Authority {
|
|
|
2186
2184
|
}
|
|
2187
2185
|
else {
|
|
2188
2186
|
// Metadata could not be obtained from the config, cache, network or hardcoded values
|
|
2189
|
-
throw createClientAuthError(openIdConfigError, this.defaultOpenIdConfigurationEndpoint);
|
|
2187
|
+
throw createClientAuthError(openIdConfigError, this.defaultOpenIdConfigurationEndpoint, this.correlationId);
|
|
2190
2188
|
}
|
|
2191
2189
|
}
|
|
2192
2190
|
/**
|
|
@@ -2238,7 +2236,7 @@ class Authority {
|
|
|
2238
2236
|
* @param metadataEntity
|
|
2239
2237
|
*/
|
|
2240
2238
|
isAuthoritySameType(metadataEntity) {
|
|
2241
|
-
const cachedAuthorityUrl = new UrlString(metadataEntity.canonical_authority);
|
|
2239
|
+
const cachedAuthorityUrl = new UrlString(metadataEntity.canonical_authority, this.correlationId);
|
|
2242
2240
|
const cachedParts = cachedAuthorityUrl.getUrlComponents().PathSegments;
|
|
2243
2241
|
return (cachedParts.length ===
|
|
2244
2242
|
this.canonicalAuthorityUrlComponents.PathSegments.length);
|
|
@@ -2252,7 +2250,7 @@ class Authority {
|
|
|
2252
2250
|
return JSON.parse(this.authorityOptions.authorityMetadata);
|
|
2253
2251
|
}
|
|
2254
2252
|
catch (e) {
|
|
2255
|
-
throw createClientConfigurationError(invalidAuthorityMetadata);
|
|
2253
|
+
throw createClientConfigurationError(invalidAuthorityMetadata, this.correlationId);
|
|
2256
2254
|
}
|
|
2257
2255
|
}
|
|
2258
2256
|
return null;
|
|
@@ -2308,7 +2306,7 @@ class Authority {
|
|
|
2308
2306
|
RegionDiscoveryOutcomes.CONFIGURED_NO_AUTO_DETECTION;
|
|
2309
2307
|
this.regionDiscoveryMetadata.region_used =
|
|
2310
2308
|
userConfiguredAzureRegion;
|
|
2311
|
-
return Authority.replaceWithRegionalInformation(metadata, userConfiguredAzureRegion);
|
|
2309
|
+
return Authority.replaceWithRegionalInformation(metadata, userConfiguredAzureRegion, this.correlationId);
|
|
2312
2310
|
}
|
|
2313
2311
|
const autodetectedRegionName = await invokeAsync(this.regionDiscovery.detectRegion.bind(this.regionDiscovery), RegionDiscoveryDetectRegion, this.logger, this.performanceClient, this.correlationId)(this.authorityOptions.azureRegionConfiguration
|
|
2314
2312
|
?.environmentRegion, this.regionDiscoveryMetadata);
|
|
@@ -2317,7 +2315,7 @@ class Authority {
|
|
|
2317
2315
|
RegionDiscoveryOutcomes.AUTO_DETECTION_REQUESTED_SUCCESSFUL;
|
|
2318
2316
|
this.regionDiscoveryMetadata.region_used =
|
|
2319
2317
|
autodetectedRegionName;
|
|
2320
|
-
return Authority.replaceWithRegionalInformation(metadata, autodetectedRegionName);
|
|
2318
|
+
return Authority.replaceWithRegionalInformation(metadata, autodetectedRegionName, this.correlationId);
|
|
2321
2319
|
}
|
|
2322
2320
|
this.regionDiscoveryMetadata.region_outcome =
|
|
2323
2321
|
RegionDiscoveryOutcomes.AUTO_DETECTION_REQUESTED_FAILED;
|
|
@@ -2342,7 +2340,7 @@ class Authority {
|
|
|
2342
2340
|
return AuthorityMetadataSource.NETWORK;
|
|
2343
2341
|
}
|
|
2344
2342
|
// Metadata could not be obtained from the config, cache, network or hardcoded values
|
|
2345
|
-
throw createClientConfigurationError(untrustedAuthority);
|
|
2343
|
+
throw createClientConfigurationError(untrustedAuthority, this.correlationId);
|
|
2346
2344
|
}
|
|
2347
2345
|
updateCloudDiscoveryMetadataFromLocalSources(metadataEntity) {
|
|
2348
2346
|
this.logger.verbose("Attempting to get cloud discovery metadata from authority configuration", this.correlationId);
|
|
@@ -2406,7 +2404,7 @@ class Authority {
|
|
|
2406
2404
|
}
|
|
2407
2405
|
catch (e) {
|
|
2408
2406
|
this.logger.verbose("Unable to parse the cloud discovery metadata. Throwing Invalid Cloud Discovery Metadata Error.", this.correlationId);
|
|
2409
|
-
throw createClientConfigurationError(invalidCloudDiscoveryMetadata);
|
|
2407
|
+
throw createClientConfigurationError(invalidCloudDiscoveryMetadata, this.correlationId);
|
|
2410
2408
|
}
|
|
2411
2409
|
}
|
|
2412
2410
|
// If cloudDiscoveryMetadata is empty or does not contain the host, check knownAuthorities
|
|
@@ -2484,8 +2482,7 @@ class Authority {
|
|
|
2484
2482
|
const normalizedHost = host.toLowerCase();
|
|
2485
2483
|
const matches = this.authorityOptions.knownAuthorities.filter((authority) => {
|
|
2486
2484
|
return (authority &&
|
|
2487
|
-
UrlString.getDomainFromUrl(authority).toLowerCase() ===
|
|
2488
|
-
normalizedHost);
|
|
2485
|
+
UrlString.getDomainFromUrl(authority, this.correlationId).toLowerCase() === normalizedHost);
|
|
2489
2486
|
});
|
|
2490
2487
|
return matches.length > 0;
|
|
2491
2488
|
}
|
|
@@ -2529,7 +2526,7 @@ class Authority {
|
|
|
2529
2526
|
return this.metadata.preferred_cache;
|
|
2530
2527
|
}
|
|
2531
2528
|
else {
|
|
2532
|
-
throw createClientAuthError(endpointResolutionError);
|
|
2529
|
+
throw createClientAuthError(endpointResolutionError, this.correlationId);
|
|
2533
2530
|
}
|
|
2534
2531
|
}
|
|
2535
2532
|
/**
|
|
@@ -2572,7 +2569,7 @@ class Authority {
|
|
|
2572
2569
|
*/
|
|
2573
2570
|
validateIssuer(issuer) {
|
|
2574
2571
|
if (!issuer) {
|
|
2575
|
-
throw createClientConfigurationError(issuerValidationFailed);
|
|
2572
|
+
throw createClientConfigurationError(issuerValidationFailed, this.correlationId);
|
|
2576
2573
|
}
|
|
2577
2574
|
// Parse with the WHATWG URL API. URL normalizes scheme + host to lowercase per RFC 3986.
|
|
2578
2575
|
let issuerUrl;
|
|
@@ -2580,7 +2577,7 @@ class Authority {
|
|
|
2580
2577
|
issuerUrl = new URL(issuer);
|
|
2581
2578
|
}
|
|
2582
2579
|
catch {
|
|
2583
|
-
throw createClientConfigurationError(issuerValidationFailed);
|
|
2580
|
+
throw createClientConfigurationError(issuerValidationFailed, this.correlationId);
|
|
2584
2581
|
}
|
|
2585
2582
|
const issuerScheme = issuerUrl.protocol;
|
|
2586
2583
|
const issuerHost = issuerUrl.host;
|
|
@@ -2618,7 +2615,7 @@ class Authority {
|
|
|
2618
2615
|
return;
|
|
2619
2616
|
}
|
|
2620
2617
|
// issuer validation fails if none of the above rules are satisfied
|
|
2621
|
-
throw createClientConfigurationError(issuerValidationFailed);
|
|
2618
|
+
throw createClientConfigurationError(issuerValidationFailed, this.correlationId);
|
|
2622
2619
|
}
|
|
2623
2620
|
/**
|
|
2624
2621
|
* Rule 1: The issuer scheme + host (and port) match the authority's. Path
|
|
@@ -2706,9 +2703,9 @@ class Authority {
|
|
|
2706
2703
|
* @param host string
|
|
2707
2704
|
* @param region string
|
|
2708
2705
|
*/
|
|
2709
|
-
static buildRegionalAuthorityString(host, region, queryString) {
|
|
2706
|
+
static buildRegionalAuthorityString(host, region, correlationId, queryString) {
|
|
2710
2707
|
// Create and validate a Url string object with the initial authority string
|
|
2711
|
-
const authorityUrlInstance = new UrlString(host);
|
|
2708
|
+
const authorityUrlInstance = new UrlString(host, correlationId);
|
|
2712
2709
|
authorityUrlInstance.validateAsUri();
|
|
2713
2710
|
const authorityUrlParts = authorityUrlInstance.getUrlComponents();
|
|
2714
2711
|
let hostNameAndPort = `${region}.${authorityUrlParts.HostNameAndPort}`;
|
|
@@ -2719,7 +2716,7 @@ class Authority {
|
|
|
2719
2716
|
const url = UrlString.constructAuthorityUriFromObject({
|
|
2720
2717
|
...authorityUrlInstance.getUrlComponents(),
|
|
2721
2718
|
HostNameAndPort: hostNameAndPort,
|
|
2722
|
-
}).urlString;
|
|
2719
|
+
}, correlationId).urlString;
|
|
2723
2720
|
// Add the query string if a query string was provided
|
|
2724
2721
|
if (queryString)
|
|
2725
2722
|
return `${url}?${queryString}`;
|
|
@@ -2731,15 +2728,15 @@ class Authority {
|
|
|
2731
2728
|
* @param metadata OpenIdConfigResponse
|
|
2732
2729
|
* @param azureRegion string
|
|
2733
2730
|
*/
|
|
2734
|
-
static replaceWithRegionalInformation(metadata, azureRegion) {
|
|
2731
|
+
static replaceWithRegionalInformation(metadata, azureRegion, correlationId) {
|
|
2735
2732
|
const regionalMetadata = { ...metadata };
|
|
2736
2733
|
regionalMetadata.authorization_endpoint =
|
|
2737
|
-
Authority.buildRegionalAuthorityString(regionalMetadata.authorization_endpoint, azureRegion);
|
|
2734
|
+
Authority.buildRegionalAuthorityString(regionalMetadata.authorization_endpoint, azureRegion, correlationId);
|
|
2738
2735
|
regionalMetadata.token_endpoint =
|
|
2739
|
-
Authority.buildRegionalAuthorityString(regionalMetadata.token_endpoint, azureRegion);
|
|
2736
|
+
Authority.buildRegionalAuthorityString(regionalMetadata.token_endpoint, azureRegion, correlationId);
|
|
2740
2737
|
if (regionalMetadata.end_session_endpoint) {
|
|
2741
2738
|
regionalMetadata.end_session_endpoint =
|
|
2742
|
-
Authority.buildRegionalAuthorityString(regionalMetadata.end_session_endpoint, azureRegion);
|
|
2739
|
+
Authority.buildRegionalAuthorityString(regionalMetadata.end_session_endpoint, azureRegion, correlationId);
|
|
2743
2740
|
}
|
|
2744
2741
|
return regionalMetadata;
|
|
2745
2742
|
}
|
|
@@ -2752,9 +2749,9 @@ class Authority {
|
|
|
2752
2749
|
*
|
|
2753
2750
|
* @param authority
|
|
2754
2751
|
*/
|
|
2755
|
-
static transformCIAMAuthority(authority) {
|
|
2752
|
+
static transformCIAMAuthority(authority, correlationId) {
|
|
2756
2753
|
let ciamAuthority = authority;
|
|
2757
|
-
const authorityUrl = new UrlString(authority);
|
|
2754
|
+
const authorityUrl = new UrlString(authority, correlationId);
|
|
2758
2755
|
const authorityUrlComponents = authorityUrl.getUrlComponents();
|
|
2759
2756
|
// check if transformation is needed
|
|
2760
2757
|
if (authorityUrlComponents.PathSegments.length === 0 &&
|
|
@@ -2776,8 +2773,8 @@ Authority.reservedTenantDomains = new Set([
|
|
|
2776
2773
|
/**
|
|
2777
2774
|
* Extract tenantId from authority
|
|
2778
2775
|
*/
|
|
2779
|
-
function getTenantFromAuthorityString(authority) {
|
|
2780
|
-
const authorityUrl = new UrlString(authority);
|
|
2776
|
+
function getTenantFromAuthorityString(authority, correlationId) {
|
|
2777
|
+
const authorityUrl = new UrlString(authority, correlationId);
|
|
2781
2778
|
const authorityUrlComponents = authorityUrl.getUrlComponents();
|
|
2782
2779
|
/**
|
|
2783
2780
|
* For credential matching purposes, tenantId is the last path segment of the authority URL:
|
|
@@ -2810,7 +2807,7 @@ function buildStaticAuthorityOptions(authOptions) {
|
|
|
2810
2807
|
cloudDiscoveryMetadata = JSON.parse(rawCloudDiscoveryMetadata);
|
|
2811
2808
|
}
|
|
2812
2809
|
catch (e) {
|
|
2813
|
-
throw createClientConfigurationError(invalidCloudDiscoveryMetadata);
|
|
2810
|
+
throw createClientConfigurationError(invalidCloudDiscoveryMetadata, "");
|
|
2814
2811
|
}
|
|
2815
2812
|
}
|
|
2816
2813
|
return {
|
|
@@ -2842,7 +2839,7 @@ function buildStaticAuthorityOptions(authOptions) {
|
|
|
2842
2839
|
* @internal
|
|
2843
2840
|
*/
|
|
2844
2841
|
async function createDiscoveredInstance(authorityUri, networkClient, cacheManager, authorityOptions, logger, correlationId, performanceClient) {
|
|
2845
|
-
const authorityUriFinal = Authority.transformCIAMAuthority(formatAuthorityUri(authorityUri));
|
|
2842
|
+
const authorityUriFinal = Authority.transformCIAMAuthority(formatAuthorityUri(authorityUri), correlationId);
|
|
2846
2843
|
// Initialize authority and perform discovery endpoint check.
|
|
2847
2844
|
const acquireTokenAuthority = new Authority(authorityUriFinal, networkClient, cacheManager, authorityOptions, logger, correlationId, performanceClient);
|
|
2848
2845
|
try {
|
|
@@ -2850,7 +2847,7 @@ async function createDiscoveredInstance(authorityUri, networkClient, cacheManage
|
|
|
2850
2847
|
return acquireTokenAuthority;
|
|
2851
2848
|
}
|
|
2852
2849
|
catch (e) {
|
|
2853
|
-
throw createClientAuthError(endpointResolutionError);
|
|
2850
|
+
throw createClientAuthError(endpointResolutionError, correlationId);
|
|
2854
2851
|
}
|
|
2855
2852
|
}
|
|
2856
2853
|
|
|
@@ -2863,28 +2860,6 @@ var AuthorityFactory = /*#__PURE__*/Object.freeze({
|
|
|
2863
2860
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
2864
2861
|
* Licensed under the MIT License.
|
|
2865
2862
|
*/
|
|
2866
|
-
/**
|
|
2867
|
-
* Canonicalizes a URL by making it lowercase and ensuring it ends with /
|
|
2868
|
-
* Inlined version of UrlString.canonicalizeUri to avoid circular dependency
|
|
2869
|
-
* @param url - URL to canonicalize
|
|
2870
|
-
* @returns Canonicalized URL
|
|
2871
|
-
*/
|
|
2872
|
-
function canonicalizeUrl(url) {
|
|
2873
|
-
if (!url) {
|
|
2874
|
-
return url;
|
|
2875
|
-
}
|
|
2876
|
-
let lowerCaseUrl = url.toLowerCase();
|
|
2877
|
-
if (StringUtils.endsWith(lowerCaseUrl, "?")) {
|
|
2878
|
-
lowerCaseUrl = lowerCaseUrl.slice(0, -1);
|
|
2879
|
-
}
|
|
2880
|
-
else if (StringUtils.endsWith(lowerCaseUrl, "?/")) {
|
|
2881
|
-
lowerCaseUrl = lowerCaseUrl.slice(0, -2);
|
|
2882
|
-
}
|
|
2883
|
-
if (!StringUtils.endsWith(lowerCaseUrl, "/")) {
|
|
2884
|
-
lowerCaseUrl += "/";
|
|
2885
|
-
}
|
|
2886
|
-
return lowerCaseUrl;
|
|
2887
|
-
}
|
|
2888
2863
|
/**
|
|
2889
2864
|
* Parses hash string from given string. Returns empty string if no hash symbol is found.
|
|
2890
2865
|
* @param hashString
|
|
@@ -2922,7 +2897,7 @@ function getDeserializedResponse(responseString) {
|
|
|
2922
2897
|
}
|
|
2923
2898
|
}
|
|
2924
2899
|
catch (e) {
|
|
2925
|
-
throw createClientAuthError(hashNotDeserialized);
|
|
2900
|
+
throw createClientAuthError(hashNotDeserialized, "");
|
|
2926
2901
|
}
|
|
2927
2902
|
return null;
|
|
2928
2903
|
}
|
|
@@ -2937,32 +2912,67 @@ function mapToQueryString(parameters) {
|
|
|
2937
2912
|
return queryParameterArray.join("&");
|
|
2938
2913
|
}
|
|
2939
2914
|
/**
|
|
2940
|
-
* Normalizes URLs for comparison
|
|
2941
|
-
*
|
|
2942
|
-
*
|
|
2915
|
+
* Normalizes URLs for comparison per MDN & RFC 3986 standards:
|
|
2916
|
+
* - Hash/fragment is removed
|
|
2917
|
+
* - Scheme and host are lowercased (case-insensitive per spec)
|
|
2918
|
+
* - Path and query parameters preserve original casing (case-sensitive per spec)
|
|
2919
|
+
* - Percent-encoding in pathname is normalized (e.g., %27 and ' are treated equivalently)
|
|
2920
|
+
* - Ensures pathname ends with /
|
|
2921
|
+
* Throws a urlParseError if the provided URL is malformed and cannot be parsed.
|
|
2943
2922
|
* @param url - URL to normalize
|
|
2923
|
+
* @param logger - Optional logger used to log parse failures
|
|
2924
|
+
* @param correlationId - Optional correlationId associated with the log entry
|
|
2944
2925
|
* @returns Normalized URL string for comparison
|
|
2945
2926
|
*/
|
|
2946
|
-
function normalizeUrlForComparison(url) {
|
|
2927
|
+
function normalizeUrlForComparison(url, logger, correlationId) {
|
|
2947
2928
|
if (!url) {
|
|
2948
2929
|
return url;
|
|
2949
2930
|
}
|
|
2950
|
-
// Remove hash first
|
|
2951
2931
|
const urlWithoutHash = url.split("#")[0];
|
|
2932
|
+
if (!urlWithoutHash) {
|
|
2933
|
+
return urlWithoutHash;
|
|
2934
|
+
}
|
|
2952
2935
|
try {
|
|
2953
|
-
// Parse the URL to handle encoding consistently
|
|
2954
2936
|
const urlObj = new URL(urlWithoutHash);
|
|
2955
|
-
|
|
2956
|
-
|
|
2957
|
-
|
|
2958
|
-
|
|
2959
|
-
|
|
2960
|
-
|
|
2961
|
-
|
|
2937
|
+
// Treat an empty query string (a bare trailing "?") as equivalent to no query
|
|
2938
|
+
if (!urlObj.search) {
|
|
2939
|
+
urlObj.search = "";
|
|
2940
|
+
}
|
|
2941
|
+
// Decode the pathname to normalize percent-encoding and ensure trailing slash
|
|
2942
|
+
let pathname;
|
|
2943
|
+
try {
|
|
2944
|
+
pathname = decodeURIComponent(urlObj.pathname);
|
|
2945
|
+
}
|
|
2946
|
+
catch (e) {
|
|
2947
|
+
pathname = urlObj.pathname;
|
|
2948
|
+
}
|
|
2949
|
+
if (!pathname.endsWith("/")) {
|
|
2950
|
+
pathname += "/";
|
|
2951
|
+
}
|
|
2952
|
+
urlObj.pathname = pathname;
|
|
2953
|
+
return urlObj.href;
|
|
2954
|
+
}
|
|
2955
|
+
catch (e) {
|
|
2956
|
+
logger?.error(`Failed to normalize URL for comparison: '${e}'`, correlationId || "");
|
|
2957
|
+
throw createClientConfigurationError(urlParseError, correlationId || "");
|
|
2958
|
+
}
|
|
2959
|
+
}
|
|
2960
|
+
/**
|
|
2961
|
+
* Validates that the provided value is a well-formed, parseable absolute URL.
|
|
2962
|
+
* Throws a urlParseError if the value cannot be parsed by the URL API (e.g. the
|
|
2963
|
+
* literal string "null", an empty string, or any malformed/relative URL). Use this
|
|
2964
|
+
* to guard against persisting an invalid value (such as a redirect URL) to the cache.
|
|
2965
|
+
* @param url - URL to validate
|
|
2966
|
+
* @param logger - Optional logger used to log validation failures
|
|
2967
|
+
* @param correlationId - Optional correlationId associated with the log entry
|
|
2968
|
+
*/
|
|
2969
|
+
function validateUrl(url, logger, correlationId) {
|
|
2970
|
+
try {
|
|
2971
|
+
new URL(url);
|
|
2962
2972
|
}
|
|
2963
2973
|
catch (e) {
|
|
2964
|
-
|
|
2965
|
-
|
|
2974
|
+
logger?.error(`Failed to validate URL: '${e}'`, correlationId || "");
|
|
2975
|
+
throw createClientConfigurationError(urlParseError, correlationId || "");
|
|
2966
2976
|
}
|
|
2967
2977
|
}
|
|
2968
2978
|
|
|
@@ -2971,7 +2981,8 @@ var UrlUtils = /*#__PURE__*/Object.freeze({
|
|
|
2971
2981
|
getDeserializedResponse: getDeserializedResponse,
|
|
2972
2982
|
mapToQueryString: mapToQueryString,
|
|
2973
2983
|
normalizeUrlForComparison: normalizeUrlForComparison,
|
|
2974
|
-
stripLeadingHashOrQuery: stripLeadingHashOrQuery
|
|
2984
|
+
stripLeadingHashOrQuery: stripLeadingHashOrQuery,
|
|
2985
|
+
validateUrl: validateUrl
|
|
2975
2986
|
});
|
|
2976
2987
|
|
|
2977
2988
|
/*
|
|
@@ -3037,7 +3048,11 @@ const INSTANCE_AWARE = "instance_aware";
|
|
|
3037
3048
|
const EAR_JWK = "ear_jwk";
|
|
3038
3049
|
const EAR_JWE_CRYPTO = "ear_jwe_crypto";
|
|
3039
3050
|
const RESOURCE = "resource";
|
|
3040
|
-
const CLI_DATA = "clidata";
|
|
3051
|
+
const CLI_DATA = "clidata";
|
|
3052
|
+
const USER_FEDERATED_IDENTITY_CREDENTIAL = "user_federated_identity_credential";
|
|
3053
|
+
const USERNAME = "username";
|
|
3054
|
+
const USER_ID = "user_id";
|
|
3055
|
+
const FMI_PATH = "fmi_path";
|
|
3041
3056
|
|
|
3042
3057
|
var AADServerParamKeys = /*#__PURE__*/Object.freeze({
|
|
3043
3058
|
__proto__: null,
|
|
@@ -3064,6 +3079,7 @@ var AADServerParamKeys = /*#__PURE__*/Object.freeze({
|
|
|
3064
3079
|
ERROR: ERROR,
|
|
3065
3080
|
ERROR_DESCRIPTION: ERROR_DESCRIPTION,
|
|
3066
3081
|
EXPIRES_IN: EXPIRES_IN,
|
|
3082
|
+
FMI_PATH: FMI_PATH,
|
|
3067
3083
|
FOCI: FOCI,
|
|
3068
3084
|
GRANT_TYPE: GRANT_TYPE,
|
|
3069
3085
|
ID_TOKEN: ID_TOKEN,
|
|
@@ -3091,6 +3107,9 @@ var AADServerParamKeys = /*#__PURE__*/Object.freeze({
|
|
|
3091
3107
|
SID: SID,
|
|
3092
3108
|
STATE: STATE,
|
|
3093
3109
|
TOKEN_TYPE: TOKEN_TYPE,
|
|
3110
|
+
USERNAME: USERNAME,
|
|
3111
|
+
USER_FEDERATED_IDENTITY_CREDENTIAL: USER_FEDERATED_IDENTITY_CREDENTIAL,
|
|
3112
|
+
USER_ID: USER_ID,
|
|
3094
3113
|
X_APP_NAME: X_APP_NAME,
|
|
3095
3114
|
X_APP_VER: X_APP_VER,
|
|
3096
3115
|
X_CLIENT_CPU: X_CLIENT_CPU,
|
|
@@ -3114,14 +3133,14 @@ var AADServerParamKeys = /*#__PURE__*/Object.freeze({
|
|
|
3114
3133
|
*/
|
|
3115
3134
|
function buildClientInfo(rawClientInfo, base64Decode) {
|
|
3116
3135
|
if (!rawClientInfo) {
|
|
3117
|
-
throw createClientAuthError(clientInfoEmptyError);
|
|
3136
|
+
throw createClientAuthError(clientInfoEmptyError, "");
|
|
3118
3137
|
}
|
|
3119
3138
|
try {
|
|
3120
3139
|
const decodedClientInfo = base64Decode(rawClientInfo);
|
|
3121
3140
|
return JSON.parse(decodedClientInfo);
|
|
3122
3141
|
}
|
|
3123
3142
|
catch (e) {
|
|
3124
|
-
throw createClientAuthError(clientInfoDecodingError);
|
|
3143
|
+
throw createClientAuthError(clientInfoDecodingError, "");
|
|
3125
3144
|
}
|
|
3126
3145
|
}
|
|
3127
3146
|
/**
|
|
@@ -3130,7 +3149,7 @@ function buildClientInfo(rawClientInfo, base64Decode) {
|
|
|
3130
3149
|
*/
|
|
3131
3150
|
function buildClientInfoFromHomeAccountId(homeAccountId) {
|
|
3132
3151
|
if (!homeAccountId) {
|
|
3133
|
-
throw createClientAuthError(clientInfoDecodingError);
|
|
3152
|
+
throw createClientAuthError(clientInfoDecodingError, "");
|
|
3134
3153
|
}
|
|
3135
3154
|
const clientInfoParts = homeAccountId.split(CLIENT_INFO_SEPARATOR, 2);
|
|
3136
3155
|
return {
|
|
@@ -3159,10 +3178,11 @@ function tenantIdMatchesHomeTenant(tenantId, homeAccountId) {
|
|
|
3159
3178
|
* @param homeAccountId - Home account identifier for this account object
|
|
3160
3179
|
* @param localAccountId - Local account identifer for this account object
|
|
3161
3180
|
* @param tenantId - Full tenant or organizational id that this account belongs to
|
|
3181
|
+
* @param nativeAccountId - Native account identifier for this tenant
|
|
3162
3182
|
* @param idTokenClaims - Claims from the ID token
|
|
3163
3183
|
* @returns
|
|
3164
3184
|
*/
|
|
3165
|
-
function buildTenantProfile(homeAccountId, localAccountId, tenantId, idTokenClaims) {
|
|
3185
|
+
function buildTenantProfile(homeAccountId, localAccountId, tenantId, nativeAccountId, idTokenClaims) {
|
|
3166
3186
|
if (idTokenClaims) {
|
|
3167
3187
|
const { oid, sub, tid, name, tfp, acr, preferred_username, upn, login_hint, } = idTokenClaims;
|
|
3168
3188
|
/**
|
|
@@ -3180,6 +3200,7 @@ function buildTenantProfile(homeAccountId, localAccountId, tenantId, idTokenClai
|
|
|
3180
3200
|
loginHint: login_hint,
|
|
3181
3201
|
isHomeTenant: tenantIdMatchesHomeTenant(tenantId, homeAccountId),
|
|
3182
3202
|
upn: upn,
|
|
3203
|
+
...(nativeAccountId && { nativeAccountId }),
|
|
3183
3204
|
};
|
|
3184
3205
|
}
|
|
3185
3206
|
else {
|
|
@@ -3188,6 +3209,7 @@ function buildTenantProfile(homeAccountId, localAccountId, tenantId, idTokenClai
|
|
|
3188
3209
|
localAccountId,
|
|
3189
3210
|
username: "",
|
|
3190
3211
|
isHomeTenant: tenantIdMatchesHomeTenant(tenantId, homeAccountId),
|
|
3212
|
+
...(nativeAccountId && { nativeAccountId }),
|
|
3191
3213
|
};
|
|
3192
3214
|
}
|
|
3193
3215
|
}
|
|
@@ -3209,12 +3231,13 @@ function updateAccountTenantProfileData(baseAccountInfo, tenantProfile, idTokenC
|
|
|
3209
3231
|
if (idTokenClaims) {
|
|
3210
3232
|
// Ignore isHomeTenant which is a utility property of tenant profile but not required in base account info
|
|
3211
3233
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
3212
|
-
const { isHomeTenant, ...claimsSourcedTenantProfile } = buildTenantProfile(baseAccountInfo.homeAccountId, baseAccountInfo.localAccountId, baseAccountInfo.tenantId, idTokenClaims);
|
|
3234
|
+
const { isHomeTenant, ...claimsSourcedTenantProfile } = buildTenantProfile(baseAccountInfo.homeAccountId, baseAccountInfo.localAccountId, baseAccountInfo.tenantId, updatedAccountInfo.nativeAccountId, idTokenClaims);
|
|
3213
3235
|
updatedAccountInfo = {
|
|
3214
3236
|
...updatedAccountInfo,
|
|
3215
3237
|
...claimsSourcedTenantProfile,
|
|
3216
3238
|
idTokenClaims: idTokenClaims,
|
|
3217
3239
|
idToken: idTokenSecret,
|
|
3240
|
+
kmsi: isKmsi(idTokenClaims),
|
|
3218
3241
|
};
|
|
3219
3242
|
return updatedAccountInfo;
|
|
3220
3243
|
}
|
|
@@ -3248,6 +3271,7 @@ function getTenantIdFromIdTokenClaims(idTokenClaims) {
|
|
|
3248
3271
|
*/
|
|
3249
3272
|
/**
|
|
3250
3273
|
* Generate Account Id key component as per the schema: <home_account_id>-<environment>
|
|
3274
|
+
* @internal
|
|
3251
3275
|
*/
|
|
3252
3276
|
function generateAccountId(accountEntity) {
|
|
3253
3277
|
const accountId = [
|
|
@@ -3258,6 +3282,7 @@ function generateAccountId(accountEntity) {
|
|
|
3258
3282
|
}
|
|
3259
3283
|
/**
|
|
3260
3284
|
* Returns the AccountInfo interface for this account.
|
|
3285
|
+
* @internal
|
|
3261
3286
|
*/
|
|
3262
3287
|
function getAccountInfo(accountEntity) {
|
|
3263
3288
|
const tenantProfiles = accountEntity.tenantProfiles || [];
|
|
@@ -3265,8 +3290,11 @@ function getAccountInfo(accountEntity) {
|
|
|
3265
3290
|
if (tenantProfiles.length === 0 &&
|
|
3266
3291
|
accountEntity.realm &&
|
|
3267
3292
|
accountEntity.localAccountId) {
|
|
3268
|
-
tenantProfiles.push(buildTenantProfile(accountEntity.homeAccountId, accountEntity.localAccountId, accountEntity.realm));
|
|
3293
|
+
tenantProfiles.push(buildTenantProfile(accountEntity.homeAccountId, accountEntity.localAccountId, accountEntity.realm, accountEntity.nativeAccountId));
|
|
3269
3294
|
}
|
|
3295
|
+
// Resolve nativeAccountId from the home tenant profile first, fall back to top-level (deprecated) for old cache entries
|
|
3296
|
+
const homeTenantProfile = tenantProfiles.find((tp) => tp.tenantId === accountEntity.realm);
|
|
3297
|
+
const nativeAccountId = homeTenantProfile?.nativeAccountId || accountEntity.nativeAccountId;
|
|
3270
3298
|
return {
|
|
3271
3299
|
homeAccountId: accountEntity.homeAccountId,
|
|
3272
3300
|
environment: accountEntity.environment,
|
|
@@ -3275,7 +3303,7 @@ function getAccountInfo(accountEntity) {
|
|
|
3275
3303
|
localAccountId: accountEntity.localAccountId,
|
|
3276
3304
|
loginHint: accountEntity.loginHint,
|
|
3277
3305
|
name: accountEntity.name,
|
|
3278
|
-
nativeAccountId:
|
|
3306
|
+
nativeAccountId: nativeAccountId,
|
|
3279
3307
|
authorityType: accountEntity.authorityType,
|
|
3280
3308
|
// Deserialize tenant profiles array into a Map
|
|
3281
3309
|
tenantProfiles: new Map(tenantProfiles.map((tenantProfile) => {
|
|
@@ -3286,6 +3314,7 @@ function getAccountInfo(accountEntity) {
|
|
|
3286
3314
|
}
|
|
3287
3315
|
/**
|
|
3288
3316
|
* Returns true if the account entity is in single tenant format (outdated), false otherwise
|
|
3317
|
+
* @internal
|
|
3289
3318
|
*/
|
|
3290
3319
|
function isSingleTenant(accountEntity) {
|
|
3291
3320
|
return !accountEntity.tenantProfiles;
|
|
@@ -3293,8 +3322,9 @@ function isSingleTenant(accountEntity) {
|
|
|
3293
3322
|
/**
|
|
3294
3323
|
* Build Account cache from IdToken, clientInfo and authority/policy. Associated with AAD.
|
|
3295
3324
|
* @param accountDetails
|
|
3325
|
+
* @internal
|
|
3296
3326
|
*/
|
|
3297
|
-
function createAccountEntity(accountDetails, authority, base64Decode) {
|
|
3327
|
+
function createAccountEntity(accountDetails, authority, correlationId, base64Decode) {
|
|
3298
3328
|
let authorityType;
|
|
3299
3329
|
if (authority.authorityType === AuthorityType.Adfs) {
|
|
3300
3330
|
authorityType = CACHE_ACCOUNT_TYPE_ADFS;
|
|
@@ -3316,7 +3346,7 @@ function createAccountEntity(accountDetails, authority, base64Decode) {
|
|
|
3316
3346
|
const env = accountDetails.environment ||
|
|
3317
3347
|
(authority && authority.getPreferredCache());
|
|
3318
3348
|
if (!env) {
|
|
3319
|
-
throw createClientAuthError(invalidCacheEnvironment);
|
|
3349
|
+
throw createClientAuthError(invalidCacheEnvironment, correlationId);
|
|
3320
3350
|
}
|
|
3321
3351
|
/*
|
|
3322
3352
|
* In B2C scenarios the emails claim is used instead of preferred_username and it is an array.
|
|
@@ -3343,7 +3373,7 @@ function createAccountEntity(accountDetails, authority, base64Decode) {
|
|
|
3343
3373
|
tenantProfiles = accountDetails.tenantProfiles;
|
|
3344
3374
|
}
|
|
3345
3375
|
else {
|
|
3346
|
-
const tenantProfile = buildTenantProfile(accountDetails.homeAccountId, localAccountId, realm, accountDetails.idTokenClaims);
|
|
3376
|
+
const tenantProfile = buildTenantProfile(accountDetails.homeAccountId, localAccountId, realm, accountDetails.nativeAccountId, accountDetails.idTokenClaims);
|
|
3347
3377
|
tenantProfiles = [tenantProfile];
|
|
3348
3378
|
}
|
|
3349
3379
|
return {
|
|
@@ -3371,6 +3401,7 @@ function createAccountEntity(accountDetails, authority, base64Decode) {
|
|
|
3371
3401
|
* @param cloudGraphHostName
|
|
3372
3402
|
* @param msGraphHost
|
|
3373
3403
|
* @returns
|
|
3404
|
+
* @internal
|
|
3374
3405
|
*/
|
|
3375
3406
|
function createAccountEntityFromAccountInfo(accountInfo, cloudGraphHostName, msGraphHost) {
|
|
3376
3407
|
// Serialize tenant profiles map into an array
|
|
@@ -3379,7 +3410,14 @@ function createAccountEntityFromAccountInfo(accountInfo, cloudGraphHostName, msG
|
|
|
3379
3410
|
if (tenantProfiles.length === 0 &&
|
|
3380
3411
|
accountInfo.tenantId &&
|
|
3381
3412
|
accountInfo.localAccountId) {
|
|
3382
|
-
tenantProfiles.push(buildTenantProfile(accountInfo.homeAccountId, accountInfo.localAccountId, accountInfo.tenantId, accountInfo.idTokenClaims));
|
|
3413
|
+
tenantProfiles.push(buildTenantProfile(accountInfo.homeAccountId, accountInfo.localAccountId, accountInfo.tenantId, accountInfo.nativeAccountId, accountInfo.idTokenClaims));
|
|
3414
|
+
}
|
|
3415
|
+
else if (accountInfo.nativeAccountId) {
|
|
3416
|
+
// Ensure nativeAccountId is set on the matching tenant profile
|
|
3417
|
+
const matchingProfile = tenantProfiles.find((tp) => tp.tenantId === accountInfo.tenantId);
|
|
3418
|
+
if (matchingProfile && !matchingProfile.nativeAccountId) {
|
|
3419
|
+
matchingProfile.nativeAccountId = accountInfo.nativeAccountId;
|
|
3420
|
+
}
|
|
3383
3421
|
}
|
|
3384
3422
|
return {
|
|
3385
3423
|
authorityType: accountInfo.authorityType || CACHE_ACCOUNT_TYPE_GENERIC,
|
|
@@ -3423,6 +3461,7 @@ function generateHomeAccountId(serverClientInfo, authType, logger, cryptoObj, co
|
|
|
3423
3461
|
/**
|
|
3424
3462
|
* Validates an entity: checks for all expected params
|
|
3425
3463
|
* @param entity
|
|
3464
|
+
* @internal
|
|
3426
3465
|
*/
|
|
3427
3466
|
function isAccountEntity(entity) {
|
|
3428
3467
|
if (!entity) {
|
|
@@ -3457,7 +3496,8 @@ var AccountEntityUtils = /*#__PURE__*/Object.freeze({
|
|
|
3457
3496
|
* to ensure uniqueness of strings.
|
|
3458
3497
|
*/
|
|
3459
3498
|
class ScopeSet {
|
|
3460
|
-
constructor(inputScopes) {
|
|
3499
|
+
constructor(inputScopes, correlationId) {
|
|
3500
|
+
this.correlationId = correlationId;
|
|
3461
3501
|
// Filter empty string and null/undefined array items
|
|
3462
3502
|
const scopeArr = inputScopes
|
|
3463
3503
|
? StringUtils.trimArrayEntries([...inputScopes])
|
|
@@ -3467,7 +3507,7 @@ class ScopeSet {
|
|
|
3467
3507
|
: [];
|
|
3468
3508
|
// Check if scopes array has at least one member
|
|
3469
3509
|
if (!filteredInput || !filteredInput.length) {
|
|
3470
|
-
throw createClientConfigurationError(emptyInputScopesError);
|
|
3510
|
+
throw createClientConfigurationError(emptyInputScopesError, correlationId);
|
|
3471
3511
|
}
|
|
3472
3512
|
this.scopes = new Set(); // Iterator in constructor not supported by IE11
|
|
3473
3513
|
filteredInput.forEach((scope) => this.scopes.add(scope));
|
|
@@ -3478,22 +3518,22 @@ class ScopeSet {
|
|
|
3478
3518
|
* @param appClientId
|
|
3479
3519
|
* @param scopesRequired
|
|
3480
3520
|
*/
|
|
3481
|
-
static fromString(inputScopeString) {
|
|
3521
|
+
static fromString(inputScopeString, correlationId) {
|
|
3482
3522
|
const scopeString = inputScopeString || "";
|
|
3483
3523
|
const inputScopes = scopeString.split(" ");
|
|
3484
|
-
return new ScopeSet(inputScopes);
|
|
3524
|
+
return new ScopeSet(inputScopes, correlationId);
|
|
3485
3525
|
}
|
|
3486
3526
|
/**
|
|
3487
3527
|
* Creates the set of scopes to search for in cache lookups
|
|
3488
3528
|
* @param inputScopeString
|
|
3489
3529
|
* @returns
|
|
3490
3530
|
*/
|
|
3491
|
-
static createSearchScopes(inputScopeString) {
|
|
3531
|
+
static createSearchScopes(inputScopeString, correlationId) {
|
|
3492
3532
|
// Handle empty scopes by using default OIDC scopes for cache lookup
|
|
3493
3533
|
const scopesToUse = inputScopeString && inputScopeString.length > 0
|
|
3494
3534
|
? inputScopeString
|
|
3495
3535
|
: [...OIDC_DEFAULT_SCOPES];
|
|
3496
|
-
const scopeSet = new ScopeSet(scopesToUse);
|
|
3536
|
+
const scopeSet = new ScopeSet(scopesToUse, correlationId);
|
|
3497
3537
|
if (!scopeSet.containsOnlyOIDCScopes()) {
|
|
3498
3538
|
scopeSet.removeOIDCScopes();
|
|
3499
3539
|
}
|
|
@@ -3508,7 +3548,7 @@ class ScopeSet {
|
|
|
3508
3548
|
*/
|
|
3509
3549
|
containsScope(scope) {
|
|
3510
3550
|
const lowerCaseScopes = this.printScopesLowerCase().split(" ");
|
|
3511
|
-
const lowerCaseScopesSet = new ScopeSet(lowerCaseScopes);
|
|
3551
|
+
const lowerCaseScopesSet = new ScopeSet(lowerCaseScopes, this.correlationId);
|
|
3512
3552
|
// compare lowercase scopes
|
|
3513
3553
|
return scope
|
|
3514
3554
|
? lowerCaseScopesSet.scopes.has(scope.toLowerCase())
|
|
@@ -3555,7 +3595,7 @@ class ScopeSet {
|
|
|
3555
3595
|
newScopes.forEach((newScope) => this.appendScope(newScope));
|
|
3556
3596
|
}
|
|
3557
3597
|
catch (e) {
|
|
3558
|
-
throw createClientAuthError(cannotAppendScopeSet);
|
|
3598
|
+
throw createClientAuthError(cannotAppendScopeSet, this.correlationId);
|
|
3559
3599
|
}
|
|
3560
3600
|
}
|
|
3561
3601
|
/**
|
|
@@ -3564,7 +3604,7 @@ class ScopeSet {
|
|
|
3564
3604
|
*/
|
|
3565
3605
|
removeScope(scope) {
|
|
3566
3606
|
if (!scope) {
|
|
3567
|
-
throw createClientAuthError(cannotRemoveEmptyScope);
|
|
3607
|
+
throw createClientAuthError(cannotRemoveEmptyScope, this.correlationId);
|
|
3568
3608
|
}
|
|
3569
3609
|
this.scopes.delete(scope.trim());
|
|
3570
3610
|
}
|
|
@@ -3583,7 +3623,7 @@ class ScopeSet {
|
|
|
3583
3623
|
*/
|
|
3584
3624
|
unionScopeSets(otherScopes) {
|
|
3585
3625
|
if (!otherScopes) {
|
|
3586
|
-
throw createClientAuthError(emptyInputScopeSet);
|
|
3626
|
+
throw createClientAuthError(emptyInputScopeSet, this.correlationId);
|
|
3587
3627
|
}
|
|
3588
3628
|
const unionScopes = new Set(); // Iterator in constructor not supported in IE11
|
|
3589
3629
|
otherScopes.scopes.forEach((scope) => unionScopes.add(scope.toLowerCase()));
|
|
@@ -3596,7 +3636,7 @@ class ScopeSet {
|
|
|
3596
3636
|
*/
|
|
3597
3637
|
intersectingScopeSets(otherScopes) {
|
|
3598
3638
|
if (!otherScopes) {
|
|
3599
|
-
throw createClientAuthError(emptyInputScopeSet);
|
|
3639
|
+
throw createClientAuthError(emptyInputScopeSet, this.correlationId);
|
|
3600
3640
|
}
|
|
3601
3641
|
// Do not allow OIDC scopes to be the only intersecting scopes
|
|
3602
3642
|
if (!otherScopes.containsOnlyOIDCScopes()) {
|
|
@@ -3682,7 +3722,7 @@ function addNativeBroker(parameters) {
|
|
|
3682
3722
|
* @param scopeSet
|
|
3683
3723
|
* @param addOidcScopes
|
|
3684
3724
|
*/
|
|
3685
|
-
function addScopes(parameters, scopes, addOidcScopes = true, defaultScopes = OIDC_DEFAULT_SCOPES) {
|
|
3725
|
+
function addScopes(parameters, scopes, correlationId, addOidcScopes = true, defaultScopes = OIDC_DEFAULT_SCOPES) {
|
|
3686
3726
|
// Always add openid to the scopes when adding OIDC scopes
|
|
3687
3727
|
if (addOidcScopes &&
|
|
3688
3728
|
!defaultScopes.includes("openid") &&
|
|
@@ -3692,7 +3732,7 @@ function addScopes(parameters, scopes, addOidcScopes = true, defaultScopes = OID
|
|
|
3692
3732
|
const requestScopes = addOidcScopes
|
|
3693
3733
|
? [...(scopes || []), ...defaultScopes]
|
|
3694
3734
|
: scopes || [];
|
|
3695
|
-
const scopeSet = new ScopeSet(requestScopes);
|
|
3735
|
+
const scopeSet = new ScopeSet(requestScopes, correlationId);
|
|
3696
3736
|
parameters.set(SCOPE, scopeSet.printScopes());
|
|
3697
3737
|
}
|
|
3698
3738
|
/**
|
|
@@ -3762,26 +3802,18 @@ function addSid(parameters, sid) {
|
|
|
3762
3802
|
* Adds claims to request parameters, conditionally excluding clientCapabilities
|
|
3763
3803
|
* when skipBrokerClaims is true and a brokered flow is in effect.
|
|
3764
3804
|
* @param parameters - The request parameters map
|
|
3805
|
+
* @param correlationId - The request correlation id
|
|
3765
3806
|
* @param claims - The claims string from the request
|
|
3766
3807
|
* @param clientCapabilities - The client capabilities from configuration
|
|
3767
3808
|
* @param skipBrokerClaims - When true and BROKER_CLIENT_ID is present, excludes clientCapabilities from claims
|
|
3768
3809
|
*/
|
|
3769
|
-
function addClaims(parameters, claims, clientCapabilities, skipBrokerClaims) {
|
|
3810
|
+
function addClaims(parameters, correlationId, claims, clientCapabilities, skipBrokerClaims) {
|
|
3770
3811
|
// Skip clientCapabilities if skipBrokerClaims is set to true and this is a brokered authentication flow
|
|
3771
3812
|
const configClaims = skipBrokerClaims && parameters.has(BROKER_CLIENT_ID)
|
|
3772
3813
|
? undefined
|
|
3773
3814
|
: clientCapabilities;
|
|
3774
|
-
|
|
3775
|
-
|
|
3776
|
-
const mergedClaims = addClientCapabilitiesToClaims(claims, configClaims);
|
|
3777
|
-
try {
|
|
3778
|
-
JSON.parse(mergedClaims);
|
|
3779
|
-
}
|
|
3780
|
-
catch (e) {
|
|
3781
|
-
throw createClientConfigurationError(invalidClaims);
|
|
3782
|
-
}
|
|
3783
|
-
parameters.set(CLAIMS, mergedClaims);
|
|
3784
|
-
}
|
|
3815
|
+
const mergedClaims = buildMergedClaims(claims, configClaims, correlationId);
|
|
3816
|
+
parameters.set(CLAIMS, mergedClaims);
|
|
3785
3817
|
}
|
|
3786
3818
|
/**
|
|
3787
3819
|
* add correlationId
|
|
@@ -3852,7 +3884,7 @@ function addCodeChallengeParams(parameters, codeChallenge, codeChallengeMethod)
|
|
|
3852
3884
|
parameters.set(CODE_CHALLENGE_METHOD, codeChallengeMethod);
|
|
3853
3885
|
}
|
|
3854
3886
|
else {
|
|
3855
|
-
throw createClientConfigurationError(pkceParamsMissing);
|
|
3887
|
+
throw createClientConfigurationError(pkceParamsMissing, "");
|
|
3856
3888
|
}
|
|
3857
3889
|
}
|
|
3858
3890
|
/**
|
|
@@ -3958,7 +3990,23 @@ function addExtraParameters(parameters, extraParams) {
|
|
|
3958
3990
|
}
|
|
3959
3991
|
});
|
|
3960
3992
|
}
|
|
3961
|
-
|
|
3993
|
+
/**
|
|
3994
|
+
* Default optional idToken claims requested on all auth requests.
|
|
3995
|
+
* signin_state enables KMSI detection; login_hint enables login hint propagation.
|
|
3996
|
+
*/
|
|
3997
|
+
const DEFAULT_ID_TOKEN_CLAIMS = {
|
|
3998
|
+
[ClaimsRequestKeys.SIGNIN_STATE]: { essential: false },
|
|
3999
|
+
[ClaimsRequestKeys.LOGIN_HINT]: { essential: false },
|
|
4000
|
+
};
|
|
4001
|
+
/**
|
|
4002
|
+
* Parses claims JSON, merges default optional idToken claims (signin_state, login_hint),
|
|
4003
|
+
* and appends client capabilities (xms_cc) to the access_token section.
|
|
4004
|
+
* Does not overwrite idToken claims already specified by the caller.
|
|
4005
|
+
* @param claims - Existing claims JSON string from the request (may be undefined)
|
|
4006
|
+
* @param clientCapabilities - Client capabilities array from configuration
|
|
4007
|
+
* @returns Merged claims JSON string
|
|
4008
|
+
*/
|
|
4009
|
+
function buildMergedClaims(claims, clientCapabilities, correlationId = "") {
|
|
3962
4010
|
let mergedClaims;
|
|
3963
4011
|
// Parse provided claims into JSON object or initialize empty object
|
|
3964
4012
|
if (!claims) {
|
|
@@ -3966,14 +4014,31 @@ function addClientCapabilitiesToClaims(claims, clientCapabilities) {
|
|
|
3966
4014
|
}
|
|
3967
4015
|
else {
|
|
3968
4016
|
try {
|
|
3969
|
-
|
|
4017
|
+
const parsed = JSON.parse(claims);
|
|
4018
|
+
if (typeof parsed !== "object" ||
|
|
4019
|
+
parsed === null ||
|
|
4020
|
+
Array.isArray(parsed)) {
|
|
4021
|
+
throw new Error("Claims must be a JSON object");
|
|
4022
|
+
}
|
|
4023
|
+
mergedClaims = parsed;
|
|
3970
4024
|
}
|
|
3971
4025
|
catch (e) {
|
|
3972
|
-
throw createClientConfigurationError(invalidClaims);
|
|
4026
|
+
throw createClientConfigurationError(invalidClaims, correlationId);
|
|
4027
|
+
}
|
|
4028
|
+
}
|
|
4029
|
+
// Add default optional idToken claims
|
|
4030
|
+
if (!Object.prototype.hasOwnProperty.call(mergedClaims, ClaimsRequestKeys.ID_TOKEN)) {
|
|
4031
|
+
mergedClaims[ClaimsRequestKeys.ID_TOKEN] = {};
|
|
4032
|
+
}
|
|
4033
|
+
const idTokenClaims = mergedClaims[ClaimsRequestKeys.ID_TOKEN];
|
|
4034
|
+
for (const [key, value] of Object.entries(DEFAULT_ID_TOKEN_CLAIMS)) {
|
|
4035
|
+
if (!(key in idTokenClaims)) {
|
|
4036
|
+
idTokenClaims[key] = value;
|
|
3973
4037
|
}
|
|
3974
4038
|
}
|
|
4039
|
+
// Add client capabilities
|
|
3975
4040
|
if (clientCapabilities && clientCapabilities.length > 0) {
|
|
3976
|
-
if (!
|
|
4041
|
+
if (!Object.prototype.hasOwnProperty.call(mergedClaims, ClaimsRequestKeys.ACCESS_TOKEN)) {
|
|
3977
4042
|
// Add access_token key to claims object
|
|
3978
4043
|
mergedClaims[ClaimsRequestKeys.ACCESS_TOKEN] = {};
|
|
3979
4044
|
}
|
|
@@ -4020,6 +4085,7 @@ function addSshJwk(parameters, sshJwkString) {
|
|
|
4020
4085
|
/**
|
|
4021
4086
|
* add server telemetry fields
|
|
4022
4087
|
* @param serverTelemetryManager
|
|
4088
|
+
* @internal
|
|
4023
4089
|
*/
|
|
4024
4090
|
function addServerTelemetry(parameters, serverTelemetryManager) {
|
|
4025
4091
|
parameters.set(X_CLIENT_CURR_TELEM, serverTelemetryManager.generateCurrentRequestHeaderValue());
|
|
@@ -4073,7 +4139,6 @@ var RequestParameterBuilder = /*#__PURE__*/Object.freeze({
|
|
|
4073
4139
|
addCliData: addCliData,
|
|
4074
4140
|
addClientAssertion: addClientAssertion,
|
|
4075
4141
|
addClientAssertionType: addClientAssertionType,
|
|
4076
|
-
addClientCapabilitiesToClaims: addClientCapabilitiesToClaims,
|
|
4077
4142
|
addClientId: addClientId,
|
|
4078
4143
|
addClientInfo: addClientInfo,
|
|
4079
4144
|
addClientSecret: addClientSecret,
|
|
@@ -4110,6 +4175,7 @@ var RequestParameterBuilder = /*#__PURE__*/Object.freeze({
|
|
|
4110
4175
|
addState: addState,
|
|
4111
4176
|
addThrottling: addThrottling,
|
|
4112
4177
|
addUsername: addUsername,
|
|
4178
|
+
buildMergedClaims: buildMergedClaims,
|
|
4113
4179
|
instrumentBrokerParams: instrumentBrokerParams
|
|
4114
4180
|
});
|
|
4115
4181
|
|
|
@@ -4119,34 +4185,34 @@ var RequestParameterBuilder = /*#__PURE__*/Object.freeze({
|
|
|
4119
4185
|
*/
|
|
4120
4186
|
const DEFAULT_CRYPTO_IMPLEMENTATION = {
|
|
4121
4187
|
createNewGuid: () => {
|
|
4122
|
-
throw createClientAuthError(methodNotImplemented);
|
|
4188
|
+
throw createClientAuthError(methodNotImplemented, "");
|
|
4123
4189
|
},
|
|
4124
4190
|
base64Decode: () => {
|
|
4125
|
-
throw createClientAuthError(methodNotImplemented);
|
|
4191
|
+
throw createClientAuthError(methodNotImplemented, "");
|
|
4126
4192
|
},
|
|
4127
4193
|
base64Encode: () => {
|
|
4128
|
-
throw createClientAuthError(methodNotImplemented);
|
|
4194
|
+
throw createClientAuthError(methodNotImplemented, "");
|
|
4129
4195
|
},
|
|
4130
4196
|
base64UrlEncode: () => {
|
|
4131
|
-
throw createClientAuthError(methodNotImplemented);
|
|
4197
|
+
throw createClientAuthError(methodNotImplemented, "");
|
|
4132
4198
|
},
|
|
4133
4199
|
encodeKid: () => {
|
|
4134
|
-
throw createClientAuthError(methodNotImplemented);
|
|
4200
|
+
throw createClientAuthError(methodNotImplemented, "");
|
|
4135
4201
|
},
|
|
4136
4202
|
async getPublicKeyThumbprint() {
|
|
4137
|
-
throw createClientAuthError(methodNotImplemented);
|
|
4203
|
+
throw createClientAuthError(methodNotImplemented, "");
|
|
4138
4204
|
},
|
|
4139
4205
|
async removeTokenBindingKey() {
|
|
4140
|
-
throw createClientAuthError(methodNotImplemented);
|
|
4206
|
+
throw createClientAuthError(methodNotImplemented, "");
|
|
4141
4207
|
},
|
|
4142
4208
|
async clearKeystore() {
|
|
4143
|
-
throw createClientAuthError(methodNotImplemented);
|
|
4209
|
+
throw createClientAuthError(methodNotImplemented, "");
|
|
4144
4210
|
},
|
|
4145
4211
|
async signJwt() {
|
|
4146
|
-
throw createClientAuthError(methodNotImplemented);
|
|
4212
|
+
throw createClientAuthError(methodNotImplemented, "");
|
|
4147
4213
|
},
|
|
4148
4214
|
async hashString() {
|
|
4149
|
-
throw createClientAuthError(methodNotImplemented);
|
|
4215
|
+
throw createClientAuthError(methodNotImplemented, "");
|
|
4150
4216
|
},
|
|
4151
4217
|
};
|
|
4152
4218
|
|
|
@@ -4197,7 +4263,7 @@ function addLogToCache(correlationId, loggedMessage) {
|
|
|
4197
4263
|
// Remove LRU (first entry) if capacity exceeded
|
|
4198
4264
|
if (correlationCache.size > CACHE_CAPACITY) {
|
|
4199
4265
|
const firstKey = correlationCache.keys().next().value;
|
|
4200
|
-
if (firstKey) {
|
|
4266
|
+
if (firstKey !== undefined) {
|
|
4201
4267
|
correlationCache.delete(firstKey);
|
|
4202
4268
|
}
|
|
4203
4269
|
}
|
|
@@ -4226,22 +4292,36 @@ function getAndFlushLogsFromCache(correlationId) {
|
|
|
4226
4292
|
return res;
|
|
4227
4293
|
}
|
|
4228
4294
|
/**
|
|
4229
|
-
*
|
|
4230
|
-
|
|
4231
|
-
|
|
4232
|
-
|
|
4233
|
-
|
|
4295
|
+
* Extracts the leading minification hash from a log message, if present.
|
|
4296
|
+
*
|
|
4297
|
+
* Minified messages are produced by the logger-minify rollup plugin and are
|
|
4298
|
+
* either a bare 6-character alphanumeric hash, or that hash followed by a space
|
|
4299
|
+
* and runtime variables appended for local (console) logging, e.g.
|
|
4300
|
+
* "abc123 user-1 popup". Only the leading hash is returned so that telemetry
|
|
4301
|
+
* never captures the appended variables. Returns null when the message is not
|
|
4302
|
+
* a minified message.
|
|
4303
|
+
*/
|
|
4304
|
+
function getMessageHash(str) {
|
|
4305
|
+
if (str.length < 6) {
|
|
4306
|
+
return null;
|
|
4234
4307
|
}
|
|
4235
|
-
|
|
4308
|
+
/*
|
|
4309
|
+
* If the message is longer than the hash, the hash must be delimited by a
|
|
4310
|
+
* space (the separator the plugin inserts before appended variables).
|
|
4311
|
+
*/
|
|
4312
|
+
if (str.length > 6 && str[6] !== " ") {
|
|
4313
|
+
return null;
|
|
4314
|
+
}
|
|
4315
|
+
for (let i = 0; i < 6; i++) {
|
|
4236
4316
|
const char = str[i];
|
|
4237
4317
|
const isAlphaNumeric = (char >= "a" && char <= "z") ||
|
|
4238
4318
|
(char >= "A" && char <= "Z") ||
|
|
4239
4319
|
(char >= "0" && char <= "9");
|
|
4240
4320
|
if (!isAlphaNumeric) {
|
|
4241
|
-
return
|
|
4321
|
+
return null;
|
|
4242
4322
|
}
|
|
4243
4323
|
}
|
|
4244
|
-
return
|
|
4324
|
+
return str.substring(0, 6);
|
|
4245
4325
|
}
|
|
4246
4326
|
/**
|
|
4247
4327
|
* Class which facilitates logging of messages to a specific place.
|
|
@@ -4288,10 +4368,10 @@ class Logger {
|
|
|
4288
4368
|
*/
|
|
4289
4369
|
logMessage(logMessage, options) {
|
|
4290
4370
|
const correlationId = options.correlationId;
|
|
4291
|
-
const
|
|
4292
|
-
if (
|
|
4371
|
+
const messageHash = getMessageHash(logMessage);
|
|
4372
|
+
if (messageHash) {
|
|
4293
4373
|
const loggedMessage = {
|
|
4294
|
-
hash:
|
|
4374
|
+
hash: messageHash,
|
|
4295
4375
|
level: options.logLevel,
|
|
4296
4376
|
containsPii: options.containsPii || false,
|
|
4297
4377
|
milliseconds: 0, // Will be calculated in addLogToCache
|
|
@@ -4426,7 +4506,7 @@ class Logger {
|
|
|
4426
4506
|
|
|
4427
4507
|
/* eslint-disable header/header */
|
|
4428
4508
|
const name = "@azure/msal-common";
|
|
4429
|
-
const version = "16.
|
|
4509
|
+
const version = "16.11.0";
|
|
4430
4510
|
|
|
4431
4511
|
/*
|
|
4432
4512
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4564,7 +4644,7 @@ class CacheManager {
|
|
|
4564
4644
|
}
|
|
4565
4645
|
const idToken = this.getIdToken(accountInfo, correlationId, tokenKeys, tenantProfile.tenantId);
|
|
4566
4646
|
if (idToken) {
|
|
4567
|
-
idTokenClaims = extractTokenClaims(idToken.secret, this.cryptoImpl.base64Decode);
|
|
4647
|
+
idTokenClaims = extractTokenClaims(idToken.secret, this.cryptoImpl.base64Decode, correlationId);
|
|
4568
4648
|
if (!this.idTokenClaimsMatchTenantProfileFilter(idTokenClaims, tenantProfileFilter)) {
|
|
4569
4649
|
// ID token sourced claims don't match so this tenant profile is not a match
|
|
4570
4650
|
return null;
|
|
@@ -4627,6 +4707,11 @@ class CacheManager {
|
|
|
4627
4707
|
!(tenantProfile.upn === tenantProfileFilter.upn)) {
|
|
4628
4708
|
return false;
|
|
4629
4709
|
}
|
|
4710
|
+
if (!!tenantProfileFilter.nativeAccountId &&
|
|
4711
|
+
tenantProfile.nativeAccountId !==
|
|
4712
|
+
tenantProfileFilter.nativeAccountId) {
|
|
4713
|
+
return false;
|
|
4714
|
+
}
|
|
4630
4715
|
return true;
|
|
4631
4716
|
}
|
|
4632
4717
|
idTokenClaimsMatchTenantProfileFilter(idTokenClaims, tenantProfileFilter) {
|
|
@@ -4664,7 +4749,7 @@ class CacheManager {
|
|
|
4664
4749
|
*/
|
|
4665
4750
|
async saveCacheRecord(cacheRecord, correlationId, kmsi, apiId, storeInCache) {
|
|
4666
4751
|
if (!cacheRecord) {
|
|
4667
|
-
throw createClientAuthError(invalidCacheRecord);
|
|
4752
|
+
throw createClientAuthError(invalidCacheRecord, correlationId);
|
|
4668
4753
|
}
|
|
4669
4754
|
try {
|
|
4670
4755
|
if (!!cacheRecord.account) {
|
|
@@ -4709,7 +4794,7 @@ class CacheManager {
|
|
|
4709
4794
|
tokenType: credential.tokenType,
|
|
4710
4795
|
};
|
|
4711
4796
|
const tokenKeys = this.getTokenKeys();
|
|
4712
|
-
const currentScopes = ScopeSet.fromString(credential.target);
|
|
4797
|
+
const currentScopes = ScopeSet.fromString(credential.target, correlationId);
|
|
4713
4798
|
tokenKeys.accessToken.forEach((key) => {
|
|
4714
4799
|
if (!this.accessTokenKeyMatchesFilter(key, accessTokenFilter, false)) {
|
|
4715
4800
|
return;
|
|
@@ -4717,7 +4802,7 @@ class CacheManager {
|
|
|
4717
4802
|
const tokenEntity = this.getAccessTokenCredential(key, correlationId);
|
|
4718
4803
|
if (tokenEntity &&
|
|
4719
4804
|
this.credentialMatchesFilter(tokenEntity, accessTokenFilter, correlationId)) {
|
|
4720
|
-
const tokenScopeSet = ScopeSet.fromString(tokenEntity.target);
|
|
4805
|
+
const tokenScopeSet = ScopeSet.fromString(tokenEntity.target, correlationId);
|
|
4721
4806
|
if (tokenScopeSet.intersectingScopeSets(currentScopes)) {
|
|
4722
4807
|
this.removeAccessToken(key, correlationId);
|
|
4723
4808
|
}
|
|
@@ -4751,10 +4836,6 @@ class CacheManager {
|
|
|
4751
4836
|
!this.matchRealm(entity, accountFilter.realm)) {
|
|
4752
4837
|
return;
|
|
4753
4838
|
}
|
|
4754
|
-
if (!!accountFilter.nativeAccountId &&
|
|
4755
|
-
!this.matchNativeAccountId(entity, accountFilter.nativeAccountId)) {
|
|
4756
|
-
return;
|
|
4757
|
-
}
|
|
4758
4839
|
if (!!accountFilter.authorityType &&
|
|
4759
4840
|
!this.matchAuthorityType(entity, accountFilter.authorityType)) {
|
|
4760
4841
|
return;
|
|
@@ -4766,6 +4847,7 @@ class CacheManager {
|
|
|
4766
4847
|
username: accountFilter?.username,
|
|
4767
4848
|
loginHint: accountFilter?.loginHint,
|
|
4768
4849
|
upn: accountFilter?.upn,
|
|
4850
|
+
nativeAccountId: accountFilter?.nativeAccountId,
|
|
4769
4851
|
};
|
|
4770
4852
|
const matchingTenantProfiles = entity.tenantProfiles?.filter((tenantProfile) => {
|
|
4771
4853
|
return this.tenantProfileMatchesFilter(tenantProfile, tenantProfileFilter);
|
|
@@ -4819,7 +4901,8 @@ class CacheManager {
|
|
|
4819
4901
|
* idTokens do not have "target", target specific refreshTokens do exist for some types of authentication
|
|
4820
4902
|
* Resource specific refresh tokens case will be added when the support is deemed necessary
|
|
4821
4903
|
*/
|
|
4822
|
-
if (!!filter.target &&
|
|
4904
|
+
if (!!filter.target &&
|
|
4905
|
+
!this.matchTarget(entity, filter.target, correlationId)) {
|
|
4823
4906
|
return false;
|
|
4824
4907
|
}
|
|
4825
4908
|
// Access Token with Auth Scheme specific matching
|
|
@@ -4836,6 +4919,28 @@ class CacheManager {
|
|
|
4836
4919
|
}
|
|
4837
4920
|
}
|
|
4838
4921
|
}
|
|
4922
|
+
// Additional cache key components matching (bidirectional isolation)
|
|
4923
|
+
const entityComponents = entity.additionalCacheKeyComponents;
|
|
4924
|
+
const filterComponents = filter.additionalCacheKeyComponents;
|
|
4925
|
+
const entityHasComponents = !!entityComponents && Object.keys(entityComponents).length > 0;
|
|
4926
|
+
const filterHasComponents = !!filterComponents && Object.keys(filterComponents).length > 0;
|
|
4927
|
+
if (entityHasComponents !== filterHasComponents) {
|
|
4928
|
+
return false;
|
|
4929
|
+
}
|
|
4930
|
+
if (entityHasComponents && filterHasComponents) {
|
|
4931
|
+
const entityKeys = Object.keys(entityComponents).sort();
|
|
4932
|
+
const filterKeys = Object.keys(filterComponents).sort();
|
|
4933
|
+
if (entityKeys.length !== filterKeys.length) {
|
|
4934
|
+
return false;
|
|
4935
|
+
}
|
|
4936
|
+
for (let i = 0; i < entityKeys.length; i++) {
|
|
4937
|
+
if (entityKeys[i] !== filterKeys[i] ||
|
|
4938
|
+
entityComponents[entityKeys[i]] !==
|
|
4939
|
+
filterComponents[filterKeys[i]]) {
|
|
4940
|
+
return false;
|
|
4941
|
+
}
|
|
4942
|
+
}
|
|
4943
|
+
}
|
|
4839
4944
|
return true;
|
|
4840
4945
|
}
|
|
4841
4946
|
/**
|
|
@@ -5103,7 +5208,7 @@ class CacheManager {
|
|
|
5103
5208
|
getAccessToken(account, request, tokenKeys, targetRealm) {
|
|
5104
5209
|
const correlationId = request.correlationId;
|
|
5105
5210
|
this.commonLogger.trace("CacheManager - getAccessToken called", correlationId);
|
|
5106
|
-
const scopes = ScopeSet.createSearchScopes(request.scopes);
|
|
5211
|
+
const scopes = ScopeSet.createSearchScopes(request.scopes, correlationId);
|
|
5107
5212
|
const authScheme = request.authenticationScheme ||
|
|
5108
5213
|
AuthenticationScheme.BEARER;
|
|
5109
5214
|
/*
|
|
@@ -5294,7 +5399,7 @@ class CacheManager {
|
|
|
5294
5399
|
return null;
|
|
5295
5400
|
}
|
|
5296
5401
|
else if (numAppMetadata > 1) {
|
|
5297
|
-
throw createClientAuthError(multipleMatchingAppMetadata);
|
|
5402
|
+
throw createClientAuthError(multipleMatchingAppMetadata, correlationId);
|
|
5298
5403
|
}
|
|
5299
5404
|
return appMetadataEntries[0];
|
|
5300
5405
|
}
|
|
@@ -5424,15 +5529,6 @@ class CacheManager {
|
|
|
5424
5529
|
matchRealm(entity, realm) {
|
|
5425
5530
|
return !!(entity.realm?.toLowerCase() === realm.toLowerCase());
|
|
5426
5531
|
}
|
|
5427
|
-
/**
|
|
5428
|
-
* helper to match nativeAccountId
|
|
5429
|
-
* @param entity
|
|
5430
|
-
* @param nativeAccountId
|
|
5431
|
-
* @returns boolean indicating the match result
|
|
5432
|
-
*/
|
|
5433
|
-
matchNativeAccountId(entity, nativeAccountId) {
|
|
5434
|
-
return !!(entity.nativeAccountId && nativeAccountId === entity.nativeAccountId);
|
|
5435
|
-
}
|
|
5436
5532
|
/**
|
|
5437
5533
|
* helper to match loginHint which can be either:
|
|
5438
5534
|
* 1. login_hint ID token claim
|
|
@@ -5476,14 +5572,14 @@ class CacheManager {
|
|
|
5476
5572
|
* @param entity
|
|
5477
5573
|
* @param target
|
|
5478
5574
|
*/
|
|
5479
|
-
matchTarget(entity, target) {
|
|
5575
|
+
matchTarget(entity, target, correlationId) {
|
|
5480
5576
|
const isNotAccessTokenCredential = entity.credentialType !== CredentialType.ACCESS_TOKEN &&
|
|
5481
5577
|
entity.credentialType !==
|
|
5482
5578
|
CredentialType.ACCESS_TOKEN_WITH_AUTH_SCHEME;
|
|
5483
5579
|
if (isNotAccessTokenCredential || !entity.target) {
|
|
5484
5580
|
return false;
|
|
5485
5581
|
}
|
|
5486
|
-
const entityScopeSet = ScopeSet.fromString(entity.target);
|
|
5582
|
+
const entityScopeSet = ScopeSet.fromString(entity.target, correlationId);
|
|
5487
5583
|
return entityScopeSet.containsScopeSet(target);
|
|
5488
5584
|
}
|
|
5489
5585
|
/**
|
|
@@ -5537,73 +5633,73 @@ class CacheManager {
|
|
|
5537
5633
|
/** @internal */
|
|
5538
5634
|
class DefaultStorageClass extends CacheManager {
|
|
5539
5635
|
async setAccount() {
|
|
5540
|
-
throw createClientAuthError(methodNotImplemented);
|
|
5636
|
+
throw createClientAuthError(methodNotImplemented, "");
|
|
5541
5637
|
}
|
|
5542
5638
|
getAccount() {
|
|
5543
|
-
throw createClientAuthError(methodNotImplemented);
|
|
5639
|
+
throw createClientAuthError(methodNotImplemented, "");
|
|
5544
5640
|
}
|
|
5545
5641
|
async setIdTokenCredential() {
|
|
5546
|
-
throw createClientAuthError(methodNotImplemented);
|
|
5642
|
+
throw createClientAuthError(methodNotImplemented, "");
|
|
5547
5643
|
}
|
|
5548
5644
|
getIdTokenCredential() {
|
|
5549
|
-
throw createClientAuthError(methodNotImplemented);
|
|
5645
|
+
throw createClientAuthError(methodNotImplemented, "");
|
|
5550
5646
|
}
|
|
5551
5647
|
async setAccessTokenCredential() {
|
|
5552
|
-
throw createClientAuthError(methodNotImplemented);
|
|
5648
|
+
throw createClientAuthError(methodNotImplemented, "");
|
|
5553
5649
|
}
|
|
5554
5650
|
getAccessTokenCredential() {
|
|
5555
|
-
throw createClientAuthError(methodNotImplemented);
|
|
5651
|
+
throw createClientAuthError(methodNotImplemented, "");
|
|
5556
5652
|
}
|
|
5557
5653
|
async setRefreshTokenCredential() {
|
|
5558
|
-
throw createClientAuthError(methodNotImplemented);
|
|
5654
|
+
throw createClientAuthError(methodNotImplemented, "");
|
|
5559
5655
|
}
|
|
5560
5656
|
getRefreshTokenCredential() {
|
|
5561
|
-
throw createClientAuthError(methodNotImplemented);
|
|
5657
|
+
throw createClientAuthError(methodNotImplemented, "");
|
|
5562
5658
|
}
|
|
5563
5659
|
setAppMetadata() {
|
|
5564
|
-
throw createClientAuthError(methodNotImplemented);
|
|
5660
|
+
throw createClientAuthError(methodNotImplemented, "");
|
|
5565
5661
|
}
|
|
5566
5662
|
getAppMetadata() {
|
|
5567
|
-
throw createClientAuthError(methodNotImplemented);
|
|
5663
|
+
throw createClientAuthError(methodNotImplemented, "");
|
|
5568
5664
|
}
|
|
5569
5665
|
setServerTelemetry() {
|
|
5570
|
-
throw createClientAuthError(methodNotImplemented);
|
|
5666
|
+
throw createClientAuthError(methodNotImplemented, "");
|
|
5571
5667
|
}
|
|
5572
5668
|
getServerTelemetry() {
|
|
5573
|
-
throw createClientAuthError(methodNotImplemented);
|
|
5669
|
+
throw createClientAuthError(methodNotImplemented, "");
|
|
5574
5670
|
}
|
|
5575
5671
|
setAuthorityMetadata() {
|
|
5576
|
-
throw createClientAuthError(methodNotImplemented);
|
|
5672
|
+
throw createClientAuthError(methodNotImplemented, "");
|
|
5577
5673
|
}
|
|
5578
5674
|
getAuthorityMetadata() {
|
|
5579
|
-
throw createClientAuthError(methodNotImplemented);
|
|
5675
|
+
throw createClientAuthError(methodNotImplemented, "");
|
|
5580
5676
|
}
|
|
5581
5677
|
getAuthorityMetadataKeys() {
|
|
5582
|
-
throw createClientAuthError(methodNotImplemented);
|
|
5678
|
+
throw createClientAuthError(methodNotImplemented, "");
|
|
5583
5679
|
}
|
|
5584
5680
|
setThrottlingCache() {
|
|
5585
|
-
throw createClientAuthError(methodNotImplemented);
|
|
5681
|
+
throw createClientAuthError(methodNotImplemented, "");
|
|
5586
5682
|
}
|
|
5587
5683
|
getThrottlingCache() {
|
|
5588
|
-
throw createClientAuthError(methodNotImplemented);
|
|
5684
|
+
throw createClientAuthError(methodNotImplemented, "");
|
|
5589
5685
|
}
|
|
5590
5686
|
removeItem() {
|
|
5591
|
-
throw createClientAuthError(methodNotImplemented);
|
|
5687
|
+
throw createClientAuthError(methodNotImplemented, "");
|
|
5592
5688
|
}
|
|
5593
5689
|
getKeys() {
|
|
5594
|
-
throw createClientAuthError(methodNotImplemented);
|
|
5690
|
+
throw createClientAuthError(methodNotImplemented, "");
|
|
5595
5691
|
}
|
|
5596
5692
|
getAccountKeys() {
|
|
5597
|
-
throw createClientAuthError(methodNotImplemented);
|
|
5693
|
+
throw createClientAuthError(methodNotImplemented, "");
|
|
5598
5694
|
}
|
|
5599
5695
|
getTokenKeys() {
|
|
5600
|
-
throw createClientAuthError(methodNotImplemented);
|
|
5696
|
+
throw createClientAuthError(methodNotImplemented, "");
|
|
5601
5697
|
}
|
|
5602
5698
|
generateCredentialKey() {
|
|
5603
|
-
throw createClientAuthError(methodNotImplemented);
|
|
5699
|
+
throw createClientAuthError(methodNotImplemented, "");
|
|
5604
5700
|
}
|
|
5605
5701
|
generateAccountKey() {
|
|
5606
|
-
throw createClientAuthError(methodNotImplemented);
|
|
5702
|
+
throw createClientAuthError(methodNotImplemented, "");
|
|
5607
5703
|
}
|
|
5608
5704
|
}
|
|
5609
5705
|
|
|
@@ -5650,7 +5746,20 @@ const IntFields = new Set([
|
|
|
5650
5746
|
"currAccessCount",
|
|
5651
5747
|
"currIdCount",
|
|
5652
5748
|
"currRefreshCount",
|
|
5653
|
-
"
|
|
5749
|
+
"ttlExpiredAcntCount",
|
|
5750
|
+
"ttlExpiredITCount",
|
|
5751
|
+
"ttlExpiredATCount",
|
|
5752
|
+
"ttlExpiredRTCount",
|
|
5753
|
+
"decryptFailedAcntCount",
|
|
5754
|
+
"decryptFailedITCount",
|
|
5755
|
+
"decryptFailedATCount",
|
|
5756
|
+
"decryptFailedRTCount",
|
|
5757
|
+
"invalidAcntCount",
|
|
5758
|
+
"invalidITCount",
|
|
5759
|
+
"invalidATCount",
|
|
5760
|
+
"invalidRTCount",
|
|
5761
|
+
"expiredATCount",
|
|
5762
|
+
"expiredRTCount",
|
|
5654
5763
|
"upgradedCacheCount",
|
|
5655
5764
|
"cacheMatchedAccounts",
|
|
5656
5765
|
"networkRtt",
|
|
@@ -5703,6 +5812,9 @@ class StubPerformanceClient {
|
|
|
5703
5812
|
addFields() {
|
|
5704
5813
|
return;
|
|
5705
5814
|
}
|
|
5815
|
+
addGlobalFields() {
|
|
5816
|
+
return;
|
|
5817
|
+
}
|
|
5706
5818
|
incrementFields() {
|
|
5707
5819
|
return;
|
|
5708
5820
|
}
|
|
@@ -5729,10 +5841,10 @@ const DEFAULT_LOGGER_IMPLEMENTATION = {
|
|
|
5729
5841
|
};
|
|
5730
5842
|
const DEFAULT_NETWORK_IMPLEMENTATION = {
|
|
5731
5843
|
async sendGetRequestAsync() {
|
|
5732
|
-
throw createClientAuthError(methodNotImplemented);
|
|
5844
|
+
throw createClientAuthError(methodNotImplemented, "");
|
|
5733
5845
|
},
|
|
5734
5846
|
async sendPostRequestAsync() {
|
|
5735
|
-
throw createClientAuthError(methodNotImplemented);
|
|
5847
|
+
throw createClientAuthError(methodNotImplemented, "");
|
|
5736
5848
|
},
|
|
5737
5849
|
};
|
|
5738
5850
|
const DEFAULT_LIBRARY_INFO = {
|
|
@@ -5761,6 +5873,7 @@ const DEFAULT_TELEMETRY_OPTIONS = {
|
|
|
5761
5873
|
* @param Configuration
|
|
5762
5874
|
*
|
|
5763
5875
|
* @returns Configuration
|
|
5876
|
+
* @internal
|
|
5764
5877
|
*/
|
|
5765
5878
|
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, }) {
|
|
5766
5879
|
const loggerOptions = {
|
|
@@ -5772,7 +5885,7 @@ function buildClientConfiguration({ authOptions: userAuthOptions, systemOptions:
|
|
|
5772
5885
|
systemOptions: { ...DEFAULT_SYSTEM_OPTIONS, ...userSystemOptions },
|
|
5773
5886
|
loggerOptions: loggerOptions,
|
|
5774
5887
|
storageInterface: storageImplementation ||
|
|
5775
|
-
new DefaultStorageClass(userAuthOptions.clientId, DEFAULT_CRYPTO_IMPLEMENTATION, new Logger(loggerOptions), new StubPerformanceClient()),
|
|
5888
|
+
new DefaultStorageClass(userAuthOptions.clientId, DEFAULT_CRYPTO_IMPLEMENTATION, new Logger(loggerOptions, name, version), new StubPerformanceClient()),
|
|
5776
5889
|
networkInterface: networkImplementation || DEFAULT_NETWORK_IMPLEMENTATION,
|
|
5777
5890
|
cryptoInterface: cryptoImplementation || DEFAULT_CRYPTO_IMPLEMENTATION,
|
|
5778
5891
|
clientCredentials: clientCredentials || DEFAULT_CLIENT_CREDENTIALS,
|
|
@@ -5889,7 +6002,7 @@ class PopTokenGenerator {
|
|
|
5889
6002
|
// Deconstruct request to extract SHR parameters
|
|
5890
6003
|
const { resourceRequestMethod, resourceRequestUri, shrClaims, shrNonce, shrOptions, } = request;
|
|
5891
6004
|
const resourceUrlString = resourceRequestUri
|
|
5892
|
-
? new UrlString(resourceRequestUri)
|
|
6005
|
+
? new UrlString(resourceRequestUri, request.correlationId)
|
|
5893
6006
|
: undefined;
|
|
5894
6007
|
const resourceUrlComponents = resourceUrlString?.getUrlComponents();
|
|
5895
6008
|
return this.cryptoUtils.signJwt({
|
|
@@ -6000,12 +6113,11 @@ const InteractionRequiredAuthSubErrorMessage = [
|
|
|
6000
6113
|
* Error thrown when user interaction is required.
|
|
6001
6114
|
*/
|
|
6002
6115
|
class InteractionRequiredAuthError extends AuthError {
|
|
6003
|
-
constructor(errorCode, errorMessage, subError, timestamp, traceId,
|
|
6004
|
-
super(errorCode, errorMessage, subError);
|
|
6116
|
+
constructor(errorCode, correlationId, errorMessage, subError, timestamp, traceId, claims, errorNo) {
|
|
6117
|
+
super(errorCode, correlationId, errorMessage, subError);
|
|
6005
6118
|
Object.setPrototypeOf(this, InteractionRequiredAuthError.prototype);
|
|
6006
6119
|
this.timestamp = timestamp || "";
|
|
6007
6120
|
this.traceId = traceId || "";
|
|
6008
|
-
this.correlationId = correlationId || "";
|
|
6009
6121
|
this.claims = claims || "";
|
|
6010
6122
|
this.name = "InteractionRequiredAuthError";
|
|
6011
6123
|
this.errorNo = errorNo;
|
|
@@ -6033,8 +6145,8 @@ function isInteractionRequiredError(errorCode, errorString, subError) {
|
|
|
6033
6145
|
/**
|
|
6034
6146
|
* Creates an InteractionRequiredAuthError
|
|
6035
6147
|
*/
|
|
6036
|
-
function createInteractionRequiredAuthError(errorCode, errorMessage) {
|
|
6037
|
-
return new InteractionRequiredAuthError(errorCode, errorMessage);
|
|
6148
|
+
function createInteractionRequiredAuthError(errorCode, correlationId, errorMessage) {
|
|
6149
|
+
return new InteractionRequiredAuthError(errorCode, correlationId, errorMessage);
|
|
6038
6150
|
}
|
|
6039
6151
|
|
|
6040
6152
|
/*
|
|
@@ -6045,8 +6157,8 @@ function createInteractionRequiredAuthError(errorCode, errorMessage) {
|
|
|
6045
6157
|
* Error thrown when there is an error with the server code, for example, unavailability.
|
|
6046
6158
|
*/
|
|
6047
6159
|
class ServerError extends AuthError {
|
|
6048
|
-
constructor(errorCode, errorMessage, subError, errorNo, status) {
|
|
6049
|
-
super(errorCode, errorMessage, subError);
|
|
6160
|
+
constructor(errorCode, correlationId, errorMessage, subError, errorNo, status) {
|
|
6161
|
+
super(errorCode, correlationId, errorMessage, subError);
|
|
6050
6162
|
this.name = "ServerError";
|
|
6051
6163
|
this.errorNo = errorNo;
|
|
6052
6164
|
this.status = status;
|
|
@@ -6063,9 +6175,10 @@ class ServerError extends AuthError {
|
|
|
6063
6175
|
* @param cryptoObj
|
|
6064
6176
|
* @param userState
|
|
6065
6177
|
* @param meta
|
|
6178
|
+
* @param correlationId
|
|
6066
6179
|
*/
|
|
6067
|
-
function setRequestState(cryptoObj, userState, meta) {
|
|
6068
|
-
const libraryState = generateLibraryState(cryptoObj, meta);
|
|
6180
|
+
function setRequestState(cryptoObj, userState, meta, correlationId) {
|
|
6181
|
+
const libraryState = generateLibraryState(cryptoObj, correlationId, meta);
|
|
6069
6182
|
return userState
|
|
6070
6183
|
? `${libraryState}${RESOURCE_DELIM}${userState}`
|
|
6071
6184
|
: libraryState;
|
|
@@ -6073,11 +6186,12 @@ function setRequestState(cryptoObj, userState, meta) {
|
|
|
6073
6186
|
/**
|
|
6074
6187
|
* Generates the state value used by the common library.
|
|
6075
6188
|
* @param cryptoObj
|
|
6189
|
+
* @param correlationId
|
|
6076
6190
|
* @param meta
|
|
6077
6191
|
*/
|
|
6078
|
-
function generateLibraryState(cryptoObj, meta) {
|
|
6192
|
+
function generateLibraryState(cryptoObj, correlationId, meta) {
|
|
6079
6193
|
if (!cryptoObj) {
|
|
6080
|
-
throw createClientAuthError(noCryptoObject);
|
|
6194
|
+
throw createClientAuthError(noCryptoObject, correlationId);
|
|
6081
6195
|
}
|
|
6082
6196
|
// Create a state object containing a unique id and the timestamp of the request creation
|
|
6083
6197
|
const stateObj = {
|
|
@@ -6093,13 +6207,14 @@ function generateLibraryState(cryptoObj, meta) {
|
|
|
6093
6207
|
* Parses the state into the RequestStateObject, which contains the LibraryState info and the state passed by the user.
|
|
6094
6208
|
* @param base64Decode
|
|
6095
6209
|
* @param state
|
|
6210
|
+
* @param correlationId
|
|
6096
6211
|
*/
|
|
6097
|
-
function parseRequestState(base64Decode, state) {
|
|
6212
|
+
function parseRequestState(base64Decode, state, correlationId) {
|
|
6098
6213
|
if (!base64Decode) {
|
|
6099
|
-
throw createClientAuthError(noCryptoObject);
|
|
6214
|
+
throw createClientAuthError(noCryptoObject, correlationId);
|
|
6100
6215
|
}
|
|
6101
6216
|
if (!state) {
|
|
6102
|
-
throw createClientAuthError(invalidState);
|
|
6217
|
+
throw createClientAuthError(invalidState, correlationId);
|
|
6103
6218
|
}
|
|
6104
6219
|
try {
|
|
6105
6220
|
// Split the state between library state and user passed state and decode them separately
|
|
@@ -6116,7 +6231,7 @@ function parseRequestState(base64Decode, state) {
|
|
|
6116
6231
|
};
|
|
6117
6232
|
}
|
|
6118
6233
|
catch (e) {
|
|
6119
|
-
throw createClientAuthError(invalidState);
|
|
6234
|
+
throw createClientAuthError(invalidState, correlationId);
|
|
6120
6235
|
}
|
|
6121
6236
|
}
|
|
6122
6237
|
|
|
@@ -6160,7 +6275,7 @@ class ResponseHandler {
|
|
|
6160
6275
|
const serverErrorNo = serverResponse.error_codes?.length
|
|
6161
6276
|
? serverResponse.error_codes[0]
|
|
6162
6277
|
: undefined;
|
|
6163
|
-
const serverError = new ServerError(serverResponse.error, errString, serverResponse.suberror, serverErrorNo, serverResponse.status);
|
|
6278
|
+
const serverError = new ServerError(serverResponse.error || "", serverResponse.correlation_id || "", errString, serverResponse.suberror, serverErrorNo, serverResponse.status);
|
|
6164
6279
|
// check if 500 error
|
|
6165
6280
|
if (refreshAccessToken &&
|
|
6166
6281
|
serverResponse.status &&
|
|
@@ -6182,7 +6297,7 @@ class ResponseHandler {
|
|
|
6182
6297
|
return;
|
|
6183
6298
|
}
|
|
6184
6299
|
if (isInteractionRequiredError(serverResponse.error, serverResponse.error_description, serverResponse.suberror)) {
|
|
6185
|
-
throw new InteractionRequiredAuthError(serverResponse.error, serverResponse.error_description, serverResponse.suberror, serverResponse.timestamp || "", serverResponse.trace_id || "", serverResponse.
|
|
6300
|
+
throw new InteractionRequiredAuthError(serverResponse.error || "", serverResponse.correlation_id || "", serverResponse.error_description, serverResponse.suberror, serverResponse.timestamp || "", serverResponse.trace_id || "", serverResponse.claims || "", serverErrorNo);
|
|
6186
6301
|
}
|
|
6187
6302
|
throw serverError;
|
|
6188
6303
|
}
|
|
@@ -6192,24 +6307,16 @@ class ResponseHandler {
|
|
|
6192
6307
|
* @param serverTokenResponse
|
|
6193
6308
|
* @param authority
|
|
6194
6309
|
*/
|
|
6195
|
-
async handleServerTokenResponse(serverTokenResponse, authority, reqTimestamp, request, apiId, authCodePayload, userAssertionHash, handlingRefreshTokenResponse, forceCacheRefreshTokenResponse, serverRequestId) {
|
|
6310
|
+
async handleServerTokenResponse(serverTokenResponse, authority, reqTimestamp, request, apiId, authCodePayload, userAssertionHash, handlingRefreshTokenResponse, forceCacheRefreshTokenResponse, serverRequestId, additionalCacheKeyComponents) {
|
|
6196
6311
|
// create an idToken object (not entity)
|
|
6197
6312
|
let idTokenClaims;
|
|
6198
6313
|
if (serverTokenResponse.id_token) {
|
|
6199
|
-
idTokenClaims = extractTokenClaims(serverTokenResponse.id_token || "", this.cryptoObj.base64Decode);
|
|
6314
|
+
idTokenClaims = extractTokenClaims(serverTokenResponse.id_token || "", this.cryptoObj.base64Decode, request.correlationId);
|
|
6200
6315
|
// token nonce check (TODO: Add a warning if no nonce is given?)
|
|
6201
6316
|
if (authCodePayload && authCodePayload.nonce) {
|
|
6202
6317
|
if (idTokenClaims.nonce !== authCodePayload.nonce) {
|
|
6203
|
-
throw createClientAuthError(nonceMismatch);
|
|
6204
|
-
}
|
|
6205
|
-
}
|
|
6206
|
-
// token max_age check
|
|
6207
|
-
if (request.maxAge || request.maxAge === 0) {
|
|
6208
|
-
const authTime = idTokenClaims.auth_time;
|
|
6209
|
-
if (!authTime) {
|
|
6210
|
-
throw createClientAuthError(authTimeNotFound);
|
|
6318
|
+
throw createClientAuthError(nonceMismatch, request.correlationId);
|
|
6211
6319
|
}
|
|
6212
|
-
checkMaxAge(authTime, request.maxAge);
|
|
6213
6320
|
}
|
|
6214
6321
|
}
|
|
6215
6322
|
// generate homeAccountId
|
|
@@ -6217,12 +6324,12 @@ class ResponseHandler {
|
|
|
6217
6324
|
// save the response tokens
|
|
6218
6325
|
let requestStateObj;
|
|
6219
6326
|
if (!!authCodePayload && !!authCodePayload.state) {
|
|
6220
|
-
requestStateObj = parseRequestState(this.cryptoObj.base64Decode, authCodePayload.state);
|
|
6327
|
+
requestStateObj = parseRequestState(this.cryptoObj.base64Decode, authCodePayload.state, request.correlationId);
|
|
6221
6328
|
}
|
|
6222
6329
|
// Add keyId from request to serverTokenResponse if defined
|
|
6223
6330
|
serverTokenResponse.key_id =
|
|
6224
6331
|
serverTokenResponse.key_id || request.sshKid || undefined;
|
|
6225
|
-
const cacheRecord = this.generateCacheRecord(serverTokenResponse, authority, reqTimestamp, request, idTokenClaims, userAssertionHash, authCodePayload);
|
|
6332
|
+
const cacheRecord = this.generateCacheRecord(serverTokenResponse, authority, reqTimestamp, request, idTokenClaims, userAssertionHash, authCodePayload, additionalCacheKeyComponents);
|
|
6226
6333
|
let cacheContext;
|
|
6227
6334
|
try {
|
|
6228
6335
|
if (this.persistencePlugin && this.serializableCache) {
|
|
@@ -6269,10 +6376,10 @@ class ResponseHandler {
|
|
|
6269
6376
|
* @param idTokenObj
|
|
6270
6377
|
* @param authority
|
|
6271
6378
|
*/
|
|
6272
|
-
generateCacheRecord(serverTokenResponse, authority, reqTimestamp, request, idTokenClaims, userAssertionHash, authCodePayload) {
|
|
6379
|
+
generateCacheRecord(serverTokenResponse, authority, reqTimestamp, request, idTokenClaims, userAssertionHash, authCodePayload, additionalCacheKeyComponents) {
|
|
6273
6380
|
const env = authority.getPreferredCache();
|
|
6274
6381
|
if (!env) {
|
|
6275
|
-
throw createClientAuthError(invalidCacheEnvironment);
|
|
6382
|
+
throw createClientAuthError(invalidCacheEnvironment, request.correlationId);
|
|
6276
6383
|
}
|
|
6277
6384
|
const claimsTenantId = getTenantIdFromIdTokenClaims(idTokenClaims);
|
|
6278
6385
|
// IdToken: non AAD scenarios can have empty realm
|
|
@@ -6288,8 +6395,8 @@ class ResponseHandler {
|
|
|
6288
6395
|
if (serverTokenResponse.access_token) {
|
|
6289
6396
|
// If scopes not returned in server response, use request scopes
|
|
6290
6397
|
const responseScopes = serverTokenResponse.scope
|
|
6291
|
-
? ScopeSet.fromString(serverTokenResponse.scope)
|
|
6292
|
-
: new ScopeSet(request.scopes || []);
|
|
6398
|
+
? ScopeSet.fromString(serverTokenResponse.scope, request.correlationId)
|
|
6399
|
+
: new ScopeSet(request.scopes || [], request.correlationId);
|
|
6293
6400
|
/*
|
|
6294
6401
|
* Use timestamp calculated before request
|
|
6295
6402
|
* Server may return timestamps as strings, parse to numbers if so.
|
|
@@ -6309,7 +6416,7 @@ class ResponseHandler {
|
|
|
6309
6416
|
? reqTimestamp + refreshIn
|
|
6310
6417
|
: undefined;
|
|
6311
6418
|
// non AAD scenarios can have empty realm
|
|
6312
|
-
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);
|
|
6419
|
+
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);
|
|
6313
6420
|
// Set resource (to be used for MCP scenarios)
|
|
6314
6421
|
const resource = request.resource || null;
|
|
6315
6422
|
if (resource) {
|
|
@@ -6375,14 +6482,14 @@ class ResponseHandler {
|
|
|
6375
6482
|
const popTokenGenerator = new PopTokenGenerator(cryptoObj, performanceClient);
|
|
6376
6483
|
const { secret, keyId } = cacheRecord.accessToken;
|
|
6377
6484
|
if (!keyId) {
|
|
6378
|
-
throw createClientAuthError(keyIdMissing);
|
|
6485
|
+
throw createClientAuthError(keyIdMissing, request.correlationId);
|
|
6379
6486
|
}
|
|
6380
6487
|
accessToken = await popTokenGenerator.signPopToken(secret, keyId, request);
|
|
6381
6488
|
}
|
|
6382
6489
|
else {
|
|
6383
6490
|
accessToken = cacheRecord.accessToken.secret;
|
|
6384
6491
|
}
|
|
6385
|
-
responseScopes = ScopeSet.fromString(cacheRecord.accessToken.target).asArray();
|
|
6492
|
+
responseScopes = ScopeSet.fromString(cacheRecord.accessToken.target, request.correlationId).asArray();
|
|
6386
6493
|
// Access token expiresOn cached in seconds, converting to Date for AuthenticationResult
|
|
6387
6494
|
expiresOn = toDateFromSeconds(cacheRecord.accessToken.expiresOn);
|
|
6388
6495
|
extExpiresOn = toDateFromSeconds(cacheRecord.accessToken.extendedExpiresOn);
|
|
@@ -6400,8 +6507,18 @@ class ResponseHandler {
|
|
|
6400
6507
|
const tid = idTokenClaims?.tid || "";
|
|
6401
6508
|
// for hybrid + native bridge enablement, send back the native account Id
|
|
6402
6509
|
if (serverTokenResponse?.spa_accountid && !!cacheRecord.account) {
|
|
6510
|
+
// Set on deprecated top-level for downgrade compat
|
|
6403
6511
|
cacheRecord.account.nativeAccountId =
|
|
6404
6512
|
serverTokenResponse?.spa_accountid;
|
|
6513
|
+
// Set on the matching tenant profile (source of truth)
|
|
6514
|
+
const targetTenantId = tid || cacheRecord.account.realm;
|
|
6515
|
+
if (cacheRecord.account.tenantProfiles) {
|
|
6516
|
+
const matchingProfile = cacheRecord.account.tenantProfiles.find((tp) => tp.tenantId === targetTenantId);
|
|
6517
|
+
if (matchingProfile) {
|
|
6518
|
+
matchingProfile.nativeAccountId =
|
|
6519
|
+
serverTokenResponse.spa_accountid;
|
|
6520
|
+
}
|
|
6521
|
+
}
|
|
6405
6522
|
}
|
|
6406
6523
|
const accountInfo = cacheRecord.account
|
|
6407
6524
|
? updateAccountTenantProfileData(getAccountInfo(cacheRecord.account), undefined, // tenantProfile optional
|
|
@@ -6432,6 +6549,7 @@ class ResponseHandler {
|
|
|
6432
6549
|
};
|
|
6433
6550
|
}
|
|
6434
6551
|
}
|
|
6552
|
+
/** @internal */
|
|
6435
6553
|
function buildAccountToCache(cacheStorage, authority, homeAccountId, base64Decode, correlationId, idTokenClaims, clientInfo, environment, claimsTenantId, authCodePayload, nativeAccountId, logger, performanceClient) {
|
|
6436
6554
|
logger?.verbose("setCachedAccount called", correlationId);
|
|
6437
6555
|
/*
|
|
@@ -6459,14 +6577,14 @@ function buildAccountToCache(cacheStorage, authority, homeAccountId, base64Decod
|
|
|
6459
6577
|
cloudGraphHostName: authCodePayload?.cloud_graph_host_name,
|
|
6460
6578
|
msGraphHost: authCodePayload?.msgraph_host,
|
|
6461
6579
|
nativeAccountId: nativeAccountId,
|
|
6462
|
-
}, authority, base64Decode);
|
|
6580
|
+
}, authority, correlationId, base64Decode);
|
|
6463
6581
|
const tenantProfiles = baseAccount.tenantProfiles || [];
|
|
6464
6582
|
const tenantId = claimsTenantId || baseAccount.realm;
|
|
6465
6583
|
if (tenantId &&
|
|
6466
6584
|
!tenantProfiles.find((tenantProfile) => {
|
|
6467
6585
|
return tenantProfile.tenantId === tenantId;
|
|
6468
6586
|
})) {
|
|
6469
|
-
const newTenantProfile = buildTenantProfile(homeAccountId, baseAccount.localAccountId, tenantId, idTokenClaims);
|
|
6587
|
+
const newTenantProfile = buildTenantProfile(homeAccountId, baseAccount.localAccountId, tenantId, nativeAccountId, idTokenClaims);
|
|
6470
6588
|
tenantProfiles.push(newTenantProfile);
|
|
6471
6589
|
}
|
|
6472
6590
|
baseAccount.tenantProfiles = tenantProfiles;
|
|
@@ -6486,7 +6604,7 @@ const CcsCredentialType = {
|
|
|
6486
6604
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
6487
6605
|
* Licensed under the MIT License.
|
|
6488
6606
|
*/
|
|
6489
|
-
async function getClientAssertion(clientAssertion, clientId, tokenEndpoint) {
|
|
6607
|
+
async function getClientAssertion(clientAssertion, clientId, tokenEndpoint, fmiPath) {
|
|
6490
6608
|
if (typeof clientAssertion === "string") {
|
|
6491
6609
|
return clientAssertion;
|
|
6492
6610
|
}
|
|
@@ -6494,6 +6612,7 @@ async function getClientAssertion(clientAssertion, clientId, tokenEndpoint) {
|
|
|
6494
6612
|
const config = {
|
|
6495
6613
|
clientId: clientId,
|
|
6496
6614
|
tokenEndpoint: tokenEndpoint,
|
|
6615
|
+
fmiPath: fmiPath,
|
|
6497
6616
|
};
|
|
6498
6617
|
return clientAssertion(config);
|
|
6499
6618
|
}
|
|
@@ -6521,6 +6640,7 @@ function getRequestThumbprint(clientId, request, homeAccountId) {
|
|
|
6521
6640
|
shrClaims: request.shrClaims,
|
|
6522
6641
|
sshKid: request.sshKid,
|
|
6523
6642
|
embeddedClientId: request.embeddedClientId || request.extraParameters?.clientId,
|
|
6643
|
+
resource: request.resource,
|
|
6524
6644
|
};
|
|
6525
6645
|
}
|
|
6526
6646
|
|
|
@@ -6550,7 +6670,7 @@ class ThrottlingUtils {
|
|
|
6550
6670
|
cacheManager.removeItem(key, correlationId);
|
|
6551
6671
|
return;
|
|
6552
6672
|
}
|
|
6553
|
-
throw new ServerError(value.errorCodes?.join(" ") || "", value.errorMessage, value.subError);
|
|
6673
|
+
throw new ServerError(value.errorCodes?.join(" ") || "", correlationId, value.errorMessage, value.subError);
|
|
6554
6674
|
}
|
|
6555
6675
|
}
|
|
6556
6676
|
/**
|
|
@@ -6617,7 +6737,7 @@ class ThrottlingUtils {
|
|
|
6617
6737
|
*/
|
|
6618
6738
|
class NetworkError extends AuthError {
|
|
6619
6739
|
constructor(error, httpStatus, responseHeaders) {
|
|
6620
|
-
super(error.errorCode, error.errorMessage, error.subError);
|
|
6740
|
+
super(error.errorCode, error.correlationId, error.errorMessage, error.subError);
|
|
6621
6741
|
Object.setPrototypeOf(this, NetworkError.prototype);
|
|
6622
6742
|
this.name = "NetworkError";
|
|
6623
6743
|
this.error = error;
|
|
@@ -6687,6 +6807,7 @@ function createTokenQueryParameters(request, clientId, redirectUri, performanceC
|
|
|
6687
6807
|
* @param queryString
|
|
6688
6808
|
* @param headers
|
|
6689
6809
|
* @param thumbprint
|
|
6810
|
+
* @internal
|
|
6690
6811
|
*/
|
|
6691
6812
|
async function executePostToTokenEndpoint(tokenEndpoint, queryString, headers, thumbprint, correlationId, cacheManager, networkClient, logger, performanceClient, serverTelemetryManager) {
|
|
6692
6813
|
const response = await sendPostRequest(thumbprint, tokenEndpoint, { body: queryString, headers: headers }, correlationId, cacheManager, networkClient, logger, performanceClient);
|
|
@@ -6708,6 +6829,7 @@ async function executePostToTokenEndpoint(tokenEndpoint, queryString, headers, t
|
|
|
6708
6829
|
* @param networkClient - Network module instance
|
|
6709
6830
|
* @param logger - Logger instance
|
|
6710
6831
|
* @param performanceClient - Performance client instance
|
|
6832
|
+
* @internal
|
|
6711
6833
|
*/
|
|
6712
6834
|
async function sendPostRequest(thumbprint, tokenEndpoint, options, correlationId, cacheManager, networkClient, logger, performanceClient) {
|
|
6713
6835
|
ThrottlingUtils.preProcess(cacheManager, thumbprint, correlationId);
|
|
@@ -6742,7 +6864,7 @@ async function sendPostRequest(thumbprint, tokenEndpoint, options, correlationId
|
|
|
6742
6864
|
throw e;
|
|
6743
6865
|
}
|
|
6744
6866
|
else {
|
|
6745
|
-
throw createClientAuthError(networkError);
|
|
6867
|
+
throw createClientAuthError(networkError, correlationId);
|
|
6746
6868
|
}
|
|
6747
6869
|
}
|
|
6748
6870
|
ThrottlingUtils.postProcess(cacheManager, thumbprint, response, correlationId);
|
|
@@ -6795,7 +6917,7 @@ class AuthorizationCodeClient {
|
|
|
6795
6917
|
*/
|
|
6796
6918
|
async acquireToken(request, apiId, authCodePayload) {
|
|
6797
6919
|
if (!request.code) {
|
|
6798
|
-
throw createClientAuthError(requestCannotBeMade);
|
|
6920
|
+
throw createClientAuthError(requestCannotBeMade, request.correlationId);
|
|
6799
6921
|
}
|
|
6800
6922
|
// Check for new cloud instance
|
|
6801
6923
|
if (authCodePayload && authCodePayload.cloud_instance_host_name) {
|
|
@@ -6818,7 +6940,7 @@ class AuthorizationCodeClient {
|
|
|
6818
6940
|
getLogoutUri(logoutRequest) {
|
|
6819
6941
|
// Throw error if logoutRequest is null/undefined
|
|
6820
6942
|
if (!logoutRequest) {
|
|
6821
|
-
throw createClientConfigurationError(logoutRequestEmpty);
|
|
6943
|
+
throw createClientConfigurationError(logoutRequestEmpty, "");
|
|
6822
6944
|
}
|
|
6823
6945
|
const queryString = this.createLogoutUrlQueryString(logoutRequest);
|
|
6824
6946
|
// Construct logout URI
|
|
@@ -6866,7 +6988,7 @@ class AuthorizationCodeClient {
|
|
|
6866
6988
|
if (!this.includeRedirectUri) {
|
|
6867
6989
|
// Just validate
|
|
6868
6990
|
if (!request.redirectUri) {
|
|
6869
|
-
throw createClientConfigurationError(redirectUriEmpty);
|
|
6991
|
+
throw createClientConfigurationError(redirectUriEmpty, request.correlationId);
|
|
6870
6992
|
}
|
|
6871
6993
|
}
|
|
6872
6994
|
else {
|
|
@@ -6874,7 +6996,7 @@ class AuthorizationCodeClient {
|
|
|
6874
6996
|
addRedirectUri(parameters, request.redirectUri);
|
|
6875
6997
|
}
|
|
6876
6998
|
// Add scope array, parameter builder will add default scopes and dedupe
|
|
6877
|
-
addScopes(parameters, request.scopes, true, this.oidcDefaultScopes);
|
|
6999
|
+
addScopes(parameters, request.scopes, request.correlationId, true, this.oidcDefaultScopes);
|
|
6878
7000
|
addResource(parameters, request.resource);
|
|
6879
7001
|
// add code: user set, not validated
|
|
6880
7002
|
addAuthorizationCode(parameters, request.code);
|
|
@@ -6917,7 +7039,7 @@ class AuthorizationCodeClient {
|
|
|
6917
7039
|
addSshJwk(parameters, request.sshJwk);
|
|
6918
7040
|
}
|
|
6919
7041
|
else {
|
|
6920
|
-
throw createClientConfigurationError(missingSshJwk);
|
|
7042
|
+
throw createClientConfigurationError(missingSshJwk, request.correlationId);
|
|
6921
7043
|
}
|
|
6922
7044
|
}
|
|
6923
7045
|
let ccsCred = undefined;
|
|
@@ -6968,7 +7090,7 @@ class AuthorizationCodeClient {
|
|
|
6968
7090
|
});
|
|
6969
7091
|
}
|
|
6970
7092
|
instrumentBrokerParams(parameters, request.correlationId, this.performanceClient);
|
|
6971
|
-
addClaims(parameters, request.claims, this.config.authOptions.clientCapabilities, request.skipBrokerClaims);
|
|
7093
|
+
addClaims(parameters, request.correlationId, request.claims, this.config.authOptions.clientCapabilities, request.skipBrokerClaims);
|
|
6972
7094
|
return mapToQueryString(parameters);
|
|
6973
7095
|
}
|
|
6974
7096
|
/**
|
|
@@ -7056,11 +7178,11 @@ class RefreshTokenClient {
|
|
|
7056
7178
|
async acquireTokenByRefreshToken(request, apiId) {
|
|
7057
7179
|
// Cannot renew token if no request object is given.
|
|
7058
7180
|
if (!request) {
|
|
7059
|
-
throw createClientConfigurationError(tokenRequestEmpty);
|
|
7181
|
+
throw createClientConfigurationError(tokenRequestEmpty, "");
|
|
7060
7182
|
}
|
|
7061
7183
|
// We currently do not support silent flow for account === null use cases; This will be revisited for confidential flow usecases
|
|
7062
7184
|
if (!request.account) {
|
|
7063
|
-
throw createClientAuthError(noAccountInSilentRequest);
|
|
7185
|
+
throw createClientAuthError(noAccountInSilentRequest, request.correlationId);
|
|
7064
7186
|
}
|
|
7065
7187
|
// try checking if FOCI is enabled for the given application
|
|
7066
7188
|
const isFOCI = this.cacheManager.isAppMetadataFOCI(request.account.environment, request.correlationId);
|
|
@@ -7097,7 +7219,7 @@ class RefreshTokenClient {
|
|
|
7097
7219
|
// fetches family RT or application RT based on FOCI value
|
|
7098
7220
|
const refreshToken = invoke(this.cacheManager.getRefreshToken.bind(this.cacheManager), CacheManagerGetRefreshToken, this.logger, this.performanceClient, request.correlationId)(request.account, foci, request.correlationId, undefined);
|
|
7099
7221
|
if (!refreshToken) {
|
|
7100
|
-
throw createInteractionRequiredAuthError(noTokensFound);
|
|
7222
|
+
throw createInteractionRequiredAuthError(noTokensFound, request.correlationId);
|
|
7101
7223
|
}
|
|
7102
7224
|
if (refreshToken.expiresOn) {
|
|
7103
7225
|
const offset = request.refreshTokenExpirationOffsetSeconds ||
|
|
@@ -7107,7 +7229,7 @@ class RefreshTokenClient {
|
|
|
7107
7229
|
rtOffsetSeconds: offset,
|
|
7108
7230
|
}, request.correlationId);
|
|
7109
7231
|
if (isTokenExpired(refreshToken.expiresOn, offset)) {
|
|
7110
|
-
throw createInteractionRequiredAuthError(refreshTokenExpired);
|
|
7232
|
+
throw createInteractionRequiredAuthError(refreshTokenExpired, request.correlationId);
|
|
7111
7233
|
}
|
|
7112
7234
|
}
|
|
7113
7235
|
// attach cached RT size to the current measurement
|
|
@@ -7161,7 +7283,7 @@ class RefreshTokenClient {
|
|
|
7161
7283
|
if (request.redirectUri) {
|
|
7162
7284
|
addRedirectUri(parameters, request.redirectUri);
|
|
7163
7285
|
}
|
|
7164
|
-
addScopes(parameters, request.scopes, true, this.config.authOptions.authority.options.OIDCOptions?.defaultScopes);
|
|
7286
|
+
addScopes(parameters, request.scopes, request.correlationId, true, this.config.authOptions.authority.options.OIDCOptions?.defaultScopes);
|
|
7165
7287
|
addGrantType(parameters, GrantType.REFRESH_TOKEN_GRANT);
|
|
7166
7288
|
addClientInfo(parameters);
|
|
7167
7289
|
addLibraryInfo(parameters, this.config.libraryInfo);
|
|
@@ -7197,7 +7319,7 @@ class RefreshTokenClient {
|
|
|
7197
7319
|
addSshJwk(parameters, request.sshJwk);
|
|
7198
7320
|
}
|
|
7199
7321
|
else {
|
|
7200
|
-
throw createClientConfigurationError(missingSshJwk);
|
|
7322
|
+
throw createClientConfigurationError(missingSshJwk, request.correlationId);
|
|
7201
7323
|
}
|
|
7202
7324
|
}
|
|
7203
7325
|
if (this.config.systemOptions.preventCorsPreflight &&
|
|
@@ -7226,7 +7348,7 @@ class RefreshTokenClient {
|
|
|
7226
7348
|
});
|
|
7227
7349
|
}
|
|
7228
7350
|
instrumentBrokerParams(parameters, request.correlationId, this.performanceClient);
|
|
7229
|
-
addClaims(parameters, request.claims, this.config.authOptions.clientCapabilities, request.skipBrokerClaims);
|
|
7351
|
+
addClaims(parameters, request.correlationId, request.claims, this.config.authOptions.clientCapabilities, request.skipBrokerClaims);
|
|
7230
7352
|
return mapToQueryString(parameters);
|
|
7231
7353
|
}
|
|
7232
7354
|
}
|
|
@@ -7264,32 +7386,32 @@ class SilentFlowClient {
|
|
|
7264
7386
|
if (request.forceRefresh || !StringUtils.isEmptyObj(request.claims)) {
|
|
7265
7387
|
// Must refresh due to present force_refresh flag.
|
|
7266
7388
|
this.setCacheOutcome(CacheOutcome.FORCE_REFRESH_OR_CLAIMS, request.correlationId);
|
|
7267
|
-
throw createClientAuthError(tokenRefreshRequired);
|
|
7389
|
+
throw createClientAuthError(tokenRefreshRequired, request.correlationId);
|
|
7268
7390
|
}
|
|
7269
7391
|
// We currently do not support silent flow for account === null use cases; This will be revisited for confidential flow usecases
|
|
7270
7392
|
if (!request.account) {
|
|
7271
|
-
throw createClientAuthError(noAccountInSilentRequest);
|
|
7393
|
+
throw createClientAuthError(noAccountInSilentRequest, request.correlationId);
|
|
7272
7394
|
}
|
|
7273
7395
|
const requestTenantId = request.account.tenantId ||
|
|
7274
|
-
getTenantFromAuthorityString(request.authority);
|
|
7396
|
+
getTenantFromAuthorityString(request.authority, request.correlationId);
|
|
7275
7397
|
const tokenKeys = this.cacheManager.getTokenKeys();
|
|
7276
7398
|
const cachedAccessToken = this.cacheManager.getAccessToken(request.account, request, tokenKeys, requestTenantId);
|
|
7277
7399
|
if (!cachedAccessToken) {
|
|
7278
7400
|
// must refresh due to non-existent access_token
|
|
7279
7401
|
this.setCacheOutcome(CacheOutcome.NO_CACHED_ACCESS_TOKEN, request.correlationId);
|
|
7280
|
-
throw createClientAuthError(tokenRefreshRequired);
|
|
7402
|
+
throw createClientAuthError(tokenRefreshRequired, request.correlationId);
|
|
7281
7403
|
}
|
|
7282
7404
|
else if (wasClockTurnedBack(cachedAccessToken.cachedAt) ||
|
|
7283
7405
|
isTokenExpired(cachedAccessToken.expiresOn, this.config.systemOptions.tokenRenewalOffsetSeconds)) {
|
|
7284
7406
|
// must refresh due to the expires_in value
|
|
7285
7407
|
this.setCacheOutcome(CacheOutcome.CACHED_ACCESS_TOKEN_EXPIRED, request.correlationId);
|
|
7286
|
-
throw createClientAuthError(tokenRefreshRequired);
|
|
7408
|
+
throw createClientAuthError(tokenRefreshRequired, request.correlationId);
|
|
7287
7409
|
}
|
|
7288
7410
|
else if (request.resource) {
|
|
7289
7411
|
// cached access token must have a resource that matches the request resource for MCP scenarios
|
|
7290
7412
|
if (cachedAccessToken.resource !== request.resource) {
|
|
7291
7413
|
this.setCacheOutcome(CacheOutcome.NO_CACHED_ACCESS_TOKEN, request.correlationId);
|
|
7292
|
-
throw createClientAuthError(tokenRefreshRequired);
|
|
7414
|
+
throw createClientAuthError(tokenRefreshRequired, request.correlationId);
|
|
7293
7415
|
}
|
|
7294
7416
|
}
|
|
7295
7417
|
else if (cachedAccessToken.refreshOn &&
|
|
@@ -7331,15 +7453,7 @@ class SilentFlowClient {
|
|
|
7331
7453
|
async generateResultFromCacheRecord(cacheRecord, request) {
|
|
7332
7454
|
let idTokenClaims;
|
|
7333
7455
|
if (cacheRecord.idToken) {
|
|
7334
|
-
idTokenClaims = extractTokenClaims(cacheRecord.idToken.secret, this.config.cryptoInterface.base64Decode);
|
|
7335
|
-
}
|
|
7336
|
-
// token max_age check
|
|
7337
|
-
if (request.maxAge || request.maxAge === 0) {
|
|
7338
|
-
const authTime = idTokenClaims?.auth_time;
|
|
7339
|
-
if (!authTime) {
|
|
7340
|
-
throw createClientAuthError(authTimeNotFound);
|
|
7341
|
-
}
|
|
7342
|
-
checkMaxAge(authTime, request.maxAge);
|
|
7456
|
+
idTokenClaims = extractTokenClaims(cacheRecord.idToken.secret, this.config.cryptoInterface.base64Decode, request.correlationId);
|
|
7343
7457
|
}
|
|
7344
7458
|
return ResponseHandler.generateAuthenticationResult(this.cryptoUtils, this.authority, cacheRecord, true, request, this.performanceClient, idTokenClaims);
|
|
7345
7459
|
}
|
|
@@ -7350,11 +7464,12 @@ class SilentFlowClient {
|
|
|
7350
7464
|
* Licensed under the MIT License.
|
|
7351
7465
|
*/
|
|
7352
7466
|
const StubbedNetworkModule = {
|
|
7467
|
+
// Module-level singleton: no per-request correlationId available
|
|
7353
7468
|
sendGetRequestAsync: () => {
|
|
7354
|
-
return Promise.reject(createClientAuthError(methodNotImplemented));
|
|
7469
|
+
return Promise.reject(createClientAuthError(methodNotImplemented, ""));
|
|
7355
7470
|
},
|
|
7356
7471
|
sendPostRequestAsync: () => {
|
|
7357
|
-
return Promise.reject(createClientAuthError(methodNotImplemented));
|
|
7472
|
+
return Promise.reject(createClientAuthError(methodNotImplemented, ""));
|
|
7358
7473
|
},
|
|
7359
7474
|
};
|
|
7360
7475
|
|
|
@@ -7369,6 +7484,7 @@ const StubbedNetworkModule = {
|
|
|
7369
7484
|
* @param logger
|
|
7370
7485
|
* @param performanceClient
|
|
7371
7486
|
* @returns
|
|
7487
|
+
* @internal
|
|
7372
7488
|
*/
|
|
7373
7489
|
function getStandardAuthorizeRequestParameters(authOptions, request, logger, performanceClient) {
|
|
7374
7490
|
// generate the correlationId if not set by the user and add
|
|
@@ -7381,7 +7497,7 @@ function getStandardAuthorizeRequestParameters(authOptions, request, logger, per
|
|
|
7381
7497
|
...(request.scopes || []),
|
|
7382
7498
|
...(request.extraScopesToConsent || []),
|
|
7383
7499
|
];
|
|
7384
|
-
addScopes(parameters, requestScopes, true, authOptions.authority.options.OIDCOptions?.defaultScopes);
|
|
7500
|
+
addScopes(parameters, requestScopes, request.correlationId, true, authOptions.authority.options.OIDCOptions?.defaultScopes);
|
|
7385
7501
|
addResource(parameters, request.resource);
|
|
7386
7502
|
addRedirectUri(parameters, request.redirectUri);
|
|
7387
7503
|
addCorrelationId(parameters, correlationId);
|
|
@@ -7483,7 +7599,7 @@ function getStandardAuthorizeRequestParameters(authOptions, request, logger, per
|
|
|
7483
7599
|
if (request.embeddedClientId) {
|
|
7484
7600
|
addBrokerParameters(parameters, authOptions.clientId, authOptions.redirectUri);
|
|
7485
7601
|
}
|
|
7486
|
-
addClaims(parameters, request.claims, authOptions.clientCapabilities, request.skipBrokerClaims);
|
|
7602
|
+
addClaims(parameters, request.correlationId, request.claims, authOptions.clientCapabilities, request.skipBrokerClaims);
|
|
7487
7603
|
// If extraQueryParameters includes instance_aware its value will be added when extraQueryParameters are added
|
|
7488
7604
|
if (authOptions.instanceAware &&
|
|
7489
7605
|
(!request.extraQueryParameters ||
|
|
@@ -7497,6 +7613,7 @@ function getStandardAuthorizeRequestParameters(authOptions, request, logger, per
|
|
|
7497
7613
|
* @param authority
|
|
7498
7614
|
* @param requestParameters
|
|
7499
7615
|
* @returns
|
|
7616
|
+
* @internal
|
|
7500
7617
|
*/
|
|
7501
7618
|
function getAuthorizeUrl(authority, requestParameters) {
|
|
7502
7619
|
const queryString = mapToQueryString(requestParameters);
|
|
@@ -7507,13 +7624,14 @@ function getAuthorizeUrl(authority, requestParameters) {
|
|
|
7507
7624
|
* the client to exchange for a token in acquireToken.
|
|
7508
7625
|
* @param serverParams
|
|
7509
7626
|
* @param cachedState
|
|
7627
|
+
* @param correlationId
|
|
7510
7628
|
*/
|
|
7511
|
-
function getAuthorizationCodePayload(serverParams, cachedState) {
|
|
7629
|
+
function getAuthorizationCodePayload(serverParams, cachedState, correlationId) {
|
|
7512
7630
|
// Get code response
|
|
7513
|
-
validateAuthorizationResponse(serverParams, cachedState);
|
|
7631
|
+
validateAuthorizationResponse(serverParams, cachedState, correlationId);
|
|
7514
7632
|
// throw when there is no auth code in the response
|
|
7515
7633
|
if (!serverParams.code) {
|
|
7516
|
-
throw createClientAuthError(authorizationCodeMissingFromServerResponse);
|
|
7634
|
+
throw createClientAuthError(authorizationCodeMissingFromServerResponse, correlationId);
|
|
7517
7635
|
}
|
|
7518
7636
|
return serverParams;
|
|
7519
7637
|
}
|
|
@@ -7521,12 +7639,13 @@ function getAuthorizationCodePayload(serverParams, cachedState) {
|
|
|
7521
7639
|
* Function which validates server authorization code response.
|
|
7522
7640
|
* @param serverResponseHash
|
|
7523
7641
|
* @param requestState
|
|
7642
|
+
* @param correlationId
|
|
7524
7643
|
*/
|
|
7525
|
-
function validateAuthorizationResponse(serverResponse, requestState) {
|
|
7644
|
+
function validateAuthorizationResponse(serverResponse, requestState, correlationId) {
|
|
7526
7645
|
if (!serverResponse.state || !requestState) {
|
|
7527
7646
|
throw serverResponse.state
|
|
7528
|
-
? createClientAuthError(stateNotFound, "Cached State")
|
|
7529
|
-
: createClientAuthError(stateNotFound, "Server State");
|
|
7647
|
+
? createClientAuthError(stateNotFound, correlationId, "Cached State")
|
|
7648
|
+
: createClientAuthError(stateNotFound, correlationId, "Server State");
|
|
7530
7649
|
}
|
|
7531
7650
|
let decodedServerResponseState;
|
|
7532
7651
|
let decodedRequestState;
|
|
@@ -7534,16 +7653,16 @@ function validateAuthorizationResponse(serverResponse, requestState) {
|
|
|
7534
7653
|
decodedServerResponseState = decodeURIComponent(serverResponse.state);
|
|
7535
7654
|
}
|
|
7536
7655
|
catch (e) {
|
|
7537
|
-
throw createClientAuthError(invalidState, serverResponse.state);
|
|
7656
|
+
throw createClientAuthError(invalidState, correlationId, serverResponse.state);
|
|
7538
7657
|
}
|
|
7539
7658
|
try {
|
|
7540
7659
|
decodedRequestState = decodeURIComponent(requestState);
|
|
7541
7660
|
}
|
|
7542
7661
|
catch (e) {
|
|
7543
|
-
throw createClientAuthError(invalidState, serverResponse.state);
|
|
7662
|
+
throw createClientAuthError(invalidState, correlationId, serverResponse.state);
|
|
7544
7663
|
}
|
|
7545
7664
|
if (decodedServerResponseState !== decodedRequestState) {
|
|
7546
|
-
throw createClientAuthError(stateMismatch);
|
|
7665
|
+
throw createClientAuthError(stateMismatch, correlationId);
|
|
7547
7666
|
}
|
|
7548
7667
|
// Check for error
|
|
7549
7668
|
if (serverResponse.error ||
|
|
@@ -7551,9 +7670,9 @@ function validateAuthorizationResponse(serverResponse, requestState) {
|
|
|
7551
7670
|
serverResponse.suberror) {
|
|
7552
7671
|
const serverErrorNo = parseServerErrorNo(serverResponse);
|
|
7553
7672
|
if (isInteractionRequiredError(serverResponse.error, serverResponse.error_description, serverResponse.suberror)) {
|
|
7554
|
-
throw new InteractionRequiredAuthError(serverResponse.error || "", serverResponse.error_description, serverResponse.suberror, serverResponse.timestamp || "", serverResponse.trace_id || "", serverResponse.
|
|
7673
|
+
throw new InteractionRequiredAuthError(serverResponse.error || "", serverResponse.correlation_id || correlationId, serverResponse.error_description, serverResponse.suberror, serverResponse.timestamp || "", serverResponse.trace_id || "", serverResponse.claims || "", serverErrorNo);
|
|
7555
7674
|
}
|
|
7556
|
-
throw new ServerError(serverResponse.error || "", serverResponse.error_description, serverResponse.suberror, serverErrorNo);
|
|
7675
|
+
throw new ServerError(serverResponse.error || "", serverResponse.correlation_id || correlationId, serverResponse.error_description, serverResponse.suberror, serverErrorNo);
|
|
7557
7676
|
}
|
|
7558
7677
|
}
|
|
7559
7678
|
/**
|
|
@@ -7605,10 +7724,10 @@ function enforceResourceParameter(isMcp, request) {
|
|
|
7605
7724
|
if (request.resource &&
|
|
7606
7725
|
(containsResourceParam(request.extraParameters) ||
|
|
7607
7726
|
containsResourceParam(request.extraQueryParameters))) {
|
|
7608
|
-
throw createClientAuthError(misplacedResourceParam);
|
|
7727
|
+
throw createClientAuthError(misplacedResourceParam, request.correlationId || "");
|
|
7609
7728
|
}
|
|
7610
7729
|
if (!request.resource) {
|
|
7611
|
-
throw createClientAuthError(resourceParameterRequired);
|
|
7730
|
+
throw createClientAuthError(resourceParameterRequired, request.correlationId || "");
|
|
7612
7731
|
}
|
|
7613
7732
|
}
|
|
7614
7733
|
function containsResourceParam(params) {
|
|
@@ -7642,7 +7761,7 @@ class AuthenticationHeaderParser {
|
|
|
7642
7761
|
if (authenticationInfoChallenges.nextnonce) {
|
|
7643
7762
|
return authenticationInfoChallenges.nextnonce;
|
|
7644
7763
|
}
|
|
7645
|
-
throw createClientConfigurationError(invalidAuthenticationHeader);
|
|
7764
|
+
throw createClientConfigurationError(invalidAuthenticationHeader, "");
|
|
7646
7765
|
}
|
|
7647
7766
|
// Attempt to parse nonce from WWW-Authenticate
|
|
7648
7767
|
const wwwAuthenticate = this.headers[HeaderNames.WWWAuthenticate];
|
|
@@ -7651,10 +7770,10 @@ class AuthenticationHeaderParser {
|
|
|
7651
7770
|
if (wwwAuthenticateChallenges.nonce) {
|
|
7652
7771
|
return wwwAuthenticateChallenges.nonce;
|
|
7653
7772
|
}
|
|
7654
|
-
throw createClientConfigurationError(invalidAuthenticationHeader);
|
|
7773
|
+
throw createClientConfigurationError(invalidAuthenticationHeader, "");
|
|
7655
7774
|
}
|
|
7656
7775
|
// If neither header is present, throw missing headers error
|
|
7657
|
-
throw createClientConfigurationError(missingNonceAuthenticationHeader);
|
|
7776
|
+
throw createClientConfigurationError(missingNonceAuthenticationHeader, "");
|
|
7658
7777
|
}
|
|
7659
7778
|
/**
|
|
7660
7779
|
* Parses an HTTP header's challenge set into a key/value map.
|
|
@@ -7704,12 +7823,12 @@ function tagToString(tag) {
|
|
|
7704
7823
|
* Error class for MSAL Runtime errors that preserves detailed broker information
|
|
7705
7824
|
*/
|
|
7706
7825
|
class PlatformBrokerError extends AuthError {
|
|
7707
|
-
constructor(errorStatus, errorContext, errorCode, errorTag) {
|
|
7826
|
+
constructor(errorStatus, correlationId, errorContext, errorCode, errorTag) {
|
|
7708
7827
|
const tagString = tagToString(errorTag);
|
|
7709
7828
|
const enhancedErrorContext = errorContext
|
|
7710
7829
|
? `${errorContext} (Error Code: ${errorCode}, Tag: ${tagString})`
|
|
7711
7830
|
: `(Error Code: ${errorCode}, Tag: ${tagString})`;
|
|
7712
|
-
super(errorStatus, enhancedErrorContext);
|
|
7831
|
+
super(errorStatus, correlationId, enhancedErrorContext);
|
|
7713
7832
|
this.name = "PlatformBrokerError";
|
|
7714
7833
|
this.statusCode = errorCode;
|
|
7715
7834
|
this.tag = tagString;
|
|
@@ -7826,35 +7945,40 @@ class ServerTelemetryManager {
|
|
|
7826
7945
|
* @param error
|
|
7827
7946
|
*/
|
|
7828
7947
|
cacheFailedRequest(error) {
|
|
7829
|
-
|
|
7830
|
-
|
|
7831
|
-
|
|
7832
|
-
|
|
7833
|
-
|
|
7834
|
-
|
|
7835
|
-
|
|
7836
|
-
|
|
7837
|
-
|
|
7838
|
-
|
|
7839
|
-
if (error instanceof
|
|
7840
|
-
if (error
|
|
7841
|
-
|
|
7842
|
-
|
|
7843
|
-
|
|
7844
|
-
|
|
7948
|
+
try {
|
|
7949
|
+
const lastRequests = this.getLastRequests();
|
|
7950
|
+
if (lastRequests.errors.length >=
|
|
7951
|
+
SERVER_TELEM_MAX_CACHED_ERRORS) {
|
|
7952
|
+
// Remove a cached error to make room, first in first out
|
|
7953
|
+
lastRequests.failedRequests.shift(); // apiId
|
|
7954
|
+
lastRequests.failedRequests.shift(); // correlationId
|
|
7955
|
+
lastRequests.errors.shift();
|
|
7956
|
+
}
|
|
7957
|
+
lastRequests.failedRequests.push(this.apiId, this.correlationId);
|
|
7958
|
+
if (error instanceof Error && !!error && error.toString()) {
|
|
7959
|
+
if (error instanceof AuthError) {
|
|
7960
|
+
if (error.subError) {
|
|
7961
|
+
lastRequests.errors.push(error.subError);
|
|
7962
|
+
}
|
|
7963
|
+
else if (error.errorCode) {
|
|
7964
|
+
lastRequests.errors.push(error.errorCode);
|
|
7965
|
+
}
|
|
7966
|
+
else {
|
|
7967
|
+
lastRequests.errors.push(error.toString());
|
|
7968
|
+
}
|
|
7845
7969
|
}
|
|
7846
7970
|
else {
|
|
7847
7971
|
lastRequests.errors.push(error.toString());
|
|
7848
7972
|
}
|
|
7849
7973
|
}
|
|
7850
7974
|
else {
|
|
7851
|
-
lastRequests.errors.push(
|
|
7975
|
+
lastRequests.errors.push(SERVER_TELEM_UNKNOWN_ERROR);
|
|
7852
7976
|
}
|
|
7977
|
+
this.cacheManager.setServerTelemetry(this.telemetryCacheKey, lastRequests, this.correlationId);
|
|
7853
7978
|
}
|
|
7854
|
-
|
|
7855
|
-
|
|
7979
|
+
catch {
|
|
7980
|
+
// Ignore telemetry cache failures to avoid masking the original auth error path.
|
|
7856
7981
|
}
|
|
7857
|
-
this.cacheManager.setServerTelemetry(this.telemetryCacheKey, lastRequests, this.correlationId);
|
|
7858
7982
|
return;
|
|
7859
7983
|
}
|
|
7860
7984
|
/**
|
|
@@ -7974,6 +8098,33 @@ class ServerTelemetryManager {
|
|
|
7974
8098
|
static makeExtraSkuString(params) {
|
|
7975
8099
|
return makeExtraSkuString(params);
|
|
7976
8100
|
}
|
|
8101
|
+
}
|
|
8102
|
+
/** @internal */
|
|
8103
|
+
class StubServerTelemetryManager extends ServerTelemetryManager {
|
|
8104
|
+
constructor() {
|
|
8105
|
+
super({ clientId: "", apiId: 0, correlationId: "", forceRefresh: false }, {});
|
|
8106
|
+
}
|
|
8107
|
+
generateCurrentRequestHeaderValue() {
|
|
8108
|
+
return "";
|
|
8109
|
+
}
|
|
8110
|
+
generateLastRequestHeaderValue() {
|
|
8111
|
+
return "";
|
|
8112
|
+
}
|
|
8113
|
+
cacheFailedRequest() { }
|
|
8114
|
+
incrementCacheHits() {
|
|
8115
|
+
return 0;
|
|
8116
|
+
}
|
|
8117
|
+
clearTelemetryCache() { }
|
|
8118
|
+
getRegionDiscoveryFields() {
|
|
8119
|
+
return "";
|
|
8120
|
+
}
|
|
8121
|
+
updateRegionDiscoveryMetadata() { }
|
|
8122
|
+
setCacheOutcome() { }
|
|
8123
|
+
setNativeBrokerErrorCode() { }
|
|
8124
|
+
getNativeBrokerErrorCode() {
|
|
8125
|
+
return undefined;
|
|
8126
|
+
}
|
|
8127
|
+
clearNativeBrokerErrorCode() { }
|
|
7977
8128
|
}
|
|
7978
8129
|
|
|
7979
8130
|
exports.AADServerParamKeys = AADServerParamKeys;
|
|
@@ -8024,6 +8175,7 @@ exports.ServerTelemetryManager = ServerTelemetryManager;
|
|
|
8024
8175
|
exports.SilentFlowClient = SilentFlowClient;
|
|
8025
8176
|
exports.StringUtils = StringUtils;
|
|
8026
8177
|
exports.StubPerformanceClient = StubPerformanceClient;
|
|
8178
|
+
exports.StubServerTelemetryManager = StubServerTelemetryManager;
|
|
8027
8179
|
exports.StubbedNetworkModule = StubbedNetworkModule;
|
|
8028
8180
|
exports.ThrottlingUtils = ThrottlingUtils;
|
|
8029
8181
|
exports.TimeUtils = TimeUtils;
|
|
@@ -8054,4 +8206,4 @@ exports.invokeAsync = invokeAsync;
|
|
|
8054
8206
|
exports.tenantIdMatchesHomeTenant = tenantIdMatchesHomeTenant;
|
|
8055
8207
|
exports.updateAccountTenantProfileData = updateAccountTenantProfileData;
|
|
8056
8208
|
exports.version = version;
|
|
8057
|
-
//# sourceMappingURL=index-node-
|
|
8209
|
+
//# sourceMappingURL=index-node-C_uKaUiZ.js.map
|