Skip to content

Commit 1c1e21d

Browse files
committed
Merge #28 [V33] Acknowledge Logout with 200 OK Response
2 parents 3706078 + 66b80f8 commit 1c1e21d

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
@@ -902,7 +902,7 @@ private function getBackchannelLogoutErrorResponse(
902902
'error' => $error,
903903
'error_description' => $description,
904904
],
905-
Http::STATUS_BAD_REQUEST,
905+
Http::STATUS_OK,
906906
);
907907
}
908908

0 commit comments

Comments
 (0)