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
documentation:identity-proofing [2018/06/14 12:25]
tjotov
documentation:identity-proofing [2019/08/01 09:23]
tjotov removed
Line 34: Line 34:
 If one AIM contains proofed identities, it can act as identity provider for other AIMs (this scenario must be enabled and supported by both sides). If one AIM contains proofed identities, it can act as identity provider for other AIMs (this scenario must be enabled and supported by both sides).
  
-===== Proofing level ===== 
  
-ADUCID recognizes two proofing levels – with or without personal factor. AIM either support personal factor proofing or not (this decision should be done when AIM is installed).+===== ADUCID proofing support =====
  
-All proofing methods are bound to this setting +Proofing is supported by No-Code integration and ADUCID API methods.
- +
-===== 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.+For No-Code it is just a role called "APPROVED": 
 + <RequireAll> 
 + Require valid-user 
 + Require role aducid: APPROVED 
 + </RequireAll> 
  
-SDK methods also support proofing form and proofing code.+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.