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

Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
Robin Appelman 2026-05-04 18:00:52 +02:00
parent 887dfeb886
commit 705abc2dce
No known key found for this signature in database
GPG key ID: 42B69D8A64526EFB

View file

@ -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(