mirror of
https://github.com/goauthentik/authentik.git
synced 2026-06-18 03:19:51 +03:00
6ca26b501b
* providers/scim: modify user- and group syncing behavior rename filtergroup to groupfilters and allow multiple values only sync groups which are in the scimprovider's attribute \"group_filters\" only sync users which are entitled to view the scimprovider's application * Update authentik/providers/scim/api/providers.py Signed-off-by: Immanuel von Neumann <45020096+ImmanuelVonNeumann@users.noreply.github.com> * fix(authentik/scim): update schema.yml and test name * merge migrations Signed-off-by: Jens Langhammer <jens@goauthentik.io> * providers/scim: fix linting * format Signed-off-by: Jens Langhammer <jens@goauthentik.io> * filter eagerly Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: Immanuel von Neumann <45020096+ImmanuelVonNeumann@users.noreply.github.com> Signed-off-by: Jens Langhammer <jens@goauthentik.io> Co-authored-by: Jens Langhammer <jens@goauthentik.io>