Skip to content

Commit bc00318

Browse files
committed
Merge #28 [V33] Acknowledge Logout with 200 OK Response
2 parents 00c1790 + 66b80f8 commit bc00318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Controller/LoginController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -915,7 +915,7 @@ private function getBackchannelLogoutErrorResponse(
915915
'error' => $error,
916916
'error_description' => $description,
917917
],
918-
Http::STATUS_BAD_REQUEST,
918+
Http::STATUS_OK,
919919
);
920920
}
921921

0 commit comments

Comments
 (0)