Actually replace $retrieveParametersFromServer parameter

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
pull/2/head
Lukas Reschke 2 years ago
parent ba7326b4ce
commit 05a0275b97

@ -419,9 +419,9 @@ class SAMLController extends Controller {
if ($isFromIDP) {
$keepLocalSession = true ; // do not let processSLO to delete the entire session. Let userSession->logout do the job
$targetUrl = $auth->processSLO(
$this->SAMLSettings->usesSloWebServerDecode(),
$keepLocalSession,
null,
false,
$this->SAMLSettings->usesSloWebServerDecode(),
null,
$stay
);

Loading…
Cancel
Save