ASP.NET MVC 3 and authentication support from multiple sources -


i know what's best way deal authentication in asp.net mvc 3 multiple sources :

  • custom form authentication social
  • networking (facebook, twitter, etc.)
  • other ?

i found link : looking .net library authentication support multiple sources sure if there more means make authentication since question asked.

i don't want tightly coupled 1 specific provider maybe should write wrapper around it, if have guidance, nice hear experience.

thanks

the popular social networking sites (such facebook , twitter) implement openid functionality; , can own authentication use openid. implement own openid membership provider.

on side note, means authenticate users on stackoverflow too!

let me know if can help.

matt


Comments

Popular posts from this blog

jQuery clickable div with working mailto link inside -

java - Getting corefrences with Standard corenlp package -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -