summaryrefslogtreecommitdiffstats
path: root/Core/Tests/SecurityContextTest.php
diff options
context:
space:
mode:
authorFabien Potencier <fabien.potencier@gmail.com>2014-09-23 11:54:13 +0200
committerFabien Potencier <fabien.potencier@gmail.com>2014-09-23 11:54:13 +0200
commitddbd3ca7801b2e1c5028ab8d36b315ed4fb896f1 (patch)
tree597589b10dd8fa962e7d4bf427857009d96db716 /Core/Tests/SecurityContextTest.php
parent18d45ff47273f1bb9a11b917f653621cf6cdad03 (diff)
parent3b2cb19806cfed135a13c8ce7c9a3e52621dffe1 (diff)
downloadsymfony-security-ddbd3ca7801b2e1c5028ab8d36b315ed4fb896f1.zip
symfony-security-ddbd3ca7801b2e1c5028ab8d36b315ed4fb896f1.tar.gz
symfony-security-ddbd3ca7801b2e1c5028ab8d36b315ed4fb896f1.tar.bz2
feature #10698 [Security] Added a REMOTE_USER based listener to security firewalls (Maxime Douailin)
This PR was squashed before being merged into the 2.6-dev branch (closes #10698). Discussion ---------- [Security] Added a REMOTE_USER based listener to security firewalls | Q | A | ------------- | --- | Bug fix? | no | New feature? | yes | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | / | License | MIT | Doc PR | symfony/symfony-docs#3912 TODO - [x] submit changes to the documentation I've seen myself implementing a few times a REMOTE_USER based authentication listener, as a large part of security modules for Apache (Kerberos, CAS, and more) are providing the username via an environment variable. So I thought this could benefit the whole community if directly included in the framework. It is very similar to the X509AuthenticationListener, and basing the RemoteUserAuthenticationListener on the AbstractPreAuthenticatedListener is relevant and very convenient. Using the X509AuthenticationListener could be possible, but it is confusing to use it directly when your authentication is not certificate based. Please let me know if I need to update anything. Regards Commits ------- a2872f2 [Security] Added a REMOTE_USER based listener to security firewalls
Diffstat (limited to 'Core/Tests/SecurityContextTest.php')
0 files changed, 0 insertions, 0 deletions