From b6b73ac0a5f7a77ba6e1921a909cd653262074d1 Mon Sep 17 00:00:00 2001 From: AnneLaure1307 Date: Mon, 23 Jun 2025 16:45:10 +0200 Subject: [PATCH 1/2] Added admonition block for baseURL config --- docs/thehive/installation/step-by-step-installation-guide.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/thehive/installation/step-by-step-installation-guide.md b/docs/thehive/installation/step-by-step-installation-guide.md index 79ec9a422d..329c5cd135 100644 --- a/docs/thehive/installation/step-by-step-installation-guide.md +++ b/docs/thehive/installation/step-by-step-installation-guide.md @@ -695,6 +695,9 @@ Install TheHive package by using the following commands: The setup provided with binary packages is tailored for a standalone installation, with all components hosted on the same server. At this point, it's crucial to fine-tune the following parameters as necessary: +!!! danger "Configuring baseURL" + Correct baseURL configuration is essential for TheHive. If misconfigured, Single Sign-On (SSO) doesn't work. + !!! Example "" ```yaml title="/etc/thehive/application.conf" [..] @@ -707,7 +710,6 @@ The setup provided with binary packages is tailored for a standalone installatio 1. :fontawesome-solid-laptop: Define the scheme, hostname, and port for accessing the application 2. :fontawesome-brands-safari: Indicate if a custom path is being used (default is /) - The following configurations are necessary for successful initiation of TheHive: * Secret key configuration From 426cf364e7cd831607c5685749abd1fcc36d8bac Mon Sep 17 00:00:00 2001 From: AnneLaure1307 Date: Mon, 23 Jun 2025 16:52:04 +0200 Subject: [PATCH 2/2] Adjustments --- docs/thehive/installation/step-by-step-installation-guide.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/thehive/installation/step-by-step-installation-guide.md b/docs/thehive/installation/step-by-step-installation-guide.md index 329c5cd135..308fd16f12 100644 --- a/docs/thehive/installation/step-by-step-installation-guide.md +++ b/docs/thehive/installation/step-by-step-installation-guide.md @@ -696,7 +696,9 @@ Install TheHive package by using the following commands: The setup provided with binary packages is tailored for a standalone installation, with all components hosted on the same server. At this point, it's crucial to fine-tune the following parameters as necessary: !!! danger "Configuring baseURL" - Correct baseURL configuration is essential for TheHive. If misconfigured, Single Sign-On (SSO) doesn't work. + Correct baseURL configuration is essential for TheHive. Make sure the baseURL exactly matches the URL users use to access TheHive, including the protocol and any path segments. + + Incorrect configuration causes Single Sign-On (SSO) to fail. !!! Example "" ```yaml title="/etc/thehive/application.conf"