HttpClient/Connector configuration for resolver
Brent Putman
putmanb at georgetown.edu
Fri Feb 28 17:55:04 UTC 2025
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 --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20250228/a2c6142c/attachment.htm>
More information about the users
mailing list