File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ to understand a bug a user sees that you can't reproduce).
1313 User impersonation is not compatible with
1414 :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
1919This can be easily done by activating the ``switch_user `` firewall listener:
Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ authenticated when reaching your application.
1414.. caution ::
1515
1616 :doc: `User impersonation </cookbook/security/impersonating_user >` is not
17- compatible with pre Authenticated firewalls. The reason is that
17+ compatible with pre-authenticated firewalls. The reason is that
1818 impersonation requires the authentication state to be maintained server-side
19- but pre Authenticated information (``SSL_CLIENT_S_DN_Email ``, ``REMOTE_USER ``
19+ but pre-authenticated information (``SSL_CLIENT_S_DN_Email ``, ``REMOTE_USER ``
2020 or other) is sent in each request.
2121
2222X.509 Client Certificate Authentication
You can’t perform that action at this time.
0 commit comments