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
Previous revision
tutorial:adm:module_recertification [2023/06/26 12:11]
kopro update with force recertification
tutorial:adm:module_recertification [2023/06/28 11:01] (current)
cabelkal [Configuration]
Line 63: Line 63:
  
 Configurable task is standard long running task, configuration is set in task planner. Task search for recertifications with due date near end and send notification. Configurable task is standard long running task, configuration is set in task planner. Task search for recertifications with due date near end and send notification.
 +
 +
 +
 +**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 - Topic for notification, default value is: **rec:recertificationDueDateWarning**  (notification with url), second one is **rec:recertificationDueDateWarningSubordinates**  (information about recertification approvers etc.).
 +  * Merge notification for one identity - information about all recertifications are sorted by identity (recipient), each identity get one notification with list of all recertifications where it is recipient.
 +
 +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.
 +
  
 ===== Hard (force) recertification ===== ===== Hard (force) recertification =====
Line 79: Line 94:
  
 {{  .:1_042.png?nolink&1057x564  }} {{  .:1_042.png?nolink&1057x564  }}
- 
-==== 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 - Topic for notification, default value is: **rec:recertificationDueDateWarning**  (notification with url), second one is **rec:recertificationDueDateWarningSubordinates**  (information about recertification approvers etc.). 
-  * Merge notification for one identity - information about all recertifications are sorted by identity (recipient), each identity get one notification with list of all recertifications where it is recipient. 
- 
-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 kopro