Looking for a .NET library to do authentication that support multiple sources [closed]

半城伤御伤魂 提交于 2019-12-12 19:06:51

问题


I'm looking for a suggestion for a .NET library which can allow me to use in an ASP.NET application so that I have one profile for each user, but can associate authentication from multiple sources including: ASP.NET Forms based, windows live id, google, facebook, openid, etc... I want people to come to my website and be able to associate any of those credentials so that they can use one or more sources to authenicate themselves. I'm asking specifically for an ASP.NET MVC project.


回答1:


Dotnetopenauth is a good option for multiple openid logins http://www.dotnetopenauth.net/




回答2:


Andrew,

You may have a difficult time finding one (free), single library that interfaces with all of the providers that mentioned. Check out something like the Altairis Id Tool kit on Codeplex and see if you can use that. Otherwise, I think your best bet would be to build on top of the existing Asp.Net membership provider model and then check out Codeplex for the different providers that you want to plug in.

Here are some suggestions...

openid

facebook

google



来源:https://stackoverflow.com/questions/494026/looking-for-a-net-library-to-do-authentication-that-support-multiple-sources

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!