"Error Message: Message did not meet security requirements"

Kevin P. Foote kpfoote at iup.edu
Tue Nov 26 10:38:11 EST 2013


On Tue, 26 Nov 2013, Mariam Hakobyan wrote:

> Kevin, you are right. "entityID" in original metadata generated by SP is "http://midp.10.39.2.130.xip.io:8080/SAML2".
> I was getting "SPSSODescriptor role metadata for entityID 'http://midp.10.39.2.130.xip.io:8080/SAML2' could not be resolved" error and though that entityID should be changed to fix this issue. Now I reverted it back, though I still see "Error Message: Message did not meet security requirements" message.
>

You are still having problems with metadata / metadata correctness.

All you need for file based MD is something like this..

<metadata:MetadataProvider id="MYSPMD"
    xsi:type="ResourceBackedMetadataProvider"
    xmlns="urn:mace:shibboleth:2.0:metadata" >
  <metadata:MetadataResource
   xsi:type="resource:FilesystemResource"
   file="/opt/shibboleth-idp/metadata/YOUR_MDFILE.xml" />
</metadata:MetadataProvider>


------
thanks
  kevin.foote


More information about the users mailing list