Hi everyone I have been recently playing around wi...
# talk-kratos
c
Hi everyone I have been recently playing around with kratos by self-hosting it on my machine and have recently stumbled across a possible bug. During the registration process if I follow the oidc flow (by clicking on the google oidc button) but also having filled out the registration form. Although I did an oidc registration (by signing into google), my profile traits (even the email) is picked up from the registration form data and not the one provided by google. For example: This is the payload sent from the registration page (when I clicked the google oidc button):
Copy code
csrf_token: +JkUyPjQ34ZqkcKp6Loa5aiNiAE3vQSua4CmAhGov8cRxlgBV/pUCmqn9v2rr83Flk+RUHPv4J6KVjovpYqqKA==
provider: google
traits.email: <mailto:wrong_value@abc.com|wrong_value@abc.com>
password: ashfdiq0w8rfq3
traits.name.first: Wrong Value
traits.name.last: Wrong Value
then I am redirected to the google sign-in page which on completion sends me to the registration complete ui. But the above traits are associated with my identity instead of the ones provided by google.