Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions reference/configuration/security.rst
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ The possible values of this option are:
other session attributes are lost.

access_control
--------------
~~~~~~~~~~~~~~

Defines the security protection of the URLs of your application. It's used for
example to trigger the user authentication when trying to access to the backend
Expand All @@ -166,7 +166,7 @@ and to allow unauthenticated users to the login form page.
This option is explained in detail in :doc:`/security/access_control`.

firewalls
---------
~~~~~~~~~

This is arguably the most important option of the security config file. It
defines the authentication mechanism used for each URL (or URL pattern) of your
Expand Down