Closed christinedraper closed 9 months ago
With scimgateway 4.4.5, the following Okta request fails with a 500:
PATCH {{basePath}}/Groups/org-cd1:viewer Content-Type: application/json Authorization: {{authz}} { "Operations":[{"op":"replace","value":{"id":"org-cd1:admin","displayName":"org-cd1:admin"}}] }
It does this when you first push a push group, before it patches the members array.
It's failing on the if (typeof value === 'object') in convertedScim20
if (typeof value === 'object')
convertedScim20
nvm this was an issue in our plugin
With scimgateway 4.4.5, the following Okta request fails with a 500:
It does this when you first push a push group, before it patches the members array.
It's failing on the
if (typeof value === 'object')
inconvertedScim20