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",