[java-plugin-shibd-saml] branch main updated: Get rid of duplicate lookup strategy.

Scott Cantor cantor.2 at osu.edu
Tue Sep 30 21:26:26 UTC 2025


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

scantor pushed a commit to branch main
in repository java-plugin-shibd-saml.

View the commit online:
http://git.shibboleth.net/view/?p=java-plugin-shibd-saml.git;a=commit;h=6d8badef5d22ccdd76fe55a695a3dbc007d1c65b

The following commit(s) were added to refs/heads/main by this push:
     new 6d8bade  Get rid of duplicate lookup strategy.
6d8bade is described below

commit 6d8badef5d22ccdd76fe55a695a3dbc007d1c65b
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Sep 30 17:26:20 2025 -0400

    Get rid of duplicate lookup strategy.
---
 .../shibboleth/idp/flows/sp/consumer/saml2/saml2-beans.xml   | 12 ++----------
 1 file changed, 2 insertions(+), 10 deletions(-)

diff --git a/sp-saml-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/sp/consumer/saml2/saml2-beans.xml b/sp-saml-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/sp/consumer/saml2/saml2-beans.xml
index 1f32aae..e2071a8 100644
--- a/sp-saml-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/sp/consumer/saml2/saml2-beans.xml
+++ b/sp-saml-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/sp/consumer/saml2/saml2-beans.xml
@@ -54,16 +54,8 @@
         p:cookieManager-ref="shibboleth.sp.RemotedCookieManager"
         p:cookiePrefix="%{sp.correlation.cookiePrefix:__Host-_shibsp_req_}"
         p:createOutputObjects="true"
-        p:stateTokenLookupStrategy-ref="RelayStateLookupStrategy" />
-    
-    <bean id="RelayStateLookupStrategy" parent="shibboleth.Functions.Compose">
-        <constructor-arg name="g">
-            <bean parent="shibboleth.Functions.Expression"
-                c:_0="#input != null ? T(org.opensaml.saml.common.binding.SAMLBindingSupport).getRelayState(#input) : null" />
-        </constructor-arg>
-        <constructor-arg name="f" ref="shibboleth.MessageContextLookup.Inbound"/>
-    </bean>    
-    
+        p:stateTokenLookupStrategy-ref="RelayStateLookup" />
+        
     <bean id="HandleResponse" class="net.shibboleth.sp.profile.impl.WebFlowMessageHandlerAdaptor" scope="prototype"
             c:executionDirection="INBOUND">
         <constructor-arg>

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


More information about the commits mailing list