I want to implement Single Sign On using Security Assertion Markup Language in c#.net
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.
I have two apps first is Main App and other is Client App.
I will be accessing Client app from the link available on Main app.
Please tell me exact code/markup for this.