We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 815bb7c commit ecceb77Copy full SHA for ecceb77
reference/configuration/security.rst
@@ -294,7 +294,6 @@ application:
294
.. code-block:: yaml
295
296
# app/config/security.yml
297
-
298
security:
299
# ...
300
firewalls:
@@ -646,7 +645,7 @@ To use HTTP-Digest authentication you need to provide a realm and a secret:
646
645
647
<config>
648
<firewall name="somename">
649
- <http-digest secret="%secret%" realm="secure-api" />
+ <http-digest secret="%secret%" realm="secure-api"/>
650
</firewall>
651
</config>
652
</srv:container>
0 commit comments