Clean-up existing docker-compose solutions
[oam.git] / solution / smo / oam / controller / oauth-provider.config.json
diff --git a/solution/smo/oam/controller/oauth-provider.config.json b/solution/smo/oam/controller/oauth-provider.config.json
new file mode 100644 (file)
index 0000000..1b0ea2f
--- /dev/null
@@ -0,0 +1,24 @@
+{
+  "tokenSecret": "my-secret",
+  "tokenIssuer": "ONAP-SDNC",
+  "publicUrl": "https://odlux.oam.smo.o-ran-sc.org",
+  "redirectUri": "/odlux/index.html#/oauth?token=",
+  "supportOdlUsers": "true",
+  "providers": [
+    {
+      "id": "identity",
+      "type": "KEYCLOAK",
+      "url": "https://identity.smo.o-ran-sc.org",
+      "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