SCIM 2.0 Runscope CRUD Tests: "Cannot modify the givenName attribute because it has a field mapping and profile push is enabled."

We are testing our SCIM server and test application with Runscope and have run into an interesting issue.

On the “Assign user to SCIM App” step, the test app is returning a 403 with this response:

{“errorCode”: “E0000075”,“errorSummary”: “Cannot modify the givenName attribute because it has a field mapping and profile push is enabled.”,“errorLink”: “E0000075”,“errorId”: “oae7TSdiol1SSmdF3lkiZE0nw”,“errorCauses”: }

This of course causes a few of the subsequent assertions to fail.

Any help would be much appreciated!

Hello! I’m not familiar with this error, but is there any chance you are responding to Okta’s user creation POST with a different givenName value than what Okta sends over? Your response should look like following:

https://developer.okta.com/docs/reference/scim/scim-20/#create-the-user

Ack! This turned out to be my fault; I had a debug statement in the create user. Removed it and error did not recur. Thanks!

1 Like

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