409 HTTP Error: Why happens? How to solve it? [Login Request has been used already]

Hi, trying to GetLoginRequest will throw me the error: “Login request has been used already” because the request comes with a WasHandled active flag every single time, this just happens for one single user (we have a couple of thousands running smoothly).

So, my question here is:
Why would a login request be flagged with a WasHandled set to true every time, is that something I should manage inside my login app? what would it be the best way to approach this?

Hi there, this means that the login request already has been accepted. In that case, you can redirect to the request_url value to re-initialize the flow!