Shibboleth SP logout issue

Liam Hoekenga liamr at umich.edu
Thu Oct 13 12:43:09 EDT 2016


On Thu, Oct 13, 2016 at 11:07 AM, Cantor, Scott <cantor.2 at osu.edu> wrote:

> No,  your log posted after I sent that response appeared to indicate the
> SP issued the request succesfully. I believe what you've posted so far is
> essentially not possible, so that means there's a missing piece of
> information I don't have, but I don't know what it is.


I think I found it.  I was reviewing the Apache configuration.

It was...
    <Location /Shibboleth.sso>
        SetHandler shib
    </Location>

I updated it to...
    <Location /Shibboleth.sso>
        SetHandler shib
        Satisfy Any
        Allow from all
    </Location>

And now the request actually gets sent to the IDP, and the IDP responds.  I
still get an error, but its further.

Liam
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20161013/2421b999/attachment-0001.html>


More information about the users mailing list