I am running a jQuery process calling a WCF service hosted in the same domain.
My application uses Win Auth, which works great with an ASP.NET application. I would like to know from the command if the user calls the WCF service from ASP.NET, what is the security context in which the service is running? Or does he use the web.config security that is specified? Are there any links related to this where I can get some information.
ASP.NET 4.0, jQuery, and WCF 4.0 in the same web application
source share