Membership Database Integration

Last post 01-28-2009, 8:07 AM by Shawn_S. 1 replies.
Sort Posts: Previous Next
  •  01-21-2009, 11:22 AM 47927

    Membership Database Integration

    Hi All,
     
    I have a custom website with existing user tables and login functionality. I have been tasked with integrating LiveSupport into the site.
     
     
    I have downloaded the LiveSupportOperator desktop application and am testing it against my site. Both are running on localhost.
     
    When I login to the desktop app it contacts my website during the login process and in the debugger I can see it going through all the overridden methods as I expect. However, instead of loading, the desktop application comes back with a message box:
     
     
    Can you point me in any direction that I can further explore to debug this?
     
    Shawn
  •  01-28-2009, 8:07 AM 48138 in reply to 47927

    Re: Membership Database Integration

    I found the solution and am posting it in the rare even that anyone else makes the same mistake:
     
    When overriding the function:
    public override AppChatIdentity GetLogonIdentity()
     
    In the line where I had to return a new chat identity I was returning the uniqueID of the user as they
    existing in the database instead of using the function:

    ToUserId(username)

View as RSS news feed in XML