Hello friends!
I'm trying to migrate from SCIM API version 1 to SCIM API version 2. I did all the changes but when I run the job from my source system (SuccessFactors) to Identity Authentication. When I do it I always get this error:
-----
error=org.apache.camel.http.common.HttpOperationFailedException: HTTP operation failed invoking https://kjskfhkaa.accounts.ondemand.com/scim/Users with statusCode: 400, Response: {
"status" : "400",
"scimType" : "invalidValue",
"schemas" : [ "urn:ietf:params:scim:api:messages:2.0:Error" ],
"detail" : "Unknown value 'Sistemas (NA61)' for attribute 'urn:ietf:params:scim:schemas:extension:enterprise:2.0:User:department'"
},
-------
I looked in some KBAs about this error and here says that I need to put the new Department "NA61" Sistemas , in the Master Data. I did it but it still not working.
Anyone knows what is happening?
