Skip to content

Commit f6209a5

Browse files
committed
minor #6464 Added possible values for access_decision_manager.strategy (AAstakhov)
This PR was merged into the 2.3 branch. Discussion ---------- Added possible values for access_decision_manager.strategy | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.3+ | Fixed tickets | n/a Added a comment with the list of possible values for access_decision_manager.strategy (like for session_fixation_strategy) Commits ------- 73d96d4 Added possible values for access_decision_manager.strategy
2 parents 7b81ce6 + 73d96d4 commit f6209a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

reference/configuration/security.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Each part will be explained in the next section.
2727
always_authenticate_before_granting: false
2828
erase_credentials: true
2929
access_decision_manager:
30+
# strategy can be: affirmative, consensus, unanimous
3031
strategy: affirmative
3132
allow_if_all_abstain: false
3233
allow_if_equal_granted_denied: true

0 commit comments

Comments
 (0)