diff --git a/backend/src/ee/services/scim/scim-service.ts b/backend/src/ee/services/scim/scim-service.ts index e3a6d5e7e..4c5ee04a3 100644 --- a/backend/src/ee/services/scim/scim-service.ts +++ b/backend/src/ee/services/scim/scim-service.ts @@ -130,7 +130,7 @@ export const scimServiceFactory = ({ scope: OrganizationActionScope.ParentOrganization, actor, actorId, - orgId: actorOrgId, + orgId, actorAuthMethod, actorOrgId }); @@ -172,7 +172,7 @@ export const scimServiceFactory = ({ scope: OrganizationActionScope.ParentOrganization, actor, actorId, - orgId: actorOrgId, + orgId, actorAuthMethod, actorOrgId });