• MaggiWuerze@feddit.org
    link
    fedilink
    arrow-up
    227
    arrow-down
    1
    ·
    16 hours ago

    Also This strange trend to split username and password on to two separate pages, or only showing the password field after confirming the username

    • ricecake@sh.itjust.works
      link
      fedilink
      arrow-up
      3
      ·
      6 hours ago

      That ones because users like choice. They need to look up who you are to know how you’ve chosen to authenticate. At least, that’s how it started. Some could be doing it because the big kids are, but that’s why the big kids do.
      And they support choice because businesses want to use their login infrastructure and refuse to share. So you enter “[email protected]” and it forwards you to your institutional login.

    • bobo@lemmy.ml
      link
      fedilink
      arrow-up
      46
      ·
      15 hours ago
      1. Username
      2. Password
      3. MFA
      4. Do the whole process all over again because the remember this device is on step 2 and it’s impossible to go back

      Bonus stage 0: special login URL decided to crap out, and going back to any point in history automatically redirects to the error page that you can’t use to log in, so you need to keep going back and trying to copy the URL before it redirects becausw Firefox interprets pressing “stop” as “do whatever you want idk”

      Fucking aws…

        • Tonava@sopuli.xyz
          link
          fedilink
          arrow-up
          4
          ·
          11 hours ago

          Oh fuck, the stone piles -thing is the worst of those. Tiny images, badly generated so you can’t see shit, multiple rounds that have six or so images each round, you can’t make a single mistake, and you get to know did you make any mistakes only after completing all of the rounds. It’s straight up abuse

          Once I had to try over five times and still kept failing, so I just gave up. I guess I’m not a human anymore

        • Airfried@piefed.social
          link
          fedilink
          English
          arrow-up
          3
          ·
          11 hours ago

          It took me years to learn that you’re supposed to do them very slowly. Otherwise it will keep bothering you to fill out more. Pretend you are 80 years old and you’re good to go on your first try.

    • neidu3@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      72
      arrow-down
      5
      ·
      edit-2
      16 hours ago

      Not that strange. Different users may belong to different groups which may have different authentication backends. The associated authentication method is brought up once a username has been provided.

      • lime!@feddit.nu
        link
        fedilink
        arrow-up
        43
        arrow-down
        2
        ·
        15 hours ago

        if your choice of api route directly affects your auth flow something is very wrong.

      • atomicbocks@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        23
        ·
        14 hours ago

        You can do that as part of an OAuth workflow. You don’t need to have them on separate pages for that to happen.

    • Iced Raktajino@startrek.website
      link
      fedilink
      arrow-up
      49
      ·
      edit-2
      16 hours ago

      And the auto-submitting TOTP entry form where you’re apparently not allowed to make a typo. And obscuring the TOTP number like it’s a password or state secret.

    • bamboo@lemmy.blahaj.zone
      link
      fedilink
      English
      arrow-up
      29
      ·
      16 hours ago

      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.

      • Jesus_666@lemmy.world
        link
        fedilink
        arrow-up
        17
        ·
        15 hours ago

        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.

        • bamboo@lemmy.blahaj.zone
          link
          fedilink
          English
          arrow-up
          11
          arrow-down
          1
          ·
          14 hours ago

          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.

          • Gumby@lemmy.world
            link
            fedilink
            English
            arrow-up
            4
            ·
            13 hours ago

            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.

          • Jesus_666@lemmy.world
            link
            fedilink
            arrow-up
            1
            ·
            edit-2
            14 hours ago

            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
              link
              fedilink
              English
              arrow-up
              2
              ·
              14 hours ago

              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
                link
                fedilink
                arrow-up
                1
                ·
                11 hours 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).