From: demx8as6 Date: Sat, 17 Sep 2022 08:19:05 +0000 (+0200) Subject: update controller service X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=662f58563f2e09497f0aafb1cac03ff98a1335ac;p=oam.git update controller service - update of the auth-provider port settings for keycloak, avoiding any port conflicts IssueID OAM-297 Change-Id: I71ccdce181a6929cab65687108e179eea86cf4b1 Signed-off-by: demx8as6 --- diff --git a/solution/integration/smo/oam/sdnr/oauth-provider.config.json b/solution/integration/smo/oam/sdnr/oauth-provider.config.json index 7f17f68..9f4c848 100644 --- a/solution/integration/smo/oam/sdnr/oauth-provider.config.json +++ b/solution/integration/smo/oam/sdnr/oauth-provider.config.json @@ -9,8 +9,9 @@ "id": "identity", "type": "KEYCLOAK", "url": "https://identity:8463", - "internalUrl": "https://identity:8443", + "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",