[java-plugin-shibd] branch main updated: Add time-based properties.
Codeberg
noreply at shibboleth.net
Wed Sep 2 20:00:03 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.
View the commit online:
https://codeberg.org/Shibboleth/java-plugin-shibd/commit/b5c5170a7eb69b48f1ef10b5821b1eac4c50645a
The following commit(s) were added to refs/heads/main by this push:
new b5c5170 Add time-based properties.
b5c5170 is described below
commit b5c5170a7eb69b48f1ef10b5821b1eac4c50645a
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Wed Sep 2 15:59:52 2026 -0400
Add time-based properties.
---
.../main/resources/net/shibboleth/idp/module/conf/sp/sp.properties | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/sp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/sp/sp.properties b/sp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/sp/sp.properties
index 8f87b64..7d8a730 100644
--- a/sp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/sp/sp.properties
+++ b/sp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/sp/sp.properties
@@ -4,6 +4,10 @@ sp.issuer = https://sp.example.org
# Default authentication authority (IdP, OP, etc.) to use if any
#sp.defaultAuthority = https://idp.example.org
+# Global clock-related settings if not overridden by protocol
+#sp.policy.clockSkew = PT3M
+#sp.policy.messageLifetime = PT3M
+
# Configuration of service to resolve SP agents and applications
# Uncomment and define to override service resources
#sp.service.agents.resources = shibboleth.sp.AgentResolverResources
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list