this post was submitted on 13 Mar 2026
432 points (98.4% liked)
Programmer Humor
30322 readers
3210 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
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
This is because of Enterprise Single Sign On. You can try this for yourself by going to https://gmail.com/ and enter the email of a public person at a large org, for example the CEO of Doordash (
tony@doordash.com). After you enter the email, you get sent to Doordash's employee portal to authenticate. Based on the email you provide, Gmail has to figure out if you need to provide a password to gmail itself or if the email authenticates another way.It's not like you can't add a "Log in with your company's SSO" button to the form. That works just fine and at least Microsoft does something like that.
Not sure I'd take design inspiration from Microsoft of all places. Also https://login.live.com/ has the same workflow email -> continue -> password. Not sure where you're seeing Log in with SSO option.
I see the Login with SSO option all over the place. Of course, that assumes the users actually understand what that means, and they know whether or not they need to click it.
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.
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.