diff --git a/modules/saml/www/sp/saml2-logout.php b/modules/saml/www/sp/saml2-logout.php
index 99f605569663f160ba9d44fdcd1d79a04b1e0d87..bd4f17b5eb8d8a1ca61e55b999367422f6b98657 100644
--- a/modules/saml/www/sp/saml2-logout.php
+++ b/modules/saml/www/sp/saml2-logout.php
@@ -55,6 +55,7 @@ if ($message instanceof SAML2_LogoutResponse) {
 	}
 
 	$state = SimpleSAML_Auth_State::loadState($relayState, 'saml:slosent');
+	$state['saml:sp:LogoutStatus'] = $message->getStatus();
 	SimpleSAML_Auth_Source::completeLogout($state);
 
 } elseif ($message instanceof SAML2_LogoutRequest) {