fix: don't tell the remote their token is lower

Signed-off-by: Robin Appelman <robin@icewind.nl>
pull/60575/head
Robin Appelman 4 weeks ago committed by backportbot[bot]
parent a2eb38fefc
commit 280d092f35
  1. 2
      apps/federation/lib/Controller/OCSAuthAPIController.php

@ -109,7 +109,7 @@ class OCSAuthAPIController extends OCSController {
$this->logger->info(
'remote server (' . $url . ') presented lower token. We will initiate the exchange of the shared secret.'
);
throw new OCSForbiddenException();
return new DataResponse();
}
$this->jobList->add(

Loading…
Cancel
Save