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
devel:documentation:roles:adm:role_assignment [2019/07/26 13:44]
svandav [System state]
devel:documentation:roles:adm:role_assignment [2020/02/17 20:27] (current)
husniko [Role deletion]
Line 108: Line 108:
 {{ :devel:documentation:roles:adm:request-inprogress.png?800 |}} {{ :devel:documentation:roles:adm:request-inprogress.png?800 |}}
  
-**Second** situation when could be request in running state is if role assign **the virtula system**.+**Second** situation when could be request in running state is if role assign **the virtual system**.
  
 If the request assign or changes an account on the virtual system, then the virtual system creates a request by default, pending implementation by the appropriate implementer. Our request to change roles will be in a running state until all possible requests on virtual systems are resolved. The purpose of this wait is to ensure that the final notification of the completion of the request is sent after the real implementation of the requirements on the systems representing the virtual systems. If the request assign or changes an account on the virtual system, then the virtual system creates a request by default, pending implementation by the appropriate implementer. Our request to change roles will be in a running state until all possible requests on virtual systems are resolved. The purpose of this wait is to ensure that the final notification of the completion of the request is sent after the real implementation of the requirements on the systems representing the virtual systems.
Line 116: Line 116:
 {{ :devel:documentation:roles:adm:request-inprogress-on-vs.png?800 |}} {{ :devel:documentation:roles:adm:request-inprogress-on-vs.png?800 |}}
  
-If the request contains **pannding virtula system requests**, the 'status on the systems' will be set to executed only if all virtula system requests will be **resolved**. This means that they will either be successfully approved or will be rejected by implementer. If the virtual system request is rejected, the status on the request item will be set to **CANCELED**.+If the request contains **pending virtual system requests**, the 'status on the systems' will be set to executed only if all virtual system requests will be **resolved**. This means that they will either be successfully approved or will be rejected by implementer. If the virtual system request is rejected, the status on the request item will be set to **CANCELED**.
  
 {{ :devel:documentation:roles:adm:request-detail-canceled-on-vs.png?800 |}} {{ :devel:documentation:roles:adm:request-detail-canceled-on-vs.png?800 |}}
Line 152: Line 152:
 ==== Not executed state ==== ==== Not executed state ====
 This state is **very similar to the case when the provisioning operation is blocked**. Occures where system is seta to **read only** mode. This state is **very similar to the case when the provisioning operation is blocked**. Occures where system is seta to **read only** mode.
 +
 +===== Role deletion =====
 +Role is allowed to be deleted only if it is not assigned to any identity. This requirement is checked during prevalidation process and user is informed about this. Another provided information pertains to the number of role request concepts from which a reference to the deleted role needs to be removed. This additional information is for user useful because deletion of even single role which was previously assigned to many (assume hundreds) identities may take long time. This warning is currently displayed if number of request concepts to modify exceeds 100 items. Images below are only for illustration and don't take this into account.
 +
 +
 +{{ :devel:documentation:roles:adm:delete_role_prevalidation.png?400 |}}
 +
 +Results of actions connected with the process of role removal are still possible to see in **Audit** tab. We can see here that role deletion was accompanied with role removal from 4 role request concepts.
 + 
 +{{ :devel:documentation:roles:adm:delete_role_audit_summary.png?1000 |}}
 +
 +
 ===== Link to request ===== ===== Link to request =====
  
Line 164: Line 176:
  
 ===== Notification ===== ===== Notification =====
 +**These notifications are sent when the application is fully completed.**
 +
 +<note>Notifications are controlled by same rules (**configuration properties**) as notifications sending after end of approval process ([[tutorial:adm:role_change_notification_configuration|read more]]).</note>
 +
 +<note important>Completion is considered a state where the request has the request set "**Status in IdM**" to "**EXECUTED**" and the "**Status on systems**" is "**EXECUTED**" or **empty** (the status can be empty if the request does not change any role that would assigned a system).</note>
 +
 +**Two notifications** are sent, one to the author of the request and the other to whom the request changes permissions. The notification contains a list of all directly changed roles (ie does not include business roles). Roles are displayed in three tables according to the type of operation they performed with the role (assignment, modification, deletion).
 +
 +The notification also contains a column "**Problems on systems**". This column is filled only if there is a **problem** on the system that assigns the role. Typically, this column may contain a value of "**Canceled**" to indicate that the **provisioning operation** has been canceled or the request has been **rejected on the virtual system**.
 +
 +
 +<note tip>The notification includes a ** link ** to the detail of the relevant IdM role change request.</note> 
 +
 +{{ :devel:documentation:roles:adm:request-system-state-notification.png |}}
 +
 +**Name of email templates**:
 +  * ``changeIdentityRoleImplementer``
 +  * ``changeIdentityRole``
 +
 +<note>The same templates (but different topics) are used and sent when the approval process is successfully completed. They contain the same data, the difference is only at the moment of submission (immediately after approval in IdM) and in the column "Problems on systems" is not filled.</note>
 +
 +<note warning>**Beware**, these templates have been redesigned in version **9.7.0** and must be **manually updated** in all environments after upgrading to this version.</note>
 +
 +**Name of topics**:
 +  * ``core:roleRequestRealizedApplicant``
 +  * ``core:roleRequestRealizedImplementer``
 +
 +<note warning>**Beware**, these topics are **disabled be default**! If you want to use this notification, you have to **enable these topics first**!</note>
 +
  
-{{ :devel:documentation:roles:adm:notification-without-problem.png?600 |}} 
  
  
  • by svandav