[java-idp-plugin-oidc-op-oidfed] branch main updated: Remove obsolete beans and references
Codeberg
noreply at shibboleth.net
Thu Jun 25 13:01:29 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-idp-plugin-oidc-op-oidfed.
View the commit online:
https://codeberg.org/Shibboleth/java-idp-plugin-oidc-op-oidfed/commit/f790e987096ca25b54fcfaa98d16b46247786568
The following commit(s) were added to refs/heads/main by this push:
new f790e98 Remove obsolete beans and references
f790e98 is described below
commit f790e987096ca25b54fcfaa98d16b46247786568
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