I am trying to do a login via API flow, I am able ...
# ory-selfhosting
r
I am trying to do a login via API flow, I am able to redirect off to my configured OIDC providers and "consent" then — and then I am back on my local callback server with
?code=...
But what do I do next? Update my flow again?
Found it (via slack): The created flow also returns a session exchange token, I have to submit this token along with the returned code to get a session at the end.