【发布时间】:2014-04-26 08:50:31
【问题描述】:
您好,我创建了自己的 asp.net 项目(不是 MVC)。现在我想使用 Google Authenticator 实现两因素身份验证。因此,当用户获得注册时,用户将获得密钥或获取 QR 图像并使用它的 android 手机进行设置。为了登录,他们需要来自谷歌身份验证器应用程序的密钥。
我在 asp.net 中获得了一些 MVC 代码。我需要如何在 asp.net 应用程序中集成的步骤(不是 MVC)请指导我如何实现这个任何示例将不胜感激。
谢谢
【问题讨论】:
-
Scott hanselman 有一个教程:hanselman.com/blog/…
-
@S_I_R 谢谢,但它应该适用于 Google Authenticator App。
标签: asp.net two-factor-authentication google-authenticator