Web portal for domain registrants and contacts to get a registrar independent overview of domain associated with the user. Other features include contact data update and fully automated domain registry lock.
0
stars
0
forks
source link
Add support for personal identifiers with alphanumeric characters and country code prefix #45
portal strips away anything not numeric from the received person identifier before passing it on to match the person with existing registrations. This was ok in case of Estonians, but not any more with foreigners logging in using eidas. In eidas the identifier can also include letters.
Portal should strip away 2 characters in front of the identifiers. and nothing else. This is ISO 3166 2 letter country code.
in the query to get the list of domains associated with logged in user both the country code and the identity code must be used to get the list of domains related to the user of the portal.
portal strips away anything not numeric from the received person identifier before passing it on to match the person with existing registrations. This was ok in case of Estonians, but not any more with foreigners logging in using eidas. In eidas the identifier can also include letters.
Portal should strip away 2 characters in front of the identifiers. and nothing else. This is ISO 3166 2 letter country code. in the query to get the list of domains associated with logged in user both the country code and the identity code must be used to get the list of domains related to the user of the portal.