Tuesday, February 18, 2014

Single Sign-On (SSO) for .NET

 
Single Sign-On (SSO) for .NET
 
 
Single Sign -On is very important concept for Application which required to login same user in multiple application
 
Single sign-on (SSO)is a session/user authentication process that permits a user to enter
one name and password in order to access multiple applications. The process authenticates the user
for all the applications they have been given rights to and eliminates
 further prompts when they switch applications during a particular session.
 
Reference Links: