/* @var string Realm for a service account to the privacyIDEA server. This is required to use the /validate/triggerchallenge endpoint. This is optional. */
public$serviceAccountRealm="";
/* @var bool Send the "client" parameter to allow using the original IP address in the privacyIDEA policies. */
public$forwardClientIP=false;
/* @var object Implementation of the PILog interface. */
public$logger=null;
...
...
@@ -422,18 +425,21 @@ class PrivacyIDEA
assert('string'===gettype($httpMethod));
assert('string'===gettype($endpoint));
/**
* Sending the "client" field allows us to use the original IP address in policies in Privacyidea.