rssbridge: Use OpenID Connect instead of pubtkt based SSO

Tests:

- Functional tests work.

- Admin user is able to access the application

- User belonging to special group is able to access the application

- Regular user is not able to access the application

- Anonymous user is not able to access the application

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Sunil Mohan Adapa 2025-11-23 22:42:50 -08:00 committed by James Valleroy
parent ce62fdb142
commit e2da29cf25
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -15,10 +15,8 @@ Alias /rss-bridge /usr/share/rss-bridge
</If>
<Else>
# Formats: Html and all other pages
Include includes/freedombox-single-sign-on.conf
<IfModule mod_auth_pubtkt.c>
TKTAuthToken "feed-reader" "admin"
</IfModule>
Use AuthOpenIDConnect
Use RequireGroup feed-reader
</Else>
</IfFile>
<IfFile /etc/rss-bridge/is_public>