Authenticator App number matching Api for authentication

Muhammad Qadir 6 Reputation points
2024-06-14T20:33:49.19+00:00

Hi,

I need to have post method end point, API or any other related information of the Microsoft authenticator app to MFA verify number matching to integrate in our mobile app instead of using the authenticator application.

MFA Number Matching that show in the browser to verify through MS authenticator app but i want to verify through our application instead of MS authenticator app. Integration or any sort of mechanism to post this matching number of MFA to azure authentication.

Microsoft Authenticator
Microsoft Authenticator
A Microsoft app for iOS and Android devices that enables authentication with two-factor verification, phone sign-in, and code generation.
5,869 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,108 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,182 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. akinbade abiola 5,865 Reputation points
    2024-06-14T20:55:35.93+00:00

    Hello Muhammad Qadir,

    Thanks for your question.

    The number matching functionality isn't designed for direct integration within mobile apps.

    Alternatively, you could try custom policies or user flows, which can integrate MFA via APIs.

    https://learn.microsoft.com/en-us/azure/active-directory-b2c/user-flow-overview#custom-policies

    Regards,

    You can mark it 'Accept Answer' if this helped.