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