Hi All,<br><br>I am trying to integrate Shibbleth SP with IDP. I configured the Service provider for apache by following the instructions given in shibboleth home page.<br><br>Here is what I did:<br><br>My identity provider &quot;entityId&quot; is : <b>http://&lt;machineA&gt;:8080/idp/shibboleth</b> and the metadata is accesible by using that URL.<br>
<br>After installing the Service provider, I modified &quot;shibboleth2.xml&quot; with the following changes,<br><br>Modified service provider &quot;entityId&quot; to <b>&quot;http://&lt;machineB&gt;/sp/shibboleth&quot;</b> in &quot;&lt;ApplicationDefaults&quot; xml tag.<br>
<br>Added SSO:<br><br><b>&lt;SSO entityID=&quot;http://&lt;machineA&gt;:8080/idp/shibboleth&quot;&gt;<br>              SAML2 SAML1<br>&lt;/SSO&gt;<br><br></b>Added metadata provider:<br><br><b> &lt;MetadataProvider type=&quot;Chaining&quot;&gt;<br>
        &lt;MetadataProvider type=&quot;XML&quot; uri=&quot;http://&lt;machineA&gt;:8080/idp/shibboleth&quot;<br>              backingFilePath=&quot;federation-metadata.xml&quot; reloadInterval=&quot;7200&quot;&gt;<br>            &lt;MetadataFilter type=&quot;RequireValidUntil&quot; maxValidityInterval=&quot;2419200&quot;/&gt;<br>
        &lt;/MetadataProvider&gt;<br>&lt;/MetadataProvider&gt; <br><br><br></b>And i modified identity provider &quot;relying-party.xml&quot; file with the following changes,<br><br><b>   &lt;rp:AnonymousRelyingParty provider=&quot;http://&lt;machineB&gt;/sp/shibboleth&quot; defaultSigningCredentialRef=&quot;IdPCredential&quot;/&gt;<br>
    <br>    &lt;rp:DefaultRelyingParty provider=&quot;http://&lt;machineB&gt;/sp/shibboleth&quot; defaultSigningCredentialRef=&quot;IdPCredential&quot;&gt;<br> <br></b><br>After these changes i have restarted identity provider, services provider and apache services. I am trying to hit the url; <b>&quot;http://&lt;machineB&gt;/Shibboleth.sso/Login&quot;</b><br>
<br><br>I am getting the following error:<br><p class="error"><b>opensaml::saml2md::MetadataException at (http://&lt;machineB&gt;/Shibboleth.sso/Login)</b></p>

<p><b>Unable to locate metadata for identity provider (http://&lt;machineA&gt;:8080/idp/shibboleth)</b></p><br>I did not get solution for this problem. I am i missing any configuration here? Please help me to resolve this issue.<br>
<br>Thanks in Advance,<br><br>-Pavan<br>