Andrea Patricelli created SYNCOPE-1853: ------------------------------------------
Summary: Deprovision is wrongly fired on group delete Key: SYNCOPE-1853 URL: https://issues.apache.org/jira/browse/SYNCOPE-1853 Project: Syncope Issue Type: Bug Components: core Affects Versions: 3.0.10 Reporter: Andrea Patricelli Fix For: 3.0.11, 4.0.0 Having three groups GA, GB and GC, resource RA and user UA that belongs to all of these groups: # Group {{GA}} creation and resource {{RA}} association # Group {{GB}} creation and resource {{RA}} association # Group {{GC}} creation and resource {{RA}} association # Create a user {{UA}} and configure it as a member of {{{}GA{}}}, {{{}GB{}}}, or {{{}GC{}}}. # Delete Group {{GA}} This results in a deprovision of User UA from resource RA though user is still linked to RA through GB and GC memberships. Deprovision in this case must not be fired.{{{}{}}} -- This message was sent by Atlassian Jira (v8.20.10#820010)