Re: cant get this working -- Operator console does not connect

  •  05-04-2010, 3:12 AM

    Re: cant get this working -- Operator console does not connect

    xaanix:
    In GetLogonIdentity(), is there some recommended way to differentiate if the request is originating from the web or from the operator thick client?
     
    the reason i ask is that for web visitors, i have a specific authentication method i want to call (which checks an ecrypted cookie to get their userID) but for the operator thick client, i want all actions to be based on their domain account.  I intend to use an LDAP query for validation).
     
    the problem is that in subsequent calls to GetLogonIdentity from the thick client, i don't have any way to differentiate the two.  I tried using context.request.url.requesturi, but both web and thick client requests use the same URL's sometimes (such as chatajax.ashx)
     
    Hi xaanix,
     
    The code I provided just an example, you can integrate with your own membership. Please refer to below link step 4.
     
     
    Regards,
     
    ken
View Complete Thread