diff --git a/src/Authentication/Provider/IPConsumerAuth.php b/src/Authentication/Provider/IPConsumerAuth.php
index 1e24c81..ed12db6 100644
--- a/src/Authentication/Provider/IPConsumerAuth.php
+++ b/src/Authentication/Provider/IPConsumerAuth.php
@@ -70,7 +70,7 @@ class IPConsumerAuth implements AuthenticationProviderInterface {
     // Determine if list of IP is a white list or black list.
     $type = $this->config->get('list_type');
     $ips = array_map('trim', explode("\n", $ip_consumers));
-    $consumer_ip = $request->getClientIp(TRUE);
+    $consumer_ip = $request->getClientIp();
 
     // White list logic.
     if ($type) {
