[java-plugin-shibd-saml] branch main updated: Stop overring state token property now that default is cookie-based.

Codeberg noreply at shibboleth.net
Tue Apr 21 20:03:57 UTC 2026


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

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

View the commit online:
https://codeberg.org/Shibboleth/java-plugin-shibd-saml/commit/0987b361dc2dd81663776bf6c6ba4addbd373868

The following commit(s) were added to refs/heads/main by this push:
     new 0987b36  Stop overring state token property now that default is cookie-based.
0987b36 is described below

commit 0987b361dc2dd81663776bf6c6ba4addbd373868
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Tue Apr 21 16:03:47 2026 -0400

    Stop overring state token property now that default is cookie-based.
---
 .../flows/saml2/TestSPSAMLEnvironmentApplicationContextInitializer.java  | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sp-saml-conf-impl/src/test/java/net/shibboleth/sp/saml/flows/saml2/TestSPSAMLEnvironmentApplicationContextInitializer.java b/sp-saml-conf-impl/src/test/java/net/shibboleth/sp/saml/flows/saml2/TestSPSAMLEnvironmentApplicationContextInitializer.java
index 7062dc8..5c719ef 100644
--- a/sp-saml-conf-impl/src/test/java/net/shibboleth/sp/saml/flows/saml2/TestSPSAMLEnvironmentApplicationContextInitializer.java
+++ b/sp-saml-conf-impl/src/test/java/net/shibboleth/sp/saml/flows/saml2/TestSPSAMLEnvironmentApplicationContextInitializer.java
@@ -31,7 +31,6 @@ public class TestSPSAMLEnvironmentApplicationContextInitializer extends TestSPEn
     protected void addProperties(@Nonnull final MockPropertySource mock) {
         super.addProperties(mock);
         mock.setProperty("sp.service.agents.resources", "test.sp.saml.AgentResolverResources");
-        mock.setProperty("sp.stateToken.Manager","shibboleth.sp.CookieStateTokenManager");
         mock.setProperty("sp.agent.authn.method", "basic");
         mock.setProperty("idp.additionalProperties",
                 "/conf/ldap.properties, /conf/saml-nameid.properties, /conf/services.properties, /conf/admin/admin.properties, /conf/authn/authn.properties, /conf/c14n/subject-c14n.properties, /credentials/secrets.properties, /conf/sp/sp.properties, /conf/sp/saml.properties");

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


More information about the commits mailing list