scim: Add support for Groups.

This commit is contained in:
Mateusz Mandera
2025-04-12 02:56:02 +08:00
committed by Tim Abbott
parent a0b8e916c5
commit 254b0ff477
6 changed files with 1107 additions and 26 deletions

View File

@@ -869,10 +869,6 @@ urls += [
r"^scim/v2/Groups/.search$",
scim_views.SCIMView.as_view(implemented=False),
),
re_path(
r"^scim/v2/Groups(?:/(?P<uuid>[^/]+))?$",
scim_views.SCIMView.as_view(implemented=False),
),
re_path(r"^scim/v2/Me$", scim_views.SCIMView.as_view(implemented=False)),
re_path(
r"^scim/v2/ServiceProviderConfig$",