Skip to content

Commit be0d866

Browse files
committed
fix missing backtick, rephrased bottom note
1 parent 86ba188 commit be0d866

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

cookbook/security/pre_authenticated.rst

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ in the x509 firewall configuration respectively.
7373
An authentication provider will only inform the user provider of the username
7474
that made the request. You will need to create (or use) a "user provider" that
7575
is referenced by the ``provider`` configuration parameter (``your_user_provider``
76-
in the configuration example). This provider will turn the username into a User
77-
object of your choice. For more information on creating or configuring a user
76+
in the configuration example). This provider will turn the username into a User
77+
object of your choice. For more information on creating or configuring a user
7878
provider, see:
7979

8080
* :doc:`/cookbook/security/custom_provider`
@@ -86,11 +86,11 @@ REMOTE_USER based Authentication
8686
.. versionadded:: 2.6
8787
REMOTE_USER pre authenticated firewall was introduced in Symfony 2.6.
8888

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

93-
To configure Symfony using the ``REMOTE_USER` environment variable, simply enable the
93+
To configure Symfony using the ``REMOTE_USER`` environment variable, simply enable the
9494
corresponding firewall in your security configuration:
9595

9696
.. configuration-block::
@@ -140,4 +140,5 @@ key in the ``remote_user`` firewall configuration.
140140
.. note::
141141

142142
Just like for X509 authentication, you will need to configure a "user provider".
143-
See :ref:`the note about it <cookbook-security-pre-authenticated-user-provider-note>`.
143+
See :ref:`the note previous note <cookbook-security-pre-authenticated-user-provider-note>`
144+
for more information.

0 commit comments

Comments
 (0)