this post was submitted on 13 Mar 2026
798 points (98.0% liked)

Programmer Humor

30349 readers
1061 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
[–] Jesus_666@lemmy.world 1 points 1 day ago* (last edited 1 day ago) (1 children)

My company uses Entra ID (or whatever they've renamed it to this week) and it's a pretty common sight in our login flow. I think our SharePoint instance does it so it should be something MS does.

Of course it all depends on w how the company configures it.

[–] bamboo@lemmy.blahaj.zone 2 points 1 day ago (1 children)

Ok, I think I get what you're saying. You mean have a different form input without the password, like how it's done here: https://eu.app.orcasecurity.io/login? I guess that's one way to do it, but it's not really intuitive from a user perspective, since the first thing you see is a password field, and then think you don't have access because you don't have a password. This one comes to mind because I have had to tell people to click the tab for the email only field, not email and password.

[–] Jesus_666@lemmy.world 1 points 1 day ago

I also often see implementations where there's a first step where you have to select how to log in. It's an extra click but very clear (and usually one of the options is some form of SSO where that one click fully logs you in if you already have a session open).