Email verification by third party in registration flow
-
hey,
referencing to this thread https://github.com/FusionAuth/fusionauth-issues/issues/251my question is:
how would be the flow and parameters to keep email-verification enabled in fusion-auth while suppressing fusion-auth sending the verification-email?
thx mike
-
Hmmm. It seems like you want to have email verification take place entirely outside of FusionAuth. Is that the case?
If so, you should:
- suppress sending any emails to FusionAuth, which will typically will verify emails (you can turn that off by setting
tenant.emailConfiguration.implicitEmailVerificationAllowed
to false) - send emails yourself, using whatever system you want
- verify the user's email directly, using an API key (search for
Administratively
).
Does that meet your needs? If not, please provide more information.
- suppress sending any emails to FusionAuth, which will typically will verify emails (you can turn that off by setting