Verification Email Flow Leads to Error Page Instead of Redirecting to Custom URL
Sep 10, 2025
Overview
When requesting a verification email to be sent to the user through a Management API SDK, the end-user receives the verification link, but when they access the link they see the error invalid result url instead of being redirected to a client application specific redirect URL. The error indicates that the email was actually verified with success, however, the overall flow still fails.
In addition to the error page a tenant log is generated:
{ "type": "fv", "description": "invalid result url: /[optional_path_component]?supportSignUp=true&supportForgotPassword=true&email=[redacted_email_address]&message=Your%20email%20was%20verified.%20You%20can%20continue%20using%20the%20application.&success=true&code=success", // other properties }
Applies To
- Management API SDK
Cause
Solution