From 4f7fa32f34628f3040f695a8f3107fdc32eb9a05 Mon Sep 17 00:00:00 2001 From: Kayou Date: Thu, 11 Jul 2024 11:09:42 +0200 Subject: [PATCH] ssowatconf: change auth_header from None to false --- src/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.py b/src/app.py index 0cbcce0f5..e477af109 100644 --- a/src/app.py +++ b/src/app.py @@ -1694,7 +1694,7 @@ def app_ssowatconf(): else: auth_header = "basic-without-password" else: - auth_header = None + auth_header = False permissions[perm_name] = { "users": perm_info["corresponding_users"],