Identity Provider: Unknown, Error Code: login_required

I’m using Okta with my Identity Server to provide OIDC.

My app is forwarding the login request to Okta, I then put in my username/password but I don’t hit enter. I wait 25 mins, then I hit enter.
I’m then asked for 2fa, and I use Okta Verify for that.
I then get 400 Bad Request, Identity Provider: Unknown, Error Code: login_required

I’m trying to work out what exactly caused this to happen.
Is there a certain cookie that has expired?
I can’t see any expired cookies in the request to https://mrisaas.oktapreview.com/login/token/redirect?stateToken=00Uo6alfawUog4jIh2QUkxo0nx9BlyTsiFdok45bkY:

Hello,

With Okta classic Orgs if an /authorize call is done but the login does not complete within 15-20 minutes the state information for that transaction is removed on the Okta backend. So you will see an error when redirecting and the state is no longer present.

Thank you

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.