Skip to content

[Security] Merging two paragraphs #17864

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 6, 2023
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
18 changes: 6 additions & 12 deletions security.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2661,18 +2661,12 @@ Frequently Asked Questions
--------------------------

**Can I have Multiple Firewalls?**
Yes! But it's usually not necessary. Each firewall is like a separate security
system, being authenticated in one firewall doesn't make you authenticated in
another one. One firewall can have multiple diverse ways of allowing
authentication (e.g. form login, API key authentication and LDAP).

**Can I Share Authentication Between Firewalls?**
Yes, but only with some configuration. If you're using multiple firewalls and
you authenticate against one firewall, you will *not* be authenticated against
any other firewalls automatically. Different firewalls are like different security
systems. To do this you have to explicitly specify the same
:ref:`reference-security-firewall-context` for different firewalls. However,
one main firewall is usually sufficient for the needs of most applications.
Yes! Each firewall is like a separate security system, being authenticated in one
firewall doesn't make you authenticated in another one. Each firewall can have
multiple ways of allowing authentication (e.g. form login, and API key authentication).
If you want to share authentication between firewalls,
you have to explicitly specify the same
:ref:`reference-security-firewall-context` for different firewalls.

**Security doesn't seem to work on my Error Pages**
As routing is done *before* security, 404 error pages are not covered by
Expand Down