From 662f58563f2e09497f0aafb1cac03ff98a1335ac Mon Sep 17 00:00:00 2001 From: demx8as6 Date: Sat, 17 Sep 2022 10:19:05 +0200 Subject: [PATCH] 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 --- solution/integration/smo/oam/sdnr/oauth-provider.config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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", -- 2.16.6