Fabio Martelli created SYNCOPE-1814:
---------------------------------------
Summary: Cannot specify notification/audit user events working fine
Key: SYNCOPE-1814
URL: https://issues.apache.org/jira/browse/SYNCOPE-1814
Project: Syncope
Issue Type: Improvement
Components: console
Affects Versions: 2.1.14
Reporter: Fabio Martelli
Fix For: 2.1.15
If you want to specify a notification event on a propagation task you cannot
give a configuration working fine because entity could be specified just in
lowercase but matched in uppercase by the core (by using AnyTypeKind object).
For instance, the following is what the core tries to match in order to verify
the notification availability
[PropagationTask]:[USER]:[AD]:[create]:[FAILURE]
But the rule that you can specify via console is just the following (note user
in lowercase instead of uppercase)
[PropagationTask]:[user]:[AD]:[create]:[FAILURE]
--
This message was sent by Atlassian Jira
(v8.20.10#820010)