<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">I have a FilesystemMetadataResolver define in metadata-providers.xml:</div><div dir="ltr"><div dir="ltr">    <MetadataProvider id="TestCASMetadata"</div><div dir="ltr">      xsi:type="FilesystemMetadataProvider"</div><div dir="ltr">      metadataFile="/usr/local/shibboleth-idp/metadata/cas-test.xml"</div><div dir="ltr">      indexesRef="shibboleth.CASMetadataIndices"/></div><div dir="ltr"><br></div></div><div dir="ltr"><div>Based on <a href="https://wiki.shibboleth.net/confluence/display/SC/CASMetadataProfile">https://wiki.shibboleth.net/confluence/display/SC/CASMetadataProfile</a></div><div>I think the metadata looks right..<br></div><div><div><EntityDescriptor entityID="<a href="https://cas-test.example.edu/">https://cas-test.example.edu/</a>"></div><div>    <SPSSODescriptor protocolSupportEnumeration="<a href="https://www.apereo.org/cas/protocol">https://www.apereo.org/cas/protocol</a>"></div><div>        <AssertionConsumerService</div><div>                Binding="<a href="https://www.apereo.org/cas/protocol/login">https://www.apereo.org/cas/protocol/login</a>"</div><div>                Location="<a href="https://cas-test.example.edu/">https://cas-test.example.edu/</a>"</div><div>                index="1"/></div><div>        <SingleLogoutService</div><div>                Binding="<a href="https://www.apereo.org/cas/protocol/logout">https://www.apereo.org/cas/protocol/logout</a>"</div><div>                Location="urn:mace:shibboleth:profile:CAS:logout"/></div><div>    </SPSSODescriptor></div><div></EntityDescriptor></div></div><div><br></div><div>But the IDP complains when it tries to load the metadata, and it's enough to prevent the IDP from starting at all.  I think the configuration looks right, but obviously, it's not.</div><div><br></div><div>Suggestions?</div><div><br></div><div>Liam</div><div>---------------</div><div><div>2019-02-21 16:23:56,680 -  - ERROR [org.opensaml.saml.metadata.resolver.impl.AbstractMetadataResolver:349] - Metadata Resolver FilesystemMetadataResolver CASMetadata: No unmarshaller registered for document element EntityDescriptor</div><div>2019-02-21 16:23:56,681 -  - ERROR [org.opensaml.saml.metadata.resolver.impl.AbstractReloadingMetadataResolver:449] - Metadata Resolver FilesystemMetadataResolver CASMetadata: Unable to unmarshall metadata</div><div>2019-02-21 16:23:56,682 -  - ERROR [org.opensaml.saml.metadata.resolver.impl.AbstractReloadingMetadataResolver:364] - Metadata Resolver FilesystemMetadataResolver CASMetadata: Error occurred while attempting to refresh metadata from '/usr/local/shibboleth-idp/metadata/cas-test.xml'</div></div></div></div></div></div></div>