Skip to content
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

Validate Estonian citizens and residents #1858

Open
vohmar opened this issue Feb 15, 2021 · 1 comment
Open

Validate Estonian citizens and residents #1858

vohmar opened this issue Feb 15, 2021 · 1 comment
Assignees

Comments

@vohmar
Copy link
Contributor

vohmar commented Feb 15, 2021

Estonian Population register has API access only over X-tee infrastructure that we do not have access to. There is no other officially automatable interface for checking validity of Estonian residents' personal information

But we can at least check if the person has valid document using SK LDAP service:

https://www.skidsolutions.eu/repositoorium/ldap/

Using it we can say whose information is valid. but cannot say that others are necessarily invalid. Missing information from LDAP may indicate that the person does not exist, is deceased or the person's document has expired

The integration to SK LDAP might be better to solve using separate gem - single Estonian data source specific solution.

The system should mark the contact as verified as the result of the successful request so that it is possible to easily take out the list of not verified contacts and use alternative non-automated methods to filter out invalid and deceased identities.

@OlegPhenomenon
Copy link
Contributor

@vohmar ticket is still actual?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants