Move settings as dynamic json file; nice token info display

This commit is contained in:
phil 2025-01-31 03:12:36 +01:00
parent 14c9091e77
commit d17ba9f735
5 changed files with 106 additions and 42 deletions

15
example_settings.json Normal file
View file

@ -0,0 +1,15 @@
{
"keycloakUri": "https://philo.ydns.eu/auth",
"realm": "test",
"authProvider": "keycloak",
"sso": false,
"clientId": "oidc-test-web",
"resourceServerUrl": "https://philo.ydns.eu/oidc-test/resource",
"resourceScopes": [
"get:time",
"get:bs"
],
"sslCertFile": "/path/to/cert.pem",
"sslKeyFile": "/path/to/key.pem",
"tokenSandbox": true
}