Fixed tests

This commit is contained in:
Dario Ghunney Ware
2025-10-20 17:44:37 +01:00
parent 378bddaa7e
commit 0e2e6d06fd
13 changed files with 57 additions and 101 deletions

View File

@@ -61,6 +61,3 @@ java.io.tmpdir=${stirling.tempfiles.directory:${java.io.tmpdir}/stirling-pdf}
# V2 features
v2=true
# OAuth2 configuration
security.oauth2.enabled=true

View File

@@ -60,6 +60,7 @@ security:
privateKey: classpath:saml-private-key.key # Your private key. Generated from your keypair
spCert: classpath:saml-public-cert.crt # Your signing certificate. Generated from your keypair
jwt: # This feature is currently under development and not yet fully supported. Do not use in production.
issuer: https://stirling.com # The issuer field to include in the JWTs
persistence: true # Set to 'true' to enable JWT key store
enableKeyRotation: true # Set to 'true' to enable key pair rotation
enableKeyCleanup: true # Set to 'true' to enable key pair cleanup