this post was submitted on 19 Jun 2023
10 points (100.0% liked)

Selfhosted

39479 readers
439 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

I am looking to setup SSO/user management for two different domains. I'd like to be able to use a single installation if possible.

I have looked at using

  • Authelia
  • Authentik
  • Keycloak
  • Zitadel

Services I hope to link include

  • Wordpress
  • Mediawiki
  • Gitea/Forgejo

What are your experiences with these different tools?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 1 year ago (1 children)

I personally use Authelia. I find the installation no be easy and lightweight.

I originally switched to Authelia from Authentik because I wanted to authenticate Radicale. Authentik had more features including a beautiful admin page, but couldn't proxy HTTP basic authentication, which is required for Cal/CardDav.

I have since switched Radicale to Nextcloud, so may consider switching back to Authentik.

One important thing to note about Authelia is that a single instance can only authenticate for a single domain, so your installation will require at least two instances if you go with Authelia. I am not sure about Authentik.

Overall, SSO is great and I would highly recommend you use it for your services. You can find Authentik tutorials here: https://goauthentik.io/integrations/

[–] youainti 1 points 1 year ago

Thanks for the link to the tutorials.