[java-idp-plugin-duo] branch main updated: Allow static CRL resources to be injected into Duo TLS connections
Phil Smart
philip.smart at jisc.ac.uk
Fri Nov 20 10:54:28 UTC 2020
This is an automated email from the git hooks/post-receive script.
philsmart 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=36f296c33f966f5f7a2160b2cc7714572181863f
The following commit(s) were added to refs/heads/main by this push:
new 36f296c Allow static CRL resources to be injected into Duo TLS connections
36f296c is described below
commit 36f296c33f966f5f7a2160b2cc7714572181863f
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Fri Nov 20 10:54:22 2020 +0000
Allow static CRL resources to be injected into Duo TLS connections
---
.../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 6712532..dd1fd36 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
@@ -35,6 +35,7 @@
<bean parent="shibboleth.StaticPKIXTrustEngine"
p:certificates="#{getObject('shibboleth.authn.DuoOIDC.TrustedCertificates') ?: getObject('shibboleth.authn.DuoOIDC.DefaultTrustedCertificates')}"
p:trustEvaluator="#{getObject('shibboleth.authn.DuoOIDC.TrustEvaluator') ?: getObject('shibboleth.authn.DuoOIDC.DefaultTrustEvaluator')}"
+ p:CRLs="#{getObject('shibboleth.authn.DuoOIDC.tls.CRLs')}"
p:checkNames="false"/>
</property>
</bean>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list