diff --git a/modules/saml/www/sp/saml2-logout.php b/modules/saml/www/sp/saml2-logout.php
index 950f3b008ba4036aff2cc33a468b4dc456a0d432..d8d04c5c144ca1c653c3d2ccf22791581eab5b23 100644
--- a/modules/saml/www/sp/saml2-logout.php
+++ b/modules/saml/www/sp/saml2-logout.php
@@ -128,6 +128,7 @@ if ($message instanceof SAML2_LogoutResponse) {
 		}
 		$binding->setDestination($dst);
 	}
+	$lr->setDestination($dst);
 
 	$binding->send($lr);
 } else {