test: Update default tokens to JWT, add to introspection tests

This commit is contained in:
Chris Coutinho
2025-10-24 00:51:50 +02:00
parent 261749fcdc
commit d4ee5a74c2
3 changed files with 482 additions and 1 deletions
@@ -33,5 +33,6 @@ 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 default_token_type --value='jwt'
echo "OIDC app installed and configured successfully"