File tree Expand file tree Collapse file tree 1 file changed +31
-29
lines changed Expand file tree Collapse file tree 1 file changed +31
-29
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,9 @@ Configuration
35
35
36
36
**Advanced Options **:
37
37
38
+ Some of these options define tens of sub-options and they are explained in
39
+ separate articles:
40
+
38
41
* `access_control `_
39
42
* `acl `_
40
43
* `encoders `_
@@ -354,34 +357,33 @@ depend on the authentication mechanism, which can be any of these:
354
357
.. code-block :: yaml
355
358
356
359
# app/config/security.yml
357
-
358
- security :
359
- # ...
360
- firewalls :
361
- main :
362
- # ...
363
- x509 :
364
- # ...
365
- remote_user :
366
- # ...
367
- simple_preauth :
368
- # ...
369
- guard :
370
- # ...
371
- form_login :
372
- # ...
373
- form_login_ldap :
374
- # ...
375
- json_login :
376
- # ...
377
- simple_form :
378
- # ...
379
- http_basic :
380
- # ...
381
- http_basic_ldap :
382
- # ...
383
- http_digest :
384
- # ...
360
+ security :
361
+ # ...
362
+ firewalls :
363
+ main :
364
+ # ...
365
+ x509 :
366
+ # ...
367
+ remote_user :
368
+ # ...
369
+ simple_preauth :
370
+ # ...
371
+ guard :
372
+ # ...
373
+ form_login :
374
+ # ...
375
+ form_login_ldap :
376
+ # ...
377
+ json_login :
378
+ # ...
379
+ simple_form :
380
+ # ...
381
+ http_basic :
382
+ # ...
383
+ http_basic_ldap :
384
+ # ...
385
+ http_digest :
386
+ # ...
385
387
386
388
.. _reference-security-firewall-form-login :
387
389
@@ -774,4 +776,4 @@ role inheritance rules by creating a role hierarchy, as explained in
774
776
.. _`Symfony ACL Bundle` : https://github.com/symfony/acl-bundle
775
777
.. _`Argon2 key derivation function` : https://en.wikipedia.org/wiki/Argon2
776
778
.. _`bcrypt password hashing function` : https://en.wikipedia.org/wiki/Bcrypt
777
- .. _`password salt` : https://en.wikipedia.org/wiki/Salt_(cryptography)
779
+ .. _`cryptographic salt` : https://en.wikipedia.org/wiki/Salt_(cryptography)
You can’t perform that action at this time.
0 commit comments