1

What approach is recommended in a case where I will be using ASP.NET MVC for authorization, but I will also have a few web services (WCF) that will be hit by JQuery AJAX requests once the user has been authorized.

I understand authorization in ASP.NET and in MVC. It's straightforward. One thing that I don't completely grasp is how my JQuery Ajax requests will become part of that session with the WCF services. In JQuery Ajax, do I need to manually attach a client side authentication token in the header of the request? Assuming this will be the same token returned from ASP.NET in the response header once the user is authorized?

Any tips on helping me understand how this works?

4

0 に答える 0