@@ -2686,18 +2686,11 @@ Frequently Asked Questions
2686
2686
--------------------------
2687
2687
2688
2688
**Can I have Multiple Firewalls? **
2689
- Yes! But it's usually not necessary. Each firewall is like a separate security
2690
- system, being authenticated in one firewall doesn't make you authenticated in
2691
- another one. One firewall can have multiple diverse ways of allowing
2692
- authentication (e.g. form login, API key authentication and LDAP).
2693
-
2694
- **Can I Share Authentication Between Firewalls? **
2695
- Yes, but only with some configuration. If you're using multiple firewalls and
2696
- you authenticate against one firewall, you will *not * be authenticated against
2697
- any other firewalls automatically. Different firewalls are like different security
2698
- systems. To do this you have to explicitly specify the same
2699
- :ref: `reference-security-firewall-context ` for different firewalls. However,
2700
- one main firewall is usually sufficient for the needs of most applications.
2689
+ Yes! However, each firewall is like a separate security system: being authenticated
2690
+ in one firewall doesn't make you authenticated in another one. Each firewall can have
2691
+ multiple ways of allowing authentication (e.g. form login, and API key authentication).
2692
+ If you want to share authentication between firewalls, you have to explicitly
2693
+ specify the same :ref: `reference-security-firewall-context ` for different firewalls.
2701
2694
2702
2695
**Security doesn't seem to work on my Error Pages **
2703
2696
As routing is done *before * security, 404 error pages are not covered by
0 commit comments