diff --git a/security/form_login_setup.rst b/security/form_login_setup.rst index c5db7ba1309..25387a45254 100644 --- a/security/form_login_setup.rst +++ b/security/form_login_setup.rst @@ -99,12 +99,13 @@ Edit the ``security.yaml`` file in order to declare the ``/logout`` path: security: # ... - providers: - # ... - logout: - path: app_logout - # where to redirect after logout - # target: app_any_route + firewalls: + main: + # ... + logout: + path: app_logout + # where to redirect after logout + # target: app_any_route .. code-block:: xml