[jira] [Updated] (SYNCOPE-1806) Overlapping dynamic realms don't get updated

2024-02-21 Thread Jira


 [ 
https://issues.apache.org/jira/browse/SYNCOPE-1806?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Francesco Chicchiriccò updated SYNCOPE-1806:

Affects Version/s: 2.1.13
   (was: 2.1.14)

> Overlapping dynamic realms don't get updated
> 
>
> Key: SYNCOPE-1806
> URL: https://issues.apache.org/jira/browse/SYNCOPE-1806
> Project: Syncope
>  Issue Type: Bug
>  Components: core
>Affects Versions: 2.1.13, 3.0.6
>Reporter: federico brignola
>Priority: Minor
> Attachments: docker-compose.yml
>
>
> When two or more dynamic realms have overlapping conditions, Users, Groups 
> and AnyObjects are not added to all the matching realms but only to the first 
> one. 
>  
> Steps to reproduce:
>  # run the following docker-compose environment
>  # create a user "user1" with email "us...@example.com"
>  # create a dynamic realm "dynr1" with condition "USER Dynamic Condition 
> [ATTRIBUTE email NOT NULL]"
>  # create another dynamic realm "dynr2" with the same condition of "dynr1"
>  # // Check that both dynamic realms contain the user "user1"
>  # create a new user "user2" with email "us...@example.com"
>  # // Check that only the realm "dynr1" contains the user "user2" while the 
> other doesn't



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


[jira] [Updated] (SYNCOPE-1806) Overlapping dynamic realms don't get updated

2024-02-21 Thread Jira


 [ 
https://issues.apache.org/jira/browse/SYNCOPE-1806?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Francesco Chicchiriccò updated SYNCOPE-1806:

Fix Version/s: 3.0.7
   4.0.0

> Overlapping dynamic realms don't get updated
> 
>
> Key: SYNCOPE-1806
> URL: https://issues.apache.org/jira/browse/SYNCOPE-1806
> Project: Syncope
>  Issue Type: Bug
>  Components: core
>Affects Versions: 2.1.13, 3.0.6
>Reporter: federico brignola
>Priority: Minor
> Fix For: 3.0.7, 4.0.0
>
> Attachments: docker-compose.yml
>
>
> When two or more dynamic realms have overlapping conditions, Users, Groups 
> and AnyObjects are not added to all the matching realms but only to the first 
> one. 
>  
> Steps to reproduce:
>  # run the following docker-compose environment
>  # create a user "user1" with email "us...@example.com"
>  # create a dynamic realm "dynr1" with condition "USER Dynamic Condition 
> [ATTRIBUTE email NOT NULL]"
>  # create another dynamic realm "dynr2" with the same condition of "dynr1"
>  # // Check that both dynamic realms contain the user "user1"
>  # create a new user "user2" with email "us...@example.com"
>  # // Check that only the realm "dynr1" contains the user "user2" while the 
> other doesn't



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