Registration Processor
Last updated
Was this helpful?
Last updated
Was this helpful?
Registration Processor (Regproc) is a backend processing engine to enable the ID Lifecycle management. The diagram below shows the Registration Processor along with the other modules that contribute in issuing a Unique Identification Number(UIN) for an individual. Internally, Regproc follows the architecture where data flows via multiple stages till the UIN is issued.
The relationship of Regproc with other services is explained here. NOTE: The numbers do not signify sequence of operations or control flow
After packet validation is done Regproc notifies pre-registration application using datasync service.
Regproc calls IDA Internal Authentication Service to authenticate Applicant(for update flow), introducer, operator and supervisor(when bio auth mode is used to create packet).
Regproc connects to external "Manual Adjudication System" via queue. Regproc sends applicant information required for adjudication in queue and external adjudication system consumes it. The data is shared from mosip to external adjudication system based on policy.
Registration packets are uploaded by to .
Quality of biometrics is checked using an external biometric SDK. This is done in Regproc's .
Regproc shares biometric data with , Manual adjudication System and Verification System. The policy for sharing this data is fetched from .
The above data is shared by providing a URL that partners use to fetch data. This URL is obtained from service.
Regproc's communicates with via . The ABIS performs deduplication and sends back result to the Queue.
Regproc stores and updates applicant demographic and biometric information in . Also Activates or deactivates applicant UIN.
After the UIN is processed the calls to create credential for print. This credential will be pushed to websub and the Printing systems will consume same.
The is used to send email/sms notification to the applicant after the request processing is completed in server.
Regproc calls for decrypting packet and for encrypting information.
Regproc uses to validate center, machine, user etc.
Regproc connects to Virus Scanner for scanning packets in and
Each Stage in regproc calls to read information from packet.
The Registration Processor contains several .
The registration packet flows through the various stages depending on the type of flow. See .
Note: The Print Stage has been renamed as the Credential Requestor Stage. For further information, please click .
Refer to .
Refer to .
To know more about the developer setup, read .
Refer .
.