Hey folks, when mapping fields from OIDC providers...
# talk-kratos
a
Hey folks, when mapping fields from OIDC providers to Kratos' identity, I get wrong encoding. For example, a user with the last name
Gómez
(notice the accent on the
o
), appears as
Gómez
. It looks to me the character encoding is wrong somewhere, but I cannot pinpoint where. Do you know how could I tackle it?
m
Hm I havent ran into this before, but Jsonnet is UTF-8 encoded AFAIK - could that be related?
a
We tracked it down, it was some other piece of our infra that received a hook from Kratos and updated the fields in the identity with a wrong encoding 😉