Hi @malek.babaz69
Welcome to the Auth0 Community!
Thank you for posting your question. You can utilize the API.authentication.challengeWith() method to challenge the user with MFA, which will pause the action’s execution pipeline. After the user finishes the MFA, you can send the ID to 3rd party.
Thanks Dawid