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
3 changes: 1 addition & 2 deletions reference/configuration/security.rst
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,6 @@ application:
.. code-block:: yaml

# app/config/security.yml

security:
# ...
firewalls:
Expand Down Expand Up @@ -646,7 +645,7 @@ To use HTTP-Digest authentication you need to provide a realm and a secret:

<config>
<firewall name="somename">
<http-digest secret="%secret%" realm="secure-api" />
<http-digest secret="%secret%" realm="secure-api"/>
</firewall>
</config>
</srv:container>
Expand Down