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
Next revision Both sides next revision
tutorial:adm:role_change_configuration [2019/10/08 12:09]
hanakp [Role criticality/priority]
tutorial:adm:role_change_configuration [2019/10/29 08:22]
kopro fix the wrong documentation
Line 5: Line 5:
 **Enabling or disabling approval rounds** of standard approval workflow (as well as the definitions of role names for the individual approving rounds) can be configured in the configurational file //application.properties// or by an explicit entry in the tab **Settings -> Configuration**: **Enabling or disabling approval rounds** of standard approval workflow (as well as the definitions of role names for the individual approving rounds) can be configured in the configurational file //application.properties// or by an explicit entry in the tab **Settings -> Configuration**:
  
-  * **idm.sec.core.wf.approval.helpdesk.enabled** – true/false, enabling or disabling of approval by helpdesk (role), +  * **idm.sec.core.wf.approval.helpdesk.enabled** – true/false, enabling or disabling of approval by helpdesk (approvers is defined by role), 
-  * **idm.sec.core.wf.approval.manager.enabled** – true/false, enabling or disabling of approval by manager (role), +  * **idm.sec.core.wf.approval.manager.enabled** – true/false, enabling or disabling of approval by manager (supervisor, guarantee of user), 
-  * **idm.sec.core.wf.approval.usermanager.enabled** – true/false, enabling or disabling of approval by user's manager, +  * **idm.sec.core.wf.approval.usermanager.enabled** – true/false, enabling or disabling of approval by user's manager department (approvers is defined by role)
-  * **idm.sec.core.wf.approval.security.enabled** – true/false, enabling or disabling of approval by security.+  * **idm.sec.core.wf.approval.security.enabled** – true/false, enabling or disabling of approval by security department (approvers is defined by role).
  
 {{ :devel:adm:configurable_items_approving.png?600 | Configuring roles approval}} {{ :devel:adm:configurable_items_approving.png?600 | Configuring roles approval}}
Line 14: Line 14:
 **Who approves** the role change request in each round is configured by following properties: **Who approves** the role change request in each round is configured by following properties:
   * **idm.sec.core.wf.approval.helpdesk.role**   * **idm.sec.core.wf.approval.helpdesk.role**
-  * **idm.sec.core.wf.approval.manager.role** +  * **idm.sec.core.wf.approval.usermanager.role** 
   * **idm.sec.core.wf.approval.security.role**   * **idm.sec.core.wf.approval.security.role**
  
Line 27: Line 27:
 **Defaults:** **Defaults:**
  
-idm.sec.core.wf.role.approval.3=approve-role-by-guarantee-security +idm.sec.core.wf.role.approval.3=approve-role-by-guarantee-security 
- +idm.sec.core.wf.role.approval.2=approve-role-by-guarantee 
-idm.sec.core.wf.role.approval.2=approve-role-by-guarantee +idm.sec.core.wf.role.approval.1=approve-role-by-manager
- +
-idm.sec.core.wf.role.approval.1=approve-role-by-manager+
  • by apeterova