Manage MFA on Custom Application using AzureAD signing

Umashankar Gupta 0 Reputation points
2024-08-16T14:38:09.6033333+00:00

Is there any API to call and manage Microsoft MFA to allow MFA enabled user to use the application. I have already enrolled the application as an enterprise application

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,074 questions
Azure Managed Applications
Azure Managed Applications
An Azure service that enables managed service providers, independent software vendors, and enterprise IT teams to deliver turnkey solutions through the Azure Marketplace or service catalog.
135 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Sina Salam 10,036 Reputation points
    2024-08-16T15:36:12.7133333+00:00

    Hello Umashankar Gupta,

    Welcome to the Microsoft Q&A and thank you for posting your questions here.

    I understand that you have already enrolled an application as an enterprise application, and you would need to know if there any API to call and manage Microsoft MFA to allow MFA enabled user to use the application.

    YES! Microsoft Graph API provides an authentication methods API that allows you to manage a user's authentication methods. You can add, update, or delete phone numbers, FIDO2 security keys, Microsoft Authenticator registrations, and Windows Hello for Business registrations. https://video2.skills-academy.com/en-us/graph/api/resources/authenticationmethods-overview?view=graph-rest-1.0

    Though, there is not a publicly accessible API specifically for triggering a Microsoft Authenticator MFA challenge, you can explore alternative approaches by using PowerShell or REST API calls to simulate MFA challenges. https://www.entraneer.com/blog/entra/authentication/transactional-mfa-entra-id.

    Accept Answer

    I hope this is helpful! Do not hesitate to let me know if you have any other questions.

    ** Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful ** so that others in the community facing similar issues can easily find the solution.

    Best Regards,

    Sina Salam

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.