Skip to content
Snippets Groups Projects
Commit ff177456 authored by Jaime Perez's avatar Jaime Perez
Browse files

Set the destination attribute in LogoutResponses sent by the SAML SP.

parent db4f7811
No related branches found
No related tags found
No related merge requests found
......@@ -128,6 +128,7 @@ if ($message instanceof SAML2_LogoutResponse) {
}
$binding->setDestination($dst);
}
$lr->setDestination($dst);
$binding->send($lr);
} else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment