Retrieve 'relying-party.xml' via HTTP
Joel Levin
joel.aaron.levin at gmail.com
Fri Mar 31 19:14:03 EDT 2017
Can the 'services.xml' be configured to retrieve the 'relying-party.xml'
from a remote HTTP resource?
I've been experimenting with below -- no luck so far - thought to check if
it was possible.
<util:list id="shibboleth.RelyingPartyResolverResources">
<ref bean="FileBackedRelyingParty"/>
</util:list>
<bean id="FileBackedRelyingParty"
class="net.shibboleth.ext.spring.resource.FileBackedHTTPResource"
c:client-ref="shibboleth.FileCachingHttpClient"
c:url="https://example.com/idp/relying-party.xml"
c:backingFile="%{idp.home}/conf/relying-party.xml">
</bean>
<util:list id="shibboleth.RelyingPartyResolverResources">
<value>%{idp.home}/conf/credentials.xml</value>
<value>%{idp.home}/system/conf/relying-party-system.xml</value>
</util:list>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20170331/189351a5/attachment.html>
More information about the users
mailing list