fix CAS logoutServices (see #2138 logout forward doesn't work anymore)

This commit is contained in:
dcoutadeur 2020-04-17 16:56:35 +02:00
parent 17e56da82b
commit c1b61f535a

View File

@ -269,7 +269,8 @@ sub authLogout {
$self->logger->debug("Build CAS logout URL: $logout_url");
# Register CAS logout URL in logoutServices
$req->data->{logoutServices}->{CASserver} = $logout_url;
#$req->data->{logoutServices}->{CASserver} = $logout_url;
$self->conf->{logoutServices}->{CASserver} = $logout_url;
PE_OK;
}