HttpClient/Connector configuration for resolver

Hrvoje Hodak hrvoje.hodak at uni-tuebingen.de
Fri Feb 28 18:41:23 UTC 2025


Oh ok, I see. Looks like I got overwhelmed by all the options and
documentation! Removing the proxy settings and leaving the bean did the
trick. Thank you for your help!

Cheers

On Fri, 28 Feb 2025 12:55:04 -0500
Brent Putman <putmanb at georgetown.edu> wrote:

> On 2/28/25 11:27 AM, Hrvoje Hodak via users wrote:
> > replaced the URLTemplate with:
> >
> > https://<url>:<port>/api/Attributes/GetUIDData?uid=<uid>
> >
> >
> > ```
> > <bean id="myHTTP"
> >    parent="shibboleth.HttpClientFactory"
> >    p:connectionProxyHost="<url>"
> >    p:connectionProxyPort="<port>"  
> > />  
> >  
> 
> I don't know if this is literally what you mean by the <url> 
> placeholder, but it's very unlikely that the same URL would be used
> for both the REST API endpoint for attributes and the HttpClient
> proxy config.  The latter's connectionProxyHost and -Port is for an
> HTTP forward proxy - for when the system on which the client runs
> does not have direct access to the internet, etc.  If you are not in
> that situation then you don't need to do that.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 5951 bytes
Desc: not available
URL: <http://shibboleth.net/pipermail/users/attachments/20250228/5b964d5a/attachment.p7s>


More information about the users mailing list