diff --git a/app-hooks/post-installation/10-install-oidc-app.sh b/app-hooks/post-installation/10-install-oidc-app.sh index e6f19d2..b2fa0df 100755 --- a/app-hooks/post-installation/10-install-oidc-app.sh +++ b/app-hooks/post-installation/10-install-oidc-app.sh @@ -31,8 +31,8 @@ else fi # Configure OIDC Identity Provider with dynamic client registration enabled -php /var/www/html/occ config:app:set oidc dynamic_client_registration --value='true' --type=boolean -php /var/www/html/occ config:app:set oidc proof_key_for_code_exchange --value='true' --type=boolean +php /var/www/html/occ config:app:set oidc dynamic_client_registration --value='true' # NOTE: String +php /var/www/html/occ config:app:set oidc proof_key_for_code_exchange --value=true --type=boolean php /var/www/html/occ config:app:set oidc allow_user_settings --value='true' --type=boolean php /var/www/html/occ config:app:set oidc default_token_type --value='jwt' diff --git a/docker-compose.yml b/docker-compose.yml index 8c74fbc..97ba5be 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -28,6 +28,7 @@ services: depends_on: - redis - db + - keycloak volumes: - nextcloud:/var/www/html - ./app-hooks:/docker-entrypoint-hooks.d:ro