You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On our specific environment, the Magento app inside Zendesk was not able to connect. I fixed it by adding the following lines to Zendesk_Zendesk_ApiController:
if (!$tokenString && isset($_SERVER['REDIRECT_REMOTE_USER'])) {
$tokenString = $_SERVER['REDIRECT_REMOTE_USER'];
}