@@ -1415,11 +1415,10 @@ parts are when you have custom requirements: like a custom authentication
14151415strategy (e.g. API tokens), complex authorization logic and many other things
14161416(because security is complex!).
14171417
1418- Fortunately, there are a lot of :doc: `Security Cookbook Articles </security/index >`
1419- aimed at describing many of these situations. Also, see the
1420- :doc: `Security Reference Section </reference/configuration/security >`. Many
1421- of the options don't have specific details, but seeing the full possible
1422- configuration tree may be useful.
1418+ Fortunately, there are a lot of Security Cookbook Articles aimed at describing
1419+ many of these situations. Also, see the :doc: `Security Reference Section
1420+ </reference/configuration/security>`. Many of the options don't have specific
1421+ details, but seeing the full possible configuration tree may be useful.
14231422
14241423Good luck!
14251424
@@ -1433,9 +1432,7 @@ Authentication (Identifying/Logging in the User)
14331432 :maxdepth: 1
14341433
14351434 security/form_login_setup
1436- security/ldap
14371435 security/entity_provider
1438- security/guard-authentication
14391436 security/remember_me
14401437 security/impersonating_user
14411438 security/form_login
@@ -1448,10 +1445,8 @@ Authentication (Identifying/Logging in the User)
14481445 security/csrf_in_login_form
14491446 security/named_encoders
14501447 security/multiple_user_providers
1451- security/multiple_guard_authenticators
14521448 security/firewall_restriction
14531449 security/host_restriction
1454- security/user_checkers
14551450
14561451Authorization (Denying Access)
14571452~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
0 commit comments