Skip to content

Commit ce6f7db

Browse files
[Security] Removing "Most applications will only need one firewall"
Follow-up of symfony#17864, so to say
1 parent 6cf5c14 commit ce6f7db

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)