Hello Lionel,

the attributes to pull are those specified in the resource mapping with purpose BOTH or PULL.

If you need to manage others attribute not present in the mapping you can add a PullActions [1] that implements moreAttrsToGet which returns the set of attributes that you want to use.

Best regards,

Samuel

[1] https://github.com/apache/syncope/blob/syncope-3.0.5/core/provisioning-api/src/main/java/org/apache/syncope/core/provisioning/api/pushpull/PullActions.java#L58

Il 19/12/23 17:05, Lionel SCHWARZ ha scritto:
Dear all,

I'm looking a way to explicitely specify attributes to get from the external 
identity store when doing a PULL task.
https://syncope.apache.org/docs/reference-guide.html#tasks-pull does not help 
and I can't find in the code where attributeToGet are set in ConnID 
OperationOptions.
Is it possible then?

Regards,
Lionel

Reply via email to