Clean-up existing docker-compose solutions
[oam.git] / solution / smo / oam / controller / oauth-provider.config.json
1 {
2   "tokenSecret": "my-secret",
3   "tokenIssuer": "ONAP-SDNC",
4   "publicUrl": "https://odlux.oam.smo.o-ran-sc.org",
5   "redirectUri": "/odlux/index.html#/oauth?token=",
6   "supportOdlUsers": "true",
7   "providers": [
8     {
9       "id": "identity",
10       "type": "KEYCLOAK",
11       "url": "https://identity.smo.o-ran-sc.org",
12       "clientId": "odlux.app",
13       "openIdConfigUrl": "/realms/onap/.well-known/openid-configuration",
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 }