blob: 260b77da795b3eab058d18b775b4fa74ade9c602 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
{
"tokenSecret": "secret2134",
"tokenIssuer": "ONAP SDNC",
"publicUrl": "http://nasp.diasf.de",
"redirectUri": "/index.html#redirect=",
"supportOdlUsers": "true",
"providers": [
{
"id": "keycloak",
"type": "KEYCLOAK",
"url": "http://10.20.11.160:8080",
"clientId": "odlux.app",
"secret": "5da4ea3d-8cc9-4669-bd7e-3ecb91d120cd",
"scope": "openid",
"title": "OSNL Keycloak Provider",
"realmName":"onap"
}
]
}
|