I have a SCIM enabled application which I want to test against Okta.
I have configured the app inside Okta and assigned users to it. When I assign the I am getting below error in the app itself:
An error occurred while provisioning SCIM 2.0 Test App (Basic Auth) → Automatic provisioning of user to app SCIM 2.0 Test App (Basic Auth) failed: org.codehaus.jackson.node.TextNode cannot be cast to org.codehaus.jackson.node.ArrayNode.
But if I check logs in System Logs from Okta there I can see success message.
Also I have checked my backend, there as well user is created successfully.
I am not sure why in the app only it is showing me this error