Skip to content

Commit 8623b70

Browse files
committed
Merge #28 [V33] Acknowledge Logout with 200 OK Response
2 parents 5e000a4 + 66b80f8 commit 8623b70

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
@@ -934,7 +934,7 @@ private function getBackchannelLogoutErrorResponse(
934934
'error' => $error,
935935
'error_description' => $description,
936936
],
937-
Http::STATUS_BAD_REQUEST,
937+
Http::STATUS_OK,
938938
);
939939
}
940940

0 commit comments

Comments
 (0)