We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 767290f commit 1b55e0fCopy full SHA for 1b55e0f
reference/configuration/security.rst
@@ -283,7 +283,6 @@ Each part will be explained in the next section.
283
provider: ~
284
parameter: _switch_user
285
role: ROLE_ALLOWED_TO_SWITCH
286
- stateless: false
287
288
access_control:
289
requires_channel: ~
security/impersonating_user.rst
@@ -66,11 +66,6 @@ firewall listener:
66
),
67
));
68
69
-.. tip::
70
-
71
- For using the ``switch_user`` listener in a ``stateless`` firewall, set the
72
- ``switch_user.stateless`` option to ``true``.
73
74
To switch to another user, just add a query string with the ``_switch_user``
75
parameter and the username as the value to the current URL:
76
0 commit comments