4

Before I reinvent the wheel, are they any .NET implementations of a Central Authentication Service? I have a need to authenticate users on a single site for various other sites, all under my control. This isn't very complicated, but I just wanted to see what's out there. An MVC version would be preferred.

Brian Vallelunga
  • 9,869
  • 15
  • 60
  • 87

1 Answers1

3

http://www.codeproject.com/Articles/106439/Single-Sign-On-SSO-for-cross-domain-ASP-NET-applic

Well explained with sample code, FYI.

You may also refer: SSO Library on asp.net C#

Community
  • 1
  • 1
Wayne Ye
  • 2,464
  • 3
  • 25
  • 29