From 0f77359ebe4a4619a859470b4a3080d8adfedf6d Mon Sep 17 00:00:00 2001 From: To-om Date: Fri, 17 Jul 2020 10:45:06 +0200 Subject: [PATCH] #1385 Add default cookie name for organisation --- thehive/conf/reference.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/thehive/conf/reference.conf b/thehive/conf/reference.conf index 1163989562..75c2c1a453 100644 --- a/thehive/conf/reference.conf +++ b/thehive/conf/reference.conf @@ -14,6 +14,7 @@ auth { {name: key} ] defaultUserDomain: "thehive.local" + organisationCookieName: "X-Organisation" multifactor { enabled: true issuer: TheHive @@ -161,4 +162,4 @@ integrityCheck { organisation.defaults { ui.hideEmptyCaseButton: false -} \ No newline at end of file +}