linuxserver / docker-freshrss

GNU General Public License v3.0
157 stars 24 forks source link

[FEAT] OIDC Support #60

Closed CallMeTerdFerguson closed 5 months ago

CallMeTerdFerguson commented 8 months ago

Is this a new feature request?

Wanted change

FreshRSS added support for OIDC recently using libapache2-mod-auth-openidc in their Debian image. It looks like the upstream changes to the FreshRSS code have been pulled by the LSIO build and my container reports it is on the right version (1.22) but OIDC doesn't appear to be functional, at least assuming I've got my configuration right per the FreshRSS documentation. Should it be working in the current image and if not, can you update the LSIO image to support it or will users who want OIDC need to move to the freshrss Debian image?

Reason for change

OIDC support enables SSO support without having to proxy the endpoint and is a popular way to enable SSO on homelabs.

Proposed code change

No response

github-actions[bot] commented 8 months ago

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

aptalca commented 8 months ago

I took a quick look and if I'm not mistaken, their oidc implementation only works when served by Apache. Unfortunately we only support Nginx.

LinuxServer-CI commented 7 months ago

This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] commented 4 months ago

This issue is locked due to inactivity