[java-idp-plugin-duo] branch main updated: Wire in access to a supplied security parameters bean.
Scott Cantor
cantor.2 at osu.edu
Tue Oct 6 15:41:37 UTC 2020
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-idp-plugin-duo.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-duo.git;a=commit;h=ad84a4a00d6a9659afba68649814ab008b8e7cba
The following commit(s) were added to refs/heads/main by this push:
new ad84a4a Wire in access to a supplied security parameters bean.
ad84a4a is described below
commit ad84a4a00d6a9659afba68649814ab008b8e7cba
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Oct 6 11:41:35 2020 -0400
Wire in access to a supplied security parameters bean.
---
.../net/shibboleth/idp/plugin/authn/duo/duo-client-factory-bean.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/idp-duo-nimbus-client-impl/src/main/resources/net/shibboleth/idp/plugin/authn/duo/duo-client-factory-bean.xml b/idp-duo-nimbus-client-impl/src/main/resources/net/shibboleth/idp/plugin/authn/duo/duo-client-factory-bean.xml
index 5d58225..51b0e14 100644
--- a/idp-duo-nimbus-client-impl/src/main/resources/net/shibboleth/idp/plugin/authn/duo/duo-client-factory-bean.xml
+++ b/idp-duo-nimbus-client-impl/src/main/resources/net/shibboleth/idp/plugin/authn/duo/duo-client-factory-bean.xml
@@ -12,6 +12,7 @@
<bean id="shibboleth.authn.DuoOIDC.nimbus.clientFactory"
class="net.shibboleth.idp.plugin.authn.duo.nimbus.NimbusClientFactory" scope="singleton"
p:httpClient="#{getObject('shibboleth.authn.DuoOIDC.HttpClient') ?: getObject('shibboleth.authn.DuoOIDC.InternalHttpClient')}"
+ p:httpClientSecurityParameters="#{getObject('shibboleth.authn.DuoOIDC.HttpClientSecurityParameters')}"
p:objectMapper-ref="shibboleth.authn.duo.OIDC.JSONObjectMapper">
</bean>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list