9f4c848adb9bfe60534983b106a3bae12dcbded4
[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:8463",
13       "clientId": "odlux.app",
14       "openIdConfigUrl": "/realms/onap/.well-known/openid-configuration",
15       "secret": "2a64fdca-c205-4b52-9f58-195ccc142ddb",
16       "scope": "openid",
17       "title": "ONAP-IDENTITY",
18       "roleMapping": {
19         "administration": "admin"
20       },
21       "realmName": "onap",
22       "trustAll": "true"
23                 }
24         ]
25 }