SSO between different web sites
-
We have hosted two applications in Win 2003-IIS 6.0. We have created two websites parallel to 'Default Web site'. The domain names for both the sites are different and both the sites use forms authentication. Please help me as to how we can implement SSO between these two applications. We have the idea of implementing SSO within the same domains.
-
We have hosted two applications in Win 2003-IIS 6.0. We have created two websites parallel to 'Default Web site'. The domain names for both the sites are different and both the sites use forms authentication. Please help me as to how we can implement SSO between these two applications. We have the idea of implementing SSO within the same domains.
For Single sign-on across multiple applications in ASP.NET. Look into this http://www.codeproject.com/KB/web-security/aspnetsinglesignon.aspx[^]
Sathiya
-
For Single sign-on across multiple applications in ASP.NET. Look into this http://www.codeproject.com/KB/web-security/aspnetsinglesignon.aspx[^]
Sathiya
Thanks for the response. It talks about applications in the same domain. My case the domains will be entirely different.