File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,13 @@ to understand a bug a user sees that you can't reproduce).
11
11
.. caution ::
12
12
13
13
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
15
15
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 ``,
17
17
``REMOTE_USER `` or other) is sent in each request.
18
18
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:
20
21
21
22
.. configuration-block ::
22
23
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ authenticated when reaching your application.
15
15
16
16
:doc: `User impersonation </cookbook/security/impersonating_user >` is not
17
17
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,
19
19
but pre-authenticated information (``SSL_CLIENT_S_DN_Email ``, ``REMOTE_USER ``
20
20
or other) is sent in each request.
21
21
You can’t perform that action at this time.
0 commit comments