<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    On 12-04-27 1:48 PM, Cantor, Scott wrote:<br>
    <blockquote cite="mid:CBC053A7.20055%25cantor.2@osu.edu" type="cite">
      <pre wrap="">
Just that it's a very odd message for an SP. In particular, the Shibboleth
IdP doesn't include any support for SAML profiles that involve sending
SOAP requests *to* the SP.

So my guess is that message is probably misleading, which I thought I'd
note in case it's helpful to you.

Are you trying to do artifacts instead of POST? That's about the only SOAP
related thing it could be doing during SSO. Still in the other direction
though, SP to IdP.
</pre>
    </blockquote>
    Cisco's guide instructed adding this to IdP metadata:<br>
    ---<br>
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-1">
    <span class="content">
      <div class="pEx2_Example2">
        <pre><span style="color: Black; font-style: normal; font-weight: bold">&lt;SingleSignOnService Binding="urn:oasis:names:tc:SAML:2.0:bindings:SOAP"</span><span style="color: Black; font-style: normal; font-weight: bold"> Location="<a class="moz-txt-link-freetext" href="https://">https://</a></span><span style="color: Black; font-style: normal; font-weight: normal">&lt;</span><em class="cEmphasis">YOUR_SHIBBOLETH_SERVER_FQDN</em><span style="color: Black; font-style: normal; font-weight: normal">&gt;</span><span style="color: Black; font-style: normal; font-weight: bold">:8443/idp/profile/SAML2/SOAP/ECP" /&gt;</span><span style="color: Black; font-style: normal; font-weight: bold">
</span></pre>
      </div>
      <div class="pEx2_Example2">
      </div>
    </span>---<br>
    <br>
    Looks like there's no corresponding ProfileHandler/RequestPath for<span
      style="color: Black; font-style: normal; font-weight: bold;">
      /SAML2/SOAP/ECP </span>in my handler.xml/IdP v2.3.3?<span
      class="content"></span>&nbsp; Is this the issue?<br>
  </body>
</html>