Looking for a way to add the `after_verification_r...
# ory-network
r
Looking for a way to add the
after_verification_return_to
parameter to the signup flow that gets initialized after a user selects "Sign In With <provider>" in Ory self-service portal, the identifier is not found in Kratos, and a sign-up flow is started with oidc provider already linked. Suggestions? 🙇
p
So the user is on the login flow -> selects sign in with google -> google flow -> ory (does registration) -> has session I believe you can initialize the login flow with the
return_to
query parameter and it should keep the state.
r
return_to
state is kept from the login page to the registration page, but not after following the verification link in the email. Is it supposed to?
@proud-plumber-24205 here's a thread on the same topic with @bland-eye-99092, seems like the verification flow does not inherit the
return_to
URL from the registration flow