keymaster icon indicating copy to clipboard operation
keymaster copied to clipboard

Intermitent Superflous Error message when using okta code

Open cviecco opened this issue 5 years ago • 2 comments

There is a race condition between the background loop checking for okta push and the user sending a code. If the code is sent the background task might also send a query which will be invaldated because the user has already logged in.

We need to suspend sending background requests as soon as the user submits a code.

cviecco avatar Sep 30 '20 22:09 cviecco

@rgooch : This can be fixed by serializing access to the okta/vip backend. Any concerns before I go that path?

cviecco avatar Sep 30 '20 23:09 cviecco

Sounds good.

rgooch avatar Oct 01 '20 16:10 rgooch