...
The native Shibboleth SP is available for both IIS and Apache on WindowsWindows with modules for all the supported web servers. There is an installer available for both web servers, but it's also possible (though not advised) to build the SP from sourcethat works fairly well most of the time, although it may act up when using it to upgrade existing installation.
It is recommended that you install the software to
C:\opt\shibboleth-sp
if possible. The installer may not default to this drive letter.
Install for IIS 65
Install for ApacheIIS 6
Install for IIS 5
Known Conflicts
OpenSSL frequently reports couldn't set callback
errors on Windows installations due to library conflicts. There must be no version of OpenSSL that is present in the system's path. Solving this problem usually starts by removing all (shared) SSL libraries ( .so
or .dll
) on your system; these will most often be found in system32
.Apache
It's also possible (though not simple) to build the SP and its dependencies from source using Visual Studio 2005.