[java-identity-provider] 15/23: IDP-2352 - SOAP client wiring references old bean ID

Scott Cantor cantor.2 at osu.edu
Mon Mar 17 15:03:54 UTC 2025


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

scantor pushed a commit to branch maint-5.1
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=7ace24614cb0668fbd65f67b48b18aecb8605a80

commit 7ace24614cb0668fbd65f67b48b18aecb8605a80
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Jan 28 09:45:21 2025 -0500

    IDP-2352 - SOAP client wiring references old bean ID
    
    https://shibboleth.atlassian.net/browse/IDP-2352
    
    Fixed stale RelyingParty service reference.
---
 .../src/main/resources/net/shibboleth/idp/conf/soap-client.xml          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/soap-client.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/soap-client.xml
index 1d1f3d77c..ccc363aad 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/soap-client.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/soap-client.xml
@@ -175,7 +175,7 @@
         
     <bean id="SOAPClient.SelectRelyingPartyConfiguration"
         class="net.shibboleth.idp.profile.messaging.impl.SelectRelyingPartyConfiguration" scope="prototype"
-        p:relyingPartyConfigurationResolver-ref="shibboleth.CriteriaRelyingPartyConfigurationResolver" />
+        p:relyingPartyConfigurationResolver-ref="shibboleth.RelyingPartyResolverService" />
         
     <bean id="SOAPClient.SelectProfileConfiguration"
         class="net.shibboleth.idp.profile.messaging.impl.SelectProfileConfiguration" scope="prototype"

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


More information about the commits mailing list