Metadata backing store does not contain any EntityDescriptors with the ID

Eric Wedaa Eric.Wedaa at marist.edu
Fri Jul 29 15:57:39 EDT 2016


I'm getting an interesting error in my upgrade from V2 to V3 using the builtin upgrade (copy /opt/shibboleth-idp to another server, and then run bin/install.sh on that server).

Among other things, my third party SP who relies on unsolicited SSO fails.  I'm getting the following error in my idp-process.log file


2016-07-29 15:31:53,169 - DEBUG [org.opensaml.saml.metadata.resolver.impl.AbstractMetadataResolver:334] - Metadata backing store does not contain any EntityDescriptors with the ID: https://apps.collabservnext.com/sps/sp/saml/v2_0


But my relying-party.xml file has these lines in it

.
.
.
<rp:RelyingParty id="https://apps.collabservnext.com/sps/sp/saml/v2_0" provider="https://idp.it.marist.edu:8443/idp/shibboleth" defaultSigningCredentialRef="IdPCredential" defaultAuthenticationMethod="urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport">
.
.
.
<metadata:MetadataProvider id="VERSE" xsi:type="metadata:FilesystemMetadataProvider"
metadataFile="/opt/shibboleth-idp/metadata/saml20SPCollabServ_IBM_SmartCloudNext_metadata.xml">
</metadata:MetadataProvider>


and my metadata-providers.xml has this:

<metadata:MetadataProvider id="VERSE" xsi:type="metadata:FilesystemMetadataProvider"
metadataFile="/opt/shibboleth-idp/metadata/saml20SPCollabServ_IBM_SmartCloudNext_metadata.xml">
</metadata:MetadataProvider>

and THAT metadata file has this:
<?xml version="1.0" encoding="UTF-8"?><md:EntityDescriptor xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata" entityID="https://apps.collabservnext.com/sps/sp/saml/v2_0">

Do I worry?  Is something on my side broken? It says "DEBUG so is this not really a problem?

>>>>>>Ericw


More information about the users mailing list