X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=solution%2Fintegration%2Fsmo%2Foam%2Fsdnr%2Foauth-provider.config.json;fp=solution%2Fintegration%2Fsmo%2Foam%2Fsdnr%2Foauth-provider.config.json;h=0000000000000000000000000000000000000000;hb=990de7205645f827a36429006f7e5529b5fb6866;hp=9f4c848adb9bfe60534983b106a3bae12dcbded4;hpb=a3be9ade3bec5ca8cd5b41032704872f87d8c065;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 deleted file mode 100644 index 9f4c848..0000000 --- a/solution/integration/smo/oam/sdnr/oauth-provider.config.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "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:8463", - "clientId": "odlux.app", - "openIdConfigUrl": "/realms/onap/.well-known/openid-configuration", - "secret": "2a64fdca-c205-4b52-9f58-195ccc142ddb", - "scope": "openid", - "title": "ONAP-IDENTITY", - "roleMapping": { - "administration": "admin" - }, - "realmName": "onap", - "trustAll": "true" - } - ] -} \ No newline at end of file