cold-twilight-14373
08/18/2023, 9:32 AMcold-twilight-14373
08/18/2023, 9:32 AMlink
. These are the things that we tried:
We edited the kratos config:
verification:
enabled: true
lifespan: 1m
use: link
ui_url: expired_link_here
after:
default_browser_return_url: success_link_here
This seems to work for recovery flow, but it doesn't for verification.
Then we decided to fetch the flow after we come to the screen from email we sent. For that we tried using multiple endpoints, but to no avail.
/self-service/verification/flows?id=${flowId}
returns 403
/self-service/verification/flows?flow=${flowId}
returns 404 // This one is mentioned in the docs
/self-service/verification?flow={flowId}
returns 403
So are we going about it in a wrong way? Isn't there a config that makes this easier? Or maybe just misbehaviour of the endpoints? Would be grateful for any kind of pointer. ๐