I’d like to set up my identity and authentication service for my self hosted applications but it is not a beginner friendly subject.
I’m aware of the various tools available; authentik, authelia, LLDAP, keycloak, etc and see lots of useful discussions on them which is great.
But I can’t seem to find a beginner friendly introduction to setting up one or more of these tools that helps me understand the core concepts at the same time. Does such a thing exist?
I’d like to try out LLDAP and Authelia on my home lab and then possibly roll this out to my production services.
But every tutorial I’ve come across seems to assume a fair amount of knowledge that I don’t think I have.
For instance if I deploy LLDAP what should I use as my base DN? And how can I seperate a homelab directory from a seperate production directory?
Any pointers gratefully received.
cooopsspace@infosec.pub 1 year ago
Simplest would be Authelia and Swag.
Swag comes with prewritten config files and all you really need to do is uncomment a few lines and make sure it’s pointed to your service.
Linuxserver.io guides are good for this.
I ended up landing on Keycloak and I believe I set mine up using the ansible script, again it’s a matter of plugging in some details.
andy47@lemmy.world 1 year ago
Thanks for the pointer, I’ll check it out. I don’t think I’ve come across SWAG before, and a web search comes up with lots of references to sleeping bags (I’m in Australia - outbackreview.com.au/best-swags-australia/). Could you provide pointers and/or a homepage? Thanks in advance.
andy47@lemmy.world 1 year ago
Ok, I found this - linuxserver.io/…/2020-08-26-setting-up-authelia.
Which, if I’m reading it correctly tells me that SWAG (Secure Web Application Gateway) is essentially a web server, reverse proxy with lets encrypt support. It doesn’t seem to do any authentication.
Authelia is a component of an identity and authentication solution that provides single sign on and 2FA but, crucially, does not include a user directory, by default it uses a YAML file but can be connected to an LDAP server - www.authelia.com/overview/…/first-factor/
Which I think goes towards the point in my original post - none of this is simple so I’d like a nice explanation that helps me understand what I need running, how they work together and what settings to use.
cooopsspace@infosec.pub 1 year ago
Secure Web Application Gateway.
And something like “swag selfhosted” or “swag linuxserver” would have been a better search term. You need to lead the horse at least slightly in the direction of water when it comes to Google searches.
theghostoutside_@aussie.zone 1 year ago
Haha how good. SWAG is a reverse proxy using Nginx. I use the Docker container.
gdog05@lemmy.world 1 year ago
I think you have to look for nginx in the swag search github.com/linuxserver/docker-swag