this post was submitted on 10 Oct 2024
17 points (94.7% liked)

Selfhosted

60526 readers
1103 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:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post.

Resources:

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

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

I'm looking for a selfhosted app for inventory management with SSO support.

I already looked ad Grocy and Homebox. Grocy seems to be a really good app for the purpose. It's overloaded with features but fortunately you can deactivate the ones you don't need.

The only thing missing is SSO support via OIDC or SAML. Are there any alternatives that do support SSO?

you are viewing a single comment's thread
view the rest of the comments
[–] Drathro@dormi.zone 5 points 2 years ago (1 children)

Possibly dumb question: why not use an Authentik outpost with a reverse proxy to enforce SSO? It wouldn't be "baked in" so to speak, but it would be fully OIDC and as long as you're just running it through a web browser. Biggest downside is you'd need 2 logins (one for the outpost and one for the app). I'd assume the sso is specifically for the extra security though, so that shouldn't be a problem outside of it being a little hassle.

[–] kalidali@feddit.org 1 points 2 years ago (1 children)

That's the point. I don't want multiple logins. That's what SSO is for XD I want the SSO to be only login, like I configured any other app I have so far.

[–] SeeJayEmm@lemmy.procrastinati.org 4 points 2 years ago (1 children)

So Grocy doesn't directly support OIDC/SAML but it does support auth being passed along via the reverse proxy. This is how my grocy is configured. No double logins required.

[–] kalidali@feddit.org 2 points 2 years ago (1 children)

Do you maybe have a link to the documentation for this configuration?