diff --git a/backend/src/lib/knex/scim.ts b/backend/src/lib/knex/scim.ts index 0caf8c491..64f7fc2f6 100644 --- a/backend/src/lib/knex/scim.ts +++ b/backend/src/lib/knex/scim.ts @@ -14,7 +14,7 @@ const processDynamicQuery = ( getAttributeField: (attr: string) => string | null, depth = 0 ) => { - if (depth > 10) return; + if (depth > 20) return; const stack = [ {