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
devel:documentation:modules_extras [2019/09/12 10:50]
fiserp [Developing and releasing]
devel:documentation:modules_extras [2019/10/23 07:42]
doischert
Line 39: Line 39:
 ===== Status task ===== ===== Status task =====
 Documentation is available here: [[tutorial:adm:status_task_how_to_set_up|]] Documentation is available here: [[tutorial:adm:status_task_how_to_set_up|]]
 +
 +===== SSO authenticate =====
 +Documentation is available here: [[documentation:security:sso_authentificate|]]
  
 ===== Guarantees of roles can assign their roles to everybody ===== ===== Guarantees of roles can assign their roles to everybody =====
Line 50: Line 53:
  
 Other thing you need to do is to enable service ExtrasIdmConceptRoleRequestService. This service is by default turned off in extras module. Other thing you need to do is to enable service ExtrasIdmConceptRoleRequestService. This service is by default turned off in extras module.
-Go to your project modul and create new service which will inherit from ExtrasIdmConceptRoleRequestService and add annotation Primary and Service+Go to your project modul and create new service which will inherit from ExtrasIdmConceptRoleRequestService and add annotation Primary and Service
 + 
 +Update IdmConceptRoleRequestDto is allowed everybody that will change only audited fields or systemState field (this is for update state of whole request after retry mechanism or approving virtual request).
  
 ===== Report Compare values in IdM with values in system ===== ===== Report Compare values in IdM with values in system =====
 Report will compare value of attributes with connected system. Connected system does not need to be in read only. Report will compare value of attributes with connected system. Connected system does not need to be in read only.
 More information is available here: [[tutorial:adm:report_compare_value_idm_to_system|]] More information is available here: [[tutorial:adm:report_compare_value_idm_to_system|]]
 +
 +===== Notification about the end of identity's last contract =====
 +A notification about the end of identity's last contract will be sent to those who have a specified role assigned and optionally the manager of the user. A different notification can be sent before the contract ends and when it ends. 
 +More information is available here: [[tutorial:adm:notification_-_identity_s_last_contract_is_ending|]]
  • by apeterova