简体   繁体   English

Facebook Connect使用ASP.NET成员资格提供程序与站点集成

[英]Facebook Connect Integration with a site using ASP.NET Membership Provider

Are there any best practices or examples of how to best integrate Facebook connect with an existing ASP.NET Application using the Membership provider (or something similar). 有没有关于如何使用成员资格提供程序(或类似的东西)将Facebook连接与现有ASP.NET应用程序最佳集成的最佳实践或示例。 I'm sure I can get something going, but, it would be great if there was some information and best practices on this to mitigate any security concerns. 我确信我可以得到一些东西,但是,如果有一些信息和最佳实践可以减轻任何安全问题,那将会很棒。 Currently I can have a user 'connect' and grab their information, but, I would like to handle them as securely as possible and as similarly as possible to the existing users. 目前我可以让用户“连接”并获取他们的信息,但是,我希望尽可能安全地处理它们,并尽可能地与现有用户进行处理。 Particularly, I would like them to have an entry in the 'users' table. 特别是,我希望他们在“用户”表中有一个条目。

It would be extra helpful for any information relating to ASP.NET MVC. 对于与ASP.NET MVC相关的任何信息都会有所帮助。

Some useful links i have found to date: 我迄今发现的一些有用的链接:

Look into RPXNow: https://rpxnow.com/ 查看RPXNow: https ://rpxnow.com/

It'll allow you to integrate your app with a whole range of OpenId providers, and i believe with Facebook amongst them, with a nice tidy API. 它允许您将您的应用程序与各种OpenId提供程序集成,我相信其中包含一个漂亮整洁的API。 If you only want facebook as a provider, you may want to look elsewhere however 如果您只想将Facebook作为提供商,那么您可能希望在其他地方寻找

https://rpxnow.com/ has changed its name to "Janrain" and is commercialized. https://rpxnow.com/已将其名称更改为“Janrain”并已商业化。 It would be nice to know the technology behind it in order to create a solution of your own. 知道它背后的技术以创建自己的解决方案会很高兴。

Does anyone know an open source, free solution like "Janrain"? 有没有人知道像“Janrain”这样的开源免费解决方案? Or a good tutorial, suitable for ASP.NET MVC 2? 还是一个很好的教程,适合ASP.NET MVC 2?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM