<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Oct 13, 2016 at 11:07 AM, Cantor, Scott <span dir="ltr"><<a href="mailto:cantor.2@osu.edu" target="_blank">cantor.2@osu.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">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.</blockquote></div><br>I think I found it.  I was reviewing the Apache configuration.</div><div class="gmail_extra"><br></div><div class="gmail_extra">It was...</div><div class="gmail_extra"><div class="gmail_extra">    <Location /Shibboleth.sso></div><div class="gmail_extra">        SetHandler shib</div><div class="gmail_extra">    </Location></div><div class="gmail_extra"><br></div><div class="gmail_extra">I updated it to...</div><div class="gmail_extra">    <Location /Shibboleth.sso><br></div><div class="gmail_extra"><div class="gmail_extra">        SetHandler shib</div><div class="gmail_extra">        Satisfy Any</div><div class="gmail_extra">        Allow from all</div><div class="gmail_extra">    </Location></div><br></div><div class="gmail_extra">And now the request actually gets sent to the IDP, and the IDP responds.  I still get an error, but its further.</div><div class="gmail_extra"><br></div><div class="gmail_extra">Liam</div></div></div>