@@ -73,8 +73,8 @@ in the x509 firewall configuration respectively.
73
73
An authentication provider will only inform the user provider of the username
74
74
that made the request. You will need to create (or use) a "user provider" that
75
75
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
78
78
provider, see:
79
79
80
80
* :doc: `/cookbook/security/custom_provider `
@@ -86,11 +86,11 @@ REMOTE_USER based Authentication
86
86
.. versionadded :: 2.6
87
87
REMOTE_USER pre authenticated firewall was introduced in Symfony 2.6.
88
88
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
91
91
the application since the authentication happened before the request reached it.
92
92
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
94
94
corresponding firewall in your security configuration:
95
95
96
96
.. configuration-block ::
@@ -140,4 +140,5 @@ key in the ``remote_user`` firewall configuration.
140
140
.. note ::
141
141
142
142
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