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

Scott Cantor cantor.2 at osu.edu
Thu Apr 18 19:34:00 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=ce7d9f35d96d1fe789b7154def90c90b76e78388

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

commit ce7d9f35d96d1fe789b7154def90c90b76e78388
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Apr 18 15:33:57 2024 -0400

    Add another missing bean for tests.
---
 .../src/test/resources/conf/authn/duo-oidc-authn-test-beans.xml       | 4 ++++
 1 file changed, 4 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 7c209256..32eaf4cb 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
@@ -20,4 +20,8 @@
     <bean id="shibboleth.ListCombiner" abstract="true"
         class="net.shibboleth.shared.spring.factory.CombiningListFactoryBean" />
 
+    <util:list id="shibboleth.MessageSourceResources">
+        <value>%{idp.home}/messages/messages</value>
+    </util:list>
+
 </beans>

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


More information about the commits mailing list