• erlend_sh@lemmy.worldOP
    link
    fedilink
    English
    arrow-up
    2
    ·
    2 个月前

    What you’re missing is that OIDC is innately centralized and FedCM, in particular thanks to this work, isn’t.

    This is all building on or complementing the same underlying OAuth standards, like the CIMD spec that Emelia originally intended for adoption into Mastodon/ActivityPub to set the stage for decentralized OAuth, but it was never brought in. The AT protocol on the other hand adopted it into their decentralized oauth-atproto standard, which is on track to become a protocol-agnostic oauth-dweb standard.

    Anyone who cares about decentralized software should be dissatisfied with how OIDC works. If you wanna use your primary fediverse account to log into other fedi apps, this work is for you.

    • poVoq@slrpnk.net
      link
      fedilink
      English
      arrow-up
      1
      ·
      2 个月前

      OIDC isn’t “innately centralized”, thats just how the majority of people use it. And the same will be likely true for FedCM.

    • psycotica0@lemmy.ca
      link
      fedilink
      English
      arrow-up
      1
      ·
      2 个月前

      OIDC is innately centralized

      Huh, that’s not my understanding. I was there when it first came out, and the whole point was to allow you to use any URI of your choice as an authenticator. Let’s see what the first line of Wikipedia has to say:

      OpenID is an open standard and decentralized authentication protocol

      Huh. 🤔

      • erlend_sh@lemmy.worldOP
        link
        fedilink
        English
        arrow-up
        1
        ·
        2 个月前

        See what CIMD solves for. “Innately centralized” was probably a poor choice of words, but OIDC not a good fit for an open social web with decentralized identities and a plethora of small identity providers that cannot be known upfront.

      • poVoq@slrpnk.net
        link
        fedilink
        English
        arrow-up
        1
        ·
        2 个月前

        You might be confusing the old OpenID with OIDC (short for Open ID Connect), which is based on Oauth2, an entirely different technology.

        OpenID was definitely more decentralized compared to how OIDC is commonly used these days, but OIDC has various little know options to do similar things.