<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<div class="moz-cite-prefix">On 3/20/2024 8:25 AM, Cantor, Scott
wrote:<br>
</div>
<blockquote type="cite"
cite="mid:4A077594-BDED-4C22-8D56-86DA32FE0805@osu.edu">
<pre><blockquote type="cite" style="color: #007cff;"><pre
class="moz-quote-pre" wrap="">Probably creating a custom HttpClient(Factory) bean somewhere?
</pre></blockquote><pre class="moz-quote-pre" wrap="">With the appropriate bean name documented [1] to override the one used by the plugin. The HttpClientConfiguration page links to the relevant javadoc and the base class includes all of the properties that are controllable, proxying included.</pre></pre>
</blockquote>
<p>Thanks; with those hints and lots of source code reading, this
addition to duo-oidc-authn-config.xml did the trick (for IdP
4.1.7+DuoOIDC 1.1.1):<br>
<br>
<font face="monospace"> <bean
id="shibboleth.authn.DuoOIDC.nimbus.HttpClient"<br>
parent="shibboleth.authn.DuoOIDC.nimbus.InternalHttpClient"<br>
p:connectionProxyHost="REDACTED.umn.edu"<br>
p:connectionProxyPort="12345" /><br>
</font></p>
<p><br>
</p>
<pre class="moz-signature" cols="72">--
%% Christopher A. Bongaarts %% <a class="moz-txt-link-abbreviated" href="mailto:cab@umn.edu">cab@umn.edu</a> %%
%% OIT - Identity Management %% <a class="moz-txt-link-freetext" href="http://umn.edu/~cab">http://umn.edu/~cab</a> %%
%% University of Minnesota %% +1 (612) 625-1809 %%
</pre>
</body>
</html>