Commit b5354e5 1 parent f4249f3 commit b5354e5 Copy full SHA for b5354e5
File tree 2 files changed +3
-3
lines changed
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).
13
13
User impersonation is not compatible with
14
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
19
This 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.
14
14
.. caution ::
15
15
16
16
: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
18
18
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 ``
20
20
or other) is sent in each request.
21
21
22
22
X.509 Client Certificate Authentication
You can’t perform that action at this time.
0 commit comments