<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p><br>
    </p>
    <div class="moz-cite-prefix">On 2/28/25 11:27 AM, Hrvoje Hodak via
      users wrote:<br>
    </div>
    <blockquote type="cite" cite="mid:20250228172712.6305924a@archlinux">
      <pre class="moz-quote-pre" wrap="">replaced the URLTemplate with:

https://<url>:<port>/api/Attributes/GetUIDData?uid=<uid>


```
<bean id="myHTTP"
  parent="shibboleth.HttpClientFactory"
  p:connectionProxyHost="<url>"
  p:connectionProxyPort="<port>"
/>
</pre>
      <br>
    </blockquote>
    <p><br>
    </p>
    <p>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.<br>
    </p>
  </body>
</html>