From 205c3b013cfe9bcf8ff648ba102d3afa571442de Mon Sep 17 00:00:00 2001 From: Chris Coutinho Date: Wed, 5 Nov 2025 06:57:12 +0100 Subject: [PATCH] build: Update oidc submodule --- app-hooks/post-installation/10-install-oidc-app.sh | 5 +++-- third_party/oidc | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/app-hooks/post-installation/10-install-oidc-app.sh b/app-hooks/post-installation/10-install-oidc-app.sh index 40a7fd5..e6f19d2 100755 --- a/app-hooks/post-installation/10-install-oidc-app.sh +++ b/app-hooks/post-installation/10-install-oidc-app.sh @@ -31,8 +31,9 @@ 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' -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' --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 allow_user_settings --value='true' --type=boolean php /var/www/html/occ config:app:set oidc default_token_type --value='jwt' echo "OIDC app installed and configured successfully" diff --git a/third_party/oidc b/third_party/oidc index b2aa75e..ed24c1c 160000 --- a/third_party/oidc +++ b/third_party/oidc @@ -1 +1 @@ -Subproject commit b2aa75e04f230438f8418828ca8ddfd812a2f26f +Subproject commit ed24c1c23bd1032ae1160a35b5d209b6281e5f9a