<div dir="ltr"><div>Can the 'services.xml' be configured to retrieve the 'relying-party.xml' from a remote HTTP resource?<br><br></div>I've been experimenting with below -- no luck so far - thought to check if it was possible.<br><div><br><div><br><util:list id="shibboleth.RelyingPartyResolverResources"><br>        <ref bean="FileBackedRelyingParty"/><br>    </util:list><br><br>    <bean id="FileBackedRelyingParty"<br>          class="net.shibboleth.ext.spring.resource.FileBackedHTTPResource"<br>          c:client-ref="shibboleth.FileCachingHttpClient"<br>          c:url="<a href="https://example.com/idp/relying-party.xml">https://example.com/idp/relying-party.xml</a>"<br>          c:backingFile="%{idp.home}/conf/relying-party.xml"><br>    </bean> <br><br><util:list id="shibboleth.RelyingPartyResolverResources"><br>        <value>%{idp.home}/conf/credentials.xml</value><br>        <value>%{idp.home}/system/conf/relying-party-system.xml</value><br>    </util:list><br></div></div></div>