Minimum Overhead for ASP.NET MVC Authentication

I want everything to be as simple as possible, and I don’t need a complicated security mechanism. Mostly I need a user id and email address for the user, and I really don't want to worry about other things. In addition, I was at a minimal cost in terms of security (if there is an anotor provider that can do this for me, this is even better).

What is the easiest way to do this? I was thinking about enabling LiveID or OpenID, I don't know what are the advantages / disadvantages.

I am working with the Azure SDK.

+3
source share
2 answers

Windows Azure, . Windows Azure - " AppFabric Access Control Service 2.0", . :

  • WS-Federation
  • Facebook
  • Windows Live ID
  • Google
  • Yahoo!
+3

"" ?

, , ASP.NET. script , ASP.NET . , . . , , - , . (. SqlMembershipProvider )

- , OpenId . - StackOverflow, , . .

+2

All Articles