<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"> <ph:ProfileHandler xsi:type="ph:SAML2SSO" inboundBinding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect"</font></tt><br>
<tt><font size="2"> outboundBindingEnumeration="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST-SimpleSign</font></tt><br>
<tt><font size="2"> urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST</font></tt><br>
<tt><font size="2"> urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Artifact"></font></tt><br>
<tt><font size="2"> <ph:RequestPath>/SAML2/Redirect/SSO</ph:RequestPath></font></tt><br>
<tt><font size="2"> </ph:ProfileHandler></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>