build: Update oidc submodule
This commit is contained in:
@@ -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"
|
||||
|
||||
Vendored
+1
-1
Submodule third_party/oidc updated: b2aa75e04f...ed24c1c23b
Reference in New Issue
Block a user