[java-idp-plugin-duo] branch main updated: Add missing AmazonRootCA4 to nimbus client config

Phil Smart philip.smart at jisc.ac.uk
Fri Oct 16 10:46:34 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=bbce58df72a09208e7d6ae4fce17eab0337c7689

The following commit(s) were added to refs/heads/main by this push:
       new  bbce58d   Add missing AmazonRootCA4 to nimbus client config
bbce58d is described below

commit bbce58df72a09208e7d6ae4fce17eab0337c7689
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Fri Oct 16 11:46:27 2020 +0100

    Add missing AmazonRootCA4 to nimbus client config
---
 .../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 07c4e7c..4886e13 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
@@ -43,6 +43,7 @@
         <value>classpath:/net/shibboleth/idp/plugin/authn/duo/AmazonRootCA1.crt</value>
         <value>classpath:/net/shibboleth/idp/plugin/authn/duo/AmazonRootCA2.crt</value>
         <value>classpath:/net/shibboleth/idp/plugin/authn/duo/AmazonRootCA3.crt</value>
+        <value>classpath:/net/shibboleth/idp/plugin/authn/duo/AmazonRootCA4.crt</value>
         <value>classpath:/net/shibboleth/idp/plugin/authn/duo/DigiCertAssuredIDRootCA.crt</value>
         <value>classpath:/net/shibboleth/idp/plugin/authn/duo/DigiCertGlobalRootCA.crt</value>
         <value>classpath:/net/shibboleth/idp/plugin/authn/duo/DigiCertHighAssuranceEVRootCA.crt</value>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list