Steps to reproduce:
- log in on en.wikipedia.org (or another domain) with SUL2 login.
- refresh the page a couple times, or navigate around
Every request will invoke another edge login (which is like 70 requests, mostly uncacheable).
Didn't see the effect after SUL3 login.
Noticed after deploying rECAU2178b5c46d52: Do not trigger edge login on the shared domain and rECAUe59ee728aca7: Do not initiate central login on the passive central domain, but it can't possible related to those two patches since they only reduce the number of edge logins. The authentication dashboard shows no changes and if this affected all users, there would be a massive increase in traffic... no idea what I'm triggering it with.
The final step of a successful autologin (/setCookies) schedules an edge login, so the logical assumption would be that that causes a loop, but edge login doesn't make any /setCookies calls to the same domain it was started from (I verified that in the network console) so I don't see how it would happen.
