Skip to content

Commit 0d59290

Browse files
Merge pull request #2 from StrangeBee/DOC-266
DOC-266
2 parents 3ab2aea + e893137 commit 0d59290

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/thehive/installation/step-by-step-installation-guide.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -719,6 +719,11 @@ Install TheHive package by using the following commands:
719719

720720
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:
721721

722+
!!! danger "Configuring baseURL"
723+
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.
724+
725+
Incorrect configuration causes Single Sign-On (SSO) to fail.
726+
722727
!!! Example ""
723728
```yaml title="/etc/thehive/application.conf"
724729
[..]
@@ -731,7 +736,6 @@ The setup provided with binary packages is tailored for a standalone installatio
731736
1. :fontawesome-solid-laptop: Define the scheme, hostname, and port for accessing the application
732737
2. :fontawesome-brands-safari: Indicate if a custom path is being used (default is /)
733738

734-
735739
The following configurations are necessary for successful initiation of TheHive:
736740

737741
* Secret key configuration

0 commit comments

Comments
 (0)