wiki/content/20201116143740-priority.md

22 lines
424 B
Markdown
Raw Normal View History

2024-05-06 20:40:05 +00:00
---
2024-10-30 17:34:11 +00:00
date: 2020-11-16
2024-05-06 20:40:05 +00:00
id: 0b562dfe-07a5-4937-98eb-f269883d2b9e
title: 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
``` yaml
# config/packages/security.yaml
security:
access_decision_manager:
strategy: priority
# ...
```