[java-idp-plugin-oidc-op-oidfed] branch dev/OIDFED-COMMON updated: Remove obsolete beans and references

Codeberg noreply at shibboleth.net
Thu Jun 25 13:14:41 UTC 2026


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

codeberg pushed a commit to branch dev/OIDFED-COMMON
in repository java-idp-plugin-oidc-op-oidfed.

View the commit online:
https://codeberg.org/Shibboleth/java-idp-plugin-oidc-op-oidfed/commit/0db96821fddf8c557afc9680ad16f0ea4b2f705a

The following commit(s) were added to refs/heads/dev/OIDFED-COMMON by this push:
     new 0db9682  Remove obsolete beans and references
0db9682 is described below

commit 0db96821fddf8c557afc9680ad16f0ea4b2f705a
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Thu Jun 25 16:00:10 2026 +0300

    Remove obsolete beans and references
---
 .../src/test/resources/net/shibboleth/idp/module/conf/global.xml      | 4 ----
 .../resources/net/shibboleth/idp/module/conf/unregistered-policy.json | 3 +--
 2 files changed, 1 insertion(+), 6 deletions(-)

diff --git a/idp-oidfed-op-impl/src/test/resources/net/shibboleth/idp/module/conf/global.xml b/idp-oidfed-op-impl/src/test/resources/net/shibboleth/idp/module/conf/global.xml
index 90f8968..ca7ad87 100644
--- a/idp-oidfed-op-impl/src/test/resources/net/shibboleth/idp/module/conf/global.xml
+++ b/idp-oidfed-op-impl/src/test/resources/net/shibboleth/idp/module/conf/global.xml
@@ -77,10 +77,6 @@
         </property>
     </bean>
 
-    <bean id="alwaysTruePolicyOperator" class="net.shibboleth.idp.plugin.oidc.op.profile.flow.AlwaysTrueCustomMetadataPolicyOperator" />
-
-    <bean id="alwaysFalsePolicyOperator" class="net.shibboleth.idp.plugin.oidc.op.profile.flow.AlwaysFalseCustomMetadataPolicyOperator" />
-
     <bean id="MockitoMockFactory" class="org.mockito.Mockito" />
 
     <bean id="shibboleth.oidfed.HttpClient"
diff --git a/idp-oidfed-op-impl/src/test/resources/net/shibboleth/idp/module/conf/unregistered-policy.json b/idp-oidfed-op-impl/src/test/resources/net/shibboleth/idp/module/conf/unregistered-policy.json
index dd89684..6ac4556 100644
--- a/idp-oidfed-op-impl/src/test/resources/net/shibboleth/idp/module/conf/unregistered-policy.json
+++ b/idp-oidfed-op-impl/src/test/resources/net/shibboleth/idp/module/conf/unregistered-policy.json
@@ -6,8 +6,7 @@
         "value": "openid info"
     },
     "redirect_uri": {
-        "regexp": "^https:\/\/(?:([^.]+).)?example.org\/(.*)",
-        "bean": "alwaysTruePolicyOperator"
+        "regexp": "^https:\/\/(?:([^.]+).)?example.org\/(.*)"
     },
     "response_type": {
         "one_of": ["code"]

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


More information about the commits mailing list