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?
red-machine-69654
07/21/2025, 10:57 AM
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.