Hi Everyone, Query: Does flow ID have security co...
# ory-network
s
Hi Everyone, Query: Does flow ID have security concerns if we expose it on the client side?
s
it should not be leaked from clients
s
Hi @steep-lamp-91158 Based on these issues, I have a few use cases in mind, like below: 1. Is there any expiration time for the flow ID? 2. As per this issue, it will be problematic if I use the flow id in the URL, as if I share the URL with another user, it will be an issue. But what if i am not exposing or attaching flow id with the URL and making flow id a part of my request body of the login API. 3. Is there any other security concern apart from this?
Hi @steep-lamp-91158 Any update over my queries above? I would really appreciate your support. Thanks in advance.
s
yes, the flows expire and need to be restarted
if it is not in the URL, then it is probably hard to leak, so yeah
the only concern is leaking of partially filled out form data, which probably is PII