Hello, everyone. I am planning to set up Single Sign-On (SSO). I wonder if I can use something like Red Hat SSO with two separate domains. I have one domain for Windows AD and one for Linux IDM. My idea is to use Red Hat SSO so that both domains will be able to access the same services. For example, I have one Nextcloud instance, and I would like users from both domains to use it with SSO.

  • Lem453English
    arrow-up
    19
    arrow-down
    0
    ·
    9 months ago
    link
    fedilink

    Highly recommend Authentik for SSO.

    I run it on it’s own sub domain and all my other apps on their own sub domains.

    It has pretty much every login protocol you could want (oauth, saml, ldap) etc.

    Currently using it for jellyfin, immich, linkwarden, freshrss, and seafile.

    • KonraddoEnglish
      arrow-up
      3
      arrow-down
      0
      ·
      9 months ago
      link
      fedilink

      Sorry for a noobie question. But when people say using SSO for internal apps, does it mean we only need to log in once and then the various apps won’t need us logging in again? And then the browser can stay connected for however long we want it to be?

      • coffee_chumEnglish
        arrow-up
        3
        arrow-down
        0
        ·
        9 months ago
        link
        fedilink

        This is typically the case. Increasingly, self-hosted apps use integrated OIDC or OAuth but for those that don’t there are various other methods of integration into the SSO provider you’re using including forward auth and remote username. Authentik is nice in that it is also a forward-auth proxy and so you don’t need to use an additional oauth proxy software like oauth2-proxy.

    • coffee_chumEnglish
      arrow-up
      3
      arrow-down
      0
      ·
      9 months ago
      link
      fedilink

      This is the way. I just hope they don’t start gatekeeping essential features behind the “enterprise” license. Already they have announced push-based 2fa (like Duo) will be enterprise which is a bit of a bummer but it’s honestly awesome software otherwise and beggars can’t be choosers!

    • PlexSheepEnglish
      arrow-up
      2
      arrow-down
      0
      ·
      9 months ago
      link
      fedilink

      Does it work for multiple domains (not Subdomains)? I’m currently using authelia, which can’t do that, which sucks.

      • Lem453English
        arrow-up
        1
        arrow-down
        0
        ·
        9 months ago
        link
        fedilink

        I can’t imagine why it wouldn’t. The configuration just needs a URL, what domain they are actually on should be irrelevant.

        • PlexSheepEnglish
          arrow-up
          1
          arrow-down
          0
          ·
          9 months ago
          link
          fedilink

          For authelia, iirc it’s a problem with the way cookies work, but also with how they set their system up structurally. I don’t know the details anymore.

    • HahaEnglish
      arrow-up
      1
      arrow-down
      0
      ·
      9 months ago
      link
      fedilink

      It it useful to use authentik with vaultwarden? Or is it redundant?

      • Lem453English
        arrow-up
        1
        arrow-down
        0
        ·
        9 months ago
        link
        fedilink

        They don’t really do the same thing. I use both. Authentik provides 1 password/account for all my self hosted apps. Along with other people that use my services. I create one account on authentik and suddenly they can access everything.

        I then save that password in vaultwarden.

        For what it’s worth I don’t use SSO for my vault warden master password, that is a separate password not saved anywhere

        • HahaEnglish
          arrow-up
          1
          arrow-down
          0
          ·
          9 months ago
          link
          fedilink

          I see thank you :)

        • HahaEnglish
          arrow-up
          1
          arrow-down
          0
          ·
          9 months ago
          link
          fedilink

          Does it mean each time you host a new app you have to tie it to authentik? I will read aboot it later

          • Lem453English
            arrow-up
            2
            arrow-down
            0
            ·
            9 months ago
            link
            fedilink

            Yes, when you look into a new self hosted app, you have to check if they offer some kind of SSO option. Authentik can pretty much do every protocol there is. Each all will have different instructions on how to set it up.