And keycloak has a decent k8s operator, making deployment on a k8s cluster a breeze
Comment on Self-hosted SSO
steventhedev@lemmy.world 3 weeks ago
Keycloak might seem a little daunting to start with, and is basically glue between your idp (ldap) and whatever apps need to authenticate.
towerful@programming.dev 3 weeks ago
AddiXz@feddit.nl 3 weeks ago
Plus one for Keycloak here. Initially it may be a bit daunting but once it’s set it’s a rock and works flawlessly!
Grunt4019@lemm.ee 3 weeks ago
My issue with keycloak is that the documentation is very poor as a beginner. It and almost any other guides online assume you already know things that you may not so I wasn’t able to get past that hurdle.
steventhedev@lemmy.world 3 weeks ago
Strongly agree. A guide for dead simple setups would be incredibly useful (e.g. gsuite as idp, oauth for a single app).
It took me a few days to get that basic setup working, and a few days more to improve it. But once it was up, it was rock solid.