[java-plugin-shibd-saml] 02/02: Add new properties.
Codeberg
noreply at shibboleth.net
Fri Aug 7 17:37:22 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/05dd72ea0a7d8cafb808e070b19f0620f0da8e73
commit 05dd72ea0a7d8cafb808e070b19f0620f0da8e73
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Fri Aug 7 12:29:38 2026 -0400
Add new properties.
---
.../net/shibboleth/idp/module/conf/sp/saml.properties | 2 ++
.../resources/net/shibboleth/idp/module/conf/sp/sp.properties | 11 +++++++----
2 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/sp-saml-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/sp/saml.properties b/sp-saml-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/sp/saml.properties
index 194545a..093547e 100644
--- a/sp-saml-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/sp/saml.properties
+++ b/sp-saml-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/sp/saml.properties
@@ -19,6 +19,8 @@ sp.saml.encryption.cert = %{idp.home}/credentials/sp/saml-default-encryption.crt
#sp.saml.checkAddress = true
# Turn off to disable message correlation checking
#sp.saml.checkInResponseTo = true
+# Turn off the bypass replay checking
+#sp.saml.checkReplay = true
# Set to non-zero duration to limit time since authentication
#sp.saml.maxTimeSinceAuthn = 0
# Turn off to disable Asynchronous logout extension
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 2b33649..9acc1b0 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
@@ -36,10 +36,13 @@ sp.service.credential.checkInterval = PT5M
# 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_
-
-# Request/response correlation control
-#sp.correlation.cookiePrefix = __Host-shibsp_req_
+#sp.stateToken.cookiePrefix = __Host-shibsp_state
+# Lifetime to preserve state before discarding
+#sp.stateToken.lifetime = PT30M
+# Whether to seal/encrypt data stored by state manager
+#sp.stateToken.sealed = true
+# Whether to check for replay of state tokens
+#sp.stateToken.checkReplay = false
# POST data preservation controls
#sp.postData.preservation = false
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list