• Home
  • Categories
  • Recent
  • Popular
  • Pricing
  • Contact us
  • Docs
  • Login
FusionAuth
  • Home
  • Categories
  • Recent
  • Popular
  • Pricing
  • Contact us
  • Docs
  • Login

Email verification by third party in registration flow

Scheduled Pinned Locked Moved
General Discussion
2
2
414
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D
    dot.realities
    last edited by 9 May 2023, 16:15

    hey,
    referencing to this thread https://github.com/FusionAuth/fusionauth-issues/issues/251

    my 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

    D 1 Reply Last reply 2 Jun 2023, 23:16 Reply Quote 0
    • D
      dan @dot.realities
      last edited by 2 Jun 2023, 23:16

      @dot-realities

      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.

      --
      FusionAuth - Auth for devs, built by devs.
      https://fusionauth.io

      1 Reply Last reply Reply Quote 0
      • First post
        Last post