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

wrong ident cc is sent to api #52

Closed
vohmar opened this issue Feb 25, 2021 · 0 comments · Fixed by internetee/registry#1864
Closed

wrong ident cc is sent to api #52

vohmar opened this issue Feb 25, 2021 · 0 comments · Fixed by internetee/registry#1864
Assignees
Labels
bug Something isn't working

Comments

@vohmar
Copy link
Collaborator

vohmar commented Feb 25, 2021

In the API request to retrieve domains for the loged in user the actual country code received from the authentication system is ignored and EE is used instead.

Furthermore - the ident itself is converted into all caps - that is not expected as well.

Example:

data in from auth system
userData:
{
country_code: 'LT',
first_name: 'TEST',
ident: 'a12fb441-2bd1-40be-ad64-8879ccc6e021',
last_name: 'USER'
}

query sent to api:
"registrant_ident", "EE-A12FB441-2BD1-40BE-AD64-8879CCC6E021"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants