WebSecurity vs FormsAuthentication in ASP.NET MVC4

前端 未结 3 799
有刺的猬
有刺的猬 2021-02-02 04:45

I guess I am trying to mix two providers in project but I am looking to use websecurity in conjunction to my forms authentication. I need websecurity for OAUTH authentication us

3条回答
  •  粉色の甜心
    2021-02-02 05:04

    You can use an implementation of ExtendedMembershipProvider. For ex: the built-in SimpleMembershipProvider.

    Every ExtendedMembershipProvider IS A MembershipProvider .

    Read more at Jon Galloway's Blog.

提交回复
热议问题