Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
As known, Syncope can be triggered in two different ways:
- via REST (which in turns invokes the Loigc layer - formerly Controller layer)
- via scheduled synchronization (e.g. by creating and running `SyncTask` instances)
While for the latter it is indeed possible to define user / group templates - which serves as default for entities being created or updated - and also SyncActions, the former instead defines AttributableTransformer, which is way less handy.
The idea is to enable for REST invocation a set of features similar to what already provided for synchronization., e.g. to introduce:
- the LogicActions interface
- evaluation of user / group templates during relevant Logic methods call
Such new entities will be linked to realms and thus involved in their inheritance.
Attachments
Issue Links
- is related to
-
SYNCOPE-119 Realm-based authorization
- Closed