From 66b80f8e67b080f0113bef1d31d8f7fc967c96ab Mon Sep 17 00:00:00 2001 From: memurats Date: Wed, 29 Oct 2025 16:12:00 +0100 Subject: [PATCH] return status ok --- lib/Controller/LoginController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Controller/LoginController.php b/lib/Controller/LoginController.php index da786660..225f4b79 100644 --- a/lib/Controller/LoginController.php +++ b/lib/Controller/LoginController.php @@ -897,7 +897,7 @@ private function getBackchannelLogoutErrorResponse( 'error' => $error, 'error_description' => $description, ], - Http::STATUS_BAD_REQUEST, + Http::STATUS_OK, ); }