<html><body>
<p><font size="2" face="sans-serif">I'm trying to get a shibboleth installation up and running for developing a solution that will be able to authenticate against a Shibboleth back-end. I've got most of it all working successfully with the HTTP POST binding, but am getting stuck with a strange message using the (I thought more standard) redirect binding:</font><br>
<br>
<font size="3" face="Times"><b>No profile handler configured for request at path: /SAML2/Redirect/SSO/</b></font><br>
<br>
<font size="2" face="sans-serif">Yet, lo and behold, my conf/handler.xml does indeed contain the following (by default):</font><br>
<br>
<tt><font size="2">&nbsp; &nbsp; &lt;ph:ProfileHandler xsi:type=&quot;ph:SAML2SSO&quot; inboundBinding=&quot;urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect&quot;</font></tt><br>
<tt><font size="2">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;outboundBindingEnumeration=&quot;urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST-SimpleSign</font></tt><br>
<tt><font size="2">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST</font></tt><br>
<tt><font size="2">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Artifact&quot;&gt;</font></tt><br>
<tt><font size="2">&nbsp; &nbsp; &nbsp; &nbsp; &lt;ph:RequestPath&gt;/SAML2/Redirect/SSO&lt;/ph:RequestPath&gt;</font></tt><br>
<tt><font size="2">&nbsp; &nbsp; &lt;/ph:ProfileHandler&gt;</font></tt><br>
<br>
<font size="2" face="sans-serif">Any clues as to why it does not appear to want to accept this redirect binding?</font><br>
<br>
<font size="2" face="sans-serif">--</font><br>
<font size="2" face="sans-serif">Matt Hauck</font></body></html>