You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Interesting! I tried with a couple of settings and managed to get this once. think what is going on here is simply that the auto-login call fails to be connected and its fallback comes into play (i.e. the NLX interactive login window).
Users could try and be auto-logged in again by refreshing, or by going to the RP as you did.
We have little control over the network with JavaScript. Service Workers give some control, but they won't help if we can't connect to the auth endpoint.
Saw an interesting phenomenon today. I was using a cellular connection and the connection quality was poor (high latency and packet loss).
I went to an RP which redirected me to NLX which attempted autologin.
Autologin failed (despite me having a valid session) and I was taken to the NLX login.
Instead of logging in, I just tried to visit the RP again, went through autologin again and this time it worked.
This should be reproducible using netem or something that can simulate latency and packet loss.
The text was updated successfully, but these errors were encountered: