Client has 2 websites(site1.com,Site2.com) & one windows application. Both website uses form authentication against user data stored in sql server database(different DB for each website). Windows application uses Windows identity(AD) to authenticate uses. And more website/application may added in near future.
Client want to implement Single sign on for their all application. They want to build up SSO service as a component that can be plug in in any website/application with less afford.
As all website/application have their own user stored how we can develop a SSO component using WIF. I have read about WIF but could not identity responsibility of each individual website/application and SSO service. How to use SAML in STS.
Please suggest me best way to do it & any good link to read on.
Thanks, @Paul