13 lines
293 B
JSON
13 lines
293 B
JSON
{
|
|
"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"
|
|
],
|
|
"tokenSandbox": true
|
|
}
|