use a login with Microsoft Authenticator VB.net

alejandro jimenez cortes 1 Reputation point
2020-11-27T02:19:23.163+00:00

I am developing an application, I want to use a login with Microsoft Authenticator,
I enter the username and password, I send the toket to the Authenticator application to validate the entry, this in VB.Net

Some example?

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

1 answer

Sort by: Most helpful
  1. 2020-11-27T18:03:35.587+00:00

    Hello @alejandro jimenez cortes , you cannot send tokens to Microsoft Authenticator but you can use it to enforce 2nd factor authentication methods like SMS, notifications, verification codes, pin, fingerprint, face, OTP, etc. In order to do that you have to initiate a login request using libraries such as MSAL (sample here) and enable MFA.

    Please let me know if you need more help. If the answer was helpful to you, please accept it and optionally fill the feedback form it so that other members in the community can benefit from it.

    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.