Validate a user's TOTP with Azure AD/Microsoft Identity Platform via API

JWilber 1 Reputation point
2022-02-08T17:01:30.627+00:00

I am trying to establish if there is a way to do TOTP validation for an Azure AD user identity from a browserless native application.  Given a user identity and a TOTP provided by that user, is it possible to validate the TOTP programmatically (e.g. via REST API) with Azure/Microsoft Identity Platform?

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,629 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Shweta Mathur 29,756 Reputation points Microsoft Employee
    2022-02-09T18:14:54.74+00:00

    Hi @JWilber ,

    Thanks for reaching out.

    I understand that you are trying to validate the Multi factor Authentication’s TOTP through REST API with Azure AD. Unfortunately, as of now it is not possible to implement TOTP validation programmatically through Azure AD.

    However, You can validate TOTP-based MFA with Azure AD B2C custom policy.

    Thanks,
    Shweta

    ------------------------------------------------

    Please remember to "Accept Answer" if answer helped you.

    0 comments No comments