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.
Asked
Active
Viewed 2,512 times
4
-
Do you mean for Jasig CAS? There is a SO tag for that, maybe it would help adding it to this Q? – Joel Peltonen Jul 16 '13 at 12:59
1 Answers
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#