Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

[Cookbook][Security] Added doc for x509 pre authenticated listener #3913

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 5 commits into from
Jun 9, 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
Corrected pre_authenticated cookbook entry
  • Loading branch information
Maxime Douailin committed Jun 6, 2014
commit 83c40e9049bf047229562de47dcd20cfc5f79fba
8 changes: 4 additions & 4 deletions 8 cookbook/security/pre_authenticated.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
.. index::
single: Security; Pre authenticated providers

Using pre authenticated security firewalls
Using pre Authenticated Security Firewalls
==========================================

A lot of authentication modules are already provided by some webservers,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think "web servers" is a bit more correct?

including Apache. These modules generally set some environment variables
that can be used to know which user is accessing your application. Out of the
box, Symfony supports most authentication mecanisms.
These are called *pre authenticated* requests because the user is already
that can be used to determine which user is accessing your application. Out of the
box, Symfony supports most authentication mechanisms.
These requests are called *pre authenticated* requests because the user is already
authenticated when reaching your application.

.. note::
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.