STUDIP_INSTALLATION_ID) { //Invalid issuer. return null; } return $this->findByClientId($clientId); } #[\Override] public function findByToolIssuer(string $issuer, string $clientId = null): ?RegistrationInterface { //Tool registrations are not supported at this moment. return null; } }