2

我正在使用nhibernate不同的数据库(取决于项目)来保存数据。因此,我使用custom membership provider用户和角色来authenticate登录和authorize访问某些页面。

现在我想为我的新用户和当前用户提供使用他们的social network account.

我知道asp.net mvc4自带的内置simplemembership provider处理此登录开箱即用,但我必须升级我的自定义成员资格提供程序,因为我已经解释过(许多数据库,不仅仅是microsoft sql)。

您会推荐我使用哪种解决方案?

4

1 回答 1

2

Open App_Start\AuthConfig.cs and enable whatever social media authorization that you'd like.

For more details, see http://blogs.msdn.com/b/webdev/archive/2012/08/15/oauth-openid-support-for-webforms-mvc-and-webpages.aspx?PageIndex=2

于 2013-04-18T17:27:26.780 回答