Skip to content

Magento app unable to connect (i.e., authorise) #83

@leeuwd

Description

@leeuwd

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'];
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions