Skip to content

Commit f37a2ca

Browse files
committed
Merge #28 [V33] Acknowledge Logout with 200 OK Response
2 parents 8a669df + 66b80f8 commit f37a2ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/Controller/LoginController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -904,7 +904,7 @@ private function getBackchannelLogoutErrorResponse(
904904
'error' => $error,
905905
'error_description' => $description,
906906
],
907-
Http::STATUS_BAD_REQUEST,
907+
Http::STATUS_OK,
908908
);
909909
}
910910

0 commit comments

Comments
 (0)