+ Reply to Thread
Results 1 to 2 of 2

Thread: SSO Only working on localhost

  1. #1

    Default SSO Only working on localhost

    Hello,

    I have been busy recently trying to get SSO authentication to work on MindTouch core v10 on Windows Server 2008 R2 using IIS 7.5. I have already set-up AD authentication successfully.

    I have followed the instructions in this guide.

    Authentication over my AD was already working. After setting everything up as described in the guide I got SSO working but only when I connect to it through http://localhost from my IIS server. I get logged in just fine on the account the server is logged on as.

    When I connect to it from a different pc in the network I get an "Error 500 - Internal Server Error". The admin panel is accessable though through a remote pc, http://hostname/deki/cp so the website does seem accessable.

    Internet explorer is set to Intranet settings and set to login using current credentials.

    I hope someone here can help me out.

    Thanks in advance,
    Stephan
    Last edited by stephan; 11-15-2010 at 12:15 PM.

  2. #2

    Default single sign-on / error 500

    Hello

    I also had error 500 when trying the single sign-on with iis6.

    I solved the problem by adding write access rights for all users on folder C:\windows\temp, which was referenced in the php.ini file as the location for variables upload_tmp_dir and session.save_path
    (it's probably better to create a specific folder but I havn't tested that yet)

    Hope this helps !
    Yvonne

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts