Stéphane POPOFF created SYNCOPE-1944:
----------------------------------------

             Summary: User Membership attributes not feeded with attributes 
group values 
                 Key: SYNCOPE-1944
                 URL: https://issues.apache.org/jira/browse/SYNCOPE-1944
             Project: Syncope
          Issue Type: Bug
          Components: core
    Affects Versions: 4.0.3
            Reporter: Stéphane POPOFF
         Attachments: curlRequestGroups.txt

A group with both plain and derived attribute aren't copy in the user 
membership when this group is assign.

To repoduce this case start with an empty Syncope and feed it with the joined 
curl requests.

At the end the membership attributs looks like:
{code:java}
    "memberships": [
        {
            "groupKey": "019bc165-6d14-7814-8c44-72d10d4edb87",
            "groupName": "appAdmin",
            "plainAttrs": [],
            "derAttrs": [
                {
                    "schema": "login",
                    "values": [
                        "adm-"
                    ]
                }
            ]
        }
    ],
{code}
No plain attributes and only the fixed part of the derived attribute.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to