Apply Microsoft Authenticator App to approve/deny 2FA in ASP.NET Core
Asked Answered
G

1

6

Currently, when we use Microsoft Authenticator App with Microsoft account, they ask us to click approve or deny instead of filling in the passcode into logging website, system.

Can we apply the same experience into our website without Microsoft account such as individual account or organizational account?

I suppose if it can, Microsoft will ask us to register an api to let them upon users approve,deny.

If it cannot, is there any alternative apps, services provide this?

PS: of course we can implement by ourselves mobile app acts as an authenticator app

Thanks for your help

Gann answered 15/8, 2019 at 2:42 Comment(0)
L
-1

Twilio developer evangelist here.

You can achieve this effect using the Authy push notification API along with your users using the Authy application. This method can also fall back to using an in app code or SMS based 2FA too.

Lewanna answered 15/8, 2019 at 22:10 Comment(4)
Twilio has stopped the Authy push notification API, with no replacement scheduled.Auspice
The Authy push notification API is deprecated, indeed. The replacement at this point involves embedding the Twilio Verify SDK into your own mobile application and using Verify Push.Lewanna
— But the Authy application doesn't support Verify Push (it's supposedly coming but your support says they have no timeline). Verify Push is only useful at the moment if I'm writing my own mobile app as I understand it.Auspice
That is correct. This is an answer from 2019 though. I also no longer work at Twilio, after their layoffs last year, so I have no further insight into when that feature may be coming to the API.Lewanna

© 2022 - 2024 — McMap. All rights reserved.