Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps - Status | Demo | Docs | Install
  1. Cloudron Forum
  2. App Wishlist
  3. Authentik - Making authentication simple.

Authentik - Making authentication simple.

Scheduled Pinned Locked Moved App Wishlist
30 Posts 13 Posters 9.2k Views 13 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Sam_ukS Sam_uk

    Seems like this might solve a bunch of problems for Cloudron admins. @nj Would you recommend @girish prioritizes this over the Keycloak?

    njN Offline
    njN Offline
    nj
    wrote on last edited by nj
    #9

    @Sam_uk I still think Keycloak is more stable. If I had to choose between Authentik and Keycloak I'd pick Keycloak any day. Also, I have successfully packaged Keycloak. https://github.com/njsubedi/cloudron-keycloak

    Founder / Coder • My Apps

    potemkin_aiP timconsidineT 2 Replies Last reply
    5
    • njN nj

      @Sam_uk I still think Keycloak is more stable. If I had to choose between Authentik and Keycloak I'd pick Keycloak any day. Also, I have successfully packaged Keycloak. https://github.com/njsubedi/cloudron-keycloak

      potemkin_aiP Offline
      potemkin_aiP Offline
      potemkin_ai
      wrote on last edited by
      #10

      @nj could you please, elaborate on your thoughts? Is it something coming from your experience?

      1 Reply Last reply
      1
      • njN nj

        @Sam_uk I still think Keycloak is more stable. If I had to choose between Authentik and Keycloak I'd pick Keycloak any day. Also, I have successfully packaged Keycloak. https://github.com/njsubedi/cloudron-keycloak

        timconsidineT Offline
        timconsidineT Offline
        timconsidine
        App Dev
        wrote on last edited by
        #11

        @nj said in Authentik - Making authentication simple.:

        If I had to choose between Authentik and Keycloak I'd pick Keycloak any day

        I'd love to know more about why this opinion.
        Keycloak sure looks an impressive beast.
        But it seems to me almost "too impressive".
        My brief review suggests to me that it is an Enterprise solution.
        And it's only suitable for apps supporting OpenConnectID.
        Great if they do, but that's a limited selection in reality.
        Which is not what is needed "any day".

        I'm not knocking Keycloak. Maybe I will come to love it.
        For now I just want to put an authentication front-end in front of some simple utility apps which have no auth.

        Seems that's not what Keycloak is about.

        Indie app dev, scratching my itches, lover of Cloudron PaaS, communityapps.appx.uk

        1 Reply Last reply
        0
        • Sam_ukS Sam_uk

          @marcusquinn Great stuff, do you have a sense of how many hours of work we're looking at? Is it half a day or five days?

          timconsidineT Offline
          timconsidineT Offline
          timconsidine
          App Dev
          wrote on last edited by
          #12

          @Sam_uk / @marcusquinn : did the packaging for authentik get anywhere ?

          Indie app dev, scratching my itches, lover of Cloudron PaaS, communityapps.appx.uk

          1 Reply Last reply
          1
          • njN nj

            authentik is an open-source Identity Provider focused on flexibility and versatility. You can use authentik in an existing environment to add support for new protocols, implement sign-up/recovery/etc. in your application so you don't have to deal with it, and many other things.

            https://goauthentik.io/
            https://github.com/goauthentik/authentik
            https://goauthentik.io/docs/installation/docker-compose/

            timconsidineT Offline
            timconsidineT Offline
            timconsidine
            App Dev
            wrote on last edited by
            #13

            @nj slightly off-topic but any suggestions of a tutorial for implementing Authentik ?
            The documentation is totally clear but lacking in 'how to'.
            The only I found (https://xpufx.com/posts/protecting-your-first-app-with-authentik/) was helpful as regards authentik but basically said it's all down to network config and provided little guidance as to what network config.

            Indie app dev, scratching my itches, lover of Cloudron PaaS, communityapps.appx.uk

            fbartelsF 1 Reply Last reply
            1
            • timconsidineT timconsidine

              @nj slightly off-topic but any suggestions of a tutorial for implementing Authentik ?
              The documentation is totally clear but lacking in 'how to'.
              The only I found (https://xpufx.com/posts/protecting-your-first-app-with-authentik/) was helpful as regards authentik but basically said it's all down to network config and provided little guidance as to what network config.

              fbartelsF Offline
              fbartelsF Offline
              fbartels
              App Dev
              wrote on last edited by
              #14

              @timconsidine said in Authentik - Making authentication simple.:

              slightly off-topic but any suggestions of a tutorial for implementing Authentik ?

              The authentik documentation has example configurations for quite some applications: https://goauthentik.io/integrations/

              I have only just started taking a dive into Authentik but for portability reasons I decided to deploy it on a machine independent from my Cloudron.

              1 Reply Last reply
              4
              • C Offline
                C Offline
                ccfu
                wrote on last edited by
                #15

                Has there been any further development with this? I am considering deploying Authentik on a non-Cloudron server but would wait if it is likely to be on Cloudron in the near future.

                fbartelsF Sam_ukS 2 Replies Last reply
                0
                • C ccfu

                  Has there been any further development with this? I am considering deploying Authentik on a non-Cloudron server but would wait if it is likely to be on Cloudron in the near future.

                  fbartelsF Offline
                  fbartelsF Offline
                  fbartels
                  App Dev
                  wrote on last edited by
                  #16

                  @ccfu if you want to take advantage of Authentiks proxy mode, when I would recommend to install Authentik independently of Cloudron. You can still connect the two however by configuring Cloudron as an LDAP client of Authentik.

                  1 Reply Last reply
                  2
                  • C ccfu

                    Has there been any further development with this? I am considering deploying Authentik on a non-Cloudron server but would wait if it is likely to be on Cloudron in the near future.

                    Sam_ukS Offline
                    Sam_ukS Offline
                    Sam_uk
                    wrote on last edited by
                    #17

                    @ccfu You could put it on https://elest.io/open-source/authentik if it's worth $10/month to you.

                    1 Reply Last reply
                    1
                    • stalecontextS Offline
                      stalecontextS Offline
                      stalecontext
                      wrote on last edited by
                      #18

                      I've put up a Git repo to make a Cloudron app for Authentik. I was able to fully set it up, but let me know if you guys have any issues
                      https://github.com/stalecontext/authentik-cloudron-app

                      I also had to fork the Immich app to allow custom OAuth configuration incase you guys want to use Authentik for that:
                      https://github.com/stalecontext/immich-cloudron-custom-oauth

                      jdaviescoatesJ 1 Reply Last reply
                      3
                      • stalecontextS stalecontext

                        I've put up a Git repo to make a Cloudron app for Authentik. I was able to fully set it up, but let me know if you guys have any issues
                        https://github.com/stalecontext/authentik-cloudron-app

                        I also had to fork the Immich app to allow custom OAuth configuration incase you guys want to use Authentik for that:
                        https://github.com/stalecontext/immich-cloudron-custom-oauth

                        jdaviescoatesJ Offline
                        jdaviescoatesJ Offline
                        jdaviescoates
                        wrote on last edited by
                        #19

                        @stalecontext said in Authentik - Making authentication simple.:

                        I've put up a Git repo to make a Cloudron app for Authentik. I was able to fully set it up, but let me know if you guys have any issues
                        https://github.com/stalecontext/authentik-cloudron-app

                        I also had to fork the Immich app to allow custom OAuth configuration incase you guys want to use Authentik for that:
                        https://github.com/stalecontext/immich-cloudron-custom-oauth

                        I'm getting 404s on both those links

                        I use Cloudron with Gandi & Hetzner

                        1 Reply Last reply
                        0
                        • jamesJ Offline
                          jamesJ Offline
                          james
                          Staff
                          wrote on last edited by
                          #20

                          Hello @jdaviescoates

                          The whole profile is gone https://github.com/stalecontext/ maybe he has renamed his github account?

                          1 Reply Last reply
                          1
                          • stalecontextS Offline
                            stalecontextS Offline
                            stalecontext
                            wrote on last edited by
                            #21

                            Have to email GitHub Support to get my account fixed. I think one of my repos needed cleaning up or something. I've reposted it on my private git incase you wanna check it out there @jdaviescoates @james

                            https://git.cathedral.gg/Ben/authentik-cloudron-app

                            https://git.cathedral.gg/Ben/immich-cloudron-custom-oauth

                            1 Reply Last reply
                            1
                            • stalecontextS Offline
                              stalecontextS Offline
                              stalecontext
                              wrote on last edited by
                              #22

                              Authentik has been working magnificently in my case by the way. It's really nice and documentation for it is extremely thorough.

                              1 Reply Last reply
                              1
                              • C Offline
                                C Offline
                                crazybrad
                                wrote on last edited by
                                #23

                                @james What does the team think about making Authentik an official Cloudron-supported app? @stalecontext has started the process. I think Authentik would serve a niche between Cloudron OIDC (simple) and Keycloak (Enterprise/complex).

                                If someone wanted to run "auth-as-a-service", Authentik would be perfect for that use case. Having it official at Cloudron would make it less risky to implement.

                                LanhildL 1 Reply Last reply
                                2
                                • C crazybrad

                                  @james What does the team think about making Authentik an official Cloudron-supported app? @stalecontext has started the process. I think Authentik would serve a niche between Cloudron OIDC (simple) and Keycloak (Enterprise/complex).

                                  If someone wanted to run "auth-as-a-service", Authentik would be perfect for that use case. Having it official at Cloudron would make it less risky to implement.

                                  LanhildL Offline
                                  LanhildL Offline
                                  Lanhild
                                  App Dev
                                  wrote on last edited by
                                  #24

                                  @crazybrad Core features such as outposts wouldn't work by packaging authentik as a Cloudron application.

                                  As mentioned earlier in this topic, authentik is the kind of application I'd suggest having installed on a separate server.

                                  stalecontextS 1 Reply Last reply
                                  0
                                  • C Offline
                                    C Offline
                                    crazybrad
                                    wrote on last edited by
                                    #25

                                    @lanhild Didn't see the comment you were referring to. Can you explain why outposts would not work if Authentik were packaged as a Cloudron app? Why would it be any different from any other Docker app or Authentik hosted on an independent server running Docker?

                                    LanhildL 1 Reply Last reply
                                    0
                                    • C crazybrad

                                      @lanhild Didn't see the comment you were referring to. Can you explain why outposts would not work if Authentik were packaged as a Cloudron app? Why would it be any different from any other Docker app or Authentik hosted on an independent server running Docker?

                                      LanhildL Offline
                                      LanhildL Offline
                                      Lanhild
                                      App Dev
                                      wrote on last edited by Lanhild
                                      #26

                                      @crazybrad outposts are their own docker containers, created by the authentik worker, itself connected to the docker socket. I reckon we have an addon to connect an app to the socket, but iirc it's not recommended to use it.

                                      1 Reply Last reply
                                      0
                                      • C Offline
                                        C Offline
                                        crazybrad
                                        wrote on last edited by
                                        #27

                                        @lanhild Got it. Is a dockerized app creating its own connected docker containers a typical pattern? Lastly, is Authentik without the ability to use outposts still useful, or is it crippled without them?

                                        LanhildL 1 Reply Last reply
                                        0
                                        • C crazybrad

                                          @lanhild Got it. Is a dockerized app creating its own connected docker containers a typical pattern? Lastly, is Authentik without the ability to use outposts still useful, or is it crippled without them?

                                          LanhildL Offline
                                          LanhildL Offline
                                          Lanhild
                                          App Dev
                                          wrote on last edited by Lanhild
                                          #28

                                          @crazybrad

                                          1. For applications with networking related features, not uncommon
                                          2. Depends on the use case, as soon as you need LDAP or other protocols, an outposts necessary. Other features like SAML and OIDC will work without additional configuration.

                                          You can see authentik's documentation about this, it's well detailed.

                                          1 Reply Last reply
                                          0

                                          Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                          Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                          With your input, this post could be even better 💗

                                          Register Login
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • Bookmarks
                                          • Search