[cpp-sp] branch main updated: Set flag to initiate notification on SP logout.

Codeberg noreply at shibboleth.net
Thu Jun 4 14:03:23 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/d1f6ae6f9a39e641566f91a19aca276e1218664b

The following commit(s) were added to refs/heads/main by this push:
     new d1f6ae6f Set flag to initiate notification on SP logout.
d1f6ae6f is described below

commit d1f6ae6f9a39e641566f91a19aca276e1218664b
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Thu Jun 4 10:03:04 2026 -0400

    Set flag to initiate notification on SP logout.
---
 shibsp/handler/impl/LogoutInitiator.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shibsp/handler/impl/LogoutInitiator.cpp b/shibsp/handler/impl/LogoutInitiator.cpp
index 9d75dea7..f9e37275 100644
--- a/shibsp/handler/impl/LogoutInitiator.cpp
+++ b/shibsp/handler/impl/LogoutInitiator.cpp
@@ -51,7 +51,7 @@ LogoutInitiator::~LogoutInitiator()
 pair<bool,long> LogoutInitiator::run(SPRequest& request, bool isHandler) const
 {
     // Initiate, continue, or complete notification.
-    pair<bool,long> ret = notifyFrontChannel(request);
+    pair<bool,long> ret = notifyFrontChannel(request, false);
     if (ret.first) {
         return ret;
     }

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


More information about the commits mailing list