User Tools

Site Tools


integration:authorization

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
integration:authorization [2018/06/14 12:40]
tjotov [ADUCID authorization attributes]
integration:authorization [2018/11/12 13:06]
mpospisek [Authorization in No-code]
Line 2: Line 2:
 No-code relies on Apache. You can use any authorization method on ADUCID Apache or ProxyPass to another Apache and resolve authorization there. No-code relies on Apache. You can use any authorization method on ADUCID Apache or ProxyPass to another Apache and resolve authorization there.
 ADUCID security default application are authorized by Apache with group file authorization. It is recommended to used "Advanced" authorization for better performance and manageability. ADUCID security default application are authorized by Apache with group file authorization. It is recommended to used "Advanced" authorization for better performance and manageability.
 +<sxh bash>
  <RequireAll>  <RequireAll>
  Require valid-user  Require valid-user
  Require group registrator  Require group registrator
  </RequireAll>  </RequireAll>
 +</sxh>
 ===== ADUCID authorization attributes ===== ===== ADUCID authorization attributes =====
 We add two atrribute sets to support Apache authorization: personal factor and proofing.  We add two atrribute sets to support Apache authorization: personal factor and proofing. 
Line 29: Line 29:
   * USER – PEIG is linked to user   * USER – PEIG is linked to user
   * NO_PEIG_TYPE – PEIG type is unknown   * NO_PEIG_TYPE – PEIG type is unknown
-  * MACHINE (future IOT support - PEIG is linked to a machine)+  * MACHINE (future IOT support - PEIG is linked to a machine)
  
  
  
  
integration/authorization.txt · Last modified: 2019/08/01 08:36 by tjotov