Hi Community!
I am trying to create users via SCIM over Gluu (with UMA protocol). Everything was working pretty good, but after a few days, we started to have the following response error when we try to create an user over SCIM protocol:
{
"schemas": [
"urn:ietf:params:scim:api:messages:2.0:Error"
],
"status": "500",
"scimType": "",
"detail": "Scim2UserService.createUser(): Failed to create user; GluuCustomPerson is null"
}
I attached my wrapper.log at the exact moment when the errors happens (when i call 'https://<myGluu>/identity/seam/resource/restv1/scim/v2/Users/')
And also i attached my JSON Object that is sent with the message.
Please any additional information that you need, just ask me.