Skip to content

Commit dd3f08f

Browse files
committed
[#6673] Minor rewordings
1 parent 1677c90 commit dd3f08f

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

cookbook/security/impersonating_user.rst

+4-3
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,13 @@ to understand a bug a user sees that you can't reproduce).
1111
.. caution::
1212

1313
User impersonation is not compatible with
14-
:doc:`pre Authenticated firewalls</cookbook/security/pre_authenticated>`. The
14+
:doc:`pre authenticated firewalls </cookbook/security/pre_authenticated>`. The
1515
reason is that impersonation requires the authentication state to be maintained
16-
server-side but pre-authenticated information (``SSL_CLIENT_S_DN_Email``,
16+
server-side, but pre-authenticated information (``SSL_CLIENT_S_DN_Email``,
1717
``REMOTE_USER`` or other) is sent in each request.
1818

19-
This can be easily done by activating the ``switch_user`` firewall listener:
19+
Impersonating the user can be easily done by activating the ``switch_user``
20+
firewall listener:
2021

2122
.. configuration-block::
2223

cookbook/security/pre_authenticated.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ authenticated when reaching your application.
1515

1616
:doc:`User impersonation </cookbook/security/impersonating_user>` is not
1717
compatible with pre-authenticated firewalls. The reason is that
18-
impersonation requires the authentication state to be maintained server-side
18+
impersonation requires the authentication state to be maintained server-side,
1919
but pre-authenticated information (``SSL_CLIENT_S_DN_Email``, ``REMOTE_USER``
2020
or other) is sent in each request.
2121

0 commit comments

Comments
 (0)