To make a long story short, I put a screen shot about what I mean.
Despite the graphic, also the resource RestResource was correctly
propagated, but we didn't probably handle anything that could have made
understand to Syncope that the result was positive, therefore any other
UPDATE/DELETE event won't be considered.
How could we correct this?
Thanks
On 04.04.17 11:15, Tech wrote:
Hello,
I'm not talking about the user status, but the resource status.
When you provision a resource and you open the user profile, you will
see "Resource1....(v)"
In the case there is a problem the resource will appear as
"Resource1.... (x)".
I want to understand what is the information to turn the X into V
On 04.04.17 10:05, Marco Di Sabatino Di Diodoro wrote:
Hi
Il 04/04/2017 09:49, Tech ha scritto:
Dear experts,
we are working with Rest and provisioning accounts to a Ws.
We are able to correctly create remotely the resource, but we are
not able to mark into the system that the propagation correctly
occurred (from the Admin Console we still see the resource marked
with (x) instead of (v), that means that the update events will be
discarded).
What is the information that we should provide to Syncope to make it
understand the real status of the propagation?
What do you mean for status? User status or if the user is properly
propagated on the resource?
To check the user status from an user, you must return __ENABLE__
attribute, if you can not retrieve the user from the resource, you
have an error in your mapping or in the configuration of your connector.
Check if the accountId attribute in the resource mapping match the
key in your resource.
Regards
M
Thanks