i have a Windows Service which hosts a WCF. I have a CRM application which contains an entity in which i have written a javascript code. This javascript code calls my WCF using JQuery.
I want that this javascript should be able to pass to WCF, the account of the user who is logged inside CRM. So that the actions that the WCF service does is done under the name of that CRM user.
How should i do it?