Logging on to two sites simultaneously

Posted by James Wakefield on Stack Overflow See other posts from Stack Overflow or by James Wakefield
Published on 2014-08-25T03:25:53Z Indexed on 2014/08/25 4:20 UTC
Read the original article Hit count: 155

I want to log on to two sites simultaneously to enable a single sign on solution. We have a smallish wiki that is created with Apple wiki and we have an intranet site on a aspx cms system by Elcom. Both use Active Directory for credentials.

Currently they are on different domains, but we could enable a rewrite using our load-balancer (Citrix Netscaler) or IIS. These sites are on different servers, one a mysterious Mac system and the other an IIS v6.0 on windows 2003.

Now I am almost certain that a reverse proxy set up will solve this but I really just need someone to agree that this solves this issue, and if there are things I should look out for what they might be. I just want to have an invisible log on screen in an iframe and enter clone the user name and password using javascript.

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about single-sign-on