diff --git a/components/security/authorization.rst b/components/security/authorization.rst index 7dc0433fd8e..ef1fd250df2 100644 --- a/components/security/authorization.rst +++ b/components/security/authorization.rst @@ -69,6 +69,10 @@ recognizes several strategies: $allowIfAllAbstainDecisions, $allowIfEqualGrantedDeniedDecisions ); + +.. note:: + + You can change the default strategy in the configuration: :ref:`book-security-voters-changing-the-access-decision-strategy` Voters ------ diff --git a/cookbook/security/voters.rst b/cookbook/security/voters.rst index 1db4a93d264..f2692fcc309 100644 --- a/cookbook/security/voters.rst +++ b/cookbook/security/voters.rst @@ -212,3 +212,8 @@ application configuration file with the following code. That's it! Now, when deciding whether or not a user should have access, the new voter will deny access to any user in the list of blacklisted IPs. + +.. note:: + + For a more advanced usage see :ref:`components-security-authorization-access-decision-manager` +