Use mixed authentication with Asp.Net MVC (Forms, FB connect, twitter, openId)

前端 未结 2 1302
广开言路
广开言路 2021-02-02 03:19

I\'m creating a new site and I want the users to be able to use several ways to sign in, basically the users should be able to create a new user on my site OR use Facebook conne

2条回答
  •  礼貌的吻别
    2021-02-02 03:59

    If you're open to spending a few bucks per month the Windows Azure Access Control Service provides this functionality as a drop-in membership provider for ASP.NET. This is also the basis for the new Windows 8 SSO credential flow.

    Note that Twitter is not yet supported, however, because Access Control doesn't support OAuth 1.0.

提交回复
热议问题