ASP.Net MVC 中的 Gmail 身份验证教程
我正在 ASP.NET MVC 中构建一个应使用 Gmail 身份验证的应用程序,但我不知道从哪里开始。有什么好的教程或示例代码可以使用吗?
I 'm building an application in ASP.NET MVC which should use Gmail authentication and I don't know where to start. Are there any good tutorials or sample code I can use?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是博客文章,其中说明了如何可以使用 DotNetOpenAuth 库向 OpenID 提供商进行身份验证。
Here's a blog post which illustrates how you could use the DotNetOpenAuth library to authenticate with an OpenID provider.