• naeap
    link
    fedilink
    English
    arrow-up
    4
    ·
    4 days ago

    I still can’t comprehend how Google used just the mail address or domain for their SSO
    I would have expected something like a hash over mail address and password + salt or something, so a new registrar would have a different hash

    Just using the date of registration in the hash would have been mitigating this stuff - or do I miss something?

    • fuzzzerd@programming.dev
      link
      fedilink
      English
      arrow-up
      1
      ·
      4 days ago

      Usually the flaw us on the service provider side when using only email address for SSO. Typically the idp will provide a sub claim which is unique to the account and independent of email.

      • fuzzzerd@programming.dev
        link
        fedilink
        English
        arrow-up
        1
        ·
        4 days ago

        I see the article mentions this sub as having as an unreliable claim value. I can’t dispute that experience, but have not observed it personally. Though my experience is on a much smaller system.