diff --git a/reference/configuration/security.rst b/reference/configuration/security.rst index 991a22cfdbb..b9ab8a43d8a 100644 --- a/reference/configuration/security.rst +++ b/reference/configuration/security.rst @@ -166,6 +166,14 @@ The ``invalidate_session`` option allows to redefine this behavior. Set this option to ``false`` in every firewall and the user will only be logged out from the current firewall and not the other ones. +success_handler +~~~~~~~~~~~~~~~ + +**type**: ``string`` **default**: ``'security.logout.success_handler'`` + +The service ID used for handling a successful logout. The service must implement +:class:`Symfony\\Component\\Security\\Http\\Logout\\LogoutSuccessHandlerInterface`. + .. _reference-security-ldap: LDAP functionality