Hello,
I was wondering if it was possible to display the info page after the user successfully validated its email in the registration flow. I managed to get this behaviour when I set the Valid Redirect URIs
to *
on my client and no redirect_uri
in the registration URL. However, doing so is a big security issue. Isn’t it possible to have this behaviour even with a redirect_uri
?
Thanks.