[java-idp-plugin-vci] branch dev/PROFILES_AND_DPOP_AND_NONCE updated: Move around beans to correct postconfigs

Codeberg noreply at shibboleth.net
Wed Nov 19 14:30:30 UTC 2025


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

codeberg pushed a commit to branch dev/PROFILES_AND_DPOP_AND_NONCE
in repository java-idp-plugin-vci.

View the commit online:
https://codeberg.org/Shibboleth/java-idp-plugin-vci/commit/483f01ee99ae04a893ebe038fa86b98cef2fe570

The following commit(s) were added to refs/heads/dev/PROFILES_AND_DPOP_AND_NONCE by this push:
     new 483f01e  Move around beans to correct postconfigs
483f01e is described below

commit 483f01ee99ae04a893ebe038fa86b98cef2fe570
Author: jlauros <janne.lauros at csc.fi>
AuthorDate: Wed Nov 19 16:30:21 2025 +0200

    Move around beans to correct postconfigs
---
 .../src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml    | 5 +++++
 .../META-INF/net/shibboleth/idp/service/relying-party/postconfig.xml | 5 -----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/openid-vci-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml b/openid-vci-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml
index c3a92d6..2775a71 100644
--- a/openid-vci-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml
+++ b/openid-vci-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml
@@ -15,6 +15,11 @@
     <bean id="shibboleth.PropertySourcesPlaceholderConfigurer"
         class="org.springframework.context.support.PropertySourcesPlaceholderConfigurer"
         p:placeholderPrefix="%{" p:placeholderSuffix="}" />
+        
+    <!-- Property-based definition of login flows for OAuth endpoints. -->
+    <bean id="openidvci.PotentialFlows"
+        class="org.springframework.beans.factory.config.ListFactoryBean"
+        p:sourceList="#{getObject('shibboleth.AuthenticationFlowDescriptorManager').getComponents().?[id matches 'authn/(' + '%{openidvci.authn.flows:OAuth2Client}'.trim() + ')']}" />
 
     <bean id="openidvci.PublicClientValidator"
         class="org.geant.shibboleth.plugin.openidvci.authn.impl.WalletCredentialValidator" />
diff --git a/openid-vci-impl/src/main/resources/META-INF/net/shibboleth/idp/service/relying-party/postconfig.xml b/openid-vci-impl/src/main/resources/META-INF/net/shibboleth/idp/service/relying-party/postconfig.xml
index bb0eba3..7e77d6c 100644
--- a/openid-vci-impl/src/main/resources/META-INF/net/shibboleth/idp/service/relying-party/postconfig.xml
+++ b/openid-vci-impl/src/main/resources/META-INF/net/shibboleth/idp/service/relying-party/postconfig.xml
@@ -46,11 +46,6 @@
     <bean id="OpenID.VCI.Nonce" parent="AbstractVCIProfile" lazy-init="true"
         class="org.geant.shibboleth.plugin.openidvci.config.impl.DefaultOpenIDVCINonceConfiguration"
         p:dpopProofNonceGenerator="#{getObject('DefaultOpenIDVCINonceGenerator')}" />
-        
-    <!-- Property-based definition of login flows for OAuth endpoints. -->
-    <bean id="openidvci.PotentialFlows"
-        class="org.springframework.beans.factory.config.ListFactoryBean"
-        p:sourceList="#{getObject('shibboleth.AuthenticationFlowDescriptorManager').getComponents().?[id matches 'authn/(' + '%{openidvci.authn.flows:OAuth2Client}'.trim() + ')']}" />
     
     
     <!-- We use special DPoP Nonce generator for Nonce endpoint. -->

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


More information about the commits mailing list