Comment on Simple guide to self hosted authentication?
cooopsspace@infosec.pub 1 year agoYou probably need to realise that this is advanced self hosting here.
I might suggest you start off with something a bit simpler.
Run an appplicagion, point Nginx to it, get certbot and follow the instructions on their site to implement it.
You need to build up to it, because Authentication is a compilation of 5-6 different basic tasks that you need to be across.
andy47@lemmy.world 1 year ago
Thanks. I have all of that. I’ve been at this for a while and am now looking to move to centralised authentication and access management because I’ve got everything else working as I want it. It’s just not ideal to have to maintain seperate logins across each of the services that I’m running. Hence starting to look at authentication. I know it’s complex and the original post was wondering if there is a nice simple introduction to the subject matter.
cooopsspace@infosec.pub 1 year ago
Yep if you’ve got the requisite skills the linuxserver guide is the best for authelia.
I’ve also ran Keycloak via the red hat documentation.
That’s really as easy as it gets…if you want to learn, be prepared to pile through the documentation.