Fix keycloak config URL ports

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-01-19 12:29:24 +04:00
parent 15143ba632
commit 5c4731b6b2

View File

@@ -29,7 +29,7 @@
"defaultRoles": ["member"], "defaultRoles": ["member"],
"clients": [ "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", "name": "Probo Console",
"description": "Probo GRC Platform - SAML Service Provider", "description": "Probo GRC Platform - SAML Service Provider",
"enabled": true, "enabled": true,
@@ -48,15 +48,15 @@
"saml_name_id_format": "email", "saml_name_id_format": "email",
"saml.client.signature": "false", "saml.client.signature": "false",
"saml.authnstatement": "true", "saml.authnstatement": "true",
"saml_single_logout_service_url_post": "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:5173/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" "saml.onetimeuse.condition": "false"
}, },
"rootUrl": "http://localhost:5173", "rootUrl": "http://localhost:8080",
"baseUrl": "/", "baseUrl": "/",
"adminUrl": "http://localhost:5173/api/connect/v1/saml/2.0/consume", "adminUrl": "http://localhost:8080/api/connect/v1/saml/2.0/consume",
"redirectUris": ["http://localhost:5173/*"], "redirectUris": ["http://localhost:8080/*"],
"webOrigins": ["http://localhost:5173"], "webOrigins": ["http://localhost:8080"],
"protocolMappers": [ "protocolMappers": [
{ {
"name": "email", "name": "email",