Single signon betwen Asp .Net and Sharepoint 2010 Portal
- by user369266
Hi, I need to implement a SSO between a Asp.Net application and a SharePoint 2010 site. The ASP.NET Application has forms authentication and the SharePoint has Claims based forms authentication.
How do I pass a ASP.NET forms credentials to a SharePoint 2010 website which uses Claims based authentication.
Is this possible? Any tips and tricks?