We are attempting to connect One Identity to Snowflake via the standard SCIM connector. Everything is working fine except when we try to assign a User to a Group. This results in a frozen job for the Ad-Hok provisioning.
Snowflake does not have a ServiceProvicerConfig endpoint, so when One Identity does the assignment, it uses its default “PUT” to send all group-assignments for the User instead of "PATCH". Snowflake only supports a PATCH with additions/removals.
How can we get the One Identity SCIM connector to use a PATCH to do group-assignments instead of a PUT... WHEN NO ServiceProvicerConfig IS AVAILABLE?
My hope is that there is a flag that we can add to DPRRootObjConnectionInfo to specify PATCH=True.
We opened a sev-2 case with Support, but they told us that they can not assist with this type of issues.
Has anyone run into this issue?