Hello SMEs,

I am new to Apache Syncope and I'm planning to use it for users and
permissions management for third-party applications.

I am trying to model permissions for these applications as privileges that
are associated with roles assigned to a set to users/groups as described 
here <http://syncope.apache.org/docs/2.1/reference-guide.html#privileges>  .

I want to trigger some custom logic every time that:
a.) A user gets added to/updated with/deleted from a role assignment.
b.) A privilege that is associated with certain role(s) gets updated.

I am able to do (a.) using a custom implementation of LogicActions as
described  here
<http://syncope.apache.org/docs/2.1/reference-guide.html#logicactions>   in
the reference doc. 

I am wondering what is the best way to achieve (b.), i.e. how can I receive
a notification if the privileges for an application are updated such that I
can execute some custom logic?

I read through the  Notification
<http://syncope.apache.org/docs/2.1/reference-guide.html#notifications>  
mechanism that is oriented towards sending emails but could not find an
appropriate entry point. 

I think I'm essentially looking for a LogicActions like hook for third-party
application privileges.

Thanks,
Anmol

--
Sent from: http://syncope-user.1051894.n5.nabble.com/

Reply via email to