[cpp-sp] branch master updated: Add logout reason to administrative logout requests.
Scott Cantor
cantor.2 at osu.edu
Mon Jul 16 15:32:20 EDT 2018
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=cf84ec7edf1875ec953aa5fb7bd8b03a1a76b931
The following commit(s) were added to refs/heads/master by this push:
new cf84ec7 Add logout reason to administrative logout requests.
cf84ec7 is described below
commit cf84ec7edf1875ec953aa5fb7bd8b03a1a76b931
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Jul 16 15:32:10 2018 -0400
Add logout reason to administrative logout requests.
---
shibsp/handler/impl/AdminLogoutInitiator.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/shibsp/handler/impl/AdminLogoutInitiator.cpp b/shibsp/handler/impl/AdminLogoutInitiator.cpp
index 4254f5e..d0a5277 100644
--- a/shibsp/handler/impl/AdminLogoutInitiator.cpp
+++ b/shibsp/handler/impl/AdminLogoutInitiator.cpp
@@ -409,6 +409,7 @@ auto_ptr<LogoutRequest> AdminLogoutInitiator::buildRequest(
const PropertySet* relyingParty = application.getRelyingParty(dynamic_cast<EntityDescriptor*>(role.getParent()));
auto_ptr<LogoutRequest> msg(LogoutRequestBuilder::buildLogoutRequest());
+ msg->setReason(LogoutRequest::REASON_ADMIN);
Issuer* issuer = IssuerBuilder::buildIssuer();
msg->setIssuer(issuer);
issuer->setName(relyingParty->getXMLString("entityID").second);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list