[java-plugin-shibd-saml] branch main updated: Group logout properties together.

Codeberg noreply at shibboleth.net
Mon Jun 8 17:33:12 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/d8450a8c7f34b1fd730e1f0e7b71705093569960

The following commit(s) were added to refs/heads/main by this push:
     new d8450a8  Group logout properties together.
d8450a8 is described below

commit d8450a8c7f34b1fd730e1f0e7b71705093569960
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Mon Jun 8 13:25:13 2026 -0400

    Group logout properties together.
---
 .../main/resources/net/shibboleth/idp/module/conf/sp/saml.properties | 5 ++---
 1 file changed, 2 insertions(+), 3 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 33387b0..f0706be 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
@@ -26,6 +26,8 @@ sp.saml.encryption.cert = %{idp.home}/credentials/sp/sp-encryption.crt
 #sp.saml.maxTimeSinceAuthn = 0
 # Turn off to disable Asynchronous logout extension
 #sp.saml.logout.asynchronous = true
+# Require signed logout requests/responses
+#sp.saml.logout.authenticated = true
 
 # Default security configuration for SAML
 #sp.saml.security.config = shibboleth.sp.DefaultXMLSecurityConfiguration
@@ -67,9 +69,6 @@ sp.saml.encryption.cert = %{idp.home}/credentials/sp/sp-encryption.crt
 # Configures use of the Attribute Resolver for enrichment
 #sp.saml.resolveAttributes = false
 
-# Require signed logout requests/responses
-#sp.saml.logout.authenticated = true
-
 # Each protocol plugin will contain an order priority controlling
 # relative order of use when handling requests, lower is "earlier".
 #sp.saml.relativeOrder = 1

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


More information about the commits mailing list