This is an old revision of the document!
ADUCID provides authentication. It guarantees that PEIG is identified every single time by AIM and also PEIG always recognized particular AIM.
PEIG is assigned to a user account using primary key called “UDI” (User database index).
Proofing process assigns UDI to a real person (UDI can be generated or anything service provider wants, e.g. email or login name).
There are several ways, how to proof a user.
To proof someone’s identity there has to be some administrator with right to verify and approve users. This administrator has to have role called “registrator” and has to be proofed and verified using personal factor.
ADUCID demonstrates and supports these scenarios:
Using this code user can finish the proofing process by providing it to proofing application.
In this scenario:
See also Management Apps
Proofing is supported by No-Code integration and ADUCID API methods.
For No-Code it is just a role called “APPROVED”:
1 2 3 4 |
<RequireAll> Require valid-user Require role aducid: APPROVED < /RequireAll > |
All identity proofing scenarios are demonstrated in proofing applications. These applications can be installed with ADUCID Server Kit as an option.
ADUCID UserAdmin application shows current proofing status of a particular user.