From 5c4731b6b2c08f602f748dc37ca2e1dcce041b6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89mile=20R=C3=A9?= Date: Mon, 19 Jan 2026 12:29:24 +0400 Subject: [PATCH] Fix keycloak config URL ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Émile Ré --- compose/keycloak/probo-realm.json.tmpl | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/compose/keycloak/probo-realm.json.tmpl b/compose/keycloak/probo-realm.json.tmpl index 9c84769ab..25b98cb60 100644 --- a/compose/keycloak/probo-realm.json.tmpl +++ b/compose/keycloak/probo-realm.json.tmpl @@ -29,7 +29,7 @@ "defaultRoles": ["member"], "clients": [ { - "clientId": "http://localhost:5173/api/connect/v1/saml/2.0/metadata", + "clientId": "http://localhost:8080/api/connect/v1/saml/2.0/metadata", "name": "Probo Console", "description": "Probo GRC Platform - SAML Service Provider", "enabled": true, @@ -48,15 +48,15 @@ "saml_name_id_format": "email", "saml.client.signature": "false", "saml.authnstatement": "true", - "saml_single_logout_service_url_post": "http://localhost:5173/api/connect/v1/saml/2.0/consume", - "saml_single_logout_service_url_redirect": "http://localhost:5173/api/connect/v1/saml/2.0/consume", + "saml_single_logout_service_url_post": "http://localhost:8080/api/connect/v1/saml/2.0/consume", + "saml_single_logout_service_url_redirect": "http://localhost:8080/api/connect/v1/saml/2.0/consume", "saml.onetimeuse.condition": "false" }, - "rootUrl": "http://localhost:5173", + "rootUrl": "http://localhost:8080", "baseUrl": "/", - "adminUrl": "http://localhost:5173/api/connect/v1/saml/2.0/consume", - "redirectUris": ["http://localhost:5173/*"], - "webOrigins": ["http://localhost:5173"], + "adminUrl": "http://localhost:8080/api/connect/v1/saml/2.0/consume", + "redirectUris": ["http://localhost:8080/*"], + "webOrigins": ["http://localhost:8080"], "protocolMappers": [ { "name": "email",