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).
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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments