[java-plugin-shibd-saml] branch main updated: Wire in POST recovery action, tests TBD.

Scott Cantor cantor.2 at osu.edu
Fri Oct 3 13:50:34 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=59706aa68acac878ba238fe85260709a4704f571

The following commit(s) were added to refs/heads/main by this push:
     new 59706aa  Wire in POST recovery action, tests TBD.
59706aa is described below

commit 59706aa68acac878ba238fe85260709a4704f571
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Oct 3 09:50:32 2025 -0400

    Wire in POST recovery action, tests TBD.
---
 .../shibboleth/idp/flows/sp/consumer/saml2/saml2-beans.xml    | 11 ++++++++++-
 .../net/shibboleth/idp/flows/sp/consumer/saml2/saml2-flow.xml |  1 +
 2 files changed, 11 insertions(+), 1 deletion(-)

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 e2071a8..fa18a03 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
@@ -256,7 +256,16 @@
         class="net.shibboleth.sp.saml.saml2.profile.impl.ExtractSAMLAttributes" scope="prototype"
         p:acceptUnfilteredAttributes="%{sp.saml.acceptUnfilteredAttributes:false}"
         p:standardExtractionStrategy-ref="StandardExtractionStrategy" />
-        
+    
+    <bean id="RecoverPostData"
+        class="net.shibboleth.sp.profile.impl.RecoverPostData" scope="prototype"    
+        p:storageService-ref="#{'%{sp.postData.StorageService:shibboleth.StorageService}'.trim()}"
+        p:cookieManager-ref="shibboleth.sp.RemotedCookieManager"
+        p:cookiePrefix="#{'%{sp.postData.cookiePrefix:__Host-_shibsp_post_}'.trim()}"
+        p:velocityEngine-ref="shibboleth.VelocityEngine"
+        p:cSPDigester-ref="shibboleth.CSPDigester"
+        p:cSPNonceGenerator-ref="shibboleth.CSPNonce" />
+    
     <bean id="PrepareAgentResponse"
         class="net.shibboleth.sp.saml.saml2.profile.impl.PrepareAgentResponse" scope="prototype" />
 
diff --git a/sp-saml-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/sp/consumer/saml2/saml2-flow.xml b/sp-saml-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/sp/consumer/saml2/saml2-flow.xml
index 9700ab9..c4f89e8 100644
--- a/sp-saml-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/sp/consumer/saml2/saml2-flow.xml
+++ b/sp-saml-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/sp/consumer/saml2/saml2-flow.xml
@@ -33,6 +33,7 @@
         <evaluate expression="DecryptNameIDs" />
         <evaluate expression="DecryptAttributes" />
         <evaluate expression="ExtractSAMLAttributes" />
+        <evaluate expression="RecoverPostData" />
         <evaluate expression="PrepareAgentResponse" />
 <!--        <evaluate expression="PostAssertionPopulateAuditContext" />-->
 <!--        <evaluate expression="PostResponsePopulateAuditContext" />-->

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


More information about the commits mailing list