3.0 API authentication issue

After updating CMS to 3.0, my web application can no longer authenticate with the api.

Error:
Fatal error: Uncaught Xibo\OAuth2\Client\Exception\XiboApiException: {"error":"invalid_client","error_description":"Client authentication failed","message":"Client authentication failed"} in /home/xibocontrol/public_html/vendor/xibosignage/oauth2-xibo-cms/src/Provider/Xibo.php:92 Stack trace: #0 /home/xibocontrol/public_html/vendor/league/oauth2-client/src/Provider/AbstractProvider.php(644): Xibo\OAuth2\Client\Provider\Xibo->checkResponse() #1 /home/xibocontrol/public_html/vendor/league/oauth2-client/src/Provider/AbstractProvider.php(560): League\OAuth2\Client\Provider\AbstractProvider->getResponse() #2 /home/xibocontrol/public_html/core/init.php(28): League\OAuth2\Client\Provider\AbstractProvider->getAccessToken() #3 /home/xibocontrol/public_html/index.php(2): require_once('/home/xibocontr...') #4 {main} thrown in /home/xibocontrol/public_html/vendor/xibosignage/oauth2-xibo-cms/src/Provider/Xibo.php on line 92

Is GitHub - xibosignage/oauth2-xibo-cms: Xibo CMS Provider for league/oauth2-client still compatible with 3.0 api?

redirectUri was empty and not an issue up till now. Changed it to what it should be and now it is working just fine!

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.