Description
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 "user1@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 "user2@example.com"
- // Check that only the realm "dynr1" contains the user "user2" while the other doesn't
Attachments
Attachments
Issue Links
- links to