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 d987792 commit 5b07491Copy full SHA for 5b07491
security/access_control.rst
@@ -157,7 +157,9 @@ options:
157
* ``roles`` If the user does not have the given role, then access is denied
158
(internally, an :class:`Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException`
159
is thrown). If this value is an array of multiple roles, the user must have
160
- at least one of them.
+ at least one of them (when using the default ``affirmative`` strategy in the
161
+ :ref:`Access Decision Manager <components-security-access-decision-manager>`)
162
+ or all of them when using the ``unanimous`` strategy;
163
164
* ``allow_if`` If the expression returns false, then access is denied;
165
0 commit comments