Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
tutorial:adm:module_recertification [2023/06/21 10:23]
cabelkal
tutorial:adm:module_recertification [2023/06/21 10:31]
cabelkal [Notification before recertification ends]
Line 62: Line 62:
  
 Configurable notification is send before notification is about to end. Configurable notification is send before notification is about to end.
 +
 +Configuration
 +
 +  * Number of days before recertification ends -ie. 5
 +  * Script - script for overload recipient search. Without script (default behavior) LRT finds recertification approver. With custom search script different recipients can be found, input is RecRecertificationDto, output is List<IdmIdentityDto>.
 +  * Notification topic -
 +  * Merge notification for one identity -
 +
 +With module, 2 standard script for search recipients are provided:
 +
 +  * recFindIdentitiesWithHelpdeskRole - find all active identities with role.
 +  * recFindRecertificationApproversManagers - find recertification approvers and for every identity finds its manager.
  
  
  • by cabelkal