Overview
Last updated
Was this helpful?
Last updated
Was this helpful?
Registration Processor (Regproc) is a backend processing engine to enable ID Lifecycle management. The diagram below shows the Registration Processor along with the other modules that contribute to issuing a Unique Identification Number(UIN) for an individual. Internally, Regproc follows the SEDA 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 a sequence of operations or control flow
Registration packets are uploaded by the Registration Client to the Packet Receiver.
After packet validation is done Regproc notifies the pre-registration application using the datasync service.
The quality of biometrics is checked using an external biometric SDK. This is done in Regproc's Quality Classifier stage.
The above data is shared by providing a URL that partners use to fetch data. This URL is obtained from the Datashare service.
Regproc's ABIS Middleware stage communicates with ABIS via Activemq. The ABIS performs deduplication and sends back the result to the Queue.
Regproc stores and updates applicant demographic and biometric information in the ID Repository. Also, activate or deactivate the applicant's UIN.
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).
After the UIN is processed the Printing Stage calls Credential Service to create credentials for print. This credential will be pushed to websub and the Printing systems will consume the same.
The Notification Service is used to send email/sms notifications to the applicant after the request processing is completed on the server.
Regproc connects to the external "Manual Adjudication System" via a queue. Regproc sends applicant information required for adjudication in the queue and the external adjudication system consumes it. The data is shared from mosip to an external adjudication system based on policy.
Regproc calls Key Manager for decrypting packets and encrypting information.
Regproc uses Masterdata Service to validate the center, machine, user, etc.
Regproc connects to Virus Scanner for scanning packets in the Packet Receiver Stage and Packet Uploader Stage
Each Stage in regproc calls Packet Manager to read information from the packet.
The Registration Processor contains several stages and services.
The registration packet flows through the various stages depending on the type of flow. See Registration Flows and Stage Sequence.
Note: The Print Stage has been renamed as the Credential Requestor Stage. For further information, please click here.
Refer to repo.
Refer to Configuration Guide.
To know more about the developer setup, read the Registration Processor Developers Guide.
Refer to API Documentation.