diff --git a/module/VuFind/src/VuFind/ILS/Driver/KohaRest.php b/module/VuFind/src/VuFind/ILS/Driver/KohaRest.php
index 8374e0285ec174f8cb851b0aee8810eceec0c664..21722e5006d9276574e9cd9d0d4d6eb96afe8a31 100644
--- a/module/VuFind/src/VuFind/ILS/Driver/KohaRest.php
+++ b/module/VuFind/src/VuFind/ILS/Driver/KohaRest.php
@@ -407,7 +407,7 @@ class KohaRest extends \VuFind\ILS\Driver\AbstractBase implements
 
         $result = $this->makeRequest(
             [
-                'path' => 'v1/contrib/kohasuomi/patrons/validation',
+                'path' => 'v1/contrib/kohasuomi/auth/patrons/validation',
                 'json' => ['userid' => $username, 'password' => $password],
                 'method' => 'POST',
                 'errors' => true,