Can Okta process PUT response data?

My SCIM server will validate a custom array property passed in the PUT SCIM request from Okta and will remove improper entries in the array. There will be an error response if the array is empty or becomes empty because of validation but otherwise the OK response to the PUT contains the updated array. I don’t see any Okta action on the response data. Is there a way to have Okta update the user profile array entry on the response? Is this even possible as I cannot find any reference in the Okta documentation regarding the response data. Has anyone dealt with a similar situation and can point me at a document? I would much prefer this to just returning http errors until the user figures out what is wrong in the array.

SCIM support at Okta is strictly outbound provisioning. If you want to move information in, the easiest way will be to build a service that pushes the changes through the Okta admin API.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.