Bumping my question again, anyway when using both ...
# ory-selfhosting
c
Bumping my question again, anyway when using both email and social login to avoid sending the verification email in the social login ?
p
I believe if you set the
Copy code
email_verified: true,
inside the jsonnet mapping the OIDC claims. This i believe should prevent sending an email. https://www.ory.sh/docs/kratos/social-signin/data-mapping
c
Excellent will check and update
I think the example is how to map to idendity, it doesn’t update the verification flow - the email_verified:false is a default for cases that the claims object is missing this field
Also validated this
p
I see, I also found this issue https://github.com/ory/kratos/issues/1057 which describes the issue. This is definitely a bug which we need to fix. @bland-eye-99092
c
🙏