Kayako logo
Developers & Code Interested in customizing your Kayako products? Discuss modifications and develop your own mods with the community.

Reply
 
LinkBack (5) Thread Tools Search this Thread Rating: Thread Rating: 4 votes, 5.00 average. Display Modes
  (#31) Old
craigbrass Offline
Senior Member
 
Posts: 5,576
Join Date: Jun 2005
Location: Cumbria, UK
20-03-2008, 03:05 PM

You don't. Session Share is not something LoginShare was designed to do. Users must login themselves on the Kayako Front End.


Craig Brass - Kayako Forum Squatter (Note: I am NOT a staff member)

Icon Headquarters - Its Elixir - Web2Messenger
   
Reply With Quote
  (#32) Old
123andy Offline
New Member
 
Posts: 2
Join Date: Mar 2008
working with rails - 31-03-2008, 09:10 PM

Craig,

Thanks for your informative post. I was able to successfully integrate the loginshare with RoR restful authentication. This rails plug-in uses SHA1 along with a salt to better encrypt the user's password. With a little tweaking it worked just fine.

A few quick side questions if you don't mind:

What is the best way to do debugging when mucking with this sort of thing? I copied the 'echo xxx' debugging lines from the activedirectory module but this isn't really ideal. Much better would be logging to a server log file.

I know loginshare isn't sessionshare, but are you aware of anyone successfully skipping the login step when they are coming from a third-party app where the user is already authenticated? Any ideas on how one might hack this in?


Thanks!

-Andy
   
Reply With Quote
  (#33) Old
craigbrass Offline
Senior Member
 
Posts: 5,576
Join Date: Jun 2005
Location: Cumbria, UK
01-04-2008, 09:02 AM

The only thing close to session share at the moment is the full integrations offered by WHMCS and LoginShare unfortunatly.


Craig Brass - Kayako Forum Squatter (Note: I am NOT a staff member)

Icon Headquarters - Its Elixir - Web2Messenger
   
Reply With Quote
  (#34) Old
mpszczolinski Offline
New Member
 
Posts: 6
Join Date: May 2008
Question 13-05-2008, 10:14 AM

dear Craig (or any one else who could help),

I have my 3rd party app in ASP.NET 2.0 and MSSQL database. According to this post ( Microsoft SQL and LoginShare ) I have made my loginshare php file, and set everything (I think) correctly.

I am debugging kayako with zend studio and I have noticed thath function "loginShareAuthorize($username, $password)" is not being called.

The only function that is called is

PHP Code:
function loginShareLoadUser()
{
    global 
$dbCore$_SWIFT$loginshare;

    if (empty(
$_SWIFT["session"]["typeid"]))
    {
        
$_SWIFT["user"]["loggedin"] = false;
        return 
false;
    }

    
$_user $loginshare->loadSWIFTUser($_SWIFT["session"]["typeid"]);
    if (!
$_user)
    {
        
$_SWIFT["user"]["loggedin"] = false;

        return 
false;
    }

    
$_SWIFT["user"] = $_user;

    return 
true;

and first IF is true, and it returns false.

Where "loginShareAuthorize($username, $password)" is being called?

Matt

Last edited by mpszczolinski; 13-05-2008 at 12:40 PM.
   
Reply With Quote
  (#35) Old
MattOlson Offline
New Member
 
Posts: 2
Join Date: May 2008
DotNetNuke Support for LoginShare? - 28-05-2008, 01:31 AM

Do you have a prebuilt module for DotNetNuke CMS system? I am looking at integrating this with my DotNetNuke site so that we can have a unified login.

I won't be implementing it however if I am unable to get a unified login.
   
Reply With Quote
  (#36) Old
trafferty Offline
New Member
 
Posts: 2
Join Date: Jun 2008
05-06-2008, 07:39 PM

I am also looking for dotnetnuke integration, can anyone help with that?
   
Reply With Quote
  (#37) Old
NexDog Offline
New Member
 
Posts: 11
Join Date: Nov 2003
28-07-2008, 11:01 AM

We are developing a new billing system and would like clients to be able to login to the billing system and have eSupport right there. Kind of like how eSupport integrates with ModernBill. Is this what LoginShare can do? If I set this up would clients be able to login to the new billing system with their old eSupport email details? And if a client wants to change a password do they do it from eSupport or from the new app etc?
   
Reply With Quote
  (#38) Old
craigbrass Offline
Senior Member
 
Posts: 5,576
Join Date: Jun 2005
Location: Cumbria, UK
28-07-2008, 11:58 AM

LoginShare basically allows the user to use the same details to login to both Kayako and the application it is connecting to. They still must login to both separately though (there is no session share). Clients change their details in the system Kayako is connecting to.

See Integration API [FREE - EXTERNAL LINK] if you want to do a more advanced integration.


Craig Brass - Kayako Forum Squatter (Note: I am NOT a staff member)

Icon Headquarters - Its Elixir - Web2Messenger
   
Reply With Quote
  (#39) Old
NexDog Offline
New Member
 
Posts: 11
Join Date: Nov 2003
28-07-2008, 12:24 PM

Thanks Craig, starting to make sense now.
   
Reply With Quote
  (#40) Old
craigbrass Offline
Senior Member
 
Posts: 5,576
Join Date: Jun 2005
Location: Cumbria, UK
28-07-2008, 08:44 PM

Your welcome.


Craig Brass - Kayako Forum Squatter (Note: I am NOT a staff member)

Icon Headquarters - Its Elixir - Web2Messenger
   
Reply With Quote
  (#41) Old
thill Offline
New Member
 
thill's Avatar
 
Posts: 9
Join Date: Aug 2008
Post Auto Populating Username and Email Address - 09-09-2008, 02:36 PM

I am attempting to integrate the Support Suite into our website. My problem is populating the username and email address fields on the submit ticket page. Do you know the name of the file I should modify in order to accomplish this task? I have written a function using cold fusion and javascript to capture the session cookies and simply want to display them, for a logged in user, when they reach the create ticket form. Please advise.
   
Reply With Quote
  (#42) Old
craigbrass Offline
Senior Member
 
Posts: 5,576
Join Date: Jun 2005
Location: Cumbria, UK
09-09-2008, 02:40 PM

Are you wanting to pass variables in the URL to pre-populate these fields?

Integration API [FREE - EXTERNAL LINK] will be better suited to what your trying to do I think.


Craig Brass - Kayako Forum Squatter (Note: I am NOT a staff member)

Icon Headquarters - Its Elixir - Web2Messenger
   
Reply With Quote
Reply

Tags
loginshare

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

LinkBacks (?)
LinkBack to this Thread: http://forums.kayako.com/f48/creating-loginshare-12857/
Posted By For Type Date
WHMCS and Kayako - Web Hosting Talk - The largest, most influential web hosting community on the Internet This thread Refback 05-02-2008 06:41 AM
Kayako eSupport » Support desk software (ticket, e-mail, self-help) This thread Refback 19-12-2007 09:25 AM
Kayako SupportSuite » Support desk software (ticket, e-mail, live chat, self-help) This thread Refback 16-12-2007 02:00 PM
Kayako LiveResponse » Live chat and support desk software (live chat, self-help) This thread Refback 16-12-2007 11:43 AM
Kayako eSupport » Support desk software (ticket, e-mail, self-help) This thread Refback 16-12-2007 03:54 AM

Similar Threads
Thread Thread Starter Forum Replies Last Post
Error Creating Tables Danym SupportSuite, eSupport and LiveResponse 1 03-11-2006 10:22 AM



Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
vBulletin Skin developed by: vBStyles.com


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46