10000 fixing last issues in pre_authenticated cookbook entry · symfony/symfony-docs@01d18fe · GitHub
[go: up one dir, main page]

Skip to content

Commit 01d18fe

Browse filesBrowse files
author
Maxime Douailin
committed
fixing last issues in pre_authenticated cookbook entry
1 parent 83c40e9 commit 01d18fe

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

cookbook/security/pre_authenticated.rst

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,14 @@ authenticated when reaching your application.
2121
* :doc:`/cookbook/security/entity_provider`
2222
* :doc:`/cookbook/security/custom_provider`
2323

24-
X.509 Client certificate authentication
24+
X.509 Client Certificate Authentication
2525
---------------------------------------
2626

27-
When using client certificate, your webserver is doing all the authentication
28-
process itself. For Apache, on your VirtualHost, you may use the
27+
When using client certificates, your webserver is doing all the authentication
28+
process itself. With Apache, for example, you would use the
2929
``SSLVerifyClient Require`` directive.
3030

31-
On your Symfony2 application security configuration, you can enable the x509
32-
authentication firewall:
31+
Enable the x509 authentication for a particular firewall in the security configuration:
3332

3433
.. configuration-block::
3534

@@ -66,8 +65,8 @@ authentication firewall:
6665
),
6766
));
6867
69-
By default, the firewall will provide the ``SSL_CLIENT_S_DN_Email`` variable to
70-
your user provider, and set the ``SSL_CLIENT_S_DN`` as credentials in the
68+
By default, the firewall provides the ``SSL_CLIENT_S_DN_Email`` variable to
69+
the user provider, and sets the ``SSL_CLIENT_S_DN`` as credentials in the
7170
:class:`Symfony\\Component\\Security\\Core\\Authentication\\Token\\PreAuthenticatedToken`.
72-
You can override these by setting respectively the ``user`` and the ``credentials`` keys
73-
in the x509 firewall configuration.
71+
You can override these by setting the ``user`` and the ``credentials`` keys
72+
in the x509 firewall configuration respectively.

0 commit comments

Comments
 (0)
0