XML Parsing Error: prefix not bound to a namespace

Mak, Steve makst at upenn.edu
Thu May 7 02:00:21 UTC 2020


> a) https://dummy.jmu.edu/idp/pub/dummy-metadata.xml

This is your web server's response to link a, assuming it's the it-federation-dev link slightly lower:

<?xml version="1.0" encoding="UTF-8"?>
<EntityDescriptor entityID="https://dummy.jmu.edu/idp/shibboleth">
    <IDPSSODescriptor protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol">
        <Extensions>
            <shibmd:Scope regexp="false">jmu.edu</shibmd:Scope>
        </Extensions>
        <KeyDescriptor use="signing">
            <ds:KeyInfo>


Your file doesn't define the shibmd namespace anywhere…

Also, don't look at the browser's XML interpretation, look at the raw response in the Network tab of your developer tools. The browser will often hide the namespace XML things.



More information about the users mailing list