8000 [Security] Added remote_user firewall info and documentation for pre authenticated firewalls by zefrog · Pull Request #3912 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

[Security] Added remote_user firewall info and documentation for pre authenticated firewalls #3912

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 7 commits into from
Oct 10, 2014
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
fixes missing backtick
  • Loading branch information
Maxime Douailin committed Jun 25, 2014
commit b8a0eb2660c073c4742c85f47cfa3109314106af
2 changes: 1 addition & 1 deletion cookbook/security/pre_authenticated.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ REMOTE_USER based Authentication
.. versionadded:: 2.6
REMOTE_USER pre authenticated firewall was introduced in Symfony 2.6.

A lot of authentication modules, like ``auth_kerb` for Apache provide the username
A lot of authentication modules, like ``auth_kerb`` for Apache provide the username
using the ``REMOTE_USER`` environment variable. This variable can be trusted by
the application since the authentication happened before the request reached it.

Expand Down
0