wiki/content/20201116143740-priority.md

424 B

date id title
2020-11-16 0b562dfe-07a5-4937-98eb-f269883d2b9e priority

Description

Grants or denies access depending on the first voter that does not abstain. In this case, the voter priority is essential, because the first non-abstain decision will be the final decision:

Syntax

# config/packages/security.yaml
security:
    access_decision_manager:
        strategy: priority
        # ...