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:roles [2019/01/16 12:23]
tomiskar
devel:documentation:roles [2019/02/13 09:24]
kotisovam [Admin guide] chapter moved from devel
Line 1: Line 1:
 <- .:identities | Identities ^ .:start | Documentation ^ .:role_change | Roles change request -> <- .:identities | Identities ^ .:start | Documentation ^ .:role_change | Roles change request ->
  
-{{tag> role incompatible business automatic }}+{{tag> role incompatible business automatic SoD Segregation of Duties }}
  
 ====== Roles ====== ====== Roles ======
Line 43: Line 43:
  
 ===== Incompatible roles ===== ===== Incompatible roles =====
-Segregation of Duties can be defined by incompatible roles. Definition is almost the same as business roles definition above. +**Segregation of Duties** (SoD) can be ensured by incompatible roles. Their setup resembles that of business roles, described above. 
  
 {{ :devel:documentation:incompatible-role-definition.png |}} {{ :devel:documentation:incompatible-role-definition.png |}}
  
-Old generation of CzechIdM had a feature of [[https://blog.bcvsolutions.eu/neslucitelnost-roli/|Role's incompatibility]]. The incompatibility means that you can define restrictions on roles A nad B that will forbid any user or process to assign those to roles together to the same user. In new generation of CezchIdM we have a similar feature nowHoweverdue to our experiences from CzechIdM deployments on projects the incompatibility is "soft"It means that CzechIdM will allow the user to have incompatible roles assigned to the identity, but an administrator/security manager will be notified about this incident. Security also have tools to generate reports with users and their incompatible roles - report is developer in the report module with name ''Identitities - assigned incompatible roles''.+The old generation CzechIdM used to have a feature of [[https://blog.bcvsolutions.eu/neslucitelnost-roli/|Role's incompatibility]]. By incompatibility we mean that you can set restrictions on roles A and B that will stop any user or process from assigning these two roles to the same user at once. In the new generation CzechIdM, we now have a similar feature. The difference ishowever, that our experience of CzechIdM deployments on projects have taught us that users prefer this incompatibility function to work merely as a **soft** mechanismIn other words, CzechIdM will allow user (identity) to have incompatible roles as long as an administrator/security manager is notified about this incident. The security staff also get a new tool to generate a special report, listing all users with incompatible roles - the report is prepared in the reports module named ''Identities-assigned incompatible roles.''
  
-When identity has incompatible roles assigned, then warning with incompatible role definition is shown. The same warning is shown on business role definition (business role contains incompatible sub roles) and when identity requests new roles (for example currently assigned role is incompatible with the new one requested).+When an incompatible role has been assigned to an identitya **warning stating the incompatible role definition** is shown. Likewise, the same warning is shown for business role definition (business role contains incompatible subroles)and when an identity requests new roles (for example, the currently assigned role is incompatible with the newly requested one).
  
  
Line 85: Line 85:
   * [[tutorial:adm:automatic_roles|Creating an automatically assigned role by organization structure]]   * [[tutorial:adm:automatic_roles|Creating an automatically assigned role by organization structure]]
   * [[tutorial:adm:automatic_roles_by_attribute|Creating an automatically assigned role by identity attribute]]   * [[tutorial:adm:automatic_roles_by_attribute|Creating an automatically assigned role by identity attribute]]
 +
 +===== Admin guide =====
 +  * [[.roles:adm:authorization_policy|Authorization policies overview]]
 +  * [[.roles:adm:authorization|Permissions Setting Mechanism]]
 +  * [[.roles:adm:automatic_roles|Automatic roles overview]]
 +  * [[.roles:dev:automatic_role_request]]
 +
 ===== Devel guide ===== ===== Devel guide =====
-  * [[.security:dev:authorization|Authorization policies]] +  * [[.security:dev:authorization|Authorization policies: base interfaces and classes]] 
-  * [[.identities:dev:contractual-relationship#automatically_assigned_roles|Automatic roles by organization structure]]+  * [[.identities:dev:contractual-relationship#automatically_assigned_roles|Automatic roles by organization structure: heredity of roles]]
   * [[.roles:dev:automatic-roles-by-attribute|Automatic roles by attribute]]   * [[.roles:dev:automatic-roles-by-attribute|Automatic roles by attribute]]
   * [[.roles:dev:automatic_role_request]]   * [[.roles:dev:automatic_role_request]]
  • by doischert