[cpp-sp] branch main updated: Add logout consumer endpoint, reorg handler config.

Codeberg noreply at shibboleth.net
Thu May 28 17:10:46 UTC 2026


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

codeberg pushed a commit to branch main
in repository cpp-sp.

View the commit online:
https://codeberg.org/Shibboleth/cpp-sp/commit/e452adaa79121bc5aab144becf80de67ba689fd1

The following commit(s) were added to refs/heads/main by this push:
     new e452adaa Add logout consumer endpoint, reorg handler config.
e452adaa is described below

commit e452adaa79121bc5aab144becf80de67ba689fd1
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Thu May 28 12:14:40 2026 -0400

    Add logout consumer endpoint, reorg handler config.
---
 configs/handlers.ini | 21 +++++++++++++++++----
 1 file changed, 17 insertions(+), 4 deletions(-)

diff --git a/configs/handlers.ini b/configs/handlers.ini
index b941405e..ca570b2f 100644
--- a/configs/handlers.ini
+++ b/configs/handlers.ini
@@ -9,15 +9,20 @@ type = Session
 [Login]
 type = SessionInitiator
 
+[Validate]
+type = TokenConsumer
+
 [Logout]
 type = LogoutInitiator
+# true suppresses single logout requests
 #localOnly = false
 
-# Default "new" layout of a single endpoint.
-[Validate]
-type = TokenConsumer
+[SingleLogout]
+type = LogoutConsumer
+# true requires valid logout request matching active session
+#matchRequired = false
 
-# Legacy endpoints for compatibility
+# Legacy SSO/SLO endpoints for SP3 compatibility
 
 #[SAML2/POST]
 #type = TokenConsumer
@@ -31,3 +36,11 @@ type = TokenConsumer
 #type = TokenConsumer
 #legacyBinding = POST-SimpleSign
 
+#[SLO/Redirect]
+#type = LogoutConsumer
+#matchRequired = false
+
+#[SLO/POST]
+#type = LogoutConsumer
+#matchRequired = false
+

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


More information about the commits mailing list