From 76f7f7a7cc886df8f7c8f7af4b447ca7c0a12aa6 Mon Sep 17 00:00:00 2001
From: Jaime Perez Crespo <jaime.perez@uninett.no>
Date: Tue, 21 Apr 2015 11:46:32 +0200
Subject: [PATCH] Bugfix.

---
 modules/saml/lib/IdP/SAML1.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/saml/lib/IdP/SAML1.php b/modules/saml/lib/IdP/SAML1.php
index 79c8617ea..1d7b02a67 100644
--- a/modules/saml/lib/IdP/SAML1.php
+++ b/modules/saml/lib/IdP/SAML1.php
@@ -122,7 +122,7 @@ class sspmod_saml_IdP_SAML1 {
 		$state = array(
 			'Responder' => array('sspmod_saml_IdP_SAML1', 'sendResponse'),
 			'SPMetadata' => $spMetadata->toArray(),
-
+			SimpleSAML_Auth_State::RESTART => $sessionLostURL,
 			'saml:shire' => $shire,
 			'saml:target' => $target,
 			'saml:AuthnRequestReceivedAt' => microtime(TRUE),
-- 
GitLab