Hello, I'm struggling with redirections for the fo...
# talk-kratos
b
Hello, I'm struggling with redirections for the following scenario: • the user is sent to the ory login page with a
return_to
parameter, eg: http://localhost:4000/ui/login?return_to=http://localhost:3002 • he clicks on sign-up and is redirected to the registration form • he submits the form and is redirected to the verification ui • Then after verification he ends on the confirmation screen with a continue link that does not respect the
return_to
parameter initially set with the login
As I have multiple apps I need to be able to correctly setup the redirection after verification. Any advice please ? Thanks