From 483f28de831052a067d4d7fa58862af8112e65a3 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Thu, 20 Nov 2025 08:56:38 -0800 Subject: [PATCH] featherwiki: 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 Reviewed-by: James Valleroy --- .../etc/apache2/conf-available/featherwiki-freedombox.conf | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/plinth/modules/featherwiki/data/usr/share/freedombox/etc/apache2/conf-available/featherwiki-freedombox.conf b/plinth/modules/featherwiki/data/usr/share/freedombox/etc/apache2/conf-available/featherwiki-freedombox.conf index b7a04be87..c272c93c1 100644 --- a/plinth/modules/featherwiki/data/usr/share/freedombox/etc/apache2/conf-available/featherwiki-freedombox.conf +++ b/plinth/modules/featherwiki/data/usr/share/freedombox/etc/apache2/conf-available/featherwiki-freedombox.conf @@ -5,10 +5,8 @@ Alias /featherwiki /var/lib/featherwiki - Include includes/freedombox-single-sign-on.conf - - TKTAuthToken "admin" "wiki" - + Use AuthOpenIDConnect + Use RequireGroup wiki # Disable caching