IIS integration question

Cantor, Scott cantor.2 at osu.edu
Tue Jul 2 10:09:41 EDT 2013


> So, my question is: Does anyone know of a way to put the shibb ISAPI filter
> back in front of that app - give it higher priority, etc in IIS?

It's not the filter part, it's the extension, the script mapping. They probably have a mapping installed for "*" and it's taking over. I don't know enough about IIS to know if you can use ordering to impact that.

If they have a *filter* that's installed, and not a script mapping, and it's taking over, there's nothing you can do. Filters don't normally actually serve resources, but it's not impossible to do that if you work at it. That would run no matter what. Putting the Shibboleth *filter* first won't help, that isn't what handles the *.sso requests.

-- Scott





More information about the users mailing list