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

stale-leather-91675

04/25/2022, 9:08 AM
Hey! Is there anyway to get the redirect url when starting a flow to include some additional query parameters? Example when starting a flow with:
/self-service/login/browser?foo=bar
I would like it to redirect me back to:
/login?flow=<id>&foo=bar
Only way I have found currently is to get the flow from the api and then check the
request_url
field in the response or setting the parameters as an additional cookie that i check when getting back, it works but feels kinda hacky.
s

steep-lamp-91158

04/25/2022, 9:42 AM
you can open an issue and request this feature, seems useful
s

stale-leather-91675

04/25/2022, 9:50 AM
Will do!
👍 1
2 Views