diff --git a/security.rst b/security.rst index 7b1ba5b0b1d..69322d1b905 100644 --- a/security.rst +++ b/security.rst @@ -1800,8 +1800,8 @@ To enable logging out, activate the ``logout`` config parameter under your fire logout: path: /logout - # where to redirect after logout - # target: app_any_route + # where to redirect after logout (use path not route name) + # target: /logout-redirect .. code-block:: xml