Posting data through shibboleth
Detwiler, Michael
detwiler.69 at osu.edu
Fri Aug 23 17:37:54 UTC 2024
Thanks! With that information I followed the steps here (we were already running SP 3.x so I didn't need to upgrade):
https://shibboleth.atlassian.net/wiki/spaces/SP3/pages/2060615835/Upgrading+Older+ISAPI+Configuration
That solved my issue, and my data is being posted. Appreciate it!
-Michael
-----Original Message-----
From: Cantor, Scott <cantor.2 at osu.edu>
Sent: Friday, August 23, 2024 1:12 PM
To: Shib Users <users at shibboleth.net>
Cc: Detwiler, Michael <detwiler.69 at osu.edu>
Subject: Re: Posting data through shibboleth
> My bad for not specifying, we're on IIS. Found this:
> xmltooling::IOException: The request's Content-Length is not available
> to an ISAPI filter.
Good job finding that. I should have asked about the web server.
Unfortunately, the old ISAPI filter is long unsupported. The modern SP version provides a module that's built for IIS 7 and up. Basically somebody let that deployment rot and hasn't kept it up to date.
The old filter doesn't support POST handling, it was an Apache feature only at that time, IIS filters don't have access to the request body.
I believe the newer module does support that feature in theory at least.
-- Scott
More information about the users
mailing list