chore: comments

This commit is contained in:
Chris Coutinho
2025-10-14 01:23:31 +02:00
parent 879cd58db1
commit b7b83880c0
@@ -5,11 +5,9 @@ set -euox pipefail
echo "Installing and configuring OIDC apps for testing..."
# Enable the OIDC Identity Provider app
#php /var/www/html/occ app:install oidc || true
php /var/www/html/occ app:enable oidc
# Enable the user_oidc app (OIDC client for bearer token validation)
#php /var/www/html/occ app:install user_oidc || true
php /var/www/html/occ app:enable user_oidc
patch -u /var/www/html/custom_apps/user_oidc/lib/User/Backend.php -i /docker-entrypoint-hooks.d/post-installation/0001-Fix-Bearer-token-authentication-causing-session-logo.patch