Hello,
I’m unable to provision the custom attribute “orgUnit2” and I can read values for existing accounts.
It works for the custom attribute “custom5”. I performed the same configuration by adding the following to the connector attributes:
"customData.orgUnit2": "['urn:ietf:params:scim:schemas:extension:spend:2.0:User'].customData[*][?(@.id=='orgunit2')].value"
"customData.custom5": "['urn:ietf:params:scim:schemas:extension:spend:2.0:User'].customData[*][?(@.id=='custom5')].value"
I’m getting the following error: "Attribute customData does not have a value matching the filter id eq “orgUnit2”. I’m trying to provision values of existing accounts.
Any idea how to solve this ?
Thank you