Hey! Is there anyway to get the redirect url when ...
# talk-kratos
s
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
you can open an issue and request this feature, seems useful
s
Will do!
👍 1