User Tools

Site Tools


documentation:identity-proofing

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
documentation:identity-proofing [2018/06/14 12:28]
tjotov [Proofing level]
documentation:identity-proofing [2018/06/14 12:34]
tjotov [ADUCID proofing support]
Line 37: Line 37:
 ===== ADUCID proofing support ===== ===== ADUCID proofing support =====
  
-Proofing is supported by ADUCID server methods and adapters. Application developer can use these methods / adapters to approve (proof) user and evaluate proofing status e.g. you can allow login only for proofed users who successfully provide their personal factor.+Proofing is supported by No-Code integration and ADUCID API methods.
  
-SDK methods also support proofing form and proofing code.+For No-Code it is just a role called "APPROVED": 
 + <RequireAll> 
 + Require valid-user 
 + Require role aducid: APPROVED 
 + </RequireAll>  
 + 
 +For development integration  just check proofing status after authentication.
  
 All identity proofing scenarios are demonstrated in proofing applications. These applications can be installed with ADUCID Server Kit as an option. All identity proofing scenarios are demonstrated in proofing applications. These applications can be installed with ADUCID Server Kit as an option.