FileCachingHttpClientFactory and IdP v4
Rod Widdowson
rdw at steadingsoftware.com
Tue May 26 09:23:48 UTC 2020
> Can I ask you an help to do the same thing, but throught a proxy? Is it
> possible?
>
> I've tried to understand how, but I did not succeed... :(
You need to start at the HttpClientConfiguration page [1]. This will lead you to the HttpClientFactoryBean Javadoc [2] which will
eventually get you to the HttpClientBuilder page which will point you at all the proxy methods [3]
It looks to me like you can say things like:
p:connectionProxyHost="foo.com" p:connectionProxyPort="123"
and so on
Rod
[1] https://wiki.shibboleth.net/confluence/display/IDP4/HttpClientConfiguration
[2]
https://build.shibboleth.net/nexus/service/local/repositories/site/content/java-identity-provider/4.0.0/apidocs/net/shibboleth/idp/p
rofile/spring/relyingparty/metadata/HttpClientFactoryBean.html
[3]
https://build.shibboleth.net/nexus/content/sites/site/java-support/8.0.0/apidocs/net/shibboleth/utilities/java/support/httpclient/Ht
tpClientBuilder.html?is-external=true#setConnectionProxyHost(java.lang.String)
More information about the users
mailing list