X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=solution%2Fintegration%2Fsmo%2Foam%2Fsdnr%2Foauth-provider.config.json;h=7f17f68c7e38d80da530b6911739aa79ed9fd7f1;hb=5f5d336986721d08418cbd8875c443615479d1bf;hp=9f608f5db6ee2833f7c23b6e8e86c5ac748e0f5e;hpb=13a8f4e2f4a6cf0f4ac01260bd6b1c14b62975e3;p=oam.git diff --git a/solution/integration/smo/oam/sdnr/oauth-provider.config.json b/solution/integration/smo/oam/sdnr/oauth-provider.config.json index 9f608f5..7f17f68 100644 --- a/solution/integration/smo/oam/sdnr/oauth-provider.config.json +++ b/solution/integration/smo/oam/sdnr/oauth-provider.config.json @@ -1,23 +1,24 @@ { - "tokenSecret": "my-secret", - "tokenIssuer": "ONAP-SDNC", - "publicUrl": "${SDNC_WEB_URL}", - "redirectUri": "/odlux/index.html#/oauth?token=", - "supportOdlUsers": "true", - "providers": [ - { - "id": "identity", - "type": "KEYCLOAK", - "url": "http://identity:8081", - "clientId": "odlux.app", - "secret": "2a64fdca-c205-4b52-9f58-195ccc142ddb", - "scope": "openid", - "title": "ONAP-IDENTITY", - "roleMapping": { - "administration": "admin" - }, - "realmName": "onap", - "trustAll": "true" + "tokenSecret": "my-secret", + "tokenIssuer": "ONAP-SDNC", + "publicUrl": "https://sdnc-web:8453", + "redirectUri": "/odlux/index.html#/oauth?token=", + "supportOdlUsers": "true", + "providers": [ + { + "id": "identity", + "type": "KEYCLOAK", + "url": "https://identity:8463", + "internalUrl": "https://identity:8443", + "clientId": "odlux.app", + "secret": "2a64fdca-c205-4b52-9f58-195ccc142ddb", + "scope": "openid", + "title": "ONAP-IDENTITY", + "roleMapping": { + "administration": "admin" + }, + "realmName": "onap", + "trustAll": "true" } ] -} +} \ No newline at end of file