caol
June 15, 2022, 9:55am
1
Hi
We’ve experiencing the same problems as discussed here: Verification Link gives page that says “Error: your email address could not be verified.” .
We’d like the mentioned solution enabled for our tenant as well. We have some confused and concerned clients currently, so the sooner the better
Thanks in advance!
// Caspar
EDIT: I’ve submitted a support ticket instead. Was a bit confused with where to post this.
Hi @caol ,
Thank you for posting this topic on the Auth0 Community!
Since you have created a support ticket for the same query, I will watch out for the updates and post the solution once it’s resolved.
Thanks!
To further aid anyone who is facing a similar issue. The solution is to enable the flag magic_link_redeem_on_post
from the backend. This will prevent the verification from submitting when the link is accessed by an email provider.
Here is some documentation:
Problem statement
We want to know how the feature flags "magic_link_redeem_on_post’’ and disable_magic_link_auto_form_submissionwork.
Solution
The magic_link_redeem_on_post flag determines if the email verification link marks the email as verified on a GET or POST request. When the flag is false, a GET request to the link marks the email as verified.
When the flag is set to true (default), you need to perform a POST request. With the flag on, when users click on the email verification link, …
Hope this helps!
1 Like