Need help in configuring Shibboleth IDP and test it with my own REST Service (SP)

Srinivas Munigala srinivas.munigala at gmail.com
Thu Mar 6 05:42:57 EST 2014


Thanks for the information Peter, with your help, I could move further
and configured following things:


I copied SP's metadata file @ C:\opt\shibboleth-idp\metadata and
updated path in relyingParty.xml file as follows:*
<!-- 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" />*
								
For authentication mechanism, I would like to go with default "Remote
User" (mentioned @handler.xml)
*<ph:LoginHandler xsi:type="ph:RemoteUser">
        <ph:AuthenticationMethod>urn:oasis:names:tc:SAML:2.0:ac:classes:unspecified</ph:AuthenticationMethod>
    </ph:LoginHandler>*
	
According to above setting, I have updated following HTTP BASIC auth
setting in web.xml of
*<login-config> <auth-method>BASIC</auth-method>
<realm-name>statqa</realm-name> </login-config>*

here, *statqa *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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://shibboleth.net/pipermail/users/attachments/20140306/449d16e9/attachment.html 


More information about the users mailing list