Disable email verification when using identity providers

Hello. I’m trying to achieve the following:

  • When a user registers using an email, username and password, I want them to verify their email.
  • When a user register using an idp (i.e. google), I want to skip the email verification. I modified the form, so I’m not actually asking them for an email.

In my idp I enabled the option “Trust email” and in authentication required actions I have enabled “Verify email”. I expected that with trust email it would skip that action but looks like that’s not the case.

2 Likes