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

Detect duplicate VASP entity registrations #3

Open
bbengfort opened this issue Dec 22, 2020 · 0 comments
Open

Detect duplicate VASP entity registrations #3

bbengfort opened this issue Dec 22, 2020 · 0 comments
Labels
directory service enhancement New feature or request

Comments

@bbengfort
Copy link
Collaborator

bbengfort commented Dec 22, 2020

Currently, registration is conditioned on the unique common_name field which should be the domain of the TRISA endpoint. We need a better way to distinguish between multiple registrations of the same legal entity.

In the Register() RPC call, there is a TODO that specifies duplicate detection should be done with the entity signature - a hash or checksum of the IVMS101 legal entity. The question is how to produce this hash.

One suggestion is to hash the name identifiers and country field; another is to simply use any "legal name" identifiers in the entity" or to use the government identification field. Whatever choice is made, the signature should be able to uniquely recognize a legal person record across various versions and manipulations (e.g. with multiple addresses, name identifiers, etc).

@bbengfort bbengfort added enhancement New feature or request directory service labels Dec 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
directory service enhancement New feature or request
Development

No branches or pull requests

1 participant