Zendesk Single Sign-On
You can manage Zendesk and ProProfs with a single login. To enable this you need to complete the following steps:
- Login to ZenDesk and click on Settings and then on Extensions
- Click on Add Widget and select "Global JavaScript"
- Select "People who have signed in and are agents" and add the code mentioned below:
jQuery( document ).ready(function() {
var hiqimg=document.createElement("img");
hiqimg.setAttribute('src', 'https://yoursitename.helpdocsonline.com/remote_auth/your_sso_api_key');
hiqimg.setAttribute('height', '1px');
hiqimg.setAttribute('width', '1px');
document.body.appendChild(hiqimg);
});
Related Articles:
Was this information helpful?
Thank you Your feedback helps us to continually improve our content.
© 2005 - 2024 ProProfs