7f17f68c7e38d80da530b6911739aa79ed9fd7f1
[oam.git] / solution / integration / smo / oam / sdnr / oauth-provider.config.json
1 {
2   "tokenSecret": "my-secret",
3   "tokenIssuer": "ONAP-SDNC",
4   "publicUrl": "https://sdnc-web:8453",
5   "redirectUri": "/odlux/index.html#/oauth?token=",
6   "supportOdlUsers": "true",
7   "providers": [
8     {
9       "id": "identity",
10       "type": "KEYCLOAK",
11       "url": "https://identity:8463",
12       "internalUrl": "https://identity:8443",
13       "clientId": "odlux.app",
14       "secret": "2a64fdca-c205-4b52-9f58-195ccc142ddb",
15       "scope": "openid",
16       "title": "ONAP-IDENTITY",
17       "roleMapping": {
18         "administration": "admin"
19       },
20       "realmName": "onap",
21       "trustAll": "true"
22                 }
23         ]
24 }