[java-idp-integration-tests] branch main updated: Disable OIDC dynamic response header filter

Tom Zeller tzeller at dragonacea.biz
Thu Apr 7 16:00:29 UTC 2022


This is an automated email from the git hooks/post-receive script.

tzeller pushed a commit to branch main
in repository java-idp-integration-tests.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-integration-tests.git;a=commit;h=ae1d69c6f213a816753de6a8bcc4e3d5b4d832ae

The following commit(s) were added to refs/heads/main by this push:
     new ae1d69c  Disable OIDC dynamic response header filter
ae1d69c is described below

commit ae1d69c6f213a816753de6a8bcc4e3d5b4d832ae
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Thu Apr 7 11:00:19 2022 -0500

    Disable OIDC dynamic response header filter
    
    Because the testbed is not properly configured as an OP, resulting in a
    NoSuchBeanDefinitionException.
---
 src/test/java/net/shibboleth/idp/test/BaseIntegrationTest.java | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/src/test/java/net/shibboleth/idp/test/BaseIntegrationTest.java b/src/test/java/net/shibboleth/idp/test/BaseIntegrationTest.java
index 8880650..22fbb6c 100644
--- a/src/test/java/net/shibboleth/idp/test/BaseIntegrationTest.java
+++ b/src/test/java/net/shibboleth/idp/test/BaseIntegrationTest.java
@@ -2320,4 +2320,13 @@ public abstract class BaseIntegrationTest
         return System.getProperty("os.name").toLowerCase().startsWith("windows");
     }
 
+    /**
+     * Disable OIDC dynamic response header filter because the testbed is not properly configured as an OP.
+     */
+    @BeforeClass
+    public void disableRegisterFilterServletContextInitializer() {
+        serverCommands
+                .add("-Dnet.shibboleth.idp.plugin.oidc.op.servlet.RegisterFilterServletContextInitializer=disabled");
+    }
+
 }

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


More information about the commits mailing list