blue-caravan-99316
11/03/2023, 1:37 PM.createNativeLoginFlow()
and allows sign in with our OpenID identity provider – but we don't get all required fields from them, so Kratos redirects back to the return_url
(our app) without any query params, but creates a registration in the background with a different flow id.
How can I access that registration flow ID that Kratos creates, when I only know the flow ID of the (original) login flow? That is, when the user clicks "Login / Sign up". In our web application Kratos properly redirects the user to the ui_url
but that's obviously not possible in our mobile app.blue-caravan-99316
11/03/2023, 1:45 PM