Hello, While considering the capabilities of Syncope, the question arose as to how several multi-value schemas can be combined into one schema.
Allow me to briefly present the following scenario: Two resources exist, each of which provides multiple email addresses for one user (via a multi-value attribute). These email addresses should be combined into a single schema. One idea was to realise this via a derived schema, but unlike the VirAttrHandler, which returns a list of strings, the DerAttrHandler only returns a single string per schema. Is there a special reason why the DerSchema does not support retrieving multiple values if the expression provides a list? Is there a more obvious solution to achieve the goal using derived attributes? I would be grateful for any advice. Kind regards Nicodemo