[java-plugin-shibd-saml] branch main updated: Fix default cookie name.

Scott Cantor cantor.2 at osu.edu
Mon Aug 11 22:50:17 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=5fb2ed4a4a029519f34f269263670b972f49f505

The following commit(s) were added to refs/heads/main by this push:
     new 5fb2ed4  Fix default cookie name.
5fb2ed4 is described below

commit 5fb2ed4a4a029519f34f269263670b972f49f505
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Aug 11 18:50:15 2025 -0400

    Fix default cookie name.
---
 .../resources/net/shibboleth/idp/module/conf/sp/sp.properties  | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/sp-saml-conf-impl/src/test/resources/net/shibboleth/idp/module/conf/sp/sp.properties b/sp-saml-conf-impl/src/test/resources/net/shibboleth/idp/module/conf/sp/sp.properties
index 43a2edf..46ad197 100644
--- a/sp-saml-conf-impl/src/test/resources/net/shibboleth/idp/module/conf/sp/sp.properties
+++ b/sp-saml-conf-impl/src/test/resources/net/shibboleth/idp/module/conf/sp/sp.properties
@@ -10,13 +10,15 @@ sp.defaultAuthority = https://idp.example.org
 #sp.service.agents.failFast = false
 sp.service.agents.checkInterval = PT5M
 
+# For single agent hubs, set agent ID via property
+#sp.agentId = sp.example.org
+# Default agent IP address filter
+#sp.authn.allowedAddressRanges = 127.0.0.1/32, ::1/128
 # Set to empty value to skip shared secret authentication
 #sp.agent.authn.method = basic
 # Set false to globally disable cookie-based authentication by agents
 #sp.agent.authn.cached = true
 #sp.agent.authn.cacheDuration = PT1H
-# Default agent IP address filter
-#sp.authn.allowedAddressRanges = 127.0.0.1/32, ::1/128
 
 # Set to StorageService to use for remoted storage data if in use.
 #sp.storageService = shibboleth.StorageService
@@ -44,10 +46,10 @@ sp.application.tokenConsumers = saml2/artifact, saml2/post, saml2/post-simplesig
 # Controls storage back-end for storage-based state tokens
 #sp.stateToken.StorageService = shibboleth.StorageService
 # Cookie prefix when using cookie-backed state
-#sp.stateToken.cookiePrefix = _Host-shibsp_state_
+#sp.stateToken.cookiePrefix = __Host-shibsp_state_
 
 # Request/response correlation control
-#sp.correlation.cookiePrefix = _Host-_shibsp_req_
+#sp.correlation.cookiePrefix = __Host-_shibsp_req_
 
 # Uncomment/set to define a default IdP discovery service URL or Function
 sp.discoveryURL = https://test.shibboleth.net/shibboleth-ds/index.html

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


More information about the commits mailing list