[java-plugin-shibd-saml] branch main updated: Remove state token handling in favor of separate action.

Scott Cantor cantor.2 at osu.edu
Tue Sep 23 21:51:09 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=de76cc00f99676b9e2643bfcde6bbc009d794ece

The following commit(s) were added to refs/heads/main by this push:
     new de76cc0  Remove state token handling in favor of separate action.
de76cc0 is described below

commit de76cc00f99676b9e2643bfcde6bbc009d794ece
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Sep 23 17:51:07 2025 -0400

    Remove state token handling in favor of separate action.
---
 .../sp/saml/saml2/profile/impl/PrepareAgentResponse.java           | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/sp-saml-impl/src/main/java/net/shibboleth/sp/saml/saml2/profile/impl/PrepareAgentResponse.java b/sp-saml-impl/src/main/java/net/shibboleth/sp/saml/saml2/profile/impl/PrepareAgentResponse.java
index a2f630c..346c073 100644
--- a/sp-saml-impl/src/main/java/net/shibboleth/sp/saml/saml2/profile/impl/PrepareAgentResponse.java
+++ b/sp-saml-impl/src/main/java/net/shibboleth/sp/saml/saml2/profile/impl/PrepareAgentResponse.java
@@ -27,7 +27,6 @@ import org.opensaml.messaging.context.navigate.ChildContextLookup;
 import org.opensaml.profile.action.ActionSupport;
 import org.opensaml.profile.action.EventIds;
 import org.opensaml.profile.context.ProfileRequestContext;
-import org.opensaml.saml.common.binding.SAMLBindingSupport;
 import org.opensaml.saml.saml2.core.AuthnStatement;
 import org.opensaml.saml.saml2.core.NameID;
 import org.opensaml.saml.saml2.core.Subject;
@@ -110,12 +109,6 @@ public class PrepareAgentResponse extends AbstractTokenConsumerResponseAction {
         
         return true;
     }
-    
-    /** {@inheritDoc} */
-    @Override
-    @Nullable protected String getStateToken(@Nonnull final ProfileRequestContext profileRequestContext) {
-        return SAMLBindingSupport.getRelayState(profileRequestContext.ensureInboundMessageContext());
-    }
  
     /** {@inheritDoc} */
     @Override

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


More information about the commits mailing list