fbordina / pwm

Automatically exported from code.google.com/p/pwm
0 stars 0 forks source link

Implement Event-based Hooks or Plugins #690

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
This is an enhancement request.

I would like to be able to create hooks based on events (such as 
AuditEvent.CHANGE_PASSWORD) to perform custom operations. These hooks could 
take the form of either plugin Java code or calling external scripts.

As an example, we would like to be able to synchronise changed passwords with 
our Google Apps infrastructure as soon as they are changed by this utility. We 
currently have a script to do this, but it could easily be coded in Java if 
this was perceived as safer. All we need is a way to trigger this to run when a 
user changes their password.

Thanks.

Original issue reported on code.google.com by choly...@redlands.qld.edu.au on 8 May 2015 at 2:07

GoogleCodeExporter commented 8 years ago
This feature already exists but uses a call to a rest web service.  You will 
need to implement your script as a web service.

Original comment by jrivard on 8 May 2015 at 2:57