HI all - I am having an issue calling the following using the PHP SDK
PLease note, that all properties are using the correct values (I have removed them for security purposes). I have had them triple checked, and also used the downloadable sample which automatically prefills them too.
The response I am getting is that it is an invalid client_id (see response at bottom) - any assistance would be helpful
$auth0 = new \Auth0\SDK\Auth0([
‘domain’ => 'DOMAIN_NAME,
‘clientId’ => ‘Client ID from application’,
‘clientSecret’ => ‘Client secret from application’,
‘cookieSecret’ => ‘random string’
]);
The response coming back is -
Auth0\SDK\Exception\CoreException: Invalid client_id in /home/glitterboy/app/vendor/auth0/auth0-php/src/Auth0.php:268