fix oauth code
[ccsdk/features.git] / sdnr / wt / oauth-provider / oauth-core / src / test / resources / test.configRS512.json
1 {
2     "tokenSecret": "file:///src/test/resources/jwtRS512.key",
3     "tokenPubKey": "file:///src/test/resources/jwtRS512.key.pub",
4     "algorithm":"RS512",
5     "tokenIssuer": "ONAP SDNC",
6     "publicUrl": "http://nasp.diasf.de",
7     "redirectUri": "/index.html#redirect=",
8     "supportOdlUsers": "true",
9     "tokenLifetime":3600,
10     "providers": [
11         {
12             "id": "keycloak",
13             "type": "KEYCLOAK",
14             "url": "http://10.20.11.160:8080",
15             "clientId": "odlux.app",
16             "secret": "5da4ea3d-8cc9-4669-bd7e-3ecb91d120cd",
17             "scope": "openid",
18             "title": "OSNL Keycloak Provider",
19             "realmName":"onap"
20         }
21     ]
22 }