Closed Artemy-Matvienko closed 5 years ago
@Artemy-Matvienko
serverUrl in settings does not need to be a discovery service url - we figure that out. As per the example in readme, just try
$options = [
'serverUrl' => 'https://dev.<org>:<port>',
'username' => '<username>@<org>.com',
'password' => '<password>',
'authMode' => 'Federation',
];
https://<org>.<domain>:<port>
format did indeed work. Thanks!
I found this issue that seems to mention the 2015 version, yet I can't seem to get it to work. Here's the code:
The code prints nothing and there are warning in the php error log.