I have a website that uses Discourse as a SSO provider.
I have a login button in my site that redirects to Discourse SSO with the return_url set,
if and existing user logined correctly, Discourse honors my return_url and returns to my website after validate the user.
But if it’s a new user that needs to Sign-up first, after creating the user and validating
his email address, the Discourse forum send the user to the forum instead of my site.
Any one know if this is possible to tell Discourse return to my web site after new user creation ?