Skip to content

doc: regarding mosip integration #21

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,11 @@ Using our [application-config-default.ts](https://github.com/opencrvs/opencrvs-c
| <pre><code>FEATURES: { ... }
</code></pre> | **The following features can be enabled on and off in this block. We refer to this block as "Feature flags** |
| <pre><code>EXTERNAL_VALIDATION_WORKQUEUE
</code></pre> | **This cannot be amended later in the UI and must be configured here.** This field should be left as **false**. It is a custom property allowing a country to pause the registration process at the point of registration for 3rd party asynchronous validation. If you wish to use this property please get in touch with us at[ [email protected]](mailto:[email protected]). **It is a legacy property that will likely be deprecated in OpenCRVS v1.4 due to relative underuse.** |
</code></pre> | **This setting cannot be changed later in the UI and must be configured here.** It should typically be set to **false**. This is a custom property that allows a country to pause the registration process at the point of registration to accommodate third-party asynchronous validation.

Set this property to **true** only if the workflow requires waiting for an external system—such as validating declarations or assigning identity numbers through an identity provider like MOSIP.

If you plan to use this feature, please contact us at [team@opencrvs](mailto:[email protected]).org. |
| <pre><code>DATE_OF_BIRTH_UNKNOWN
</code></pre> | **This cannot be amended later in the UI and must be configured here.** In some countries, individuals do not know their date of birth. If you wish to enable that individuals are allowed to submit their ages in your declaration forms rather than a date of birth, set this to true. **Please note that those individuals will have their days and months of birth automatically set to the 1st January in the system in that case.** |
| <pre><code>DEATH_REGISTRATION
Expand Down