Move settings as dynamic json file; nice token info display
This commit is contained in:
parent
14c9091e77
commit
d17ba9f735
5 changed files with 106 additions and 42 deletions
15
example_settings.json
Normal file
15
example_settings.json
Normal 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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue