Hey! When I login using google I want to skip send...
# talk-kratos
f
Hey! When I login using google I want to skip sending verification email. As I can see from the documentation I can’t solve it with identity-schema https://www.ory.sh/docs/kratos/concepts/identity-schema , can I ?
I am thinking about jsonnet
p
you can set the verification status in the jsonnet like so https://www.ory.sh/docs/guides/social-signin/google#data-mapping
f
thanks @proud-plumber-24205 currently I can’t see how I can solve it. When I register via OIDC provider the email is already verified and I would like not to ask user to confirm the email
I found the thread related to my issue