Correct order for IIS setup with Shibboleth SP v3

Cantor, Scott cantor.2 at osu.edu
Thu Aug 16 09:23:14 EDT 2018


On 8/16/18, 3:23 AM, "users on behalf of Leigh Kennedy" <users-bounces at shibboleth.net on behalf of Leigh.Kennedy at qlik.com> wrote:

> For example the /shibboleth.sso/ path responds even though I don’t see where that is mapped in IIS?

In ISAPI, the responses to that are handled by an extension DLL, which has to be mapped in using a script mapping. In IIS 7, a module just sees every request and it detects when it has to take over based on the URL matching what it's told to handle, which is how Apache works also. The side effect is no script mapping and much less hassle configuring it inside IIS.

-- Scott




More information about the users mailing list