Metadata issue

Gilles Badouet badouetg at uni.coventry.ac.uk
Wed May 22 09:18:01 EDT 2013


Dear all,

I am experimenting Shibboleth SP and IdP (latest versions) on IIS 7/Windows 7 (same machine). I succesfully installed the SP and the IdP and I have been trying to get them communicate each other without success.

I am getting this error : opensaml::saml2md::MetadataException at (https://sp.example.org/secure)

Unable to locate metadata for identity provider (https://shibtest.example.com/idp/shibboleth)


Some precisions on my shibboleth2.xml and relying-party.xml basic configurations are as follow:

- shibboleth2.xml (SP)

<Site id="1" name="sp.example.org"/>

<Host name="sp.example.org">

<ApplicationDefaults entityID="https://sp.example.org/shibboleth"

                         REMOTE_USER="eppn persistent-id targeted-id">

<SSO entityID="https://shibtest.example.com/idp/shibboleth"

                 discoveryProtocol="SAMLDS" discoveryURL="https://ds.example.org/DS/WAYF">

              SAML2 SAML1

            </SSO>

<MetadataProvider type="XML" uri="http://shibtest.example.com/idp-metadata.xml"

              backingFilePath="federation-metadata.xml" reloadInterval="7200">


Note: I commented out all metadatfilter inside the metadata element


- relying-party.xml (IdP)


<metadata:MetadataProvider id="IdPMD" xsi:type="metadata:FilesystemMetadataProvider"

                                   metadataFile="c:\IDP_HOME/metadata/idp-metadata.xml"

                                   maxRefreshDelay="P1D" />

<metadata:MetadataProvider id="URLMD" xsi:type="metadata:FileBackedHTTPMetadataProvider"

                          metadataURL="http://sp.example.org/shibboleth.sso/Metadata"

                          backingFile="c:\IDP_HOME/metadata/some-metadata.xml">


I did my best to configure those files, kindly help.



Kind regards




Gilles Rubens Badouet

Coventry University
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://shibboleth.net/pipermail/users/attachments/20130522/982737d1/attachment-0001.html 


More information about the users mailing list