+ Reply to Thread
Results 1 to 4 of 4
-
02-12-2008 08:47 AM #1richardt Guest
Log in to Checkbox from another application
Hi,
In our scenario, we have the checkbox server sitting at one website, and another website that handles the registration and survey allocation side of things.
We want the user to click on a survey in our website, and be taken to the survey in checkbox, without having to log in again.
The user accounts (username & password) are the same in our site and the checkbox site (as we use the webservice to create the checkbox user upon registration in our site).
When we were looking into purchasing the software, the salesman indicated that there is a way I can control the login from our software. Could you please let me know how to acheive this?
Thanks
Richard
-
02-12-2008 09:00 AM #2
Administrator
- Join Date
- Mar 2007
- Location
- Prezza Technologies
- Posts
- 227
Richard,
Thank you for your inquiry. What you wish to accomplish should be pretty straightforward since you already created users in the Checkbox database.
The ckbx_Credential table of the database contains a Guid field that can be passed to the survey page along with the survey guid. To create a link that automatically logs the user in, copy the survey link from the Activation page of the survey editor and append &userGuid=[USER_GUID] where [USER_GUID] is the value from the ckbx_Credential table that corresponds to the user you wish to login.
-Noah
-
02-12-2008 09:07 AM #3richardt Guest
That sounds ideal, thanks!
Is there a way I can get the userGUID value via the webservice?
-
02-12-2008 09:54 AM #4richardt Guest
Actually, I found it ok - I can get it from a call to GetUserProfile().
Thanks for your help.


LinkBack URL
About LinkBacks
Reply With Quote
