From 9c95af5386c44a5e9b0a5d06d83bc885e9b9618f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no>
Date: Fri, 8 Feb 2008 19:25:00 +0000
Subject: [PATCH] adding todos for bridged SLO

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@276 44740490-163a-0410-bde0-09ae8108e29a
---
 www/saml2/idp/SingleLogoutService.php | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/www/saml2/idp/SingleLogoutService.php b/www/saml2/idp/SingleLogoutService.php
index 9c58dd5d9..ccf14f7d7 100644
--- a/www/saml2/idp/SingleLogoutService.php
+++ b/www/saml2/idp/SingleLogoutService.php
@@ -9,8 +9,10 @@
  * @version $Id$
  */
 
-require_once('../../../www/_include.php');
+// TODO: Show error message, when shibboleth sp is logged in.
+// TODO: Propagate HTTP-REDIRECT SLO on SAML 2.0 bridge.
 
+require_once('../../../www/_include.php');
 
 require_once('SimpleSAML/Utilities.php');
 require_once('SimpleSAML/Session.php');
-- 
GitLab