Hi,
I have configured the federation and auto user provisioning between Azure AD and Oracle IDCS.
User creation, modification data is flowing from Azure AD to Oracle IDCS but deletion is not flowing.
It is failing with below reason:
["urn:ietf:params:scim:api:messages:2.0:Error","urn:ietf:params:scim:api:oracle:idcs:extension:messages:Error"],"detail":"An invalid data type was provided for the attribute : active. The expected data type is 'boolean'. The provided data type is [ string,dateTime,binary,reference ].","status":"400","urn:ietf:params:scim:api:oracle:idcs:extension:messages:Error":{"messageId":"error.common.validation.invalidAttributeType"}}. This operation was retried 0 times. It will be retried again after this date: 2020-05-09T11:37:06.2324767Z UTC
I checked the attribute mapping, for attribute 'active', datatype is already boolean.
Please suggest if it is working for someone.
Thanks.