Francesco Chicchiriccò created SYNCOPE-1608:
-----------------------------------------------
Summary: Allow wildcard group membership search
Key: SYNCOPE-1608
URL: https://issues.apache.org/jira/browse/SYNCOPE-1608
Project: Syncope
Issue Type: Improvement
Components: core, extensions
Reporter: Francesco Chicchiriccò
Assignee: Francesco Chicchiriccò
Fix For: 2.1.9, 3.0.0
User and AnyObject group membership can be queried via FIQL as
{code}
$groups==root
{code}
and will return all users that are members of the {{root}} group.
A nice improvement is to allow expressions as
{code}
$groups==*child
{code}
to return users that are members of any group matching the provided wildcard
expression, e.g.
* {{child}}
* {{mychild}}
* {{otherchild}}
and so on.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)