Redirect to requested url after signup

I have an application where I want users to be redirected back to the original requested url after they sign up. How can I accomplish this?

IMPORTANT NOTE: Redirection works when a user is logging in (the user is being redirected to the requested url after they log in). It just doesn’t work when a user signs up.

Hi @aydin.imranov,

I apologized for the delayed response.

You should be able to use the state parameter to redirect users back to the same page they started from. The following doc goes into detail. Please let me know if you have any questions.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.