<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    To add to Scott's answer, you may be relying on an older
    configuration file from an older release of the SP, so that when the
    DiscoveryFeed was added, your configuration never told the SP to
    expose it.&nbsp; If so, add a line like the following to shibboleth2.xml:<br>
    <br>
    &lt;<strong>Handler type="DiscoveryFeed</strong>"
    Location="/DiscoFeed"/&gt;<br>
    <br>
    You might also have an older version of the SP that doesn't have
    this implemented, but then you've also got some security issues, and
    you should upgrade ASAP.<br>
    <br>
<a class="moz-txt-link-freetext" href="https://wiki.shibboleth.net/confluence/display/SHIB2/NativeSPHandler#NativeSPHandler-DiscoveryFeedHandler%28Version2.4andAbove%29">https://wiki.shibboleth.net/confluence/display/SHIB2/NativeSPHandler#NativeSPHandler-DiscoveryFeedHandler%28Version2.4andAbove%29</a><br>
    <br>
    On 2/3/2012 20:03, Cantor, Scott wrote:
    <blockquote
cite="mid:BA63CEAE152A7742B854C678D9491383262CE0C2@CIO-KRC-D1MBX01.osuad.osu.edu"
      type="cite">
      <pre wrap="">At your configuration containing the location you've assigned to that handler.
</pre>
    </blockquote>
    <br>
  </body>
</html>