OpenID 的 ASP.NET MVC 解决方案OAuth +简单的身份验证

发布于 2024-12-19 13:11:44 字数 352 浏览 1 评论 0原文

/注册,是否应该使用 ASP.NET MVC 3+ 的事实上的解决方案

  • 如果需要允许用户通过OpenID
  • OAuth
  • 简单注册/手动身份验证登录

我基本上寻找的是适用于 OpenID、OAuth 等的“Membership API”。主要功能包括:

  • 角色支持(针对 ASP.NET MVC)
  • 能够将多个身份验证方法绑定到单个用户(例如,某人首先通过“简单注册”进行注册,然后他想要绑定他的 Google 帐户,然后绑定他的 Yahoo 帐户,所以他应该能够使用其中任何一个进行身份验证 3)

谢谢!

Is there a de-facto solution for ASP.NET MVC 3+ one should use in case he needs to allow users to sign in/up via:

  • OpenID
  • OAuth
  • Trivial registration / manual authentication

?

What I'm basically looking for is "Membership API" that works for OpenID, OAuth and whatever else. Key features are:

  • Roles support (for ASP.NET MVC)
  • Ability to bind multiple auth methods to single user (for instance, somebody first signed up with "trivial registration", then he wants to bind his Google account and then his Yahoo account, so he should be able to auth with any of these 3)

Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

征棹 2024-12-26 13:11:44

请访问此链接:- 您可以找到一个好的解决方案...

  1. 使用 ASP.NET MVC3 、 DotNetOpenAuth 和OpenID-选择器

  2. 您可以从SocialAuth-net 项目下载代码并修改源代码并实施。我也从这里完成了此操作。

Please visit this links:- you can find a good solution....

  1. OpenID Authentication with ASP.NET MVC3 , DotNetOpenAuth and OpenID-Selector

  2. And you can download code from the SocialAuth-net project and modify source code and implement. I have also done this, from here.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文