Clean-up existing docker-compose solutions
[oam.git] / solution / smo / oam / controller / oauth-provider.config.json
@@ -1,15 +1,14 @@
 {
   "tokenSecret": "my-secret",
   "tokenIssuer": "ONAP-SDNC",
-  "publicUrl": "https://sdnc-web:8453",
+  "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:8463",
-      "internalUrl": "https://identity:8463",
+      "url": "https://identity.smo.o-ran-sc.org",
       "clientId": "odlux.app",
       "openIdConfigUrl": "/realms/onap/.well-known/openid-configuration",
       "secret": "2a64fdca-c205-4b52-9f58-195ccc142ddb",