You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: blueprints/schema.json
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -8180,6 +8180,11 @@
8180
8180
"type": "boolean",
8181
8181
"title": "Lookup groups from user",
8182
8182
"description": "Lookup group membership based on a user attribute instead of a group attribute. This allows nested group resolution on systems like FreeIPA and Active Directory"
8183
+
},
8184
+
"delete_not_found_objects": {
8185
+
"type": "boolean",
8186
+
"title": "Delete not found objects",
8187
+
"description": "Deletes authentik users and groups which were previously supplied by this source, but are now missing from it."
0 commit comments