Hosted Help Desk Authentication API
Configuring single sign-on with your existing Web-apps and websites
(aka "remote login")
If your infrastructure supports SAML single-sign-on protocol, please read this article, otherwise, continue reading
Our Hosted helpdesk supports the "autologin" feature just like the downloadable version of the helpdesk. This feature allows users to be pre-authenticated automatically (by your parent website for example) without entering their username and password. The "autologin" feature is targeted at developers and administrators, who integrate the Hosted HelpDesk software into their existing websites and applications. If the user is already authenticated on your parent website (for instance) here's how you redirect him to the helpdesk application:
- No matter if a user is already present in the helpdesk database or not, use this link format:
http://Helpdesk_Url/User/AutoLogin?username=xxx&email=yyy&userHash=HASH
. The helpdesk will either create a new user account or use the existing one. - In the URL above
Helpdesk_Url
is the full helpdesk URL (for example "foo.jitbit.com/helpdesk/" if you're using the hosted version),username
is the user's username,email
is email andHASH
is calculated as follows:MD5(name + email + shared-secret + day + month)
. The "shared secret" is specified in the helpdesk's admin panel. Remember to specify a "strong" secret, at least 10 characters (the longer the better). Theday
andmonth
values should be the current day of month, and current month formatted as TWO DIGITS, so "January 1st" should become "0101".
You can optionally addFirstName=xxx
andLastName=xxx
parameters to the URL, so the newly-created helpdesk user will have the First/Last names pre-set. You can also passCompanyName=xxx
so the auto-created user will have a company assigned
&ReturnUrl=%2fhelpdesk%2fUser%2fProfile
(for example). The URL can be relative or absolute.
9 reasons to choose Hosted
Zendesk vs. Jitbit
What is SaaS
Active Directory Authentication
Cloud Help Desk
Free Email account and more
HIPAA Compliant Helpdesk Software
Authentication API
Online Ticketing System Benefits
Single Sign On
SLA and Help Desk Automation
Helpdesk API
Customer reviews
User guide
FAQ
What's new
Version history
Free trial
Pricing