Help with error message on SP (IIS 8/SP version 2.5.3)

Cantor, Scott cantor.2 at osu.edu
Tue May 27 17:42:03 EDT 2014


On 5/27/14, 5:12 PM, "Haer, Neelam" <nklhaer at mail.ubc.ca> wrote:
>
>Well I thought it might have something to do with the message from the
>log: 
>
>2014-05-27 11:36:12 INFO Shibboleth.SessionInitiator.SAML2 [13728]
>isapi_shib: postData property not supplied, form data will not be
>preserved across SSO

Ok, but that's not an error. I just scanned for anything that appeared to
be an actual error.

The message though is not ideal since that "missing" setting does not work
on IIS. It's happening too high on the stack I guess, but that's why it's
there.

>Here's what I've done:  I setup and configured an SP on IIS 8/Windows 8,
>tried to access my site --> it asks me to login.  I login and everything
>on the idP logs seems to work fine (no errors).  Then, my session is
>redirected back to my application, but something goes wrong (I'm not sure
>what because the application works fine without the SP) and I see the
>following (see attached screenshot).

The URL there suggests to me that you don't have the SP installed properly
yet. I would start by checking the /Shibboleth.sso/Status or /Session
links as the wiki describes to verify that the script mapping is there and
working.

I don't know what that error page is coming from, but it appears to be an
application issue, and that URL is not meant to be passing through to
application code.

The other point is that the INFO message means you're triggering SSO
across a POST to your application, and if you want that to work, you'll
have to use Apache or something other than Shibboleth.

-- Scott




More information about the users mailing list