You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
The text was updated successfully, but these errors were encountered:
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"
The text was updated successfully, but these errors were encountered: