From ce6f7db7a728d2042be6ffdffe542698b3404237 Mon Sep 17 00:00:00 2001 From: Thomas Landauer Date: Sun, 19 Feb 2023 14:53:49 +0100 Subject: [PATCH] [Security] Removing "Most applications will only need one firewall" Follow-up of https://github.com/symfony/symfony-docs/pull/17864, so to say --- reference/configuration/security.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/reference/configuration/security.rst b/reference/configuration/security.rst index 70784bf4853..40e1c7ef456 100644 --- a/reference/configuration/security.rst +++ b/reference/configuration/security.rst @@ -827,8 +827,7 @@ The name of the ``$_SERVER`` parameter holding the user identifier. Firewall Context ~~~~~~~~~~~~~~~~ -Most applications will only need one :ref:`firewall `. -But if your application *does* use multiple firewalls, you'll notice that +If your application uses multiple :ref:`firewalls `, you'll notice that if you're authenticated in one firewall, you're not automatically authenticated in another. In other words, the systems don't share a common "context": each firewall acts like a separate security system.