cancel
Showing results for 
Search instead for 
Did you mean: 

Mapping custom attribute

andrasw
Explorer
1,884

Hi,

We are doing target mapping in IAS. In the source we have a custom01 field populated with User Principal Name.

We would like to map this field to Custom Attribute 1 of the users. We have tried many different options but no success so far.

Currently we have the following mapping:

"sourcePath": "$.custom01",
"targetPath": $['urn:sap:cloud:scim:schemas:extension:custom:2.0:User']['attributes']['?(@.name=='customAttribute1')']['value']

But we got the following error:

error=com.sap.security.iag.provisioning.mapping.exceptions.InvalidTransformationException: Invalid target path '$['urn:sap:cloud:scim:schemas:extension:custom:2.0:User']['attributes']['?(@.name=='customAttribute1')']['value']' : Property must be separated by comma or Property must be terminated close square bracket at index 83

Any suggestion? How could we select customAttribute1 in the mapping?

View Entire Topic
dcornelsen
Participant
0 Kudos

fjjvazquezssff did you find a solution for your source and target config for custom attributes? I am strugling with the same