mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-09-19 04:59:01 +00:00
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:
parent
ce62fdb142
commit
e2da29cf25
@ -15,10 +15,8 @@ Alias /rss-bridge /usr/share/rss-bridge
|
|||||||
</If>
|
</If>
|
||||||
<Else>
|
<Else>
|
||||||
# Formats: Html and all other pages
|
# Formats: Html and all other pages
|
||||||
Include includes/freedombox-single-sign-on.conf
|
Use AuthOpenIDConnect
|
||||||
<IfModule mod_auth_pubtkt.c>
|
Use RequireGroup feed-reader
|
||||||
TKTAuthToken "feed-reader" "admin"
|
|
||||||
</IfModule>
|
|
||||||
</Else>
|
</Else>
|
||||||
</IfFile>
|
</IfFile>
|
||||||
<IfFile /etc/rss-bridge/is_public>
|
<IfFile /etc/rss-bridge/is_public>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user