I’ve just looked at some tutorials for Keycloak and Authentik and there’s definitely a very steep learning curve for these two solutions. I feel like I need something a lot simpler to be able to fully grasp the concept.

What is the easiest solution for beginners to implement Sigle-Sign-On for their selfhosted services?

    • Lemmchen@feddit.orgOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      13 days ago

      I’d love to use PocketID, but I fear my users aren’t really set up to use passkeys (they’re awesome!) and I assume they wouldn’t work on the Android TV Jellyfin client (does anybody have experience with that?).

      • Chaser@lemmy.zip
        link
        fedilink
        English
        arrow-up
        2
        ·
        13 days ago

        That may be a problem, because Pocket ID works with Passkeys only. But you can also configure Emails, so your users can get one time login links.

        Regarding Jellyfin: You can login on your phone using oidc. On the TV you can use Quick Connect then

        • fonix232@fedia.io
          link
          fedilink
          arrow-up
          2
          ·
          13 days ago

          Technically true, BUT.

          PocketID does offer a fallback to a numeric code for clients that don’t support passkeys (e.g. most embedded webviews on mobile).

          For those, you simply need to navigate to the PocketID interface (for less technically adept people you can put it on the home screen on their phones), and click the big center button “Create” in the “Login Code” section (see attached screenshot).

          Unfortunately these login codes are long lived (10-15 minute I believe?) and aren’t OTP compatible so you can’t just register it in a code provider to use whenever needed.

        • Lemmchen@feddit.orgOP
          link
          fedilink
          English
          arrow-up
          1
          ·
          edit-2
          13 days ago

          If they can use their phones to log in with passkeys this might just work, hmm. I’ll definitely take a closer look at that then. Thank you!

          Edit:
          That’s very unfortunate as my users will basically only use the Android or Android TV app and not a browser. Maybe it’s not too bad if it is a one time thing, but it definitely makes it not ideal.

          • Chaser@lemmy.zip
            link
            fedilink
            English
            arrow-up
            1
            ·
            13 days ago

            Jellyfin is actually the only self hosted service I don’t use LDAP or OIDC on purpose. Jellyfin is used only by me, my wife and sometimes a guest. So I just created the accounts by hand. I did so, because I want empty passwords there, so we can easily login. On the android tv app the login screen behaves like the Netflix profile selection screen, if the passwords are empty.