SSO between two websites on different platforms

I have a requirement when I need to implement SSO between two different sites.

One website says that www.abc.com is written using ASP.NET and is hosted on IIS 7.0. The second website says that www.xyz.com is written using PHP and uses the Apache web server. Both websites use different databases and use different algorithms to authenticate the user.

I cannot use third-party SSO, as this would mean a change in authentication for both websites. I wanted to know if this is possible, and if so, what should be the approach?

Thanks in advance...

+3
source share
1 answer

. , cookie ( www.abc.com www.xyz.com, ), cookie, .

, forums.asp.net hotmail. live.microsoft.com cookie .

- . www.abc.com www.xyz.com -, cookie . cookie , .

. http://www.codeproject.com/Articles/114484/Single-Sign-On-SSO-for-cross-domain-ASP-NET-applic

+6

All Articles