Skip to content

Commit b5354e5

Browse files
committed
fix pre Authenticated -> pre-authenticated
1 parent f4249f3 commit b5354e5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cookbook/security/impersonating_user.rst

+1-1
Original file line numberDiff line numberDiff 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

1919
This can be easily done by activating the ``switch_user`` firewall listener:

cookbook/security/pre_authenticated.rst

+2-2
Original file line numberDiff line numberDiff 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

2222
X.509 Client Certificate Authentication

0 commit comments

Comments
 (0)