fix: correct org permission check in scim service

This commit is contained in:
Scott Wilson
2025-10-20 16:08:36 -07:00
parent aefd1f4b3e
commit 339e00dedf

View File

@@ -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
});