Clean-up existing docker-compose solutions
[oam.git] / solution / integration / smo / oam / sdnr / oauth-provider.config.json
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 (file)
index 9f4c848..0000000
+++ /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