Skip to content

Commit c982784

Browse files
committed
minor #17923 [Security] Removing "Most applications will only need one firewall" (ThomasLandauer)
This PR was merged into the 5.4 branch. Discussion ---------- [Security] Removing "Most applications will only need one firewall" Page: https://symfony.com/doc/5.4/reference/configuration/security.html#firewall-context Follow-up of #17864, so to say Commits ------- ce6f7db [Security] Removing "Most applications will only need one firewall"
2 parents 63338ba + ce6f7db commit c982784

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

reference/configuration/security.rst

+1-2
Original file line numberDiff line numberDiff line change
@@ -827,8 +827,7 @@ The name of the ``$_SERVER`` parameter holding the user identifier.
827827
Firewall Context
828828
~~~~~~~~~~~~~~~~
829829

830-
Most applications will only need one :ref:`firewall <firewalls-authentication>`.
831-
But if your application *does* use multiple firewalls, you'll notice that
830+
If your application uses multiple :ref:`firewalls <firewalls-authentication>`, you'll notice that
832831
if you're authenticated in one firewall, you're not automatically authenticated
833832
in another. In other words, the systems don't share a common "context":
834833
each firewall acts like a separate security system.

0 commit comments

Comments
 (0)