this post was submitted on 16 Aug 2025
377 points (99.0% liked)

Programmer Humor

26332 readers
2249 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] grueling_spool@sh.itjust.works 1 points 3 weeks ago (1 children)

WTAF. I was sceptical, but I've been using this all week and haven't once had the issue in the OP. Whereas previously I had to log in 2-3 times back to back every morning.

Any idea why this works?

[โ€“] ace@lemmy.ananace.dev 2 points 3 weeks ago

I think the login-redirect system is just broken for ADFS, it feels like it adds all the SSO-logout URLs for all systems you're logged into to the redirect queue when it times your session out.
Which means you'll have to log in enough times to exhaust that queue before it finally reaches the actual system you're trying to log into.

But that's just an assumption.