<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p><br>
    </p>
    <div class="moz-cite-prefix">On 4/17/20 9:00 AM, Lohr, Donald wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:c390e4b5-2d0a-2f7e-1479-378cc0364d63@jmu.edu">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <br>
      <br>
      1) When using a web browser and going after its ../idp/pub..
      metadata file url the following error is displayed (I've changed
      the url of this IdP to protect the innocent):<br>
    </blockquote>
    <p><br>
    </p>
    <p>Aside from the error itself, it's not clear how you are hosting
      things at /idp/pub like that. Not saying it's not possible or
      allowed, but I think you're assuming we know the technical details
      of what you're doing, and I don't think we do.<br>
    </p>
    <p><br>
    </p>
    <blockquote type="cite"
      cite="mid:c390e4b5-2d0a-2f7e-1479-378cc0364d63@jmu.edu"> <tt><br>
      </tt><tt>XML Parsing Error: prefix not bound to a namespace</tt><tt><br>
      </tt><tt> </tt><tt><br>
      </tt><tt>Location: <a class="moz-txt-link-freetext"
          href="https://dummy.jmu.edu/idp/pub/jummy-metadata.xml"
          moz-do-not-send="true">https://dummy.jmu.edu/idp/pub/jummy-metadata.xml</a></tt><tt><br>
      </tt><tt> </tt><tt><br>
      </tt><tt>Line Number 5, Column 13:</tt><tt><br>
      </tt><tt> </tt><tt><br>
      </tt><tt>            <shibmd:Scope
        regexp="false">jmu.edu</shibmd:Scope></tt><tt><br>
      </tt><tt> ------------^</tt><br>
      <br>
      What's the cause of this?</blockquote>
    <p><br>
    </p>
    <p>It's not clear to me what piece of software is raising that
      error...  But the XML error itself is pretty clear.  In that XML
      document you apparently don't have a namespace declaration for the
      shibmd prefix.  On the document root element, or at least on some
      ancestor element of that shibmd:Scope one, you must have an
      attribute like below.  Standard XML namespaces stuff.</p>
    <p><tt>xmlns:shibmd="urn:mace:shibboleth:metadata:1.0"</tt><br>
    </p>
  </body>
</html>