update EasyCheck URL in environment configuration
This commit is contained in:
parent
4b89d1a256
commit
089e644d14
|
|
@ -24,7 +24,8 @@ class LogoutSubscriber implements EventSubscriberInterface
|
|||
|
||||
public function onLogout(LogoutEvent $event): void
|
||||
{
|
||||
$easycheckLogoutUrl = $this->easycheckUrl . '/logout';
|
||||
// Ajouter un paramètre pour indiquer à EasyCheck de revenir au portail après logout
|
||||
$easycheckLogoutUrl = $this->easycheckUrl . '/logout?redirect_to=portal';
|
||||
|
||||
$this->logger->info('LogoutSubscriber triggered - redirecting to EasyCheck logout', [
|
||||
'easycheck_logout_url' => $easycheckLogoutUrl,
|
||||
|
|
|
|||
Loading…
Reference in New Issue