<div dir="ltr"><pre style="margin-top:10px;margin-bottom:0px;padding:0px;font-family:ConfluenceInstalledFont,monospace;color:rgb(51,51,51);font-size:14px;line-height:13.333333015441895px"><pre style="margin-top:10px;margin-bottom:0px;padding:0px;font-family:ConfluenceInstalledFont,monospace;font-size:14px">
Thanks for the information Peter, with your help, I could move further and configured following things:</pre><pre style="margin-top:10px;margin-bottom:0px;padding:0px;font-family:ConfluenceInstalledFont,monospace;font-size:14px">
<br></pre><pre style="margin-top:10px;margin-bottom:0px;padding:0px;font-family:ConfluenceInstalledFont,monospace;font-size:14px">I copied SP&#39;s metadata file @ C:\opt\shibboleth-idp\metadata and updated path in relyingParty.xml file as follows:
<i>
&lt;!-- Load the SP&#39;s own metadata.  This is necessary for artifact support. --&gt;
        &lt;metadata:MetadataProvider id=&quot;SPMD&quot; xsi:type=&quot;metadata:FilesystemMetadataProvider&quot;
                                   metadataFile=&quot;C:\opt\shibboleth-idp/metadata/metadata_-_RestSP.xml&quot;
                                   maxRefreshDelay=&quot;P1D&quot; /&gt;</i>
                                                                   
For authentication mechanism, I would like to go with default &quot;Remote User&quot; (mentioned @handler.xml)

<i>&lt;ph:LoginHandler xsi:type=&quot;ph:RemoteUser&quot;&gt;
        &lt;ph:AuthenticationMethod&gt;urn:oasis:names:tc:SAML:2.0:ac:classes:unspecified&lt;/ph:AuthenticationMethod&gt;
    &lt;/ph:LoginHandler&gt;</i>
         
According to above setting, I have updated following HTTP BASIC auth setting in web.xml of 

<i>&lt;login-config&gt; &lt;auth-method&gt;BASIC&lt;/auth-method&gt; &lt;realm-name&gt;statqa&lt;/realm-name&gt; &lt;/login-config&gt;</i>

here, <i>statqa </i>is the password that I provided while IDP installation for generated certificates

Here are my questions:

Did I miss any configuration?
How would I test that my configuration is correct and SP&#39;s metadata is loaded correctly?

Please help.

Thanks,
Srinivas Munigala.</pre></pre></div>