[java-idp-plugin-duo] branch main updated: Add utility bean for tests.

Scott Cantor cantor.2 at osu.edu
Thu Apr 18 19:32:29 UTC 2024


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=c5226c60f045b9a3d9c1af85ab484b0686dbad6b

The following commit(s) were added to refs/heads/main by this push:
     new c5226c60 Add utility bean for tests.
c5226c60 is described below

commit c5226c60f045b9a3d9c1af85ab484b0686dbad6b
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Apr 18 15:32:27 2024 -0400

    Add utility bean for tests.
---
 .../src/test/resources/conf/authn/duo-oidc-authn-test-beans.xml        | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/idp-duo-impl/src/test/resources/conf/authn/duo-oidc-authn-test-beans.xml b/idp-duo-impl/src/test/resources/conf/authn/duo-oidc-authn-test-beans.xml
index 34158777..7c209256 100644
--- a/idp-duo-impl/src/test/resources/conf/authn/duo-oidc-authn-test-beans.xml
+++ b/idp-duo-impl/src/test/resources/conf/authn/duo-oidc-authn-test-beans.xml
@@ -17,4 +17,7 @@
         p:cookiePath="%{idp.cookie.path:/}"
         p:maxAge="%{idp.cookie.maxAge:31536000}" />
 
+    <bean id="shibboleth.ListCombiner" abstract="true"
+        class="net.shibboleth.shared.spring.factory.CombiningListFactoryBean" />
+
 </beans>

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


More information about the commits mailing list