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 <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Sunil Mohan Adapa 2025-11-20 08:56:38 -08:00 committed by James Valleroy
parent 64f1a1c918
commit 483f28de83
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -5,10 +5,8 @@
Alias /featherwiki /var/lib/featherwiki
<Location /featherwiki>
Include includes/freedombox-single-sign-on.conf
<IfModule mod_auth_pubtkt.c>
TKTAuthToken "admin" "wiki"
</IfModule>
Use AuthOpenIDConnect
Use RequireGroup wiki
# Disable caching
<IfModule mod_headers.c>