core: add limit of 20 to group recursion

closes #3116

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2022-06-19 21:24:57 +02:00
parent 29d3db5112
commit 0d96e68c1e
4 changed files with 35 additions and 13 deletions

View File

@ -9,6 +9,11 @@ slug: "2022.7"
Instead, create an OAuth Source with the certificate configured as JWKS Data, and enable the source in the provider.
- Maximum Limit of group recursion
In earlier versions, cyclic group relations can lead to a deadlock when one of groups in the relationship are bound to an application/flow/etc.
This is now limited to 20 levels of recursion.
## New features
- User paths

View File

@ -8,6 +8,8 @@ Groups can be children of another group. Members of children groups are effectiv
When you bind a group to an application or flow, any members of any child group of the selected group will have access.
Recursion is limited to 20 levels to prevent deadlocks.
## Attributes
Attributes of groups are recursively merged, for all groups the user is a _direct_ member of.