From 7fd3137156ce9a9dccfba6d5a712e90edb99acff Mon Sep 17 00:00:00 2001 From: Loic Masi Date: Wed, 22 Apr 2026 11:27:02 +0200 Subject: [PATCH] =?UTF-8?q?#1=20:=20Mis=20=C3=A0=20jours=20des=20urls=20av?= =?UTF-8?q?ec=20le=20bon=20port.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Webzine.WebApplication/appsettings.Development.json | 6 +++--- Webzine.WebApplication/appsettings.Production.json | 6 +++--- Webzine.WebApplication/appsettings.json | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Webzine.WebApplication/appsettings.Development.json b/Webzine.WebApplication/appsettings.Development.json index 4d5e939..86b816d 100644 --- a/Webzine.WebApplication/appsettings.Development.json +++ b/Webzine.WebApplication/appsettings.Development.json @@ -6,11 +6,11 @@ "ClientSecret": "" }, "Keycloak": { - "Authority": "https://10.4.0.131/keycloak/realms/webzine-realm", - "MetadataAddress": "http://10.4.0.131/keycloak/realms/webzine-realm/.well-known/openid-configuration", + "Authority": "https://10.4.0.131:8443/keycloak/realms/webzine-realm", + "MetadataAddress": "http://10.4.0.131:8080/keycloak/realms/webzine-realm/.well-known/openid-configuration", "ClientId": "webzine-client", "ClientSecret": "Z9JgRucpeZD4jqRhTciiznX3PPoJ9oYp", "CallbackPath": "/signin-oidc", "SignedOutCallbackPath": "/signout-callback-oidc" } -} +} \ No newline at end of file diff --git a/Webzine.WebApplication/appsettings.Production.json b/Webzine.WebApplication/appsettings.Production.json index 87c9777..d999165 100644 --- a/Webzine.WebApplication/appsettings.Production.json +++ b/Webzine.WebApplication/appsettings.Production.json @@ -6,8 +6,8 @@ "ClientSecret": "" }, "Keycloak": { - "Authority": "https://10.4.0.131/keycloak/realms/webzine-realm", - "MetadataAddress": "https://10.4.0.131/keycloak/realms/webzine-realm/.well-known/openid-configuration", - "PublicOrigin": "https://10.4.0.131" + "Authority": "https://10.4.0.131:8443/keycloak/realms/webzine-realm", + "MetadataAddress": "https://10.4.0.131:8443/keycloak/realms/webzine-realm/.well-known/openid-configuration", + "PublicOrigin": "https://10.4.0.131:8443" } } \ No newline at end of file diff --git a/Webzine.WebApplication/appsettings.json b/Webzine.WebApplication/appsettings.json index c9b511b..daccd87 100644 --- a/Webzine.WebApplication/appsettings.json +++ b/Webzine.WebApplication/appsettings.json @@ -26,8 +26,8 @@ "MaxCommentsPerTrack": 3 }, "Keycloak": { - "Authority": "https://10.4.0.131/keycloak/realms/webzine-realm", - "PublicOrigin": "https://10.4.0.131", + "Authority": "https://10.4.0.131:8443/keycloak/realms/webzine-realm", + "PublicOrigin": "https://10.4.0.131:8443", "ClientId": "webzine-client", "ClientSecret": "Z9JgRucpeZD4jqRhTciiznX3PPoJ9oYp", "ResponseType": "code",