https://www.ory.sh/ logo
c

cold-printer-58923

02/02/2022, 3:08 PM
if I'm using kratos & hydra, and I have kratos redirecting to URL
/test
after login, what have people been using to persist the
challenge
value so that on
/test
I can accept the login request on hydra after? cookie? something else?
1
b

bulky-architect-22083

02/02/2022, 11:40 PM
When you initiate the self-service login flow for browsers using Kratos, you can use the
return_to
url query parameter and specify the
login_challenge
over there.