<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's metadata file @ C:\opt\shibboleth-idp\metadata and updated path in relyingParty.xml file as follows:
<i>
<!-- Load the SP's own metadata. This is necessary for artifact support. -->
<metadata:MetadataProvider id="SPMD" xsi:type="metadata:FilesystemMetadataProvider"
metadataFile="C:\opt\shibboleth-idp/metadata/metadata_-_RestSP.xml"
maxRefreshDelay="P1D" /></i>
                                                                
For authentication mechanism, I would like to go with default "Remote User" (mentioned @handler.xml)
<i><ph:LoginHandler xsi:type="ph:RemoteUser">
<ph:AuthenticationMethod>urn:oasis:names:tc:SAML:2.0:ac:classes:unspecified</ph:AuthenticationMethod>
</ph:LoginHandler></i>
        
According to above setting, I have updated following HTTP BASIC auth setting in web.xml of
<i><login-config> <auth-method>BASIC</auth-method> <realm-name>statqa</realm-name> </login-config></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's metadata is loaded correctly?
Please help.
Thanks,
Srinivas Munigala.</pre></pre></div>